| Commit message (Expand) | Author | Age | Files | Lines |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 4 | -4/+0 |
* | Compute parsed from rich subject and message in Notification | Côme Chilliet | 2022-11-29 | 1 | -10/+2 |
* | Fix typo in deprecated | Joas Schilling | 2022-10-04 | 1 | -1/+1 |
* | Improve wording | Joas Schilling | 2021-10-27 | 1 | -2/+1 |
* | Fair use of push notifications | Joas Schilling | 2021-10-23 | 1 | -0/+12 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 8 | -11/+3 |
* | Deprecate the old way | Roeland Jago Douma | 2021-04-16 | 1 | -0/+1 |
* | Merge pull request #22432 from nextcloud/enh/phpdoc | Roeland Jago Douma | 2020-08-26 | 6 | -6/+0 |
|\ |
|
| * | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 6 | -6/+0 |
* | | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -7/+8 |
|/ |
|
* | Allow notification apps to defer and flush the sending | Joas Schilling | 2020-07-03 | 2 | -0/+65 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 2 | -1/+4 |
* | Add interface for notification handler for dimissed events | Roeland Jago Douma | 2019-12-10 | 2 | -0/+50 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 6 | -6/+20 |
* | Keep the old method as a fallback and adjust the tests | Joas Schilling | 2019-07-16 | 2 | -2/+18 |
* | Change how Notifiers and Apps are registered | Joas Schilling | 2019-07-15 | 3 | -10/+58 |
* | Make all interfaces strict | Joas Schilling | 2019-07-15 | 5 | -60/+86 |
* | Add strict type on Notifications tests | John Molakvoæ (skjnldsv) | 2019-06-13 | 1 | -9/+9 |
* | Fix userid casting in notifications | John Molakvoæ (skjnldsv) | 2019-06-11 | 1 | -2/+3 |
* | Update documentation of setParsed* and setRich* | Joas Schilling | 2019-01-25 | 1 | -0/+42 |
* | Allow notifiers to know whether we are preparing push notifications | Joas Schilling | 2018-07-13 | 1 | -0/+12 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 1 | -8/+8 |
* | Allow rich object strings in messages as well | Joas Schilling | 2016-10-31 | 1 | -0/+21 |
* | Allow rich object subjects for Notifications | Joas Schilling | 2016-10-20 | 1 | -0/+21 |
* | Add an icon to the notification API | Joas Schilling | 2016-10-07 | 1 | -7/+21 |
* | Null !== void, those methods are void | Joas Schilling | 2016-09-05 | 2 | -4/+0 |
* | Fix others | Joas Schilling | 2016-07-21 | 5 | -10/+15 |
* | Move \OCP\Notification to PSR-4 | Roeland Jago Douma | 2016-05-18 | 5 | -0/+485 |