aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AllConfig.php
Commit message (Expand)AuthorAgeFilesLines
* fix mistake in db query to delete a user config valueJulien Veyssier2022-07-271-2/+2
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Cleanup AllConfigCarl Schwan2022-04-221-69/+64
* Additional index on oc_preferences to make sure that gettingh values without ...Julius Härtl2022-04-191-0/+4
* Add specific psalm-return for getAllUserValuesCôme Chilliet2022-01-241-0/+1
* Fix signatures and null $userId corner caseCôme Chilliet2022-01-241-5/+5
* Add a new method getAllUserValues($userId) to IConfigCôme Chilliet2022-01-241-3/+3
* Use proper app id (settings instead of core)Julius Härtl2021-12-131-2/+2
* Make sure strtolower only receives a string to satisfy psalmJoas Schilling2021-12-131-1/+1
* Always store and compare the email address as lower caseJoas Schilling2021-12-101-3/+12
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-7/+7
* Remove unneeded isset checkJoas Schilling2020-09-111-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Define getSystemValueBool/Int/String function default parameter with correct ...MichaIng2020-04-291-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+3
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-15/+15
* Fix mismatching docblock return typesChristoph Wurst2020-03-061-3/+9
* Update license headersChristoph Wurst2019-12-051-2/+1
* Add methods to get casted system valuesJoas Schilling2019-02-221-0/+36
* Use a case insensitive search for emailRoeland Jago Douma2018-12-201-0/+32
* Store setUserValue as string in cacheRoeland Jago Douma2018-03-191-2/+2
* Remove IAppConfig::setValueRoeland Jago Douma2018-01-171-1/+1
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-2/+2
* Simple IAppConfig deprecationsRoeland Jago Douma2018-01-171-3/+3
* Update license headersMorris Jobke2017-11-061-0/+2
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
* Merge pull request #3023 from nextcloud/issue-2915-filter-out-sensitive-appco...Christoph Wurst2017-01-171-1/+1
|\
| * Filter out sensitive appconfig valuesJoas Schilling2017-01-111-1/+1
* | remove non required sql requestsLoki30002017-01-101-3/+8
|/
* Use getvalue to fetch the valueRoeland Jago Douma2016-11-161-5/+4
* Don't update value if it is already set to the same valueMorris Jobke2016-11-161-1/+4
* Use cache to determine if value need to be updatedRoeland Jago Douma2016-10-131-0/+19
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+4
* Remove duplicate database connect logic in mysql setupRobin Appelman2016-07-121-0/+4
* Capped cache for user configJörn Friedrich Dreyer2016-06-171-2/+4
* Do not allow to store boolean configs, they behave unexpected on postgresJoas Schilling2016-06-061-2/+7
* Update license headersLukas Reschke2016-05-261-1/+1
* Moved some files in \OC to PSR-4Roeland Jago Douma2016-04-291-0/+424