summaryrefslogtreecommitdiffstats
path: root/lib/private/notification/notification.php
Commit message (Expand)AuthorAgeFilesLines
* Move the notification API to public namespaceJoas Schilling2016-01-221-0/+3
* Fix PHPDoc - @changed is no official tag -> use @sinceMorris Jobke2016-01-221-4/+2
* Happy new year!Thomas Müller2016-01-121-1/+1
* Make sure that object id can be a stringJoas Schilling2015-11-231-7/+9
* Use a DateTime object instead of a timestampJoas Schilling2015-11-231-15/+16
* Remove the icon for nowJoas Schilling2015-11-161-22/+0
* Add "is primary action" to actionsJoas Schilling2015-11-161-0/+24
* Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-081-2/+0
* Add tests for notificationJoas Schilling2015-09-081-8/+8
* Fix the subject of notificationsJoas Schilling2015-09-081-1/+1
* Fix closures and adding parsed ActionsJoas Schilling2015-09-081-1/+1
* Fix the request type and the validityJoas Schilling2015-09-081-3/+3
* Notification APIJoas Schilling2015-09-081-0/+448