aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/user.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Enable system users search via the API (#28013)Earl Warren2023-11-131-12/+26
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+57
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+3
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+1
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-14/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-6/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+1
* [API] List limited and private orgs if authentificated (#16866)65432021-08-301-4/+2
* [API] generalize list header (#16551)65432021-08-121-3/+1
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-2/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-2/+2
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-0/+7
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-7/+1
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-3/+3
* 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