Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(notifications): Change notification app orders | gavine99 | 2025-04-01 | 1 | -5/+13 |
| | | | | | | | | The notification manager always calls notify() of the 'main' notifications app before other notify apps, and calls other functions for other notifications apps before the 'main' notification app Signed-off-by: gavine99 <github@xymail.tk> | ||||
* | fix: Fix Event and Notification creation with the new required parameter | Côme Chilliet | 2024-09-17 | 1 | -1/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -4/+4 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -21/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(notifications): Add a warning when using relative links | Joas Schilling | 2024-04-12 | 1 | -0/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(notifications): Throw AlreadyProcessedException also from the manager ↵ | Joas Schilling | 2024-04-12 | 1 | -1/+1 |
| | | | | | | when it's done Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(notifications): Add a dedicated exception when a notification was not ↵ | Joas Schilling | 2024-04-12 | 1 | -2/+4 |
| | | | | | | parsed completely Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(notifications): Add a dedicated exception when the notification is ↵ | Joas Schilling | 2024-04-12 | 1 | -8/+17 |
| | | | | | | unknown to the notifier Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(notifications): Add a dedicated exception when not all fields are set ↵ | Joas Schilling | 2024-04-12 | 1 | -4/+7 |
| | | | | | | while saving a notification Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(notifications): Help finding missing notifications by logging it | Joas Schilling | 2024-02-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | refactor lib/private/Notification | Hamid Dehnavi | 2024-01-02 | 1 | -29/+16 |
| | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -5/+5 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Increase the fair-use push limit to 1.000 users | Joas Schilling | 2022-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix wording of undeliverable push notifications | Joas Schilling | 2022-08-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove ITimeFactory | Louis | 2022-08-17 | 1 | -5/+0 |
| | | | Signed-off-by: Louis <6653109+artonge@users.noreply.github.com> | ||||
* | Remove time check in isFairUseOfFreePushService | Louis | 2022-08-16 | 1 | -4/+1 |
| | | | | | What the TODO say, the dev does. Signed-off-by: Louis <6653109+artonge@users.noreply.github.com> | ||||
* | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Improve wording | Joas Schilling | 2021-10-27 | 1 | -2/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fair use of push notifications | Joas Schilling | 2021-10-23 | 1 | -18/+62 |
| | | | | | | | | | We want to keep offering our push notification service for free, but large users overload our infrastructure. For this reason we have to rate-limit the use of push notifications. If you need this feature, consider setting up your own push server or using Nextcloud Enterprise. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Allow registering NotifierServices trough IBootstrap | Roeland Jago Douma | 2021-04-16 | 1 | -1/+36 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Allow notification apps to defer and flush the sending | Joas Schilling | 2020-07-03 | 1 | -0/+44 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add interface for notification handler for dimissed events | Roeland Jago Douma | 2019-12-10 | 1 | -0/+15 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update since to the correct version | Joas Schilling | 2019-07-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Keep the old method as a fallback and adjust the tests | Joas Schilling | 2019-07-16 | 1 | -3/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix detection of Notifiers | Joas Schilling | 2019-07-15 | 1 | -11/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Change how Notifiers and Apps are registered | Joas Schilling | 2019-07-15 | 1 | -58/+81 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make all interfaces strict | Joas Schilling | 2019-07-15 | 1 | -9/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add return types and fully qualified function calls | Joas Schilling | 2018-07-13 | 1 | -8/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow notifiers to know whether we are preparing push notifications | Joas Schilling | 2018-07-13 | 1 | -0/+20 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use a php class for the definitions to avoid loading problems | Joas Schilling | 2016-11-09 | 1 | -6/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow rich object subjects for Notifications | Joas Schilling | 2016-10-20 | 1 | -1/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Null !== void, those methods are void | Joas Schilling | 2016-09-05 | 1 | -3/+0 |
| | |||||
* | Fix phpdoc | Roeland Jago Douma | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Move \OC\Notification to PSR-4 | Roeland Jago Douma | 2016-04-18 | 1 | -0/+240 |