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-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-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove spaces after method or function callChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-15Remove conflicting multiselectJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-07-07fix alignment of radio button and its label in encryption settingsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-07-06improve status messagesBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-27Fix icons in sidebar on personal pageMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-26Fix recovery checkbox label to properly pointVincent Petry
2017-03-29rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-03-23Updated UI messages relating to the encryption functionalityMatthew Setter
The reason for updating these messages, is that grammatically they're not quite correct. They showed a combination of: - Related phrases, which could be either separated or joined better - Related sentences, but which should be expressed as separate ones They were also missing full-stops to end the them. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-30Fix mail header logo [fixes #1326]Felix Epp
Signed-off-by: Felix A. Epp <work@felixepp.de>
2016-10-28Move away from OC_L10NRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-08-16for new we cannot have nested settings, default module is only appended if ↵Arthur Schiwon
available
2016-08-08More casingJoas Schilling
2016-06-20fix stringsMorris Jobke
2016-03-03disable the recovery key if the master key is enabledBjoern Schiessle
2015-10-27make encryption configurable for home storageBjoern Schiessle
2015-08-26occ tool to encrypt all filesBjoern Schiessle
2015-05-09Grammar, removal of line breakChristian Hoffmann
* Corrected "… if the user forgets their password." to "… if the user forgets his or her password" in line 17. * Removed line break from line 17 to line 18.
2015-05-08improved admin settingsBjoern Schiessle
2015-05-07Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-pageMorris Jobke
Display the module settings in the list of the encryption modules
2015-05-04Display the module settings in the list of the encryption modulesJoas Schilling
2015-05-04some small ux improvementsBjoern Schiessle
2015-04-07cleanupThomas Müller
2015-04-07add helper class accessible for encryption modules to ask for a list of ↵Bjoern Schiessle
users with access to a file, needed to apply the recovery key to all files
2015-04-07Adding app icon and fixing admin settingThomas Müller
2015-04-07Removing files_encryption left oversThomas Müller
2015-04-07make recovery settings workBjoern Schiessle
2015-04-07add setting templatesBjoern Schiessle