aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppConfig.php
Commit message (Expand)AuthorAgeFilesLines
* fix(systemreport): Mark more configs as sensitiveJoas Schilling2024-01-171-0/+3
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* provisioning_api: Add OpenAPI specjld31032023-07-311-1/+1
* fix(security): Mark recording_servers key appconfig as private as it contains...Joas Schilling2023-03-221-0/+1
* Fix appconfig compatibility with Oracle DBJoas Schilling2023-02-231-1/+2
* composer run cs:fixCôme Chilliet2023-01-201-2/+0
* Merge pull request #35177 from nextcloud/fix/noid/bringing-clear-config-backJulius Härtl2022-12-191-0/+9
|\
| * restoring clearCachedConfig()Maxence Lange2022-11-151-0/+9
* | Update sensitive config list of TalkJoas Schilling2022-12-091-1/+4
|/
* Mark more config values as sensitiveJoas Schilling2022-11-111-0/+4
* Remove SCSSCacherJohn Molakvoæ2022-05-131-10/+0
* censor app config values for all integration appsJulien Veyssier2022-03-041-0/+50
* Censor more configsJoas Schilling2022-03-011-0/+17
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-5/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* fix appconfig testsRoeland Jago Douma2020-12-071-2/+2
* Fix updates of NULL appconfig valuesRoeland Jago Douma2020-10-211-9/+22
* Clear cached app config while waiting for the SCSSCache to finish processing ...Morris Jobke2020-10-161-0/+10
* Exclude the Bridge Bot password as wellJoas Schilling2020-08-201-2/+3
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Filter more configsJoas Schilling2019-08-191-0/+13
* treat sensitive config keys by patternArthur Schiwon2019-07-261-4/+5
* using isset()michaelletzgus2018-02-051-1/+1
* Fix undefined index problemmichaelletzgus2018-02-041-3/+5
* Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-1/+0
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-1/+0
* Simple IAppConfig deprecationsRoeland Jago Douma2018-01-171-3/+0
* Make sure the spreed TURN server secret stays a secretJoas Schilling2017-01-171-0/+4
* Filter out sensitive appconfig valuesJoas Schilling2017-01-111-8/+47
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* fetchall appconfig entries (#23835)Jörn Friedrich Dreyer2016-06-101-1/+3
* Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling2016-06-061-1/+1
* Update license headersLukas Reschke2016-05-261-1/+1
* Moved some files in \OC to PSR-4Roeland Jago Douma2016-04-291-0/+287