summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/member.go
Commit message (Expand)AuthorAgeFilesLines
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-8/+9
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-10/+10
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+6
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-1/+2
* Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR...wxiaoguang2021-10-151-1/+1
* [API] generalize list header (#16551)65432021-08-121-5/+12
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-1/+1
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-3/+1
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-0/+2
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-2/+2
* Allow site admin to check /api/v1/orgs endpoints (#10867)zeripath2020-03-281-1/+1
* [API] let admin check org membership on other users (#10201)65432020-02-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+21
* Swagger info corrections (#9441)65432019-12-201-15/+29
* Only show part of members on orgnization dashboard and add paging for orgniza...Lunny Xiao2019-12-061-24/+7
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-1/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-3/+3
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-12/+0
* Fixes repo membership check in API (#4341)Nicolas Da Mutten2018-07-051-1/+1
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-11/+30
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-66/+135
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-0/+66
* Bug fixes for org member APIEthan Koenig2017-06-071-10/+23
* Use handlers for API authorization (#723)Ethan Koenig2017-01-261-11/+2
* API Endpoints for organization members (#645)Ethan Koenig2017-01-201-0/+141