summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/user.go
Commit message (Expand)AuthorAgeFilesLines
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-15/+4
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+1
* rework heatmap permissions (#14080)Norwin2020-12-221-1/+1
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-2/+8
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-5/+11
* Swagger info corrections (#9441)65432019-12-201-6/+9
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Fix 500 when getting user as unauthenticated user (#8653)Monty Taylor2019-10-241-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-6/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Fixes #6881 - API users search fix (#6882)Richard Mahn2019-05-081-1/+1
* 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-181-1/+1
* 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
* User action heatmap (#5131)kolaente2018-10-231-0/+39
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+1
* 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
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-28/+42
* 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-211-3/+3
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-0/+27
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-111-1/+3
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-0/+3
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* And othersSandro Santilli2016-11-071-1/+1
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* Replace convert.To with APIFormat callsUnknwon2016-08-141-3/+2
* Fix #3391Unknwon2016-08-111-3/+6
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-4/+4
* #13 finish user and repository searchUnknwon2016-03-111-13/+14
* Rename module: middleware -> contextUnknwon2016-03-111-3/+3
* refactor API routes and some work for #976Unknwon2015-12-041-0/+71