aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/api_admin_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-8/+8
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-7/+8
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-2/+2
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* [API] Add Restricted Field to User (#14630)65432021-02-181-0/+14
* API: Admin EditUser: Make FullName, Email, Website & Location optional (#13562)65432020-11-191-0/+30
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+19
* Disable DSA ssh keys by default (#13056)zeripath2020-10-091-2/+2
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-8/+8
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Fixes #6881 - API users search fix (#6882)Richard Mahn2019-05-081-0/+15
* Return a UserList from /api/v1/admin/users (#6629)zeripath2019-04-151-0/+23
* Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he...zeripath2018-11-031-5/+5
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-2/+2
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-7/+13
* Add sudo functionality to the API (#4809)zeripath2018-09-061-0/+29
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-061-0/+73