summaryrefslogtreecommitdiffstats
path: root/lib/private/notification
Commit message (Collapse)AuthorAgeFilesLines
* Update author informationLukas Reschke2016-03-012-0/+2
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Fix typo in PHPDocMorris Jobke2016-02-141-1/+1
|
* Move the notification API to public namespaceJoas Schilling2016-01-228-505/+10
|
* Merge pull request #21824 from owncloud/list-of-notifiersThomas Müller2016-01-222-7/+50
|\ | | | | Make it possible to get a list of notifiers for a potential settings …
| * Make it possible to get a list of notifiers for a potential settings pageJoas Schilling2016-01-222-7/+50
| |
* | Fix PHPDoc - @changed is no official tag -> use @sinceMorris Jobke2016-01-222-8/+4
|/
* Happy new year!Thomas Müller2016-01-128-8/+8
|
* Make sure that object id can be a stringJoas Schilling2015-11-232-10/+14
|
* Use a DateTime object instead of a timestampJoas Schilling2015-11-232-22/+23
|
* Add tests for the "return $this" and fix it on the new methodJoas Schilling2015-11-172-1/+4
|
* Remove the icon for nowJoas Schilling2015-11-164-72/+0
|
* Add "is primary action" to actionsJoas Schilling2015-11-163-0/+61
|
* Allow checking whether there are notifiers registeredJoas Schilling2015-09-172-0/+14
|
* Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-088-8/+505
|
* Add tests for the notification managerJoas Schilling2015-09-081-2/+15
|
* Add tests for notificationJoas Schilling2015-09-081-8/+8
|
* Add tests for ActionJoas Schilling2015-09-081-1/+1
|
* Fix the subject of notificationsJoas Schilling2015-09-082-2/+2
|
* Fix closures and adding parsed ActionsJoas Schilling2015-09-082-3/+3
|
* Fix the request type and the validityJoas Schilling2015-09-082-3/+4
|
* Allow getting the request typeJoas Schilling2015-09-081-0/+8
|
* Use an INotification to getCount() and markProcessed()Joas Schilling2015-09-081-10/+6
|
* Add the request type to the actionJoas Schilling2015-09-081-1/+9
|
* 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-083-0/+779