summaryrefslogtreecommitdiffstats
path: root/lib/private/Notification
Commit message (Collapse)AuthorAgeFilesLines
* Update since to the correct versionJoas Schilling2019-07-161-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-161-3/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix detection of NotifiersJoas Schilling2019-07-151-11/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Change how Notifiers and Apps are registeredJoas Schilling2019-07-151-58/+81
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make all interfaces strictJoas Schilling2019-07-153-92/+79
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add strict type on Notifications testsJohn Molakvoæ (skjnldsv)2019-06-131-20/+20
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix userid casting in notificationsJohn Molakvoæ (skjnldsv)2019-06-111-2/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add return types and fully qualified function callsJoas Schilling2018-07-131-8/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow notifiers to know whether we are preparing push notificationsJoas Schilling2018-07-131-0/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersMorris Jobke2017-11-062-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-8/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-091-6/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Type hints already make sure it is an arrayJoas Schilling2016-10-311-16/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow rich object strings in messages as wellJoas Schilling2016-10-311-0/+53
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow rich object subjects for NotificationsJoas Schilling2016-10-202-2/+67
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an icon to the notification APIJoas Schilling2016-10-071-5/+27
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Null !== void, those methods are voidJoas Schilling2016-09-051-3/+0
|
* Merge pull request #867 from nextcloud/notification-primary-action-always-firstRoeland Jago Douma2016-08-171-1/+5
|\ | | | | Make sure the primary action is always the first one
| * Make sure the primary action is always the first oneJoas Schilling2016-08-151-1/+5
| |
* | Fix phpdocRoeland Jago Douma2016-08-161-1/+1
|/
* Fix othersJoas Schilling2016-07-213-6/+9
|
* Move \OC\Notification to PSR-4Roeland Jago Douma2016-04-183-0/+866