index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
mailer
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
10
-20
/
+10
*
Correct the fallbacks for mailer configuration (#21945)
zeripath
2022-11-27
1
-2
/
+2
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
4
-19
/
+18
*
feat: notify doers of a merge when automerging (#21553)
kolaente
2022-11-03
2
-15
/
+18
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
2
-23
/
+23
*
Add team member invite by email (#20307)
KN4CK3R
2022-10-19
2
-1
/
+63
*
Add generic set type (#21408)
KN4CK3R
2022-10-12
2
-12
/
+9
*
Share HTML template renderers and create a watcher framework (#20218)
zeripath
2022-08-28
1
-2
/
+3
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
5
-53
/
+53
*
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-16
1
-6
/
+6
*
Fix init mail render logic (#20704)
KN4CK3R
2022-08-08
3
-25
/
+17
*
Rework mailer settings (#18982)
Clar Fon
2022-08-02
1
-39
/
+56
*
Added email notification option to receive all own messages (#20179)
Tyrone Yeh
2022-07-28
1
-1
/
+4
*
Refactor `i18n` to `locale` (#20153)
Gusted
2022-06-27
3
-7
/
+7
*
Make better use of i18n (#20096)
Gusted
2022-06-26
1
-3
/
+3
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
2
-5
/
+5
*
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-13
4
-33
/
+37
*
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-06-06
1
-1
/
+1
*
Set Setpgid on child git processes (#19865)
zeripath
2022-06-03
1
-0
/
+1
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-2
/
+2
*
Added X-Mailer header to outgoing emails (#19562)
Ivan Fedorov
2022-04-30
1
-0
/
+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
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
1
-2
/
+3
*
Try to prevent autolinking of displaynames by email readers (#19169)
zeripath
2022-03-23
3
-14
/
+21
*
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-22
4
-12
/
+21
*
not send notification emails to inactive users (part 2) (#19142)
zeripath
2022-03-19
1
-0
/
+4
*
Do not send notification emails to inactive users (#19131)
zeripath
2022-03-19
2
-4
/
+12
*
Lock gofumpt to v0.3.0 and run it (#18866)
silverwind
2022-02-23
1
-1
/
+2
*
Fix `make fmt` and `make fmt-check` (#18633)
silverwind
2022-02-06
1
-0
/
+1
*
Prevent merge messages from being sorted to the top of email chains (#18566)
zeripath
2022-02-04
2
-4
/
+131
*
Pause queues (#15928)
zeripath
2022-01-22
1
-1
/
+2
*
Add config options to hide issue events (#17414)
qwerty287
2022-01-21
2
-2
/
+2
*
format with gofumpt (#18184)
6543
2022-01-20
3
-25
/
+34
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
4
-5
/
+14
*
Add option to convert CRLF to LF line endings for sendmail (#18075)
zeripath
2022-01-06
1
-2
/
+9
*
refactoring nits (#18188)
6543
2022-01-05
1
-2
/
+2
*
Unify and simplify TrN for i18n (#18141)
wxiaoguang
2022-01-02
3
-7
/
+0
*
Add List-Unsubscribe header (#17804)
mscherer
2021-12-21
2
-1
/
+2
*
Add missing `X-Total-Count` and fix some related bugs (#17968)
qwerty287
2021-12-15
1
-0
/
+1
*
Some repository refactors (#17950)
Lunny Xiao
2021-12-12
2
-2
/
+6
*
Prevent services/mailer/mailer_test.go tests from deleteing data directory (#...
zeripath
2021-12-10
1
-7
/
+6
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
4
-6
/
+9
*
allways set a message-id on mails (#17900)
Garionion
2021-12-08
2
-0
/
+55
*
Make Requests Processes and create process hierarchy. Associate OpenRepositor...
zeripath
2021-11-30
1
-7
/
+4
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
6
-33
/
+38
*
Add settings to allow different SMTP envelope from address (#17479)
zeripath
2021-11-19
1
-3
/
+14
*
Decouple unit test, remove intermediate `unittestbridge` package (#17662)
wxiaoguang
2021-11-16
1
-7
/
+6
*
Decouple unit test code from business code (#17623)
wxiaoguang
2021-11-12
2
-3
/
+4
[next]