index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
api
/
v1
/
repo
/
key.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move context from modules to services (#29440)
Lunny Xiao
2024-03-06
1
-1
/
+1
*
Fix comment permissions (#28213)
Lunny Xiao
2023-11-25
1
-0
/
+6
*
Use db.Find instead of writing methods for every object (#28084)
Lunny Xiao
2023-11-24
1
-8
/
+2
*
Final round of `db.DefaultContext` refactor (#27587)
JakobDev
2023-10-14
1
-2
/
+2
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
1
-2
/
+2
*
Another round of `db.DefaultContext` refactor (#27103)
JakobDev
2023-09-25
1
-1
/
+1
*
Add missing 404 response to Swagger (#27038)
JakobDev
2023-09-13
1
-0
/
+8
*
Fix `Permission` in API returned repository struct (#25388)
Jason Song
2023-06-22
1
-2
/
+3
*
Move `convert` package to services (#22264)
KN4CK3R
2022-12-29
1
-1
/
+1
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
1
-6
/
+7
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-1
/
+1
*
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-22
1
-1
/
+1
*
Fix the bug: deploy key with write access can not push (#19010)
wxiaoguang
2022-03-22
1
-1
/
+1
*
Renamed ctx.User to ctx.Doer. (#19161)
KN4CK3R
2022-03-22
1
-3
/
+3
*
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
1
-17
/
+19
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
1
-2
/
+3
*
Move accessmode into models/perm (#17828)
Lunny Xiao
2021-11-28
1
-1
/
+2
*
Multiple Escaping Improvements (#17551)
zeripath
2021-11-16
1
-5
/
+6
*
[API] generalize list header (#16551)
6543
2021-08-12
1
-10
/
+14
*
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
-2
/
+2
*
Move macaron to chi (#14293)
Lunny Xiao
2021-01-26
1
-1
/
+3
*
Move Repo APIFormat to convert package (#13787)
6543
2020-12-02
1
-2
/
+2
*
Improve error feedback for duplicate deploy keys (#13112)
Chris Shyi
2020-10-12
1
-0
/
+2
*
Remove page size limit comment from swagger (#11806)
Cirno the Strongest
2020-06-09
1
-1
/
+1
*
API add/generalize pagination (#9452)
SpaWn2KiLl
2020-01-24
1
-1
/
+11
*
Swagger info corrections (#9441)
6543
2019-12-20
1
-17
/
+26
*
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
*
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 ssh deploy and user key constraints (#1357) (#5939)
zeripath
2019-02-04
1
-0
/
+2
*
Keys API changes (#4960)
zeripath
2018-11-01
1
-2
/
+42
*
Fix Swagger JSON autogeneration issues. (#4845)
zeripath
2018-10-21
1
-0
/
+2
*
refactor: import order. (#3736)
Bo-Yi Wu
2018-03-29
1
-2
/
+2
*
Writable deploy keys (closes #671) (#3225)
Vlad Temian
2018-01-06
1
-1
/
+1
*
Disable add key button if SSH is disabled (#2873)
Michael Kuhn
2017-11-21
1
-1
/
+3
*
Update swagger documentation (#2899)
Ethan Koenig
2017-11-13
1
-4
/
+90
*
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
-4
/
+10
*
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
-5
/
+5
*
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
-4
/
+4
*
#1692 api: admin list and create team under organization
Unknwon
2016-03-21
1
-0
/
+114