summary refs log tree commit diff
path: root/src/api/routes/users/@me/connections/#connection_name (follow)
Commit message (Expand)AuthorAgeFilesLines
* NO-REVIEW: Fix up route import middleware pathRory&2026-07-212-2/+2
* Signify some imports more explicitlyRory&2026-06-162-2/+2
* Move entities to databaseRory&2026-06-122-4/+8
* Assert req.params type as solely string (express update)Rory&2026-02-012-3/+3
* DEPRECATION: Move most select queries to object instead of string[]Rory&2025-12-192-2/+13
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-172-84/+84
* Prettier u9Rory&2025-12-172-76/+39
* Reorganise schemas a little bitRory&2025-10-151-6/+2
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-302-2/+2
* Fix connection class importsPuyodead12023-08-061-1/+1
* fixing lots of openapi crapPuyodead12023-04-131-1/+1
* License informationMadeline2023-04-022-0/+36
* Update connection metadata visibilityMadeline2023-04-021-1/+4
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-022-4/+4
* Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-181-5/+7
* use connection revoked errorPuyodead12023-03-181-2/+1
* Add Twitch, error handling, revokation changes, etcPuyodead12023-03-182-12/+17
* Fix connection update visibilty dying when given booleanMadeline2023-03-181-1/+7
* Update todo in access-token routePuyodead12023-03-181-1/+1
* Refreshable connections, refactoring, access-token endpointPuyodead12023-03-181-0/+84
* Delete connectionsMadeline2023-03-181-1/+24
* Don't use mergeDeepMadeline2023-03-181-6/+2
* implement PATCH connectionPuyodead12023-03-181-0/+51