aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Config.php
Commit message (Expand)AuthorAgeFilesLines
* add a check for disk_free_space in Config.phpSimon L2023-03-071-4/+6
* Fix integer overflow on 32-bit systems when testing free space for writing a ...Sergei Golovan2023-02-201-1/+1
* address review by JoasSimon L2023-02-151-2/+3
* add a disk_free_space check before writing configSimon L2023-02-131-0/+6
* Revert "Make config file saving safe against write failures"Joas Schilling2022-09-191-29/+25
* Merge pull request #34009 from andrey-utkin/safe-config-updateCôme Chilliet2022-09-151-25/+29
|\
| * Make config file saving safe against write failuresAndriy Utkin2022-09-091-25/+29
* | Do not empty config.php file if reading failed for any reasonCôme Chilliet2022-09-061-0/+4
|/
* Detect leading spaces in config filesVincent Petry2022-08-031-0/+8
* Don't write to config file if `config_is_read_only` is setJonas Meurer2021-12-131-0/+26
* Migrate HintException to OCPGary Kim2021-06-301-0/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Read the env variables only onceRoeland Jago Douma2020-11-021-3/+7
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+5
* Remove spaces after method or function callChristoph Wurst2020-04-091-3/+3
* Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-011-0/+1
|\
| * Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* | Update Config.phpJohn Molakvoæ2020-03-281-4/+1
|/
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* Remove deleteFromOpcodeCache & clearOpcodeCacheDaniel Kesselberg2019-01-301-4/+2
* Fix some typosMorris Jobke2018-03-211-1/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* Fix escaped HTML on error pagesMorris Jobke2017-05-081-2/+1
* Check for boolean false and add testsMorris Jobke2017-04-041-1/+1
* OC_ -> NC_Morris Jobke2017-04-041-2/+2
* Override config.php values through ENV variables (#26570)Philipp Schaffrath2017-04-041-2/+12
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Show error message if config file is not readableMorris Jobke2016-06-211-3/+3
* Update license headersLukas Reschke2016-05-261-2/+2
* Moved some files in \OC to PSR-4Roeland Jago Douma2016-04-291-0/+264