index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
98
-1731
/
+1062
*
Move org functions (#19753)
Lunny Xiao
2022-05-20
4
-124
/
+95
*
Fix incorrect translation key (#19744)
delvh
2022-05-19
1
-1
/
+1
*
Improved ref comment link when origin is body/title (#19741)
Eekle
2022-05-18
1
-1
/
+2
*
Fix issue overview for teams (#19652)
Gusted
2022-05-16
8
-11
/
+74
*
Fix duplicate entry error when add team member (#19702)
zuzuviewer
2022-05-14
2
-0
/
+12
*
Use Vue to refactor pull merge UI (#19650)
wxiaoguang
2022-05-12
1
-18
/
+0
*
Delete user related oauth stuff on user deletion too (#19677)
6543
2022-05-11
2
-0
/
+25
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
25
-397
/
+452
*
Use better message for consistency check (#19672)
Gusted
2022-05-10
1
-15
/
+15
*
[doctor] Add check/fix for bogus action rows (#19656)
singuliere
2022-05-10
2
-0
/
+65
*
Don't select join table's columns (#19660)
Lunny Xiao
2022-05-09
1
-1
/
+3
*
Move some helper files out of models (#19355)
Lunny Xiao
2022-05-08
5
-154
/
+13
*
Repository level enable package or disable (#19323)
Lunny Xiao
2022-05-08
2
-1
/
+16
*
Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)
6543
2022-05-08
11
-80
/
+84
*
Allow custom default merge message with .gitea/default_merge_message/<merge_s...
Lunny Xiao
2022-05-08
3
-99
/
+3
*
Allow to mark files in a PR as viewed (#19007)
delvh
2022-05-07
3
-0
/
+166
*
Auto merge pull requests when all checks succeeded via API (#9307)
kolaente
2022-05-07
5
-0
/
+188
*
Add missing `sorting` column in `project_issue` table (#19635)
wxiaoguang
2022-05-06
1
-0
/
+3
*
Prevent NPE when checking repo units if the user is nil (#19625)
zeripath
2022-05-06
1
-1
/
+1
*
GetFeeds must always discard actions with dangling repo_id (#19598)
singuliere
2022-05-05
5
-7
/
+37
*
Only check for non-finished migrating task (#19601)
Gusted
2022-05-04
1
-6
/
+6
*
Use for a repo action one database transaction (#19576)
6543
2022-05-03
15
-97
/
+93
*
Don't fetch Mirror when it's migrating (#19588)
Gusted
2022-05-03
1
-0
/
+8
*
Fix some slice problems (incorrect slice length) (#19592)
Lunny Xiao
2022-05-03
3
-3
/
+3
*
Federation: return useful statistic information for nodeinfo (#19561)
6543
2022-05-02
3
-8
/
+24
*
ignore DNS error when doing migration allow/block check (#19566)
wxiaoguang
2022-05-02
1
-4
/
+0
*
Respect DefaultUserIsRestricted system default when creating new user (#19310)
Jimmy Praet
2022-04-29
1
-2
/
+35
*
Add API to query collaborators permission for a repository (#18761)
Florin Hillebrand
2022-04-29
1
-0
/
+32
*
Add "Allow edits from maintainer" feature (#18002)
qwerty287
2022-04-28
4
-9
/
+73
*
more context for models (#19511)
6543
2022-04-28
18
-137
/
+151
*
Fix two typos (#19504)
Lunny Xiao
2022-04-26
1
-1
/
+1
*
Improve Stopwatch behavior (#18930)
Gusted
2022-04-25
1
-0
/
+32
*
User specific repoID or xorm builder conditions for issue search (#19475)
6543
2022-04-25
3
-19
/
+14
*
Simplify the code to get issue count (#19380)
Lunny Xiao
2022-04-25
1
-11
/
+1
*
Set correct PR status on 3way on conflict checking (#19457)
Gusted
2022-04-21
1
-0
/
+11
*
Fix panic in team repos API (#19431)
qwerty287
2022-04-20
1
-1
/
+1
*
Add Helm Chart registry (#19406)
KN4CK3R
2022-04-19
2
-10
/
+18
*
Use a struct as test options (#19393)
Lunny Xiao
2022-04-14
12
-72
/
+125
*
Use "main" as default branch name (#19354)
wxiaoguang
2022-04-09
1
-0
/
+1
*
Move milestone to models/issues/ (#19278)
Lunny Xiao
2022-04-08
26
-347
/
+264
*
API: Search Issues, dont show 500 if filter result in empty list (#19244)
6543
2022-04-08
1
-15
/
+16
*
Package registry changes (#19305)
KN4CK3R
2022-04-06
6
-102
/
+93
*
Remove legacy `unknwon/com` package (#19298)
wxiaoguang
2022-04-01
3
-3
/
+106
*
Refactor legacy `unknwon/com` package, improve golangci lint (#19284)
wxiaoguang
2022-04-01
1
-2
/
+1
*
Fix broken of team create (#19288)
Lunny Xiao
2022-04-01
3
-7
/
+9
*
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-04-01
2
-6
/
+6
*
Performance improvement for add team user when org has more than 1000 reposit...
Lunny Xiao
2022-04-01
1
-12
/
+42
*
Move checks for pulls before merge into own function (#19271)
6543
2022-03-31
3
-26
/
+29
*
Move reaction to models/issues/ (#19264)
Lunny Xiao
2022-03-31
14
-252
/
+241
[next]