summary refs log tree commit diff
path: root/src/util/connections (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move migrations to databaseRory&2026-06-111-1/+1
* Move entities to databaseRory&2026-06-113-3/+3
* eslint: array callback return, no restricted importsRory&2026-04-192-3/+3
* Make connections more verbose and include some setup instructionsRory&2026-04-192-1/+19
* Shorten importsRory&2026-03-142-2/+2
* Fix some JSdoc errorsRory&2026-03-141-3/+4
* Qodana: fix async warningsRory&2026-03-141-3/+3
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-175-181/+181
* No more fallback URLsRory&2025-12-171-2/+1
* Prettier u6Rory&2025-12-173-26/+8
* Prettier 8Rory&2025-12-171-6/+2
* Prettier 3Rory&2025-12-171-2/+1
* Fix bad importsRory&2025-12-161-1/+1
* Move schemas to separate moduleRory&2025-10-141-1/+1
* Fix missed mergeRory&2025-10-041-1/+2
* Use front end URI instead of APITomatoCake2024-07-061-4/+4
* Add nix flake to repo (#1111)Rory&2024-02-191-1/+1
* Fix linter warnings in connectionsPuyodead12023-08-062-5/+4
* Fix connection class importsPuyodead12023-08-064-6/+6
* License informationMadeline2023-04-026-0/+108
* Less spammy user connection logsMadeline2023-04-022-11/+13
* fix a few linting errorsPuyodead12023-03-182-4/+7
* Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-181-1/+11
* Add Twitch, error handling, revokation changes, etcPuyodead12023-03-181-1/+1
* Refreshable connections, refactoring, access-token endpointPuyodead12023-03-184-5/+55
* Don't try to upload entire config for each connection loadedMadeline2023-03-181-1/+2
* Fix ConnectionLoader from throwing when uploading default config keysMadeline2023-03-181-10/+8
* `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE`Madeline2023-03-181-3/+4
* adding connection now worksPuyodead12023-03-183-6/+6
* add connectionsPuyodead12023-03-185-0/+225