| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(userconfig): Don't fail the precondition if the value is not set at allbugfix/47658/dont-fail-precondition-if-unset | Joas Schilling | 2024-11-19 | 1 | -1/+1 |
* | feat(user-prefs): renaming to IUserConfigenh/noid/user-preferences | Maxence Lange | 2024-11-18 | 1 | -36/+48 |
* | feat(user-prefs): switching to NCU/ | Maxence Lange | 2024-11-18 | 1 | -3/+3 |
* | feat(user-prefs): iterator instead of array on search | Maxence Lange | 2024-11-18 | 1 | -7/+8 |
* | fix(user-prefs): adding sensitive and indexed as flags | Maxence Lange | 2024-11-18 | 1 | -18/+30 |
* | feat(user-prefs): IUserPreferences | Maxence Lange | 2024-11-18 | 1 | -189/+47 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | fix(config): Throw PreconditionException always when it didn't match | Joas Schilling | 2024-09-13 | 1 | -3/+3 |
* | chore(IConfig): `getUsersForUserValue` is returning a list | Ferdinand Thiessen | 2024-09-02 | 1 | -2/+2 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -7/+7 |
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem... | Joas Schilling | 2024-07-19 | 1 | -3/+2 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -29/+3 |
* | fix(config): Make sure user keys are strings | Christoph Wurst | 2024-03-19 | 1 | -1/+1 |
* | lazy AppConfig | Maxence Lange | 2024-01-15 | 1 | -3/+8 |
* | fix: Only apply cast if needed when searching users for value | Julius Härtl | 2023-11-30 | 1 | -2/+11 |
* | 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 |