summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/app.go
Commit message (Expand)AuthorAgeFilesLines
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-3/+11
* Fix api doc response code (#14123)Norwin2020-12-241-1/+1
* [API] Delete Token accept names too (#12366)65432020-08-281-5/+36
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-2/+2
* Refactor UpdateOAuth2Application (#11034)65432020-04-301-8/+2
* Reject duplicate AccessToken names (#10994)65432020-04-131-0/+12
* Add Get/Update for api/v1/user/applications/oauth2 (#11008)Dan Molik2020-04-091-0/+86
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-291-0/+96
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+10
* Swagger info corrections (#9441)65432019-12-201-6/+11
* Remove legacy handling of drone token (#8191)techknowlogick2019-09-171-6/+0
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* Change drone token name to let users know to use oauth2 (#6912)techknowlogick2019-05-121-3/+10
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Hash App token (#6724)techknowlogick2019-05-041-6/+6
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-1/+1
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+10
* Add ability to delete a token (#4235)techknowlogick2018-07-061-0/+37
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-0/+12
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-21/+18
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-2/+2
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-2/+21
* Fix go vet faults (#1060)Ethan Koenig2017-02-261-2/+8
* golint fixed for routers (#208)Lunny Xiao2016-11-241-2/+4
* 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
* 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
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-4/+4
* Rename module: middleware -> contextUnknwon2016-03-111-3/+3
* refactor API routes and some work for #976Unknwon2015-12-041-0/+40