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
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-15It is very highly recommended to set an object for better filteringJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-26Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma
Add php docs build script
2020-08-26Remove @package annotations from public namespaceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-05allow grouping of activity settingsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-24implement old settings interfaceRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-21build autoloaderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-21improve default notification fallbackRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-21basic settings system for activity notificationsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all constantsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
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>
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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