summaryrefslogtreecommitdiffstats
path: root/lib/public/IAppConfig.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(appconfig): only convert single entry on searchValues()Maxence Lange2024-04-171-2/+3
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(appconfig): format app valuesMaxence Lange2024-04-171-1/+3
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix getAllValues() to filter values based on prefixMaxence Lange2024-02-071-3/+3
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fixesMaxence Lange2024-01-151-76/+25
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* lazy AppConfigMaxence Lange2024-01-151-15/+519
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* provisioning_api: Add OpenAPI specjld31032023-07-311-1/+1
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-13/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-14/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Simple IAppConfig deprecationsRoeland Jago Douma2018-01-171-33/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Filter out sensitive appconfig valuesJoas Schilling2017-01-111-0/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+3
|
* Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling2016-06-061-1/+1
|
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-0/+120