gitea/services/mailer
guillep2k df2c11a878 Ignore mentions for users with no access (#8395)
* Draft for ResolveMentionsByVisibility()

* Correct typo

* Resolve teams instead of orgs for mentions

* Create test for ResolveMentionsByVisibility

* Fix check for individual users and doer

* Test and fix team mentions

* Run all mentions through visibility filter

* Fix error check

* Simplify code, fix doer included in teams

* Simplify team id list build
2019-10-10 19:45:11 +03:00
..
mail.go Move all mail related codes from models to services/mailer (#7200) 2019-09-24 13:02:49 +08:00
mail_comment.go Ignore mentions for users with no access (#8395) 2019-10-10 19:45:11 +03:00
mail_issue.go Ignore mentions for users with no access (#8395) 2019-10-10 19:45:11 +03:00
mail_test.go Move all mail related codes from models to services/mailer (#7200) 2019-09-24 13:02:49 +08:00
mailer.go Move all mail related codes from models to services/mailer (#7200) 2019-09-24 13:02:49 +08:00
main_test.go Move all mail related codes from models to services/mailer (#7200) 2019-09-24 13:02:49 +08:00