aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user
Commit message (Expand)AuthorAgeFilesLines
* update `user/repos` api description (#16503)Patrick Schratz2021-07-211-1/+1
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-4/+77
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-262-1/+8
* [API] GET / SET User Settings (#16169)65432021-06-231-0/+83
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-7/+1
* add some reponse status on api docs (#15399)a10121127962021-04-111-0/+12
* Fix delete nonexist oauth application 500 and prevent deadlock (#15384)Lunny Xiao2021-04-101-1/+5
* rsponse 404 when delete not exist email (#15383)a10121127962021-04-101-0/+6
* [refactor] Unify the export of user data via API (#15144)65432021-03-273-6/+6
* Move macaron to chi (#14293)Lunny Xiao2021-01-264-11/+24
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-243-34/+40
* Disable SSH key deletion of externally managed Keys (#13985)zeripath2020-12-251-1/+10
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+1
* Fix api doc response code (#14123)Norwin2020-12-241-1/+1
* rework heatmap permissions (#14080)Norwin2020-12-221-1/+1
* Move Repo APIFormat to convert package (#13787)65432020-12-023-4/+7
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+4
* [API] Delete Token accept names too (#12366)65432020-08-281-5/+36
* Allow addition of gpg keyring with multiple keys (#12487)zeripath2020-08-211-2/+2
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-132-0/+3
* Fix repo API listing stability (#12057)Clark Boylan2020-07-021-0/+1
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-2/+8
* Rework api/user/repos for pagination (#11827)Cirno the Strongest2020-06-131-21/+33
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-098-18/+18
* Handle expected errors in AddGPGkey API (#11644)65432020-05-281-2/+10
* Refactor UpdateOAuth2Application (#11034)65432020-04-301-8/+2
* Add issue subscription check to API (#10967)65432020-04-211-9/+3
* document 404 responce and meaning (#11073)65432020-04-151-0/+2
* Reject duplicate AccessToken names (#10994)65432020-04-131-0/+12
* Add Get/Update for api/v1/user/applications/oauth2 (#11008)Dan Molik2020-04-091-0/+86
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-291-0/+96
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-248-23/+180
* Swagger info corrections (#9441)65432019-12-209-73/+131
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-105-5/+5
* Fix 500 when getting user as unauthenticated user (#8653)Monty Taylor2019-10-241-1/+1
* Make /users/{username}/repos list private repos the current user has access t...7FM2019-10-231-1/+1
* Remove legacy handling of drone token (#8191)techknowlogick2019-09-171-6/+0
* Use gitea forked macaron (#7933)Tamal Saha2019-08-238-15/+8
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-273-9/+6
* Add golangci (#6418)kolaente2019-06-121-5/+0
* Change drone token name to let users know to use oauth2 (#6912)techknowlogick2019-05-121-3/+10
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-119-9/+9
* Fixes #6881 - API users search fix (#6882)Richard Mahn2019-05-081-1/+1
* Hash App token (#6724)techknowlogick2019-05-041-6/+6
* Return a UserList from /api/v1/admin/users (#6629)zeripath2019-04-151-11/+2
* fix bug user search API pagesize didn't obey ExplorePagingNum (#6579)Lunny Xiao2019-04-111-3/+0
* Updates to API 404 responses (#6077)John Olheiser2019-03-187-9/+9
* add isAdmin to user model (#6231)Lanre Adelowo2019-03-031-0/+1
* Admins can now do unlimited page size user search (listAllUsers & listAllOrgs...John Olheiser2019-02-211-1/+1