aboutsummaryrefslogtreecommitdiffstats
path: root/status.php
Commit message (Expand)AuthorAgeFilesLines
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-261-30/+4
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+3
* Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-161-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Update license headersChristoph Wurst2019-12-051-1/+3
* Add extendedSupport to SubscriptionJulius Härtl2019-06-171-2/+4
* Replace hardcoded status headers with calls to http_response_code()Morris Jobke2018-06-261-1/+1
* Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma2017-12-121-0/+2
* Update license headersMorris Jobke2017-11-061-0/+2
* Stricter phan config fixesLukas Reschke2017-08-011-1/+1
* Expose the needupgrade status (#26209)Kristof Provost2016-10-201-0/+1
* Allow to call the files even when you are in another instance atmJoas Schilling2016-10-061-1/+1
* Deprecate getEditionString()Joas Schilling2016-09-061-1/+1
* Don't throw 500 when not installedJoas Schilling2016-09-061-1/+1
* use correct OCP\DefaultsJörn Friedrich Dreyer2016-08-291-1/+1
* Include "Product Name" in status.php printoutmartin.mattel@diemattels.at2016-08-291-1/+5
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+3
* Make sure we evaluate installed like we do it everywhereJoas Schilling2016-05-231-2/+2
* Happy new year!Thomas Müller2016-01-121-1/+1
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-181-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Add CORS header to status.php so that we can migrate to a JS based check in t...Lukas Reschke2015-08-221-0/+1
* Fix maintenance refresh intervalMorris Jobke2015-04-081-0/+1
* Update license headersJenkins for ownCloud2015-03-261-20/+23
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+21
* Updating license headersJenkins for ownCloud2015-02-231-21/+23
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-2/+4
* Refresh if maintenance mode is overkondou2014-09-091-1/+3
* "echo" is a language construct. Don't treat it like a function.Andreas Fischer2014-04-261-1/+1
* Use echo since print_unescaped is not definedLukas Reschke2014-04-241-1/+1
* Some more PHPDoc fixesLukas Reschke2014-04-211-1/+1
* remove some more global variable $RUNTIME_NOAPPSThomas Müller2014-02-061-2/+0
* replace ident spaces with tabsMasaki2013-08-291-2/+2
* enable usage with CLI interfaceMasaki Kawabata Neto2013-08-291-2/+5
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
* clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer2013-06-101-8/+15
* More Checkstyle cleanupFelix Moeller2012-10-231-1/+1
* Fix typoLukas Reschke2012-09-231-1/+1
* Update status.phpThomas Müller2012-09-041-2/+6
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-3/+0
* update copyrightFrank Karlitschek2012-05-261-1/+1
* Show the different editions to the user. Used in the status call, on the pers...Frank Karlitschek2012-04-011-1/+1
* xml so soooo oldschool. using json now like the cool kids do.Frank Karlitschek2011-09-281-11/+2
* add status file. useful for external administration. show the ownClopud versi...Frank Karlitschek2011-09-281-0/+43