Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Throw on missing type of rich subject parameter | Côme Chilliet | 2022-12-08 | 1 | -5/+7 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Apply the same changes to richToParsed in Notification | Côme Chilliet | 2022-11-29 | 1 | -3/+9 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Compute parsed from rich subject and message in Notification | Côme Chilliet | 2022-11-29 | 1 | -1/+24 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@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> | ||||
* | Revert "Appropriate length check in Notification.php" | Joas Schilling | 2022-11-14 | 1 | -2/+2 |
| | |||||
* | Appropriate length check in Notification.php | natoponen | 2022-11-08 | 1 | -2/+2 |
| | | | | | There is an issue(bug) when using UTF-8 symbols in any method, which checks the length of string as `isset($id[64])`. You can set only 32 UTF-8 symbols because they are 2 byte, and this "array" check seems inapropriate in this case, as it throws unexpected exceptions. Signed-off-by: natoponen <57988162+natoponen@users.noreply.github.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 | 3 | -3/+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> | ||||
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -1/+1 |
| | | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | 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 | 3 | -3/+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 | 3 | -4/+9 |
| | | | | 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 | 3 | -92/+79 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add strict type on Notifications tests | John Molakvoæ (skjnldsv) | 2019-06-13 | 1 | -20/+20 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix userid casting in notifications | John Molakvoæ (skjnldsv) | 2019-06-11 | 1 | -2/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.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 | 2 | -0/+2 |
| | | | | 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> | ||||
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 1 | -8/+8 |
| | | | | 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> | ||||
* | Type hints already make sure it is an array | Joas Schilling | 2016-10-31 | 1 | -16/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow rich object strings in messages as well | Joas Schilling | 2016-10-31 | 1 | -0/+53 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow rich object subjects for Notifications | Joas Schilling | 2016-10-20 | 2 | -2/+67 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add an icon to the notification API | Joas Schilling | 2016-10-07 | 1 | -5/+27 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Null !== void, those methods are void | Joas Schilling | 2016-09-05 | 1 | -3/+0 |
| | |||||
* | Merge pull request #867 from nextcloud/notification-primary-action-always-first | Roeland Jago Douma | 2016-08-17 | 1 | -1/+5 |
|\ | | | | | Make sure the primary action is always the first one | ||||
| * | Make sure the primary action is always the first one | Joas Schilling | 2016-08-15 | 1 | -1/+5 |
| | | |||||
* | | Fix phpdoc | Roeland Jago Douma | 2016-08-16 | 1 | -1/+1 |
|/ | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 3 | -6/+9 |
| | |||||
* | Move \OC\Notification to PSR-4 | Roeland Jago Douma | 2016-04-18 | 3 | -0/+866 |