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
2021-06-16Use product name in places where it is appropriate rather than the instance nameJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-05Format code to a single space around binary operatorsChristoph 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>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-06-17Add extendedSupport to SubscriptionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-26Replace hardcoded status headers with calls to http_response_code()Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-12Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma
Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-01Stricter phan config fixesLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-20Expose the needupgrade status (#26209)Kristof Provost
During upgrades, before the DB migration is complete, the system is not usable, but there's no way for monitoring systems to detect this. Add the 'needupgrade' field to the status json so monitoring systems can detect this. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-06Allow to call the files even when you are in another instance atmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-06Deprecate getEditionString()Joas Schilling
2016-09-06Don't throw 500 when not installedJoas Schilling
2016-08-29use correct OCP\DefaultsJörn Friedrich Dreyer
2016-08-29Include "Product Name" in status.php printoutmartin.mattel@diemattels.at
identifyer -> identifier removed variable
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-23Make sure we evaluate installed like we do it everywhereJoas Schilling
2016-01-12Happy new year!Thomas Müller
2015-12-18Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke
2015-10-05update licence headers via scriptMorris Jobke
2015-08-22Add CORS header to status.php so that we can migrate to a JS based check in ↵Lukas Reschke
the future
2015-04-08Fix maintenance refresh intervalMorris Jobke
* fix XMLHttpRequest - send after callback is registered * check for correct type of value - it's a boolean * return correct content-type in status.php
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
2015-02-23Updating license headersJenkins for ownCloud
2014-12-09reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke
* files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
2014-09-09Refresh if maintenance mode is overkondou
Using status.php for this. I modified status.php to also show, whether we're in maintenance. Checks every 20 seconds if maintenance is over, if yes: reload.
2014-04-26"echo" is a language construct. Don't treat it like a function.Andreas Fischer
2014-04-24Use echo since print_unescaped is not definedLukas Reschke
Fixes https://github.com/owncloud/core/issues/8342
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-02-06remove some more global variable $RUNTIME_NOAPPSThomas Müller
2013-08-29replace ident spaces with tabsMasaki
2013-08-29enable usage with CLI interfaceMasaki Kawabata Neto
Added option to use the status.php with console.php via CLI
2013-08-18Add _many_ newlines at the end of fileskondou
2013-06-10clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer
2012-10-23More Checkstyle cleanupFelix Moeller
This is for all LowerCaseConstant warnings
2012-09-23Fix typoLukas Reschke
2012-09-04Update status.phpThomas Müller
respect coding style
2012-07-09remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer
2012-05-26update copyrightFrank Karlitschek
2012-04-01Show the different editions to the user. Used in the status call, on the ↵Frank Karlitschek
personal settings page and in the updater to update to the next available version from the same edition.
2011-09-28xml so soooo oldschool. using json now like the cool kids do.Frank Karlitschek
2011-09-28add status file. useful for external administration. show the ownClopud ↵Frank Karlitschek
version at least in the config dialog.