| Commit message (Expand) | Author | Age | Files | Lines |
* | fix mistake in db query to delete a user config value | Julien Veyssier | 2022-07-27 | 1 | -2/+2 |
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -1/+1 |
* | Cleanup AllConfig | Carl Schwan | 2022-04-22 | 1 | -69/+64 |
* | Additional index on oc_preferences to make sure that gettingh values without ... | Julius Härtl | 2022-04-19 | 1 | -0/+4 |
* | Add specific psalm-return for getAllUserValues | Côme Chilliet | 2022-01-24 | 1 | -0/+1 |
* | Fix signatures and null $userId corner case | Côme Chilliet | 2022-01-24 | 1 | -5/+5 |
* | Add a new method getAllUserValues($userId) to IConfig | Côme Chilliet | 2022-01-24 | 1 | -3/+3 |
* | Use proper app id (settings instead of core) | Julius Härtl | 2021-12-13 | 1 | -2/+2 |
* | Make sure strtolower only receives a string to satisfy psalm | Joas Schilling | 2021-12-13 | 1 | -1/+1 |
* | Always store and compare the email address as lower case | Joas Schilling | 2021-12-10 | 1 | -3/+12 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -7/+7 |
* | Remove unneeded isset check | Joas Schilling | 2020-09-11 | 1 | -2/+2 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Define getSystemValueBool/Int/String function default parameter with correct ... | MichaIng | 2020-04-29 | 1 | -3/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -15/+15 |
* | Fix mismatching docblock return types | Christoph Wurst | 2020-03-06 | 1 | -3/+9 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+1 |
* | Add methods to get casted system values | Joas Schilling | 2019-02-22 | 1 | -0/+36 |
* | Use a case insensitive search for email | Roeland Jago Douma | 2018-12-20 | 1 | -0/+32 |
* | Store setUserValue as string in cache | Roeland Jago Douma | 2018-03-19 | 1 | -2/+2 |
* | Remove IAppConfig::setValue | Roeland Jago Douma | 2018-01-17 | 1 | -1/+1 |
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -2/+2 |
* | Simple IAppConfig deprecations | Roeland Jago Douma | 2018-01-17 | 1 | -3/+3 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -1/+1 |
* | Merge pull request #3023 from nextcloud/issue-2915-filter-out-sensitive-appco... | Christoph Wurst | 2017-01-17 | 1 | -1/+1 |
|\ |
|
| * | Filter out sensitive appconfig values | Joas Schilling | 2017-01-11 | 1 | -1/+1 |
* | | remove non required sql requests | Loki3000 | 2017-01-10 | 1 | -3/+8 |
|/ |
|
* | Use getvalue to fetch the value | Roeland Jago Douma | 2016-11-16 | 1 | -5/+4 |
* | Don't update value if it is already set to the same value | Morris Jobke | 2016-11-16 | 1 | -1/+4 |
* | Use cache to determine if value need to be updated | Roeland Jago Douma | 2016-10-13 | 1 | -0/+19 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+4 |
* | Remove duplicate database connect logic in mysql setup | Robin Appelman | 2016-07-12 | 1 | -0/+4 |
* | Capped cache for user config | Jörn Friedrich Dreyer | 2016-06-17 | 1 | -2/+4 |
* | Do not allow to store boolean configs, they behave unexpected on postgres | Joas Schilling | 2016-06-06 | 1 | -2/+7 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
* | Moved some files in \OC to PSR-4 | Roeland Jago Douma | 2016-04-29 | 1 | -0/+424 |