| Commit message (Expand) | Author | Files | Lines |
2022-11-03 | fix adding roles to users | Puyodead1 | 1 | -1/+2 |
2022-09-18 | Courtesy: run prettier | TheArcaneBrony | 2 | -2/+6 |
2022-09-18 | Validate reg token before bypassing captchas and disabled registrations | TheArcaneBrony | 1 | -21/+20 |
2022-09-18 | Return proper 429's, reg tokens bypass disabled registrations, code cleanup | TheArcaneBrony | 3 | -15/+54 |
2022-09-18 | Sane message rate limit | TheArcaneBrony | 2 | -4/+4 |
2022-09-18 | Message rate limiting | TheArcaneBrony | 2 | -0/+31 |
2022-09-18 | check token validity + delete invalid, prettier | TheArcaneBrony | 26 | -141/+152 |
2022-09-17 | Cryptographically secure invites, add generation of tokens | TheArcaneBrony | 37 | -95/+605 |
2022-09-17 | Partially refactor code to use localization | TheArcaneBrony | 17 | -45/+92 |
2022-09-17 | Add register ratelimit | TheArcaneBrony | 6 | -3/+49 |
2022-09-09 | Fix typo | Madeline | 2 | -2/+2 |
2022-09-09 | Handle when status is offline in usersettings | Madeline | 1 | -2/+2 |
2022-09-09 | Use status from UserSettings if presence is 'offline' ( mobile ) | Madeline | 1 | -1/+7 |
2022-09-09 | Fix typo | Madeline | 1 | -2/+1 |
2022-09-08 | remove notes table from bot | Madeline | 1 | -1/+0 |
2022-09-08 | migrations for notes pr | Madeline | 3 | -0/+42 |
2022-09-08 | Switch from getProgramFromFiles to programFromConfig in genschemas | Madeline | 2 | -1258/+2249 |
2022-09-08 | Session sorting and invisible members | Madeline | 1 | -8/+33 |
2022-09-07 | Allow spotify activities through schema | Madeline | 2 | -1/+19 |
2022-09-04 | Revert "Merge pull request #873 from fosscord/dev/Maddy/fix/listeningAfterDb" | TheArcaneBrony | 1 | -4/+1 |
2022-09-04 | Remove notes object from User entity, as Note entity is used instead | Madeline | 1 | -3/+0 |
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 |
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 |
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 |
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 |
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 | Disable yarn PnP | TheArcaneBrony | 2 | -2/+2 |
2022-08-20 | prettier | TheArcaneBrony | 339 | -4235/+3835 |
2022-08-20 | Fix merge conflicts | TheArcaneBrony | 8 | -8231/+7 |
2022-08-20 | Make canvas optional | TheArcaneBrony | 2 | -1092/+323 |
2022-08-20 | Add fallback to bcryptjs | TheArcaneBrony | 7 | -20/+77 |
2022-08-20 | Drop ajv patch, update setup script | TheArcaneBrony | 11 | -30130/+9041 |
2022-08-19 | |