| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 1 | -5/+1 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -8/+8 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -17/+18 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -3/+4 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -0/+10 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -1/+1 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -1/+1 |
* | [refactor] Unify the export of user data via API (#15144) | 6543 | 2021-03-27 | 1 | -2/+2 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -2/+4 |
* | Redirect on changed user and org name (#11649) | Andrew Bezold | 2021-01-24 | 1 | -19/+0 |
* | Disable SSH key deletion of externally managed Keys (#13985) | zeripath | 2020-12-25 | 1 | -1/+10 |
* | Remove page size limit comment from swagger (#11806) | Cirno the Strongest | 2020-06-09 | 1 | -2/+2 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -1/+18 |
* | Swagger info corrections (#9441) | 6543 | 2019-12-20 | 1 | -9/+16 |
* | Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module... | Lunny Xiao | 2019-11-10 | 1 | -1/+1 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -2/+1 |
* | fix wrong email when use gitea as OAuth2 provider (#7640) | renothing | 2019-07-27 | 1 | -2/+2 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | Updates to API 404 responses (#6077) | John Olheiser | 2019-03-18 | 1 | -3/+3 |
* | Keys API changes (#4960) | zeripath | 2018-10-31 | 1 | -6/+68 |
* | Fix Swagger JSON autogeneration issues. (#4845) | zeripath | 2018-10-20 | 1 | -0/+2 |
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 1 | -1/+1 |
* | Delete a user's public key via admin api (closes #3014) (#3059) | Vlad Temian | 2017-12-06 | 1 | -1/+5 |
* | Update swagger documentation (#2899) | Ethan Koenig | 2017-11-13 | 1 | -55/+75 |
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 1 | -5/+5 |
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 1 | -5/+51 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -5/+11 |
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -6/+6 |
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -3/+3 |
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 1 | -0/+119 |