summaryrefslogtreecommitdiffstats
path: root/integrations/api_oauth2_apps_test.go
Commit message (Expand)AuthorAgeFilesLines
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-165/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-9/+9
* Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439)Gusted2022-02-041-1/+1
* Refactor auth package (#17962)Lunny Xiao2022-01-021-14/+14
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+6
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-15/+15
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-13/+14
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-14/+15
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-2/+2
* Fix delete nonexist oauth application 500 and prevent deadlock (#15384)Lunny Xiao2021-04-101-0/+4
* Add Get/Update for api/v1/user/applications/oauth2 (#11008)Dan Molik2020-04-091-3/+66
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-291-0/+96