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/modules/notification
Lunny Xiao 5a438ee3c0
Move all mail related codes from models to services/mailer (#7200)
* move all mail related codes from models to modules/mailer

* fix lint

* use DBContext instead Engine

* use WithContext not WithEngine

* Use DBContext instead of Engine

* don't use defer when sess.Close()

* move DBContext to context.go and add some methods

* move mailer from modules/ to services

* fix lint

* fix tests

* fix fmt

* add gitea copyright

* fix tests

* don't expose db functions

* make code clear

* add DefaultDBContext

* fix build

* fix bug
5 years ago
..
base move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 years ago
indexer Better logging (#6038) (#6095) 5 years ago
mail Move all mail related codes from models to services/mailer (#7200) 5 years ago
ui Add golangci (#6418) 5 years ago
notification.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 years ago