index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
notification
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-13
8
-150
/
+157
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
1
-19
/
+20
*
Hide private repositories in packages (#19584)
KN4CK3R
2022-05-07
1
-8
/
+10
*
more context for models (#19511)
6543
2022-04-28
1
-1
/
+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
-8
/
+10
*
Add Package Registry (#16510)
KN4CK3R
2022-03-30
4
-0
/
+58
*
[API] Allow removing issues (#18879)
Otto Richter (fnetX)
2022-03-01
3
-0
/
+12
*
Lock gofumpt to v0.3.0 and run it (#18866)
silverwind
2022-02-23
6
-8
/
+16
*
Fix problem when self-assign notification (#18797)
Lunny Xiao
2022-02-18
1
-1
/
+1
*
Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707)
flozzone
2022-02-12
1
-2
/
+2
*
Pause queues (#15928)
zeripath
2022-01-22
1
-1
/
+2
*
Add config options to hide issue events (#17414)
qwerty287
2022-01-21
1
-1
/
+1
*
format with gofumpt (#18184)
6543
2022-01-20
8
-47
/
+23
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
6
-50
/
+107
*
Simplify parameter types (#18006)
Gusted
2021-12-20
5
-8
/
+8
*
Fix rename notification bug (#18008)
Lunny Xiao
2021-12-17
1
-2
/
+0
*
Some repository refactors (#17950)
Lunny Xiao
2021-12-12
1
-1
/
+2
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
9
-74
/
+83
*
Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928)
wxiaoguang
2021-12-09
1
-7
/
+9
*
Move accessmode into models/perm (#17828)
Lunny Xiao
2021-11-28
1
-10
/
+11
*
Use correct user on releases (#17806)
Gusted
2021-11-25
1
-2
/
+2
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
9
-206
/
+215
*
Use correct Sender on webhook change title (#17791)
Gusted
2021-11-24
1
-1
/
+1
*
A better go code formatter, and now `make fmt` can run in Windows (#17684)
wxiaoguang
2021-11-17
1
-0
/
+1
*
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-16
1
-6
/
+5
*
Decouple unit test code from business code (#17623)
wxiaoguang
2021-11-12
1
-2
/
+3
*
Move webhook into models/webhook/ (#17579)
Lunny Xiao
2021-11-10
1
-39
/
+40
*
Move unit into models/unit/ (#17576)
Lunny Xiao
2021-11-09
1
-2
/
+3
*
Make Repo Code Indexer an Unique Queue (#17515)
zeripath
2021-11-02
1
-1
/
+1
*
API pull's head/base have correct permission (#17214)
pricly-yellow
2021-10-07
1
-12
/
+12
*
Move db related basic functions to models/db (#17075)
Lunny Xiao
2021-09-19
1
-6
/
+7
*
Add an abstract json layout to make it's easier to change json library (#16528)
Lunny Xiao
2021-07-24
1
-3
/
+1
*
Fix various documentation, user-facing, and source comment typos (#16367)
luzpaz
2021-07-08
1
-1
/
+1
*
Implemented head_commit for webhooks (#16282)
KN4CK3R
2021-06-29
1
-2
/
+4
*
Improve notifications for WIP draft PR's (#14663)
Jimmy Praet
2021-06-23
2
-5
/
+47
*
Don't manipulate input params in email notification (#16011)
Jimmy Praet
2021-05-30
1
-4
/
+0
*
Refactor renders (#15175)
Lunny Xiao
2021-04-20
1
-2
/
+6
*
[refactor] mailer service (#15072)
6543
2021-04-02
1
-3
/
+3
*
[refactor] Unify the export of user data via API (#15144)
6543
2021-03-27
1
-40
/
+40
*
fix double 'push tag' action feed (#15078)
a1012112796
2021-03-21
1
-2
/
+4
*
Migrate to use jsoniter instead of encoding/json (#14841)
zeripath
2021-03-01
1
-1
/
+3
*
Repository transfer has to be confirmed, if user can not create repo for new ...
6543
2021-03-01
5
-0
/
+25
*
Add dismiss review feature (#12674)
a1012112796
2021-02-11
6
-0
/
+47
*
Send notifications for mentions in pulls, issues, (code-)comments (#14218)
Jimmy Praet
2021-01-02
8
-43
/
+108
*
Cause NotifyMigrateRepository to emit a repo create webhook (#14004)
zeripath
2020-12-17
1
-0
/
+12
*
Move webhook type from int to string (#13664)
Lunny Xiao
2020-12-08
1
-36
/
+36
*
Refactor push update (#13381)
Lunny Xiao
2020-12-08
1
-0
/
+69
*
Move Repo APIFormat to convert package (#13787)
6543
2020-12-02
1
-36
/
+36
*
Fix review request notification issue link when external issue tracker is ena...
Jimmy Praet
2020-11-28
1
-1
/
+1
[next]