You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/mailer
Lunny Xiao b06b9a056c
Move organization related structs into sub package (#18518)
* Move organization related structs into sub package

* Fix test

* Fix lint

* Move more functions into sub packages

* Fix bug

* Fix test

* Update models/organization/team_repo.go

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>

* Apply suggestions from code review

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>

* Fix fmt

* Follow suggestion from @Gusted

* Fix test

* Fix test

* Fix bug

* Use ctx but db.DefaultContext on routers

* Fix bug

* Fix bug

* fix bug

* Update models/organization/team_user.go

* Fix bug

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
mail.go Try to prevent autolinking of displaynames by email readers (#19169) 2 years ago
mail_comment.go Add config options to hide issue events (#17414) 2 years ago
mail_issue.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 2 years ago
mail_release.go Try to prevent autolinking of displaynames by email readers (#19169) 2 years ago
mail_repo.go Move organization related structs into sub package (#18518) 2 years ago
mail_test.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 2 years ago
mailer.go Pause queues (#15928) 2 years ago
mailer_test.go refactoring nits (#18188) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago