index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729)
wxiaoguang
2022-05-20
1
-2
/
+4
*
Use a better OlderThan for DeleteInactiveUsers (#19693)
Gusted
2022-05-13
1
-1
/
+1
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
12
-20
/
+33
*
Update go tool dependencies (#19676)
silverwind
2022-05-10
3
-5
/
+3
*
Calculate filename hash only once (#19654)
KN4CK3R
2022-05-09
2
-2
/
+6
*
Move some helper files out of models (#19355)
Lunny Xiao
2022-05-08
9
-29
/
+39
*
Repository level enable package or disable (#19323)
Lunny Xiao
2022-05-08
1
-0
/
+1
*
Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)
6543
2022-05-08
2
-10
/
+32
*
Allow custom default merge message with .gitea/default_merge_message/<merge_s...
Lunny Xiao
2022-05-08
4
-35
/
+162
*
Allow to mark files in a PR as viewed (#19007)
delvh
2022-05-07
1
-23
/
+104
*
Auto merge pull requests when all checks succeeded via API (#9307)
kolaente
2022-05-07
6
-2
/
+265
*
PullService lock via pullID (#19520)
6543
2022-05-04
6
-2
/
+21
*
Use for a repo action one database transaction (#19576)
6543
2022-05-03
6
-113
/
+135
*
Move user password verification after checking his groups on ldap auth (#19587)
Gwilherm Folliot
2022-05-03
1
-8
/
+8
*
ignore DNS error when doing migration allow/block check (#19566)
wxiaoguang
2022-05-02
1
-4
/
+3
*
Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...
6543
2022-05-02
3
-21
/
+21
*
Avoid MoreThanOne Error (#19557)
99rgosse
2022-05-01
1
-1
/
+1
*
Added X-Mailer header to outgoing emails (#19562)
Ivan Fedorov
2022-04-30
1
-0
/
+1
*
Respect DefaultUserIsRestricted system default when creating new user (#19310)
Jimmy Praet
2022-04-29
6
-41
/
+61
*
Add "Allow edits from maintainer" feature (#18002)
qwerty287
2022-04-28
3
-9
/
+69
*
more context for models (#19511)
6543
2022-04-28
15
-43
/
+56
*
Fix migrate release from github (#19510)
Lunny Xiao
2022-04-27
1
-9
/
+12
*
Prevent dangling archiver goroutine (#19516)
zeripath
2022-04-27
1
-1
/
+1
*
Add commit status popup to issuelist (#19375)
parnic
2022-04-27
1
-18
/
+24
*
Use queue instead of memory queue in webhook send service (#19390)
Lunny Xiao
2022-04-25
3
-52
/
+60
*
User specific repoID or xorm builder conditions for issue search (#19475)
6543
2022-04-25
1
-1
/
+1
*
Add notags to fetch (#19487)
6543
2022-04-25
1
-1
/
+1
*
Set correct PR status on 3way on conflict checking (#19457)
Gusted
2022-04-21
1
-2
/
+4
*
RepoAssignment ensure to close before overwrite (#19449)
6543
2022-04-21
2
-8
/
+10
*
Don't allow merging PR's which are being conflict checked (#19357)
Gusted
2022-04-20
1
-0
/
+5
*
Fix datarace in gitea_uploader.go (#19409)
chavacava
2022-04-15
1
-2
/
+2
*
Use a struct as test options (#19393)
Lunny Xiao
2022-04-14
15
-15
/
+45
*
Move milestone to models/issues/ (#19278)
Lunny Xiao
2022-04-08
10
-15
/
+107
*
Remove dependent on session auth for api/v1 routers (#19321)
Lunny Xiao
2022-04-08
1
-10
/
+0
*
Package registry changes (#19305)
KN4CK3R
2022-04-06
2
-21
/
+21
*
Remove legacy unmaintained packages, refactor to support change default local...
wxiaoguang
2022-04-03
1
-1
/
+1
*
Remove legacy `unknwon/com` package (#19298)
wxiaoguang
2022-04-01
1
-3
/
+4
*
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-04-01
21
-205
/
+178
*
Fix container download counter (#19287)
KN4CK3R
2022-04-01
1
-4
/
+4
*
Add Goroutine stack inspector to admin/monitor (#19207)
zeripath
2022-03-31
3
-6
/
+14
*
Move checks for pulls before merge into own function (#19271)
6543
2022-03-31
3
-21
/
+115
*
Restore user autoregistration with email addresses (#19261)
zeripath
2022-03-31
1
-29
/
+39
*
Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...
wxiaoguang
2022-03-31
2
-11
/
+3
*
Move reaction to models/issues/ (#19264)
Lunny Xiao
2022-03-31
1
-3
/
+4
*
Use a more general (and faster) method to sanitize URLs with credentials (#19...
wxiaoguang
2022-03-31
4
-34
/
+21
*
Add Package Registry (#16510)
KN4CK3R
2022-03-30
12
-4
/
+795
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
22
-50
/
+51
*
Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)
zeripath
2022-03-29
2
-1
/
+10
*
When conflicts have been previously detected ensure that they can be resolved...
zeripath
2022-03-29
1
-17
/
+18
*
Move some issue methods as functions (#19255)
Lunny Xiao
2022-03-29
8
-13
/
+13
[next]