Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-05allow grouping of activity settingsRobin Appelman
2020-07-30fix instanceof ISettings check for activity settingsRobin Appelman
2020-07-24implement old settings interfaceRobin Appelman
2020-07-21build autoloaderRobin Appelman
2020-07-21basic settings system for activity notificationsRobin Appelman
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-09Always use the latest timestamp for merged activitiesJulius Härtl
2019-02-18Set false as default for requirePNGDaniel Kesselberg
2019-01-24Remove legacy activity stuffJoas Schilling
2018-10-15Fix default types of activity event member variablesJoas Schilling
2018-10-12Make activity events strictJoas Schilling
2018-10-05Remove deprecated publishActivity functionRoeland Jago Douma
2018-01-26Use $var[] = $a instead of array_push - 2x fasterMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-07-24More phpstorm inspection fixesRoeland Jago Douma
2017-06-20Add a flag to allow checking if SVGs are okayJoas Schilling
2017-03-28Change the order on merging activities so the newest item is firstJoas Schilling
2016-11-25Add an event merger and use it for the files activitiesJoas Schilling
2016-11-22Merge pull request #2165 from nextcloud/sharing-activities-updateRoeland Jago Douma
2016-11-16Move file sharing activities to the new APIJoas Schilling
2016-11-16Fix wrong copyright headersJoas Schilling
2016-11-16Update the since version to 11.0.0Joas Schilling
2016-11-16Fix integration testsJoas Schilling
2016-11-16Make sure they are always arraysJoas Schilling
2016-11-16Fix activity manager testsJoas Schilling
2016-11-16Allow combining eventsJoas Schilling
2016-11-16Allow to register ProvidersJoas Schilling
2016-11-16Add ROS and icon support to the eventsJoas Schilling
2016-11-16Validate the input into Event alreadyJoas Schilling
2016-11-16Allow to register settings/types via info.xmlJoas Schilling
2016-11-16Allow to register activity filters via info.xmlJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-02Move activity manager to the namespaceJoas Schilling
2016-04-13Move files in \OC\Activity to PSR-4Roeland Jago Douma