summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user
Commit message (Expand)AuthorAgeFilesLines
* Rework api/user/repos for pagination (#11827) (#11877)Cirno the Strongest2020-06-131-21/+33
* Handle expected errors in AddGPGkey API (#11644) (#11661)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
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-283-15/+12
* API: '/orgs/:org/repos': return private repos with read access (#5310) (#3829...Daniel Balko2018-11-231-7/+9
* Keys API changes (#4960)zeripath2018-10-311-6/+68
* User action heatmap (#5131)kolaente2018-10-231-0/+39
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-204-0/+15
* Add support for search by uid (#4876)zeripath2018-10-181-0/+5
* Update Swagger API to match the return of /users/search (#4847)zeripath2018-09-211-1/+10
* Respect email privacy option in user search via API (#4512)Lanre Adelowo2018-07-251-1/+1
* Add ability to delete a token (#4235)techknowlogick2018-07-061-0/+37
* Fix swagger errors (#4220)Antoine GIRARD2018-06-122-2/+14
* swagger: add 'required: true' for params in URL (#4097)stevegt2018-06-021-0/+1
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-241-1/+1
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-2/+2
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-061-1/+5
* Update swagger documentation (#2899)Ethan Koenig2017-11-139-333/+547
* fix importsLunny Xiao2017-10-251-5/+4
* some fixesLunny Xiao2017-10-251-1/+2
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-1/+1
* Improve swagger doc (#2274)Antoine GIRARD2017-08-218-36/+36
* API: support '/orgs/:org/repos' (#2047)Aaron Walker2017-07-131-0/+18
* Fix GET /users/:username/repos endpoint (#2125)Ethan Koenig2017-07-101-30/+30
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* Generate swagger json (#1402)Antoine GIRARD2017-05-028-14/+300
* bug fixed for API to get user's repos (#1622)Lunny Xiao2017-04-291-4/+7