summary refs log tree commit diff
path: root/src/util/config/Config.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* EmbedHandlers: more configuration for embeds, switch to storing all returned ↵Rory&2026-03-261-0/+2
| | | | embeds
* make some correctionsMathMan052026-03-201-0/+2
|
* Basic offload configurationRory&2026-01-301-0/+2
|
* Drop unused metrics configurationRory&2025-12-251-2/+0
|
* Drop unused Kafka configurationRory&2025-12-251-2/+0
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-41/+41
|
* Dont directly export all config subtypesRory&2025-12-171-1/+1
|
* Remove fallback URIs, remove endpointClient, expose admin apiRory&2025-12-041-2/+2
|
* Drop @sentry/node (Sentry support) - untested and unusedRory&2025-09-291-2/+0
|
* Added better user configuration and removed extra loggingroot2025-03-251-0/+2
|
* Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-2/+0
| | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
* Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-301-0/+2
|\
| * feat: Database Query CacheSamuel2023-03-181-0/+2
| |
* | SPACEBARMadeline2023-03-311-1/+1
| |
* | SPACEBARMadeline2023-03-311-1/+1
|/
* Remove test client and client patcherMadeline2023-03-011-2/+0
|
* Rename password_reset config to passwordReset as it messes with config key ↵Madeline2023-02-251-1/+1
| | | | generation
* implement password resetPuyodead12023-02-241-0/+3
|
* rename SMTPConfigurations to EmailConfigurationPuyodead12023-02-231-2/+2
|
* Start implementing smtpPuyodead12023-02-231-0/+2
|
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* PrettierMadeline2023-01-051-2/+2
|
* Add additional configMadeline2022-12-191-2/+23
|
* Make ConfigValue a directory, move defaults to those classes instead of a ↵TheArcaneBrony2022-12-191-0/+22
separate object