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-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-10Use elseif instead of else ifChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
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>
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
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-27Move systemtags to general settingsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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>
2018-12-11Better activities for systemtags that are removed by CLIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-26Merge pull request #8355 from nextcloud/fix-comments-num-indexMorris Jobke
Fix comments (and systemtags) when involving users with numerical ids
2018-02-22Properly castRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-14fix systemtags event with numeric user idsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-02-14Remove unused import statementsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-20Use PNG version of the icons for shipped activitiesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-20Move systemtags and comments to new accesslist functionsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-12-05Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-topMorris Jobke
Move lately used tags to the top
2016-12-01Adjust all implementations in the server repoJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-22Use the display name for files activities againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-17Update systemtags activity to new APIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-07First list tags the user used latelyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-19change wording of system tags from un/assigned to more human added/removedJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-10-05Add icons to activity navigationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-08-22Move admin settings to workflow sectionJoas Schilling
2016-08-19System tags are not sharing but workflowJoas Schilling
2016-08-13move systemstags to sharign section, drop collaboration sectionArthur Schiwon
2016-08-12register app autoload instead of loading appsArthur Schiwon
2016-08-11adjust systemtags appArthur Schiwon
2016-07-27Add a simple Admin UI to manage systemtagsJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-06-20Don't send activity to non-admins when assigning invisible tags (#25192)Vincent Petry
2016-05-26Update license headersLukas Reschke
2016-05-20Rename "not-assignble" to "restricted"Vincent Petry
2016-05-03Move comments, systemtags and updatenotifications to PSR-4Joas Schilling