gotosocial/internal/api/client/lists
tobi 1b37944f8b
[feature] Refactor tokens, allow multiple app redirect_uris (#3849)
* [feature] Refactor tokens, allow multiple app redirect_uris

* move + tweak handlers a bit

* return error for unset oauth2.ClientStore funcs

* wrap UpdateToken with cache

* panic handling

* cheeky little time optimization

* unlock on error
2025-03-03 15:03:36 +00:00
..
list.go [feature] Add List functionality (#1802) 2023-05-25 10:37:38 +02:00
listaccounts.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00
listaccounts_test.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
listaccountsadd.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00
listaccountsadd_test.go [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
listaccountsremove.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00
listcreate.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00
listdelete.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00
listget.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00
lists_test.go [feature] Refactor tokens, allow multiple app redirect_uris (#3849) 2025-03-03 15:03:36 +00:00
listsget.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00
listupdate.go [feature] Enforce OAuth token scopes (#3835) 2025-02-26 13:04:55 +01:00