summaryrefslogtreecommitdiffstats
path: root/lib/private/Activity/Manager.php
Commit message (Collapse)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
| | | | | | | | | | | | | | | 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 the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * 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>
* Set false as default for requirePNGDaniel Kesselberg2019-02-181-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove legacy activity stuffJoas Schilling2019-01-241-342/+27
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove deprecated publishActivity functionRoeland Jago Douma2018-10-051-25/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add a flag to allow checking if SVGs are okayJoas Schilling2017-06-201-0/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2165 from nextcloud/sharing-activities-updateRoeland Jago Douma2016-11-221-5/+0
|\ | | | | Move file sharing activities to the new API
| * Move file sharing activities to the new APIJoas Schilling2016-11-161-5/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix wrong copyright headersJoas Schilling2016-11-161-0/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the since version to 11.0.0Joas Schilling2016-11-161-8/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix integration testsJoas Schilling2016-11-161-10/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure they are always arraysJoas Schilling2016-11-161-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix activity manager testsJoas Schilling2016-11-161-11/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to register ProvidersJoas Schilling2016-11-161-0/+35
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add ROS and icon support to the eventsJoas Schilling2016-11-161-13/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to register settings/types via info.xmlJoas Schilling2016-11-161-31/+105
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to register activity filters via info.xmlJoas Schilling2016-11-161-55/+130
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move activity manager to the namespaceJoas Schilling2016-05-021-0/+533