summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/subscriber.go
Commit message (Collapse)AuthorAgeFilesLines
* Move code.gitea.io/gitea/routers/api/v1/convert to ↵Lunny Xiao2019-11-101-1/+1
| | | | | | | | code.gitea.io/gitea/modules/convert (#8892) * Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert * fix fmt
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+0
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-1/+2
| | | | | | | when you use gitea as OAuth2 provider, the /api/v1/user should return user primary email as identifier, which is unique in OAuth2 clients. this patch use convert.ToUser replace all u.APIFormat in api requests, return primary email when caller is yourself or admin.
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
|
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-0/+19
| | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments
* API endpoint for subscribers (#598)Ethan Koenig2017-01-071-0/+25