summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/manager/NotificationManager.java
Commit message (Expand)AuthorAgeFilesLines
* Annotate managers with @SingletonJames Moger2014-07-031-1/+3
* Use Guice annotations, not javax.inject annotationsJames Moger2014-07-031-1/+1
* Embrace @Inject for Managers, Servlets, and FiltersJames Moger2014-07-031-0/+2
* Add method to INotificationManager to return email service statusJames Moger2014-06-051-0/+5
* Fix missing subject in html mailingsJames Moger2014-03-211-0/+1
* Improve notification api by introducing the Mailing modelJames Moger2014-02-281-97/+26
* Support customizing the "from" display name for generated emailsJames Moger2013-12-301-3/+29
* Moved servlets and services to separate packagesJames Moger2013-11-291-3/+3
* Extract Federation, Gitblit and Services manager from GitBlit singletonJames Moger2013-11-291-5/+6
* Extract NotificationManager from GitBlit singletonJames Moger2013-11-291-0/+181