Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-09-04 | More patches | TheArcaneBrony | 2 | -1/+18 | |
2022-09-04 | Basic client patching system | TheArcaneBrony | 15 | -167/+304 | |
2022-09-04 | Revert "Merge pull request #873 from fosscord/dev/Maddy/fix/listeningAfterDb" | TheArcaneBrony | 1 | -4/+1 | |
This reverts commit 8c92b197e49db0971189ba70e139170f403c8dc6. Reason: Breaks threading for unknown reasons. | |||||
2022-09-04 | Prettier | TheArcaneBrony | 24 | -1645/+1447 | |
2022-09-04 | Move component starts to before sentry enabling | Madeline | 1 | -2/+4 | |
2022-09-04 | Fix migration | TheArcaneBrony | 1 | -1/+1 | |
Migration threw a "bio contains null value" error in my testing environment. | |||||
2022-09-04 | flags related rights and stats api | Erkin Alp Güney | 9 | -114/+137 | |
2022-09-04 | Various fixes for current web client (#875) | Madeline | 17 | -1241/+1565 | |
* Placeholder member verification endpoint * Welcome screen * Fix types for welcome screen * Try to allow role icons to be removed * Fix typo in genschemas script * Remove left over welcome-screen endpoint * Embedded activities | |||||
2022-09-03 | Update README.md | DragonFire | 1 | -1/+0 | |
2022-09-01 | fix user profile not displaying correctly | Puyodead1 | 1 | -2/+9 | |
2022-09-01 | Update README.md | DragonFire | 1 | -6/+4 | |
2022-08-30 | regenerate migrations | Puyodead1 | 3 | -49/+6 | |
2022-08-29 | Delete profile.ts | Puyodead1 | 1 | -34/+0 | |
2022-08-29 | implement guild profiles and fix user profiles | Puyodead1 | 15 | -91/+540 | |
2022-08-27 | Oop, deprecated typeorm call | TheArcaneBrony | 1 | -1/+1 | |
2022-08-27 | Configurable backup code length | TheArcaneBrony | 2 | -1/+2 | |
2022-08-27 | Add missing SKU | TheArcaneBrony | 1 | -8/+168 | |
2022-08-27 | Dont even bother loading mappings for assets. | TheArcaneBrony | 1 | -0/+3 | |
2022-08-27 | Configurable MFA backup token length | TheArcaneBrony | 2 | -1/+3 | |
2022-08-24 | case insensitive header for rate limits, fix rate limit default settings | TheArcaneBrony | 4 | -4/+9 | |
Also disabled rate limit bypass right as it doesn't work... | |||||
2022-08-24 | Added Env and Software Vars. | Catalan Lover | 1 | -1/+9 | |
2022-08-24 | case insensitive header for rate limits, fix rate limit default settings | TheArcaneBrony | 4 | -4/+9 | |
Also disabled rate limit bypass right as it doesn't work... | |||||
2022-08-23 | Fix typo and add not applicable instructions for Version. | Catalan Lover | 1 | -2/+2 | |
2022-08-23 | Update feature_request.md | Catalan Lover | 1 | -1/+1 | |
2022-08-23 | Update issue templates | Catalan Lover | 2 | -0/+53 | |
2022-08-23 | Check Captcha | Scott Gould | 2 | -5/+37 | |
2022-08-23 | New db migration script - multiplatform, fix mariadb migrations | TheArcaneBrony | 10 | -153/+195 | |
2022-08-20 | Improve first setup, make server load initial configuraiton | TheArcaneBrony | 9 | -40/+875 | |
2022-08-20 |