index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
convert
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
4
-4
/
+5
*
[Refactor] convert team(s) to apiTeam(s) (#13745)
6543
2022-05-13
4
-19
/
+52
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
3
-8
/
+10
*
Hide private repositories in packages (#19584)
KN4CK3R
2022-05-07
1
-6
/
+16
*
Use for a repo action one database transaction (#19576)
6543
2022-05-03
1
-1
/
+1
*
Add API to query collaborators permission for a repository (#18761)
Florin Hillebrand
2022-04-29
1
-0
/
+9
*
Add "Allow edits from maintainer" feature (#18002)
qwerty287
2022-04-28
2
-1
/
+10
*
more context for models (#19511)
6543
2022-04-28
3
-6
/
+7
*
Set correct PR status on 3way on conflict checking (#19457)
Gusted
2022-04-21
1
-4
/
+1
*
Use a struct as test options (#19393)
Lunny Xiao
2022-04-14
1
-1
/
+3
*
Move milestone to models/issues/ (#19278)
Lunny Xiao
2022-04-08
3
-4
/
+6
*
Add Package Registry (#16510)
KN4CK3R
2022-03-30
1
-0
/
+43
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
1
-4
/
+4
*
More commit info from API (#19252)
John Olheiser
2022-03-29
1
-0
/
+14
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
1
-6
/
+7
*
API: Return primary language and repository language stats API URL (#18396)
Lauris BH
2022-01-25
1
-0
/
+9
*
format with gofumpt (#18184)
6543
2022-01-20
4
-7
/
+6
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
4
-16
/
+18
*
Add MirrorUpdated field to Repository API type (#18267)
Peter GardfjÀll
2022-01-18
1
-0
/
+5
*
Team permission allow different unit has different permission (#17811)
Lunny Xiao
2022-01-05
1
-1
/
+2
*
Refactor auth package (#17962)
Lunny Xiao
2022-01-02
1
-3
/
+3
*
Add API to get issue/pull comments and events (timeline) (#17403)
qwerty287
2022-01-01
1
-0
/
+143
*
Add API to manage repo tranfers (#17963)
qwerty287
2021-12-24
1
-0
/
+30
*
Some repository refactors (#17950)
Lunny Xiao
2021-12-12
1
-1
/
+1
*
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
1
-6
/
+7
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
8
-26
/
+35
*
Use fmt.Sprintf correctly (#17886)
delvh
2021-12-02
1
-1
/
+1
*
Refactor various strings (#17784)
mscherer
2021-12-02
1
-1
/
+1
*
Move accessmode into models/perm (#17828)
Lunny Xiao
2021-11-28
6
-18
/
+23
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
8
-43
/
+53
*
Move repofiles from modules/repofiles to services/repository/files (#17774)
Lunny Xiao
2021-11-24
1
-2
/
+8
*
Move attachment into models/repo/ (#17650)
Lunny Xiao
2021-11-19
1
-1
/
+2
*
Use a standalone struct name for Organization (#17632)
Lunny Xiao
2021-11-19
1
-2
/
+2
*
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-17
1
-1
/
+2
*
Multiple Escaping Improvements (#17551)
zeripath
2021-11-16
3
-7
/
+11
*
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-16
4
-13
/
+9
*
Add migration from GitBucket (#16767)
KN4CK3R
2021-11-14
1
-0
/
+2
*
Decouple unit test code from business code (#17623)
wxiaoguang
2021-11-12
5
-6
/
+10
*
Move EmailAddress & UserRedirect into models/user/ (#17607)
Lunny Xiao
2021-11-11
1
-2
/
+3
*
Move webhook into models/webhook/ (#17579)
Lunny Xiao
2021-11-10
1
-4
/
+5
*
Move unit into models/unit/ (#17576)
Lunny Xiao
2021-11-09
2
-7
/
+9
*
Avoid double imports (#17569)
Gusted
2021-11-08
1
-2
/
+1
*
Fix zero created time bug on commit api (#17546)
Lunny Xiao
2021-11-05
1
-4
/
+6
*
In many cases user avatar link should be an absolute URL with http host (#17420)
wxiaoguang
2021-10-25
1
-0
/
+1
*
Add API to get/edit wiki (#17278)
qwerty287
2021-10-25
1
-0
/
+60
*
Stop sanitizing full name in API (#17396)
zeripath
2021-10-22
1
-2
/
+1
*
API pull's head/base have correct permission (#17214)
pricly-yellow
2021-10-07
2
-6
/
+18
*
API: add html urls to notification subjects (#17178)
Norwin
2021-09-30
1
-4
/
+12
*
Move login related structs and functions to models/login (#17093)
Lunny Xiao
2021-09-24
1
-2
/
+3
*
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-19
5
-15
/
+19
[next]