summary refs log tree commit diff
path: root/src/util/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #952 from fosscord/dev/endpoints-in-pingChris Chrome2023-01-181-0/+1
|\ | | | | Merge /dev/endpoints-in-ping to master
| * Add basic info in pingTheArcaneBrony2023-01-141-0/+1
| | | | | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* | Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-1853-0/+954
|/ | | | | | | | | * 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-0542-152/+174
|
* Profile themes and pronounsMadeline2022-12-311-2/+2
|
* Rename limits_rate_disabled -> limits_rate_enabled and remove ↵Madeline2022-12-222-2/+1
| | | | limits_guilds_hideOfflineMember
* Fix redirect when test client disabledMadeline2022-12-221-1/+0
|
* Disable test client by defaultMadeline2022-12-211-1/+1
|
* Set default cdn endpoints so that local testing worksMadeline2022-12-211-0/+3
|
* Message rate limitingTheArcaneBrony2022-12-191-1/+1
|
* Registration tokensMadeline2022-12-191-10/+11
|
* Add register ratelimitTheArcaneBrony2022-12-193-2/+14
|
* flags related rights and stats apiErkin Alp Güney2022-12-191-0/+1
|
* Configurable MFA backup token lengthTheArcaneBrony2022-12-191-0/+1
|
* case insensitive header for rate limits, fix rate limit default settingsTheArcaneBrony2022-12-192-30/+30
| | | | Also disabled rate limit bypass right as it doesn't work...
* Move UserSettings to own entityTheArcaneBrony2022-12-193-1/+8
|
* Add additional configMadeline2022-12-1911-21/+49
|
* Make ConfigValue a directory, move defaults to those classes instead of a ↵TheArcaneBrony2022-12-1949-0/+351
separate object