Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-05 | prettier whoops | Madeline | 1 | -9/+9 | |
2023-04-04 | Missing ready guild properties | Madeline | 1 | -0/+21 | |
2023-04-04 | Role flags | Madeline | 2 | -0/+4 | |
2023-04-04 | Don't send random read state / guild settings version numbers | Madeline | 1 | -5/+2 | |
2023-04-04 | Send d: {} in heartbeat ack | Madeline | 1 | -1/+1 | |
2023-04-03 | Respect CLIENT_STATE_V2 capability | Madeline | 5 | -6/+46 | |
2023-04-01 | allow all role props through ready | Madeline | 2 | -11/+6 | |
2023-04-01 | gatewayresponse?? | Madeline | 2 | -4/+21 | |
2023-03-31 | Remove ALL fosscord mentions | Madeline | 236 | -431/+443 | |
2023-03-31 | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 51 | -3590/+2607 | |
This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88. | |||||
2023-03-30 | fix: disable cache if multi threaded | Samuel | 1 | -2/+4 | |
2023-03-31 | SPACEBAR | Madeline | 444 | -444/+444 | |
2023-03-31 | SPACEBAR | Madeline | 428 | -427/+643 | |
2023-03-31 | SPACEBAR | Madeline | 1 | -1/+1 | |
2023-03-31 | SPACEBAR | Madeline | 18 | -18/+18 | |
2023-03-25 | Ajv and openapi spec use different versions of typescript json schema?????? | Madeline | 4 | -38/+74 | |
2023-03-24 | Work towards fixing openapi spec | Madeline | 14 | -261/+8029 | |
2023-03-21 | fix totp using wrong settings key | Puyodead1 | 1 | -1/+1 | |
2023-03-19 | Add basic information page to / | Madeline | 2 | -0/+75 | |
2023-03-18 | feat: add DB_LOGGING env dev/samuel | Samuel | 1 | -1/+1 | |
2023-03-18 | fix: local cache | Samuel | 1 | -1/+4 | |
2023-03-18 | build: remove sqlite3 in favor of better-sqlite3 | Samuel | 1 | -1/+1 | |
2023-03-18 | build: remove sqlite3 in favor of better-sqlite3 | Samuel | 3 | -40/+121 | |
2023-03-18 | fix: remove proxy | Samuel | 1 | -4/+0 | |
2023-03-18 | fix: use entity.save() instead of insert (needed for caching) | Samuel | 3 | -6/+6 | |
2023-03-18 | fix: missing id in select query | Samuel | 2 | -1/+2 | |
2023-03-18 | feat: Database Query Cache | Samuel | 38 | -124/+442 | |
2023-03-17 | fix: package-lock.json | Samuel | 1 | -35/+617 | |
2023-03-17 | wip: cache | Samuel | 2 | -1/+42 | |
2023-03-17 | fix: request language property | Samuel | 1 | -5/+6 | |
2023-03-17 | perf: optimize getPermission() | Samuel | 1 | -15/+18 | |
2023-03-17 | feat: better-sqlite3 support | Samuel | 2 | -2/+18 | |
2023-03-17 | perf: custom i18next middleware that only initializes when needed | Samuel | 2 | -19/+38 | |
2023-03-17 | perf: cache jwt secret as key | Samuel | 3 | -7/+21 | |
2023-03-17 | fix: types when using yarn | Samuel | 3 | -2/+6 | |
2023-03-17 | build: update dependencies | Samuel | 3 | -2428/+2330 | |
2023-03-17 | Delete env-vars.md | Samuel (Flam3rboy) | 1 | -15/+0 | |
2023-03-16 | Fix grammar | Xanderplayz18 | 1 | -1/+1 | |
2023-03-16 | Fix UserSettings relation being in `select` rather than `relations` | Madeline | 4 | -6/+7 | |
2023-03-13 | Bump sqlite3 from 5.1.4 to 5.1.5 | dependabot[bot] | 2 | -8/+9 | |
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.5) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2023-03-13 | Initial identify rewrite | Madeline | 5 | -211/+382 | |
2023-03-07 | add default group dm avatars | Puyodead1 | 9 | -0/+28 | |
2023-03-07 | use real md5 hash | Puyodead1 | 7 | -6/+6 | |
2023-03-02 | Remove client_test folder | Madeline | 3 | -239/+0 | |
2023-03-02 | Remove Discord widget banners | Madeline | 5 | -0/+0 | |
2023-03-01 | Remove test client and client patcher | Madeline | 6 | -294/+1 | |
2023-02-26 | Generate openapi | Madeline | 1 | -5/+254 | |
2023-02-25 | Rename password_reset config to passwordReset as it messes with config key ↵ | Madeline | 2 | -2/+2 | |
generation | |||||
2023-02-24 | send required_action in gateway for when email verification is required | Madeline | 2 | -11/+6 | |
2023-02-24 | fix a few issues with emails | Puyodead1 | 2 | -3/+10 | |
2023-02-24 | Bump http-cache-semantics from 4.1.0 to 4.1.1 | dependabot[bot] | 1 | -34/+85 | |
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2023-02-24 | move transporters to their own files | Puyodead1 | 7 | -147/+165 | |
2023-02-24 | simplify replacer function | Puyodead1 | 1 | -34/+20 | |
2023-02-24 | first batch of requested changes | Puyodead1 | 3 | -49/+73 | |
2023-02-24 | don't return token on register if verification required | Puyodead1 | 1 | -0/+11 | |
2023-02-24 | implement password reset | Puyodead1 | 18 | -714/+2198 | |
2023-02-24 | add SendGrid transport | Puyodead1 | 5 | -3/+180 | |
2023-02-24 | don't print anything if email send is successful | Puyodead1 | 2 | -21/+16 | |
2023-02-24 | use a fixed mailjet transport | Puyodead1 | 2 | -90/+37 | |
2023-02-23 | error if correspondence email is not set | Puyodead1 | 1 | -0/+5 | |
2023-02-23 | fix for when secure is set to false | Puyodead1 | 1 | -1/+1 | |
2023-02-23 | add right to resend verification emails | Puyodead1 | 3 | -22/+27 | |
2023-02-23 | fix: email verification | Puyodead1 | 3 | -15/+42 | |
2023-02-23 | fix: verification required for login not working correctly | Puyodead1 | 1 | -0/+1 | |
2023-02-23 | config: require account verification | Puyodead1 | 3 | -6/+14 | |
2023-02-23 |