aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/IAppConfig.php
Commit message (Collapse)AuthorAgeFilesLines
* fix: Use only enabled applications versions in the cache prefixCôme Chilliet2025-06-051-1/+1
| | | | | | | This makes sure the cached routes are updated after enabling a previously disabled application Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Move getAppInstalledVersions to AppConfig so that it can be used earlierfix/add-getappversions-replacementCôme Chilliet2025-03-251-0/+8
| | | | | | Call it from OC_App to make sure there is only one request to DB. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(config): implementation of lexiconMaxence Lange2024-12-131-0/+3
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-24/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(appconfig): only convert single entry on searchValues()Maxence Lange2024-04-051-2/+3
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(appconfig): format app valuesMaxence Lange2024-04-051-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