Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'staging' into patch/roles | Puyodead1 | 2022-12-13 | 1 | -3/+3 |
|\ | |||||
| * | fix | Puyodead1 | 2022-11-20 | 1 | -3/+3 |
| | | |||||
* | | fix adding roles to users | Puyodead1 | 2022-11-03 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #891 from fosscord/dev/improve-security | TheArcaneBrony | 2022-09-20 | 52 | -136/+771 |
|\ | | | | | Improved security: one-time registration token support, register and message ratelimit | ||||
| * | Courtesy: run prettier | TheArcaneBrony | 2022-09-18 | 2 | -2/+6 |
| | | |||||
| * | Validate reg token before bypassing captchas and disabled registrations | TheArcaneBrony | 2022-09-18 | 1 | -21/+20 |
| | | |||||
| * | Return proper 429's, reg tokens bypass disabled registrations, code cleanup | TheArcaneBrony | 2022-09-18 | 2 | -13/+54 |
| | | |||||
| * | Sane message rate limit | TheArcaneBrony | 2022-09-18 | 2 | -4/+4 |
| | | |||||
| * | Message rate limiting | TheArcaneBrony | 2022-09-18 | 1 | -0/+23 |
| | | |||||
| * | check token validity + delete invalid, prettier | TheArcaneBrony | 2022-09-18 | 26 | -141/+152 |
| | | |||||
| * | Cryptographically secure invites, add generation of tokens | TheArcaneBrony | 2022-09-17 | 35 | -95/+601 |
| | | |||||
| * | Partially refactor code to use localization | TheArcaneBrony | 2022-09-17 | 15 | -44/+64 |
| | | |||||
| * | Add register ratelimit | TheArcaneBrony | 2022-09-17 | 4 | -2/+33 |
| | | |||||
* | | Merge pull request #884 from fosscord/dev/Maddy/fix/lazyRequest | Madeline | 2022-09-12 | 1 | -10/+40 |
|\ \ | | | | | | | LazyRequest: Session sorting, invis members, bugs | ||||
| * | | Handle when status is offline in usersettings | Madeline | 2022-09-09 | 1 | -2/+2 |
| | | | |||||
| * | | Use status from UserSettings if presence is 'offline' ( mobile ) | Madeline | 2022-09-09 | 1 | -1/+7 |
| | | | |||||
| * | | Fix typo | Madeline | 2022-09-09 | 1 | -2/+1 |
| | | | |||||
| * | | Session sorting and invisible members | Madeline | 2022-09-08 | 1 | -8/+33 |
| |/ | |||||
* | | Merge pull request #883 from fosscord/dev/Maddy/feat/spotify_activity | Madeline | 2022-09-12 | 2 | -1/+19 |
|\ \ | | | | | | | Allow Spotify activities through schema | ||||
| * | | Fix typo | Madeline | 2022-09-09 | 2 | -2/+2 |
| | | | |||||
| * | | Allow spotify activities through schema | Madeline | 2022-09-07 | 2 | -1/+19 |
| | | | |||||
* | | | remove notes table from bot | Madeline | 2022-09-08 | 1 | -1/+0 |
| | | | |||||
* | | | migrations for notes pr | Madeline | 2022-09-08 | 3 | -0/+42 |
| |/ |/| | |||||
* | | Merge pull request #881 from fosscord/fix/notes_pr_broke_somehow | TheArcaneBrony | 2022-09-07 | 1 | -3/+0 |
|\ \ | | | | | | | Remove notes object from User entity, as Note entity is used instead | ||||
| * | | Remove notes object from User entity, as Note entity is used instead | Madeline | 2022-09-04 | 1 | -3/+0 |
| |/ | |||||
* / | Revert "Merge pull request #873 from fosscord/dev/Maddy/fix/listeningAfterDb" | TheArcaneBrony | 2022-09-04 | 1 | -4/+1 |
|/ | | | | | This reverts commit 8c92b197e49db0971189ba70e139170f403c8dc6. Reason: Breaks threading for unknown reasons. | ||||
* | Prettier | TheArcaneBrony | 2022-09-04 | 20 | -169/+170 |
| | |||||
* | Merge pull request #873 from fosscord/dev/Maddy/fix/listeningAfterDb | TheArcaneBrony | 2022-09-04 | 1 | -1/+4 |
|\ | | | | | Listen after DB start | ||||
| * | Move component starts to before sentry enabling | Madeline | 2022-09-04 | 1 | -2/+4 |
| | | |||||
| * | Merge branch 'staging' into dev/Maddy/fix/listeningAfterDb | Madeline | 2022-08-30 | 375 | -0/+150637 |
| |\ | |||||
* | \ | Merge pull request #874 from fosscord/dev/Maddy/feat/welcomeMessages | TheArcaneBrony | 2022-09-04 | 1 | -2/+23 |
|\ \ \ | | | | | | | | | Welcome messages | ||||
| * \ \ | Merge branch 'staging' into dev/Maddy/feat/welcomeMessages | Madeline | 2022-08-30 | 375 | -0/+150657 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
* | | | Fix migration | TheArcaneBrony | 2022-09-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Migration threw a "bio contains null value" error in my testing environment. | ||||
* | | | flags related rights and stats api | Erkin Alp Güney | 2022-09-04 | 6 | -46/+71 |
| | | | |||||
* | | | Various fixes for current web client (#875) | Madeline | 2022-09-04 | 14 | -11/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | fix user profile not displaying correctly | Puyodead1 | 2022-09-01 | 1 | -2/+9 |
| | | | |||||
* | | | regenerate migrations | Puyodead1 | 2022-08-30 | 3 | -49/+6 |
| | | | |||||
* | | | Delete profile.ts | Puyodead1 | 2022-08-29 | 1 | -34/+0 |
| | | | |||||
* | | | implement guild profiles and fix user profiles | Puyodead1 | 2022-08-29 | 14 | -9/+502 |
| |/ |/| | |||||
* | | Oop, deprecated typeorm call | TheArcaneBrony | 2022-08-27 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev/staging_2' into staging | TheArcaneBrony | 2022-08-27 | 4 | -10/+176 |
|\ \ | |||||
| * | | Configurable backup code length | TheArcaneBrony | 2022-08-27 | 2 | -1/+2 |
| | | | |||||
| * | | Add missing SKU | TheArcaneBrony | 2022-08-27 | 1 | -8/+168 |
| | | | |||||
| * | | Dont even bother loading mappings for assets. | TheArcaneBrony | 2022-08-27 | 1 | -0/+3 |
| | | | |||||
| * | | Configurable MFA backup token length | TheArcaneBrony | 2022-08-27 | 2 | -1/+3 |
| | | | |||||
* | | | Merge remote-tracking branch 'Maddy/fix/sendMemberInProfile' into staging | TheArcaneBrony | 2022-08-27 | 1 | -25/+61 |
|\ \ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/staging' into fix/sendMemberInProfile | Madeline | 2022-08-22 | 379 | -0/+150842 |
| |\ \ \ | | |_|/ | |/| | | |||||
* | | | | Merge remote-tracking branch 'Maddy/fix/claim_accounts' into staging | TheArcaneBrony | 2022-08-27 | 4 | -5/+22 |
|\ \ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'upstream/staging' into fix/claim_accounts | Madeline | 2022-08-22 | 379 | -0/+150826 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
* | | | | Merge remote-tracking branch 'Maddy/fix/categoryNames' into staging | TheArcaneBrony | 2022-08-27 | 2 | -7/+14 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Merge remote-tracking branch 'upstream/staging' into fix/categoryNames | Madeline | 2022-08-25 | 342 | -4026/+3640 |
| |\ \ \ | |/ / / |/| | | | | | | | Also allow voice to skip checks | ||||
* | | | | Merge remote-tracking branch 'upstream/staging' into feat/captchaVerify | Madeline | 2022-08-25 | 340 | -4370/+3909 |
|\ \ \ \ | |||||
| * | | | | case insensitive header for rate limits, fix rate limit default settings | TheArcaneBrony | 2022-08-24 | 4 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | Also disabled rate limit bypass right as it doesn't work... | ||||
| * | | | | Check Captcha | Scott Gould | 2022-08-23 | 2 | -5/+37 |
| | | | | | |||||
| * | | | | New db migration script - multiplatform, fix mariadb migrations | TheArcaneBrony | 2022-08-23 | 5 | -94/+86 |
| | | | | | |||||
| * | | | | Improve first setup, make server load initial configuraiton | TheArcaneBrony | 2022-08-20 | 5 | -37/+22 |
| | | | | | |||||
| * | | | | prettier | TheArcaneBrony | 2022-08-20 | 333 | -4191/+3790 |
| | | | | | |||||
| * | | | | Fix merge conflicts | TheArcaneBrony | 2022-08-20 | 4 | -4/+3 |
| | | | | | |||||
| * | | | | Make canvas optional | TheArcaneBrony | 2022-08-20 | 1 | -5/+11 |
| | | | | | |||||
| * | | | | Add fallback to bcryptjs | TheArcaneBrony | 2022-08-20 | 7 | -20/+77 |
| | | | | | |||||
| * | | | | Drop ajv patch, update setup script | TheArcaneBrony | 2022-08-20 | 4 | -106/+0 |
| | |_|/ | |/| | | |||||
* | | | | Merge remote-tracking branch 'upstream/staging' into feat/captchaVerify | Madeline | 2022-08-22 | 380 | -0/+150871 |
|\| | | | |_|/ |/| | | |||||
| | * | Merge remote-tracking branch 'upstream/staging' into fix/categoryNames | Madeline | 2022-08-22 | 379 | -0/+150819 |
| |/| |/|/ | |||||
| * | Fix the latest SKU errors and further debranding | Erkin Alp Güney | 2022-08-16 | 1 | -18/+29 |
| | | |||||
| * | change dev panel path, we missed this one... | TheArcaneBrony | 2022-08-15 | 1 | -1/+1 |
| | | |||||
| * | Fix nullables, fix user settings hanging stuff | TheArcaneBrony | 2022-08-15 | 5 | -4/+304 |
| | | |||||
| * | oops.. move migrations to right folder | TheArcaneBrony | 2022-08-15 | 2 | -0/+0 |
| | | |||||
| * | Update package, sync migrations | TheArcaneBrony | 2022-08-15 | 4 | -95/+299 |
| | | |||||
| * | Fix missing stuff | TheArcaneBrony | 2022-08-15 | 4 | -0/+106 |
| | | |||||
| * | Fix rebase conflicts | TheArcaneBrony | 2022-08-15 | 8 | -114/+1220 |
| | | |||||
| * | Do the funny thing (make user->invite cascade delet) | TheArcaneBrony | 2022-08-15 | 3 | -17/+292 |
| | | |||||
| * | restructure to single project | Flam3rboy | 2022-08-13 | 364 | -0/+148807 |
|/ | |||||
* | :bug: fix types + packages | Flam3rboy | 2021-08-13 | 1 | -1/+0 |
| | |||||
* | [ProjectManagement] Add root project and dev getting started guides. | darkhpp | 2021-08-13 | 1 | -0/+1 |
| | |||||
* | :sparkles: webrtc | Flam3rboy | 2021-08-12 | 4 | -54/+0 |
| | |||||
* | :construction: init | Flam3rboy | 2021-06-24 | 4 | -0/+54 |