Commit Graph

56 Commits (55e1270b94aa0f4ea003e2cbc87a8ea56bcae96d)

Author SHA1 Message Date
Côme Chilliet 1ab09ec753
chore: Apply new coding standard to all files 3 months ago
E.S. Rosenberg a.k.a. Keeper of the Keys 3f539d78e3 fix: change config-warning to const per @come-nc request in the PR. 5 months ago
E.S. Rosenberg a.k.a. Keeper of the Keys 52d092da64 feat: add config header and tests. 5 months ago
Joas Schilling af9308344b
feat(config): Allow defining config.php permissions after write 6 months ago
Carl Schwan 3979c493f9
refactor: Apply second batch of comments 7 months ago
Carl Schwan 65e769a861
refactor: Apply comments 7 months ago
Carl Schwan 7b6078875b
refactor: Run rector on lib/private 7 months ago
Simon L. 178fb77be8 feat(Config.php): change `array_merge` to `array_replace_recursive` when merging configs 8 months ago
Côme Chilliet e757b649b7
fix: Fix psalm taint false-positives by small refactorings 2 years ago
Côme Chilliet aac79bad9b
fix: Move config.php taint trust upstream directly in OC\Config class 2 years ago
Josh ce51cecb44
fix(config): Suppress error at install time 2 years ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Josh 3e434bcebf
fix(config): Avoid error messages for restricted opcache API 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Josh Richards 34a9e48827 fix: switch from explode to substr (faster) 2 years ago
Josh Richards 62192ca57a fix(config): Add missing handling for envCache in getKeys() 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Sam Bull b6ade7c8e4 fix: regression with updating read-only config 2 years ago
Varun Patil 158558763d fix(config): correctness issues in reading 2 years ago
Simon L e87d968c24 add a check for disk_free_space in Config.php 4 years ago
Sergei Golovan 1cb50c5afa Fix integer overflow on 32-bit systems when testing free space for writing a config file. 4 years ago
Simon L 3757b345bc address review by Joas 4 years ago
Simon L 9b6e5c6674 add a disk_free_space check before writing config 4 years ago
Joas Schilling 3236619e99
Revert "Make config file saving safe against write failures" 4 years ago
Andriy Utkin 807c53b2ab Make config file saving safe against write failures 4 years ago
Côme Chilliet c2dafb0997
Do not empty config.php file if reading failed for any reason 4 years ago
Vincent Petry 89cb450c84
Detect leading spaces in config files 4 years ago
Jonas Meurer 241dfef7fb
Don't write to config file if `config_is_read_only` is set 5 years ago
Gary Kim b78f3a57d1
Migrate HintException to OCP 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 6 years ago
Roeland Jago Douma 17ffe46d0b
Read the env variables only once 6 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Christoph Wurst 28f8eb5dba
Add visibility to all constants 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 42625a46be
Remove spaces after method or function call 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
John Molakvoæ 1b4952bfb2
Update Config.php 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 7 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 7 years ago
Daniel Kesselberg 9104e028a3
Remove deleteFromOpcodeCache & clearOpcodeCache 8 years ago
Morris Jobke 2b73779568
Fix some typos 9 years ago
Morris Jobke 0eebff152a
Update license headers 9 years ago
Morris Jobke 9309217ecb Fix escaped HTML on error pages 9 years ago
Morris Jobke 95a21e2f2a
Check for boolean false and add tests 10 years ago
Morris Jobke 0fcb37adcb
OC_ -> NC_ 10 years ago
Philipp Schaffrath 695a17804e
Override config.php values through ENV variables (#26570) 10 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago