summary refs log tree commit diff
path: root/src/util/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove a lot of recursive index importsRory&9 days7-7/+7
* Attachment limitsRory&2026-07-171-0/+1
* Convert tenor to klipy outright since tenor shut down last night...Rory&2026-07-083-0/+34
* Basic gif integration manager, port tenor search to thatRory&2026-07-081-0/+3
* Add application emojis implementation based on the guilds one, modelsRory&2026-07-013-1/+24
* Split config/response voice regions, remove APIVoiceRegion aliasRory&2026-06-131-2/+2
* eslint: array callback return, no restricted importsRory&2026-04-191-1/+1
* EmbedHandlers: more configuration for embeds, switch to storing all returned ...Rory&2026-03-263-0/+32
* Embeds: factor out from postMessageRory&2026-03-261-0/+1
* make some correctionsMathMan052026-03-203-0/+7
* Added two new configuration options for SMTP: "starttls" andLisa Marie Maginnis2026-03-151-0/+2
* Some minor workRory&2026-03-143-42/+0
* Remove unused autoupdater codeRory&2026-03-141-1/+0
* gateway offload workRory&2026-03-131-2/+5
* Separate IP check options during registrationChrisChrome2026-02-161-1/+2
* Try to enforce channel limts?Rory&2026-02-141-0/+1
* Fix disabling migrations on nix not wirkingRory&2026-02-041-0/+1
* Guild discovery: option to hide already joined guildsRory&2026-02-031-0/+1
* Basic offload configurationRory&2026-01-303-0/+28
* Thread membership routesRory&2026-01-291-0/+1
* Make bot invites configurableRory&2026-01-241-0/+1
* Drop unused metrics configurationRory&2025-12-253-24/+0
* Drop unused Kafka configurationRory&2025-12-253-26/+0
* Add server name config option for use in client redirectsRory&2025-12-231-0/+1
* WIP CDN stuffRory&2025-12-191-0/+26
* Drop blockProxies from config - fixup for #1444 / b54e86dRory&2025-12-181-1/+0
* Add common scams from discord to blocked usernames by defaultRory&2025-12-171-1/+1
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-1745-270/+270
* Dont directly export all config subtypesRory&2025-12-172-2/+1
* Move region to webrtc schemasRory&2025-12-174-51/+1
* Prettier u5Rory&2025-12-172-15/+3
* Prettier 6Rory&2025-12-171-5/+1
* EndpointPrivate for apiRory&2025-12-161-2/+3
* No longer generate security_jwtSecret, switch webauthn to modern tokens, dontRory&2025-12-141-1/+1
* Drop nonfunctional default ipdata keyRory&2025-12-131-1/+1
* Instance ban stuffRory&2025-12-131-1/+1
* Remove fallback URIs, remove endpointClient, expose admin apiRory&2025-12-043-5/+3
* Extended IP address scrutiny on registerRory&2025-12-021-1/+2
* Use IpDataClient in placesRory&2025-12-021-0/+4
* Forgot the configuration, lolRory&2025-12-021-2/+5
* prevent bots from joining guild with configMathMan052025-11-171-0/+1
* Add sticker limitRory&2025-10-041-0/+1
* Port MailGun transportRory&2025-09-301-0/+2
* Drop @sentry/node (Sentry support) - untested and unusedRory&2025-09-293-30/+0
* Fix uploads?Rory&2025-09-291-0/+1
* Implement message preloadingRory&2025-09-291-0/+1
* Add options to erquire IP or User Agent to access CDNEmma [it/its]@Rory&2025-07-062-4/+2
* Implement signed cdn urlsPuyodead12025-05-031-0/+4
* Added better user configuration and removed extra loggingroot2025-03-253-0/+25
* Add express trustedProxy supportEmma [it/its]@Rory&2024-10-301-0/+3
* Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int...TomatoCake2024-08-152-3/+5
|\
| * Make profile bio max length configurableTomatoCake2024-08-101-3/+4
| * Refactored max limit for bulk-bans from AbsoluteRateLimits to GuildLimits as ...aintDatCap2024-07-242-5/+1
| * Implemented proposal described in the issue #1122aintDatCap2024-07-241-0/+5
* | Merge branch 'master' into feat/local-image-proxyTomatoCake2024-07-181-0/+1
|\|
| * Add "email.senderAddress" configTomatoCake2024-07-041-0/+1
* | Add config value for cache durationTomatoCake2024-06-281-3/+5
|/
* forwaded -> forwardedZert3x2023-05-281-1/+1
* add option to auto add bot users to new appsPuyodead12023-05-061-0/+1
* oapi: policiesPuyodead12023-04-131-2/+2
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-0259-125/+124
|\
| * Remove ALL fosscord mentionsMadeline2023-03-313-7/+6
| * Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-313-25/+0
| * Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-303-0/+25
| |\
| | * feat: Database Query CacheSamuel2023-03-183-0/+25
| * | SPACEBARMadeline2023-03-3159-59/+59
| * | SPACEBARMadeline2023-03-3159-59/+59
| |/
* / Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-181-1/+1
|/
* Remove test client and client patcherMadeline2023-03-013-27/+0
* Rename password_reset config to passwordReset as it messes with config key ge...Madeline2023-02-251-1/+1
* implement password resetPuyodead12023-02-243-0/+25
* add SendGrid transportPuyodead12023-02-242-0/+23
* add right to resend verification emailsPuyodead12023-02-231-1/+1
* config: require account verificationPuyodead12023-02-231-0/+1
* Add mailjet transportPuyodead12023-02-233-0/+25
* Add Mailgun transportPuyodead12023-02-234-5/+75
* rename SMTPConfigurations to EmailConfigurationPuyodead12023-02-235-7/+8
* add missing copyright headersPuyodead12023-02-231-0/+18
* Start implementing smtpPuyodead12023-02-233-1/+11
* remove MANAGE_GUILDS, EDIT_FLAGS, SELF_EDIT_FLAGS, MANAGE_GROUPS from default...Madeline2023-02-031-1/+1
* Merge pull request from GHSA-r7h4-76f7-6264Madeline2023-02-021-1/+1
* Don't set default cdn endpoints. Null endpoints means to not update them in G...Madeline2023-01-261-2/+2
* Add ESLint (#941)Madeline2023-01-201-1/+1
* Merge pull request #952 from fosscord/dev/endpoints-in-pingChris Chrome2023-01-181-0/+1
|\
| * Add basic info in pingTheArcaneBrony2023-01-141-0/+1
* | Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-1853-0/+954
|/
* PrettierMadeline2023-01-0542-152/+174
* Profile themes and pronounsMadeline2022-12-311-2/+2
* Rename limits_rate_disabled -> limits_rate_enabled and remove limits_guilds_h...Madeline2022-12-222-2/+1
* 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
* 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 sep...TheArcaneBrony2022-12-1949-0/+351