aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Activity
Commit message (Collapse)AuthorAgeFilesLines
* fix(icons): Document icon requirements for notifications and activitiesbugfix/noid/document-icon-requirementsJoas Schilling2024-09-251-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(Activity): Restrict IEvent rich object parameters typeprovokateurin2024-09-101-4/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-6/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-2414-279/+36
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(activity): Remove unneeded exception (types are enforced)Joas Schilling2024-04-171-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(activity): Add a dedicated exception when the filter or setting is not foundJoas Schilling2024-04-173-2/+102
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(activity): Add a dedicated exception when the event is unknown to the ↵Joas Schilling2024-04-172-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 Schilling2024-04-172-1/+47
| | | | | | publishing an activity Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(activity): Add a dedicated exception when invalid values are setJoas Schilling2024-04-172-17/+82
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-023-3/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* composer run cs:fixCôme Chilliet2023-01-203-3/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Same thing for ActivityCôme Chilliet2022-11-291-10/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-24/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* It is very highly recommended to set an object for better filteringJoas Schilling2020-09-151-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-268-8/+0
|\ | | | | Add php docs build script
| * Remove @package annotations from public namespaceJulius Härtl2020-08-268-8/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-1/+7
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* allow grouping of activity settingsRobin Appelman2020-08-051-0/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* implement old settings interfaceRobin Appelman2020-07-241-1/+21
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* build autoloaderRobin Appelman2020-07-211-1/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* improve default notification fallbackRobin Appelman2020-07-211-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* basic settings system for activity notificationsRobin Appelman2020-07-214-3/+102
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headers for 19Christoph Wurst2020-04-291-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-101-7/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-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 declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-058-11/+15
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-224-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 Jobke2019-02-071-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 Schilling2019-01-251-0/+42
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Remove legacy activity stuffJoas Schilling2019-01-242-256/+18
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make activity events strictJoas Schilling2018-10-121-39/+41
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove deprecated publishActivity functionRoeland Jago Douma2018-10-051-16/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-066-0/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a flag to allow checking if SVGs are okayJoas Schilling2017-06-201-0/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Activities IManager throws an BadMethodCallExceptionChristoph Wurst2016-12-191-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add language to the parse method for emailsJoas Schilling2016-12-011-4/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-0/+64
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix wrong copyright headersJoas Schilling2016-11-162-12/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the since version to 11.0.0Joas Schilling2016-11-166-51/+51
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix activity manager testsJoas Schilling2016-11-161-2/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow combining eventsJoas Schilling2016-11-161-0/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to register ProvidersJoas Schilling2016-11-162-0/+52
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add ROS and icon support to the eventsJoas Schilling2016-11-161-0/+84
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Validate the input into Event alreadyJoas Schilling2016-11-161-0/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to register settings/types via info.xmlJoas Schilling2016-11-162-0/+99
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to register activity filters via info.xmlJoas Schilling2016-11-163-21/+124
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add activity for share by mailBjoern Schiessle2016-11-081-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>