Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
0 min. | fix: local cache | Samuel | 1 | -1/+4 | |
0 min. | build: remove sqlite3 in favor of better-sqlite3 | Samuel | 1 | -1/+1 | |
0 min. | build: remove sqlite3 in favor of better-sqlite3 | Samuel | 3 | -40/+121 | |
0 min. | fix: remove proxy | Samuel | 1 | -4/+0 | |
0 min. | fix: use entity.save() instead of insert (needed for caching) | Samuel | 3 | -6/+6 | |
0 min. | fix: missing id in select query | Samuel | 2 | -1/+2 | |
0 min. | feat: Database Query Cache | Samuel | 38 | -124/+442 | |
0 min. | fix: package-lock.json | Samuel | 1 | -35/+617 | |
0 min. | wip: cache | Samuel | 2 | -1/+42 | |
0 min. | fix: request language property | Samuel | 1 | -5/+6 | |
0 min. | perf: optimize getPermission() | Samuel | 1 | -15/+18 | |
0 min. | feat: better-sqlite3 support | Samuel | 2 | -2/+18 | |
0 min. | perf: custom i18next middleware that only initializes when needed | Samuel | 2 | -19/+38 | |
0 min. | perf: cache jwt secret as key | Samuel | 3 | -7/+21 | |
0 min. | fix: types when using yarn | Samuel | 3 | -2/+6 | |
0 min. | build: update dependencies | Samuel | 3 | -2428/+2330 | |
0 min. | Delete env-vars.md | Samuel (Flam3rboy) | 1 | -15/+0 | |
0 min. | Fix grammar | Xanderplayz18 | 1 | -1/+1 | |
0 min. | Fix UserSettings relation being in `select` rather than `relations` | Madeline | 4 | -6/+7 | |
0 min. | 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> | |||||
0 min. | add default group dm avatars | Puyodead1 | 9 | -0/+28 | |
0 min. | use real md5 hash | Puyodead1 | 7 | -6/+6 | |
0 min. | Remove client_test folder | Madeline | 3 | -239/+0 | |
0 min. | Remove Discord widget banners | Madeline | 5 | -0/+0 | |
0 min. | Remove test client and client patcher | Madeline | 6 | -294/+1 | |
0 min. | Generate openapi | Madeline | 1 | -5/+254 | |
0 min. | Rename password_reset config to passwordReset as it messes with config key ↵ | Madeline | 2 | -2/+2 | |
generation | |||||
0 min. | send required_action in gateway for when email verification is required | Madeline | 2 | -11/+6 | |
0 min. | fix a few issues with emails | Puyodead1 | 2 | -3/+10 | |
0 min. | 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> | |||||
0 min. | move transporters to their own files | Puyodead1 | 7 | -147/+165 | |
0 min. | simplify replacer function | Puyodead1 | 1 | -34/+20 | |
0 min. | first batch of requested changes | Puyodead1 | 3 | -49/+73 | |
0 min. | don't return token on register if verification required | Puyodead1 | 1 | -0/+11 | |
0 min. | implement password reset | Puyodead1 | 18 | -714/+2198 | |
0 min. | add SendGrid transport | Puyodead1 | 5 | -3/+180 | |
0 min. | don't print anything if email send is successful | Puyodead1 | 2 | -21/+16 | |
0 min. | use a fixed mailjet transport | Puyodead1 | 2 | -90/+37 | |
0 min. | error if correspondence email is not set | Puyodead1 | 1 | -0/+5 | |
0 min. | fix for when secure is set to false | Puyodead1 | 1 | -1/+1 | |
0 min. | add right to resend verification emails | Puyodead1 | 3 | -22/+27 | |
0 min. | fix: email verification | Puyodead1 | 3 | -15/+42 | |
0 min. | fix: verification required for login not working correctly | Puyodead1 | 1 | -0/+1 | |
0 min. | config: require account verification | Puyodead1 | 3 | -6/+14 | |
0 min. | fix linting errors | Puyodead1 | 4 | -64/+19 | |
0 min. | Update package-lock.json | Puyodead1 | 1 | -61/+6085 | |
0 min. | Add mailjet transport | Puyodead1 | 6 | -56/+402 | |
0 min. | Add Mailgun transport | Puyodead1 | 7 | -11/+207 | |
0 min. | rename SMTPConfigurations to EmailConfiguration | Puyodead1 | 5 | -7/+8 | |
0 min. | Fix template rendering and use verify email template | Puyodead1 | 8 | -321/+419 | |
email html is weird, some stuff isn't supported. | |||||
0 min. | Add other email templates | Puyodead1 | 5 | -1/+359 | |
0 min. | Update schemas.json | Puyodead1 | 1 | -1/+28 | |