summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/member.go
Commit message (Expand)AuthorAgeFilesLines
* [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