Arthur Schiwon
|
64679b2e62
|
Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint
|
2014-04-15 17:46:48 +02:00 |
Volkan Gezer
|
a4f42676ea
|
Make hardcoded exception messages translatable
|
2014-04-08 20:07:25 +02:00 |
Jörn Friedrich Dreyer
|
2a6a9a8cef
|
polish documentation based on scrutinizer patches
|
2014-02-06 17:02:21 +01:00 |
Arthur Schiwon
|
cb6a3e2617
|
if backends have the same class name, sum their users up instead of overwriting
|
2014-01-08 13:24:28 +01:00 |
Arthur Schiwon
|
1e1ced7772
|
Introduce user count action to user management
|
2014-01-07 23:05:37 +01:00 |
Robin Appelman
|
a6c1b3ece3
|
fix the config option to remove the ability for users to set their displayname
|
2013-12-18 13:03:19 +01:00 |
Bjoern Schiessle
|
f021dad204
|
remove user from cache if he was deleted successfully
|
2013-10-29 15:50:33 +01:00 |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
2013-09-30 16:36:59 +02:00 |