summaryrefslogtreecommitdiffstats
path: root/models/issue_mail.go
Commit message (Expand)AuthorAgeFilesLines
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-159/+0
* Add Ability for User to Customize Email Notification Frequency (#7813)Gary Kim2019-08-291-4/+4
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* Various fixes for issue mail notifications (#7165)silverwind2019-06-111-10/+25
* chore: change issue mail title. (#7064)Bo-Yi Wu2019-05-281-1/+1
* fix mail notification when close/reopen issue (#6581)Lunny Xiao2019-04-111-4/+12
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* Also ensure the repo is loaded (#5895)zeripath2019-01-291-0/+4
* Ensure issue.Poster is loaded in mailIssueCommentToParticipants (#5891)zeripath2019-01-291-2/+2
* Fix sqlite deadlock when assigning to a PR (#5640)zeripath2019-01-041-1/+1
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-1/+1
* Don't disclose emails of all users when sending out emails (#4664)techknowlogick2018-08-241-2/+10
* Multiple assignees (#3705)kolaente2018-05-091-3/+10
* Issue content should not be updated when closing with comment (#2833)Lauris BH2017-11-031-4/+4
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-2/+2
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-161-2/+6
* some refactors for issue and comments (#2419)Lunny Xiao2017-08-301-9/+13
* Enable assignee e-mail notification (#2003)Győrvári Gábor2017-06-231-0/+5
* Adding #issuecomment to the URL in E-Mail notifications (#1674)Jonas Franz2017-05-251-4/+5
* Send notifications to partecipants in issue comments (#1217)Sandro Santilli2017-03-161-2/+24
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-1/+1
* UpdateIssueUsersByMentions was calling database write operations while (#443)Lunny Xiao2016-12-221-1/+1
* Lint/issue &mail (#243)Bwko2016-11-251-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-1/+1
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-0/+81