summaryrefslogtreecommitdiffstats
path: root/lib/public/IConfig.php
Commit message (Collapse)AuthorAgeFilesLines
* Add specific psalm-return for getAllUserValuesCôme Chilliet2022-01-241-0/+1
| | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix signatures and null $userId corner caseCôme Chilliet2022-01-241-1/+1
| | | | | | | Configuration values are sometimes queried when there is no user in session, so $userId is null and we just want to return the default Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add a new method getAllUserValues($userId) to IConfigCôme Chilliet2022-01-241-0/+12
| | | | | | The method was already there in AllConfig but private Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Don't write to config file if `config_is_read_only` is setJonas Meurer2021-12-131-0/+2
| | | | | | | | Also don't write to cache in this case to prevent cache and config file being out of sync. Fixes: #29901 Signed-off-by: Jonas Meurer <jonas@freesources.org>
* Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-291-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-7/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>
* Add methods to get casted system valuesJoas Schilling2019-02-221-0/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling2016-06-061-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-0/+225