aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Activity
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-6/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-1/+6
* allow grouping of activity settingsRobin Appelman2020-08-052-6/+24
* fix instanceof ISettings check for activity settingsRobin Appelman2020-07-301-1/+1
* implement old settings interfaceRobin Appelman2020-07-241-3/+5
* build autoloaderRobin Appelman2020-07-212-2/+4
* basic settings system for activity notificationsRobin Appelman2020-07-213-4/+75
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix multiline commentsChristoph Wurst2020-04-081-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-053-4/+8
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Always use the latest timestamp for merged activitiesJulius Härtl2019-10-091-1/+2
* Set false as default for requirePNGDaniel Kesselberg2019-02-181-1/+1
* Remove legacy activity stuffJoas Schilling2019-01-243-577/+27
* Fix default types of activity event member variablesJoas Schilling2018-10-151-6/+6
* Make activity events strictJoas Schilling2018-10-121-89/+69
* Remove deprecated publishActivity functionRoeland Jago Douma2018-10-051-25/+0
* Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-2/+2
* Update license headersMorris Jobke2017-11-064-0/+7
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
* Add a flag to allow checking if SVGs are okayJoas Schilling2017-06-201-0/+17
* Change the order on merging activities so the newest item is firstJoas Schilling2017-03-281-4/+4
* Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-0/+256
* Merge pull request #2165 from nextcloud/sharing-activities-updateRoeland Jago Douma2016-11-221-5/+0
|\
| * Move file sharing activities to the new APIJoas Schilling2016-11-161-5/+0
* | Fix wrong copyright headersJoas Schilling2016-11-162-0/+2
|/
* Update the since version to 11.0.0Joas Schilling2016-11-164-35/+35
* Fix integration testsJoas Schilling2016-11-162-11/+6
* Make sure they are always arraysJoas Schilling2016-11-161-6/+6
* Fix activity manager testsJoas Schilling2016-11-161-11/+19
* Allow combining eventsJoas Schilling2016-11-161-0/+18
* Allow to register ProvidersJoas Schilling2016-11-162-6/+41
* Add ROS and icon support to the eventsJoas Schilling2016-11-162-24/+194
* Validate the input into Event alreadyJoas Schilling2016-11-161-91/+194
* Allow to register settings/types via info.xmlJoas Schilling2016-11-162-31/+228
* Allow to register activity filters via info.xmlJoas Schilling2016-11-162-55/+238
* Fix othersJoas Schilling2016-07-212-4/+6
* Update license headersLukas Reschke2016-05-261-1/+1
* Move activity manager to the namespaceJoas Schilling2016-05-021-0/+533
* Move files in \OC\Activity to PSR-4Roeland Jago Douma2016-04-131-0/+251