summary refs log tree commit diff
path: root/src/api/routes/gifs/search.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-31Remove ALL fosscord mentionsMadeline236-431/+443
2023-03-31Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline51-3590/+2607
This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
2023-03-30fix: disable cache if multi threadedSamuel1-2/+4
2023-03-31SPACEBARMadeline444-444/+444
2023-03-31SPACEBARMadeline428-427/+643
2023-03-31SPACEBARMadeline1-1/+1
2023-03-31SPACEBARMadeline18-18/+18
2023-03-25Ajv and openapi spec use different versions of typescript json schema??????Madeline4-38/+74
2023-03-24Work towards fixing openapi specMadeline14-261/+8029
2023-03-21fix totp using wrong settings keyPuyodead11-1/+1
2023-03-19Add basic information page to /Madeline2-0/+75
2023-03-18feat: add DB_LOGGING env dev/samuelSamuel1-1/+1
2023-03-18fix: local cacheSamuel1-1/+4
2023-03-18build: remove sqlite3 in favor of better-sqlite3Samuel1-1/+1
2023-03-18build: remove sqlite3 in favor of better-sqlite3Samuel3-40/+121
2023-03-18fix: remove proxySamuel1-4/+0
2023-03-18fix: use entity.save() instead of insert (needed for caching)Samuel3-6/+6
2023-03-18fix: missing id in select querySamuel2-1/+2
2023-03-18feat: Database Query CacheSamuel38-124/+442
2023-03-17fix: package-lock.jsonSamuel1-35/+617
2023-03-17wip: cacheSamuel2-1/+42
2023-03-17fix: request language propertySamuel1-5/+6
2023-03-17perf: optimize getPermission()Samuel1-15/+18
2023-03-17feat: better-sqlite3 supportSamuel2-2/+18
2023-03-17perf: custom i18next middleware that only initializes when neededSamuel2-19/+38
2023-03-17perf: cache jwt secret as keySamuel3-7/+21
2023-03-17fix: types when using yarnSamuel3-2/+6
2023-03-17build: update dependenciesSamuel3-2428/+2330
2023-03-17Delete env-vars.mdSamuel (Flam3rboy)1-15/+0
2023-03-16Fix grammarXanderplayz181-1/+1
2023-03-16Fix UserSettings relation being in `select` rather than `relations`Madeline4-6/+7
2023-03-13Bump sqlite3 from 5.1.4 to 5.1.5dependabot[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-13Initial identify rewriteMadeline5-211/+382
2023-03-07add default group dm avatarsPuyodead19-0/+28
2023-03-07use real md5 hashPuyodead17-6/+6
2023-03-02Remove client_test folderMadeline3-239/+0
2023-03-02Remove Discord widget bannersMadeline5-0/+0
2023-03-01Remove test client and client patcherMadeline6-294/+1
2023-02-26Generate openapiMadeline1-5/+254
2023-02-25Rename password_reset config to passwordReset as it messes with config key ↵Madeline2-2/+2
generation
2023-02-24send required_action in gateway for when email verification is requiredMadeline2-11/+6
2023-02-24fix a few issues with emailsPuyodead12-3/+10
2023-02-24Bump http-cache-semantics from 4.1.0 to 4.1.1dependabot[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-24move transporters to their own filesPuyodead17-147/+165
2023-02-24simplify replacer functionPuyodead11-34/+20
2023-02-24first batch of requested changesPuyodead13-49/+73
2023-02-24don't return token on register if verification requiredPuyodead11-0/+11
2023-02-24implement password resetPuyodead118-714/+2198
2023-02-24add SendGrid transportPuyodead15-3/+180
2023-02-24don't print anything if email send is successfulPuyodead12-21/+16
2023-02-24use a fixed mailjet transportPuyodead12-90/+37
2023-02-23error if correspondence email is not setPuyodead11-0/+5
2023-02-23fix for when secure is set to falsePuyodead11-1/+1
2023-02-23add right to resend verification emailsPuyodead13-22/+27
2023-02-23fix: email verificationPuyodead13-15/+42
2023-02-23fix: verification required for login not working correctlyPuyodead11-0/+1
2023-02-23config: require account verificationPuyodead13-6/+14
2023-02-23fix linting errorsPuyodead14-64/+19
2023-02-23Update package-lock.jsonPuyodead11-61/+6085
2023-02-23Add mailjet transportPuyodead16-56/+402
2023-02-23Add Mailgun transportPuyodead17-11/+207
2023-02-23rename SMTPConfigurations to EmailConfigurationPuyodead15-7/+8
2023-02-23Fix template rendering and use verify email templatePuyodead18-321/+419
email html is weird, some stuff isn't supported.
2023-02-23Add other email templatesPuyodead15-1/+359
2023-02-23Update schemas.jsonPuyodead11-1/+28