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
2022-05-20Update core to PHP 7.4 standardcore-cleanup-74Carl Schwan
- Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-04-27Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-18make repair errors more visibleRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-07Add more previous exceptions to database setup codeMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-01-07Print an exception trace for setup exceptionsChristoph Wurst
Right now any setup error will just result in the exception message being printed. In some cases this doesn't give any insights into what went wrong. This adds some dedicated logic to print the exception trace and any previous exceptions to the CLI. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-20Don't use deprecated getIniWrapper() anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26Add return value to all commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-26Remove db prefix option from cli install commandJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-06Fix syntaxJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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-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-02-05Correctly append the port to the host so it's written to the config correctlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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-05-30Add function parameter typehintXheni Myrtaj
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
2019-05-29Do not fail integrity check if mimetype list is changedXheni Myrtaj
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
2019-04-18Fix #15042Temtaime
2019-02-22Make sure maintenance mode is always casted to boolJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-14Do not run getRepairSteps in register_commandsDaniel Kesselberg
getRepairSteps is quite expensive (because every repair step is initialized and their dependencies are injected). Should not call it during register. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-02Validate email in occ commandDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-02Add --admin-email to cli installerDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-07-01Adds an info if the maintenance mode is already enabled/disabled.Michael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-02-14Remove unused import statementsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-15Fix case when overwrite URL is empty during setupMorris Jobke
Found while testing strict typing for PHP 7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-19Merge pull request #7531 from nextcloud/ldap/createdistributedRoeland Jago Douma
don't use deprecated method for requesting memcache
2017-12-18Also replace all other occurencesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-18Use injected AppManagerRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-25Get the Installer via DIMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-24Use proper DI for repair commandMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-24Use appmanager instead of OC_App for check for enabled appMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-31Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update ↵Thomas Ebert
places/link svg. Add filetype/link icon. Add repair step for mime types. Signed-off-by: Thomas Ebert <thomas.ebert@te-online.net>
2017-08-02Allow to specify the table space on occJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-07-05Add command to apply updates to custom themesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-04-23Remove unused use statementsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-10Move OC_Defaults to OCP\DefaultsMorris Jobke
* currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-20Use SystemConfig instead of AllConfig for DB stuffMorris Jobke
* preparation for followup PRs to clean up the DB bootstrapping Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-23Clean up single user modeMorris Jobke
Single user mode basically disables WebDAV, OCS and cron execution. Since we heavily rely on WebDAV and OCS also in the web UI it's basically useless. An admin only sees a broken interface and can't even change any settings nor sees any files. Also sharing is not possible. As this is at least the case since Nextcloud 9 and we haven't received any reports for this it seems that this feature is not used at all so I removed it. The encryption commands now rely on the well tested maintenance mode. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-09-13Display an error when updating .htaccess failedJoas Schilling
2016-09-06Move install over to QuestionHelperRoeland Jago Douma
2016-07-28ownCloud -> NextcloudDaniel Hansson
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling