aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/gpg_key.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor names (#31405)wxiaoguang2024-06-191-2/+2
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-291-2/+3
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-0/+11
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-9/+18
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-2/+2
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-6/+6
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+2
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Pad GPG Key ID with preceding zeroes (#20878)zeripath2022-08-211-0/+7
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-5/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-10/+10
* format with gofumpt (#18184)65432022-01-201-5/+5
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-26/+26
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* [API] generalize list header (#16551)65432021-08-121-0/+7
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-4/+77
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+4
* Allow addition of gpg keyring with multiple keys (#12487)zeripath2020-08-211-2/+2
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-2/+2
* Handle expected errors in AddGPGkey API (#11644)65432020-05-281-2/+10
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-4/+22
* Swagger info corrections (#9441)65432019-12-201-11/+18
* 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
* Add golangci (#6418)kolaente2019-06-121-5/+0
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-1/+1
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+2
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-56/+77
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-5/+5
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-0/+51
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+102