Commit Graph

58 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
Joas Schilling 394febb5d9
fix(userconfig): Don't fail the precondition if the value is not set at all 1 year ago
Maxence Lange 5b4f1904c0 feat(user-prefs): renaming to IUserConfig 1 year ago
Maxence Lange 6afc8552b7 feat(user-prefs): switching to NCU/ 1 year ago
Maxence Lange 7c04818c5c feat(user-prefs): iterator instead of array on search 1 year ago
Maxence Lange e73513bdd1 fix(user-prefs): adding sensitive and indexed as flags 1 year ago
Maxence Lange 65e24f7def feat(user-prefs): IUserPreferences 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Joas Schilling dcd97e1234
fix(config): Throw PreconditionException always when it didn't match 1 year ago
Ferdinand Thiessen bdce5921f6
chore(IConfig): `getUsersForUserValue` is returning a list 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Joas Schilling 829f2b9bc7
fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms 1 year ago
yemkareems 4eba967d63 fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager 1 year ago
yemkareems 357786f36a fix: return type doc block added as per psalm 1 year ago
yemkareems 53e3644ffb fix: return type doc block added as per psalm 1 year ago
yemkareems 0df1a29cf0 fix: return type doc block added as per psalm 1 year ago
yemkareems 3dee8a213d fix: second join and where conditions added only when search param is available 1 year ago
yemkareems 0e6040289f fix: query refactored to support both the search by email and sort by login 1 year ago
yemkareems ae95e46787 fix: limit and fixLimit removed. negative limit handled in controller. removed getUsersSortedByLastLogin from Manager and instead used the config in controller 1 year ago
yemkareems ceedfb4616 fix: removed default limit of 25. if null is given all users are fetched or if limit is given limit number of users are fetched 1 year ago
yemkareems cfafbc8415 fix: removed references to old disabled users code. refactored query as per getDisplayNames function. limit and offset added to query. default limit set to 25. 1 year ago
yemkareems afa51365ff fix: removed the params related to sortMode and order since it sorts by lastLogin 1 year ago
yemkareems 5b249df686 fix: doc blocks added 1 year ago
yemkareems 4cb85f7c9e fix: rebased the branch with master and resolved conflicts 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Christoph Wurst b8868e2652
fix(config): Make sure user keys are strings 2 years ago
Maxence Lange f7d0c74b10 lazy AppConfig 2 years ago
Julius Härtl 3cd1d74a81
fix: Only apply cast if needed when searching users for value 2 years ago
Julien Veyssier 361e69f19f
fix mistake in db query to delete a user config value 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Carl Schwan 8bbdd9ea0c Cleanup AllConfig 4 years ago
Julius Härtl 7fbd93b2ad
Additional index on oc_preferences to make sure that gettingh values without a user filter is fast 4 years ago
Côme Chilliet ddae16d480
Add specific psalm-return for getAllUserValues 4 years ago
Côme Chilliet a6eb7dc676
Fix signatures and null $userId corner case 4 years ago
Côme Chilliet d630af4ca8
Add a new method getAllUserValues($userId) to IConfig 4 years ago
Julius Härtl c92ac34711 Use proper app id (settings instead of core) 4 years ago
Joas Schilling 0877d62c47 Make sure strtolower only receives a string to satisfy psalm 4 years ago
Joas Schilling ae36526978
Always store and compare the email address as lower case 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Joas Schilling 441adaa74a
Remove unneeded isset check 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
MichaIng 10a98f9f41
Define getSystemValueBool/Int/String function default parameter with correct type 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst df9e2b828a
Fix mismatching docblock return types 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Joas Schilling a11ef5134c
Add methods to get casted system values 7 years ago