aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppConfig.php
Commit message (Expand)AuthorAgeFilesLines
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-23/+23
* chore: Add SPDX headerAndy Scherzinger2024-05-241-30/+3
* fix: Avoid reference use in AppConfigCôme Chilliet2024-04-301-6/+4
* fix(appconfig): returns correct value on detailsMaxence Lange2024-04-171-2/+8
* fix(appconfig): only convert single entry on searchValues()Maxence Lange2024-04-051-27/+37
* fix(appconfig): format app valuesMaxence Lange2024-04-051-4/+48
* fix(appconfig): compare with original valueMaxence Lange2024-04-031-1/+2
* fix(appconfig): no insert statement if data already existMaxence Lange2024-03-081-23/+34
* fix(appconfig): Make sure sensitive values stay sensitiveJoas Schilling2024-03-061-5/+4
* feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ...Joas Schilling2024-03-061-6/+45
* Merge pull request #43424 from nextcloud/enh/noid/debug-on-lazy-appconfig-loa...Maxence Lange2024-02-121-0/+4
|\
| * use exception for cleaner TraceMaxence Lange2024-02-121-1/+1
| * debug lazy loadConfigMaxence Lange2024-02-071-0/+4
* | fix phpdocMaxence Lange2024-02-121-3/+3
* | redundant conditionMaxence Lange2024-02-071-4/+0
* | fix getAllValues() to filter values based on prefixMaxence Lange2024-02-071-3/+8
|/
* returns non lazy value while searching for lazyMaxence Lange2024-02-061-5/+8
* return false on AppConfigUnknownKeyExceptionMaxence Lange2024-02-011-6/+12
* better indexesMaxence Lange2024-01-241-20/+23
* Merge pull request #42847 from nextcloud/fix/42843/exception-on-their-ownJoas Schilling2024-01-181-2/+10
|\
| * exceptions on their ownMaxence Lange2024-01-161-2/+10
* | returns default on exceptionMaxence Lange2024-01-161-1/+7
|/
* small fixesMaxence Lange2024-01-151-2/+2
* fixesMaxence Lange2024-01-151-151/+44
* lazy AppConfigMaxence Lange2024-01-151-282/+1373
* fix(systemreport): Mark more configs as sensitiveJoas Schilling2024-01-091-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