Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: Database Query Cache | Samuel | 2023-03-18 | 3 | -0/+25 |
| | |||||
* | Remove test client and client patcher | Madeline | 2023-03-01 | 3 | -27/+0 |
| | |||||
* | Rename password_reset config to passwordReset as it messes with config key ↵ | Madeline | 2023-02-25 | 1 | -1/+1 |
| | | | | generation | ||||
* | implement password reset | Puyodead1 | 2023-02-24 | 3 | -0/+25 |
| | |||||
* | add SendGrid transport | Puyodead1 | 2023-02-24 | 2 | -0/+23 |
| | |||||
* | add right to resend verification emails | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| | |||||
* | config: require account verification | Puyodead1 | 2023-02-23 | 1 | -0/+1 |
| | |||||
* | Add mailjet transport | Puyodead1 | 2023-02-23 | 3 | -0/+25 |
| | |||||
* | Add Mailgun transport | Puyodead1 | 2023-02-23 | 4 | -5/+75 |
| | |||||
* | rename SMTPConfigurations to EmailConfiguration | Puyodead1 | 2023-02-23 | 5 | -7/+8 |
| | |||||
* | add missing copyright headers | Puyodead1 | 2023-02-23 | 1 | -0/+18 |
| | |||||
* | Start implementing smtp | Puyodead1 | 2023-02-23 | 3 | -1/+11 |
| | |||||
* | remove MANAGE_GUILDS, EDIT_FLAGS, SELF_EDIT_FLAGS, MANAGE_GROUPS from ↵ | Madeline | 2023-02-03 | 1 | -1/+1 |
| | | | | default rights | ||||
* | Merge pull request from GHSA-r7h4-76f7-6264 | Madeline | 2023-02-02 | 1 | -1/+1 |
| | | | | | * Actually use maxUsername config value. * Change maxUsername default to discord.com default | ||||
* | Don't set default cdn endpoints. Null endpoints means to not update them in ↵ | Madeline | 2023-01-26 | 1 | -2/+2 |
| | | | | GLOBAL_ENV. TODO: Don't use private endpoint locations in global env if public is not set, as this limits infra config | ||||
* | Add ESLint (#941) | Madeline | 2023-01-20 | 1 | -1/+1 |
| | | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint | ||||
* | Merge pull request #952 from fosscord/dev/endpoints-in-ping | Chris Chrome | 2023-01-18 | 1 | -0/+1 |
|\ | | | | | Merge /dev/endpoints-in-ping to master | ||||
| * | Add basic info in ping | TheArcaneBrony | 2023-01-14 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 53 | -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 | ||||
* | Prettier | Madeline | 2023-01-05 | 42 | -152/+174 |
| | |||||
* | Profile themes and pronouns | Madeline | 2022-12-31 | 1 | -2/+2 |
| | |||||
* | Rename limits_rate_disabled -> limits_rate_enabled and remove ↵ | Madeline | 2022-12-22 | 2 | -2/+1 |
| | | | | limits_guilds_hideOfflineMember | ||||
* | Fix redirect when test client disabled | Madeline | 2022-12-22 | 1 | -1/+0 |
| | |||||
* | Disable test client by default | Madeline | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | Set default cdn endpoints so that local testing works | Madeline | 2022-12-21 | 1 | -0/+3 |
| | |||||
* | Message rate limiting | TheArcaneBrony | 2022-12-19 | 1 | -1/+1 |
| | |||||
* | Registration tokens | Madeline | 2022-12-19 | 1 | -10/+11 |
| | |||||
* | Add register ratelimit | TheArcaneBrony | 2022-12-19 | 3 | -2/+14 |
| | |||||
* | flags related rights and stats api | Erkin Alp Güney | 2022-12-19 | 1 | -0/+1 |
| | |||||
* | Configurable MFA backup token length | TheArcaneBrony | 2022-12-19 | 1 | -0/+1 |
| | |||||
* | case insensitive header for rate limits, fix rate limit default settings | TheArcaneBrony | 2022-12-19 | 2 | -30/+30 |
| | | | | Also disabled rate limit bypass right as it doesn't work... | ||||
* | Move UserSettings to own entity | TheArcaneBrony | 2022-12-19 | 3 | -1/+8 |
| | |||||
* | Add additional config | Madeline | 2022-12-19 | 11 | -21/+49 |
| | |||||
* | Make ConfigValue a directory, move defaults to those classes instead of a ↵ | TheArcaneBrony | 2022-12-19 | 49 | -0/+351 |
separate object |