summaryrefslogtreecommitdiffstats
path: root/routers/private/mail.go
Commit message (Expand)AuthorAgeFilesLines
* Prevent multiple `To` recipients (#22566)KN4CK3R2023-01-221-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-311-1/+2
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-1/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Do not send notification emails to inactive users (#19131)zeripath2022-03-191-1/+1
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+3
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+2
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-8/+8
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-4/+4
* Fix send mail (#13312)Lunny Xiao2020-10-261-3/+25
* Sendmail command (#13079)Maxim Zhiburt2020-10-241-0/+67