Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(icons): Document icon requirements for notifications and activitiesbugfix/noid/document-icon-requirements | Joas Schilling | 2024-09-25 | 1 | -0/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(Activity): Restrict IEvent rich object parameters type | provokateurin | 2024-09-10 | 1 | -4/+4 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 3 | -6/+6 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 14 | -279/+36 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(activity): Remove unneeded exception (types are enforced) | Joas Schilling | 2024-04-17 | 1 | -1/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(activity): Add a dedicated exception when the filter or setting is not found | Joas Schilling | 2024-04-17 | 3 | -2/+102 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(activity): Add a dedicated exception when the event is unknown to the ↵ | Joas Schilling | 2024-04-17 | 2 | -1/+39 |
| | | | | | | provider Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(activity): Add a dedicated exception when not all fields are set while ↵ | Joas Schilling | 2024-04-17 | 2 | -1/+47 |
| | | | | | | publishing an activity Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(activity): Add a dedicated exception when invalid values are set | Joas Schilling | 2024-04-17 | 2 | -17/+82 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 3 | -3/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(OCP): Add since tag for all constants | Joas Schilling | 2024-02-14 | 1 | -0/+30 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 3 | -3/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Same thing for Activity | Côme Chilliet | 2022-11-29 | 1 | -10/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 9 | -24/+5 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -5/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | It is very highly recommended to set an object for better filtering | Joas Schilling | 2020-09-15 | 1 | -0/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #22432 from nextcloud/enh/phpdoc | Roeland Jago Douma | 2020-08-26 | 8 | -8/+0 |
|\ | | | | | Add php docs build script | ||||
| * | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 8 | -8/+0 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -1/+7 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | allow grouping of activity settings | Robin Appelman | 2020-08-05 | 1 | -0/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | implement old settings interface | Robin Appelman | 2020-07-24 | 1 | -1/+21 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | build autoloader | Robin Appelman | 2020-07-21 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | improve default notification fallback | Robin Appelman | 2020-07-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | basic settings system for activity notifications | Robin Appelman | 2020-07-21 | 4 | -3/+102 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -7/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | 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 | 8 | -11/+15 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 4 | -3/+2 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #13819 from ↵ | Morris Jobke | 2019-02-07 | 1 | -0/+42 |
|\ | | | | | | | | | nextcloud/bugfix/noid/unify-html-encoding-handling-with-other-ros-apps Unify the HTML encoding handling with other ROS apps | ||||
| * | Update documentation of setParsed* and setRich* | Joas Schilling | 2019-01-25 | 1 | -0/+42 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Remove legacy activity stuff | Joas Schilling | 2019-01-24 | 2 | -256/+18 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make activity events strict | Joas Schilling | 2018-10-12 | 1 | -39/+41 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove deprecated publishActivity function | Roeland Jago Douma | 2018-10-05 | 1 | -16/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 6 | -0/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add a flag to allow checking if SVGs are okay | Joas Schilling | 2017-06-20 | 1 | -0/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Activities IManager throws an BadMethodCallException | Christoph Wurst | 2016-12-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add language to the parse method for emails | Joas Schilling | 2016-12-01 | 1 | -4/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add an event merger and use it for the files activities | Joas Schilling | 2016-11-25 | 1 | -0/+64 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix wrong copyright headers | Joas Schilling | 2016-11-16 | 2 | -12/+10 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update the since version to 11.0.0 | Joas Schilling | 2016-11-16 | 6 | -51/+51 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix activity manager tests | Joas Schilling | 2016-11-16 | 1 | -2/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow combining events | Joas Schilling | 2016-11-16 | 1 | -0/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to register Providers | Joas Schilling | 2016-11-16 | 2 | -0/+52 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add ROS and icon support to the events | Joas Schilling | 2016-11-16 | 1 | -0/+84 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Validate the input into Event already | Joas Schilling | 2016-11-16 | 1 | -0/+21 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to register settings/types via info.xml | Joas Schilling | 2016-11-16 | 2 | -0/+99 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to register activity filters via info.xml | Joas Schilling | 2016-11-16 | 3 | -21/+124 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | add activity for share by mail | Bjoern Schiessle | 2016-11-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> |