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 (Collapse)Author
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-22Some php-cs fixesRoeland Jago Douma
* 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>
2019-02-07Merge pull request #13819 from ↵Morris Jobke
nextcloud/bugfix/noid/unify-html-encoding-handling-with-other-ros-apps Unify the HTML encoding handling with other ROS apps
2019-01-25Update documentation of setParsed* and setRich*Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-24Remove legacy activity stuffJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-12Make activity events strictJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-05Remove deprecated publishActivity functionRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-20Add a flag to allow checking if SVGs are okayJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-19Activities IManager throws an BadMethodCallExceptionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-12-01Add language to the parse method for emailsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-25Add an event merger and use it for the files activitiesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Fix wrong copyright headersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Update the since version to 11.0.0Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Fix activity manager testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Allow combining eventsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Allow to register ProvidersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Add ROS and icon support to the eventsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Validate the input into Event alreadyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Allow to register settings/types via info.xmlJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16Allow to register activity filters via info.xmlJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-08add activity for share by mailBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-05Move \OCP\Activity to PSR-4Roeland Jago Douma