Commit Graph
539 Commits
Author SHA1 Message Date
DJj123dj e36c1992de Added 2nd question in the CLI quick setup 2025-04-17 18:38:54 +02:00
DJj123dj e73c8e9b3b Started with CLI "Quick Setup" feature. 2025-04-16 21:44:23 +02:00
DJj123dj ad623f9650 Finished display names + descriptions (Part 4) 2025-04-16 13:20:07 +02:00
DJj123dj 515b7e1ffc Added more display names + descriptions (Part 3) 2025-04-16 09:18:13 +02:00
DJj123dj 605173e788 Added more display names + descriptions (Part 2) 2025-04-15 22:36:58 +02:00
DJj123dj e129724c12 Added display values for all general.json settings 2025-04-14 14:53:31 +02:00
DJj123dj 49504bc3de Added formatters to all built-in config files.
Added formatters to all built-in JSON config files for the Open Ticket interactive CLI. The new save() feature from the ODJsonConfig class will be using this formatter to save the config to the filesystem.
2025-04-14 14:22:09 +02:00
Jasper f414fd77fc Synced Dev Branches
Sync Dev Branches
2025-04-13 21:11:40 +02:00
DJj123dj 5dcbcbfabc More CLI improvements + layout changes 2025-04-13 21:03:55 +02:00
DJj123dj 6ec228df53 Added 'save()' feature to configs + improvements 2025-04-13 21:03:45 +02:00
DJj123dj 1f3894141a Finished the 'edit config' module from the CLI 2025-04-13 10:33:01 +02:00
DJj123dj 9253377766 CLI improvements 2025-04-12 21:05:52 +02:00
DJj123dj 442c201994 Updated all version badges to v4.0.2 2025-04-12 19:02:57 +02:00
DJj123dj b61f9d4d5a Update README.md 2025-04-12 18:57:53 +02:00
DJj123dj 129053b9f5 Fixed autoclose hours showing the wrong number.
Fixed that the ticket message embed shows the wrong amount of hours when used manually with /autoclose enable
2025-04-08 22:06:22 +02:00
DJj123dj 35a0511b97 Merge branch 'dev' of https://github.com/open-discord-bots/open-ticket into dev 2025-04-08 22:01:38 +02:00
DJj123dj bae221056c Fixed #149 Tickets not changing categories 2025-04-08 22:01:36 +02:00
DJj123dj 9c6e4ccde4 Update checkerLoader.ts 2025-04-08 21:59:08 +02:00
Roppl3r ac6845b4d4 Fixed Issue #151 (Max length for option 'name' should be 45, currently set to 50)
Fixed config checker bug related to the name of a ticket option in a dropdown.
2025-04-08 21:58:03 +02:00
DJj123dj 30352b570a Updated Interactive Setup CLI (Unfinished Part 2) 2025-04-08 13:51:01 +02:00
DJj123dj 1fddad1e96 Improved TS interfaces for the config checker 2025-04-08 13:49:59 +02:00
DJj123dj 75770c84b2 Update README.md preview images 2025-04-08 09:03:41 +02:00
DJj123dj 2281d78896 Implemented Vietnamese translations 2025-04-07 18:13:23 +02:00
ngocdiep2006 37cc3b794e Added Vietnamese translation
Create vietnamese.json
2025-04-07 18:07:59 +02:00
DJj123dj d545d21bb1 Update cli.ts 2025-04-07 16:47:57 +02:00
DJj123dj 5f79ae909b Added Interactive Setup CLI (Unfinished)
Added the first part of the interactive setup CLI. You can explore the interface but some parts will not work yet. It will also not save to the config file yet.

The "Quick Setup" & "Manage Plugins" parts of the CLI will arrive later this week.
2025-04-06 19:04:09 +02:00
DJj123dj 831e120093 Finished --silent flag 2025-04-05 22:18:45 +02:00
DJj123dj 376fa23288 Started working on --silent flag 2025-04-04 22:40:15 +02:00
Jasper 9414b96221 Open Ticket v4.0.1
Open Ticket v4.0.1
v4.0.1
2025-04-02 14:49:08 +02:00
Jasper 0befd2860e Open Ticket v4.0.1
Open Ticket v4.0.1
2025-04-02 14:35:53 +02:00
DJj123dj 74d4ac24f2 Added new plugins to README.md 2025-04-02 07:34:42 +02:00
DJj123dj 364bf4f702 #144 : Added quick builders for plugins 2025-04-01 20:12:42 +02:00
DJj123dj dd5b76f3d8 Update README.md 2025-03-31 21:36:07 +02:00
DJj123dj a02ba56e9a Updated README.md 2025-03-31 17:54:10 +02:00
DJj123dj 6d5bdc5dd4 #143 : Panels now edit after using dropdown
From now on, all panels will update/edit themselfs after a dropdown has been used. This will reset the dropdown selection in the user client which results in a smoother user experience.
2025-03-29 13:16:27 +01:00
DJj123dj 51bfb1a367 #126 : ODManagers now use Maps instead of Arrays
This results in a minor speed increase within large managers (e.g. builders, tickets, blacklist, ...)
2025-03-29 13:14:59 +01:00
DJj123dj d85d842046 #142 : ODVersion + ODHTTPRequest improvements
Added new methods to ODVersion class & added User-Agent header to ODHTTPRequest classes
2025-03-29 13:13:35 +01:00
DJj123dj 53136e0e6c Fixed .DS_Store bug in plugin launcher 2025-03-29 13:10:58 +01:00
DJj123dj 2031a82523 #141 : Finished type simplifications 2025-03-29 13:10:27 +01:00
DJj123dj 453c48fab5 Update init.ts 2025-03-28 17:36:50 +01:00
DJj123dj fd3bc0e7b9 API: allowCategoryChange param in related actions
Added the 'allowCategoryChange' parameter in related ticket actions (claim, unclaim, close, reopen) to disable the changing of the category. This can be used by plugins not wanting the category of the channel to change.
2025-03-27 16:30:37 +01:00
DJj123dj f316ae83e7 Update CONTENT_CREATORS.md 2025-03-26 15:29:31 +01:00
DJj123dj d2c5cf0fc1 Added extra comments in some places 2025-03-26 15:24:56 +01:00
DJj123dj 45dfc18c1d Updated all file versions to v4.0.1 2025-03-26 15:14:11 +01:00
DJj123dj d81b1e7be3 The 4 new languages can now be used in OTv4.0.1 2025-03-26 15:13:55 +01:00
Jasper 2a82bdebae Added 4 new languages (by NoOneNook)
Added 4 new languages + updated README.md
2025-03-26 14:54:39 +01:00
NoOneNook c9e13b2471 Update README.md 2025-03-25 23:58:45 +01:00
NoOneNook cbeac2fda2 Update README.md 2025-03-25 23:50:12 +01:00
NoOneNook 8b1dd7d27a Update README.md 2025-03-25 23:47:34 +01:00
NoOneNook 9e7cd28c6a Russian language file
I created a Russian language file using AI. This file has been verified in several other places and was also reviewed using ChatGPT afterwards to ensure that everything is correct, properly structured, and contains the necessary translations and messages for the system.

ChatGPT was not used for translation, only to check that the entire file is correctly written in the Russian language
2025-03-25 23:46:52 +01:00