aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/key.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor names (#31405)wxiaoguang2024-06-191-3/+3
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-291-2/+2
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+11
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-12/+14
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-7/+7
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+2
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-2/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-6/+7
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Fix DELETE request for non-existent public key (#19443)Gusted2022-04-211-4/+9
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-5/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-8/+8
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-17/+18
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* [API] generalize list header (#16551)65432021-08-121-0/+10
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+4
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-19/+0
* Disable SSH key deletion of externally managed Keys (#13985)zeripath2020-12-251-1/+10
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-2/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+18
* Swagger info corrections (#9441)65432019-12-201-9/+16
* 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-2/+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
* Keys API changes (#4960)zeripath2018-10-311-6/+68
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+2
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-241-1/+1
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-061-1/+5
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-55/+75
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-5/+5
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-5/+51
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-5/+11
* 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-6/+6
* 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-5/+5
* Refactor User.Id to User.IDUnknwon2016-07-241-3/+3
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-0/+119