summaryrefslogtreecommitdiffstats
path: root/lib/private/notification/manager.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Notification to PSR-4Roeland Jago Douma2016-04-181-240/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* Fix typo in PHPDocMorris Jobke2016-02-141-1/+1
* Move the notification API to public namespaceJoas Schilling2016-01-221-0/+5
* Make it possible to get a list of notifiers for a potential settings pageJoas Schilling2016-01-221-5/+40
* Happy new year!Thomas Müller2016-01-121-1/+1
* Allow checking whether there are notifiers registeredJoas Schilling2015-09-171-0/+8
* Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-081-5/+0
* Add tests for the notification managerJoas Schilling2015-09-081-2/+15
* Fix the subject of notificationsJoas Schilling2015-09-081-1/+1
* Fix closures and adding parsed ActionsJoas Schilling2015-09-081-2/+2
* Use an INotification to getCount() and markProcessed()Joas Schilling2015-09-081-10/+6
* Add the app id to the markProcessed methodJoas Schilling2015-09-081-2/+3
* Handle InvalidArgumentException more gracefullyJoas Schilling2015-09-081-5/+10
* Add language to the preparation methodJoas Schilling2015-09-081-2/+3
* Notification APIJoas Schilling2015-09-081-0/+180