Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 dedicated exception when invalid values are set | Joas Schilling | 2024-04-12 | 1 | -124/+64 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | initialize variables | Maxence Lange | 2024-01-04 | 1 | -58/+20 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Make adjustments based on the review | Hamid Dehnavi | 2024-01-02 | 1 | -21/+0 |
| | | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | Add adjustments based on the review | Hamid Dehnavi | 2024-01-02 | 1 | -1/+0 |
| | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | refactor lib/private/Notification | Hamid Dehnavi | 2024-01-02 | 1 | -25/+24 |
| | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.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> | ||||
* | 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> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | 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> | ||||
* | 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 | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Make all interfaces strict | Joas Schilling | 2019-07-15 | 1 | -60/+52 |
| | | | | 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> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | @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> | ||||
* | 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 | 1 | -1/+63 |
| | | | | 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> | ||||
* | Make sure the primary action is always the first one | Joas Schilling | 2016-08-15 | 1 | -1/+5 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Move \OC\Notification to PSR-4 | Roeland Jago Douma | 2016-04-18 | 1 | -0/+453 |