summaryrefslogtreecommitdiff
path: root/internal/db/bundb/application_test.go
AgeCommit message (Collapse)AuthorFiles
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
* [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
2024-04-16[bugfix] fix get all tokens (#2841)Libravatar tobi1
2023-08-10[performance] remove last of relational queries to instead rely on caches ↵Libravatar kim1
(#2091)