index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
api
/
v1
/
user
/
gpg_key.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve Swagger documentation for user endpoints
JakobDev
2024-11-23
1
-0
/
+22
*
Add setting to disable user features when user login type is not plain (#29615)
Jack Hay
2024-04-07
1
-2
/
+3
*
Allow options to disable user gpg keys configuration from the interface on ap...
Lunny Xiao
2024-03-06
1
-0
/
+11
*
Move context from modules to services (#29440)
Lunny Xiao
2024-03-06
1
-1
/
+1
*
Move more functions to db.Find (#28419)
Lunny Xiao
2024-01-15
1
-9
/
+18
*
Fix comment permissions (#28213)
Lunny Xiao
2023-11-25
1
-1
/
+1
*
Final round of `db.DefaultContext` refactor (#27587)
JakobDev
2023-10-14
1
-2
/
+2
*
Another round of `db.DefaultContext` refactor (#27103)
JakobDev
2023-09-25
1
-6
/
+6
*
Add missing 404 response to Swagger (#27038)
JakobDev
2023-09-13
1
-0
/
+2
*
Move `convert` package to services (#22264)
KN4CK3R
2022-12-29
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Pad GPG Key ID with preceding zeroes (#20878)
zeripath
2022-08-21
1
-0
/
+7
*
Add `ContextUser` to http request context (#18798)
KN4CK3R
2022-03-26
1
-5
/
+1
*
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-22
1
-1
/
+1
*
Renamed ctx.User to ctx.Doer. (#19161)
KN4CK3R
2022-03-22
1
-10
/
+10
*
format with gofumpt (#18184)
6543
2022-01-20
1
-5
/
+5
*
Refactor HTTP request context (#17979)
wxiaoguang
2021-12-15
1
-1
/
+1
*
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
1
-26
/
+26
*
Move login related structs and functions to models/login (#17093)
Lunny Xiao
2021-09-24
1
-1
/
+2
*
[API] generalize list header (#16551)
6543
2021-08-12
1
-0
/
+7
*
Add option to provide signature for a token to verify key ownership (#14054)
zeripath
2021-07-13
1
-4
/
+77
*
Move macaron to chi (#14293)
Lunny Xiao
2021-01-26
1
-2
/
+4
*
Allow addition of gpg keyring with multiple keys (#12487)
zeripath
2020-08-21
1
-2
/
+2
*
Remove page size limit comment from swagger (#11806)
Cirno the Strongest
2020-06-09
1
-2
/
+2
*
Handle expected errors in AddGPGkey API (#11644)
6543
2020-05-28
1
-2
/
+10
*
API add/generalize pagination (#9452)
SpaWn2KiLl
2020-01-24
1
-4
/
+22
*
Swagger info corrections (#9441)
6543
2019-12-20
1
-11
/
+18
*
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
*
Add golangci (#6418)
kolaente
2019-06-12
1
-5
/
+0
*
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-19
1
-1
/
+1
*
Fix Swagger JSON autogeneration issues. (#4845)
zeripath
2018-10-21
1
-0
/
+2
*
Update swagger documentation (#2899)
Ethan Koenig
2017-11-13
1
-56
/
+77
*
Improve swagger doc (#2274)
Antoine GIRARD
2017-08-21
1
-5
/
+5
*
feat: add check misspelling (#1877)
Bo-Yi Wu
2017-06-05
1
-1
/
+1
*
Generate swagger json (#1402)
Antoine GIRARD
2017-05-02
1
-0
/
+51
*
Implement GPG api (#710)
Antoine GIRARD
2017-03-16
1
-0
/
+102