Thomas Müller
9b7c3a5c66
fixing PHPDoc and use cameCase names
11 years ago
Arthur Schiwon
4585b4ea3f
Infowarning about 32bit
11 years ago
Arthur Schiwon
d7cb5ab080
add tests for user counting
11 years ago
Arthur Schiwon
cb6a3e2617
if backends have the same class name, sum their users up instead of overwriting
11 years ago
Arthur Schiwon
1e1ced7772
Introduce user count action to user management
11 years ago
Robin Appelman
e7a5c90cab
Replace static usage of OC_Config and OC_Preferences with the injected \OC\ConfigAll
11 years ago
Robin Appelman
a6c1b3ece3
fix the config option to remove the ability for users to set their displayname
11 years ago
Arthur Schiwon
91d6a6dd7c
On webdav sesssions, loginname was compared to username which does not need to match necessarily
11 years ago
Robin Appelman
f23b7a262f
fix fallback overwriting result of getHome
11 years ago
Robin Appelman
366d75e947
cache the home folder of a User
11 years ago
Arthur Schiwon
8ccac86c98
Enable user backends to provide avatar images
12 years ago
Vincent Petry
013444813e
Now removing stray old cookies from 5.0.12
...
Cookies from 5.0.12 seemed to have an extra slash in the path.
Firefox doesn't allow to remove them if the trailing slash isn't
there,
thus making it impossible to logout correctly.
This fix adds extra code to delete such stray cookies.
Ported from stable5 branch 99e5c6f7eb
12 years ago
Bjoern Schiessle
f021dad204
remove user from cache if he was deleted successfully
12 years ago
Arthur Schiwon
466b6c1ee0
local user backend shall search for both username and displayname, fixes #5401
12 years ago
Andreas Fischer
75588fc0b6
Use strict comparison === instead of ==.
12 years ago
Andreas Fischer
6eab36a89b
Make OC_User_Dummy::checkPassword() compatible with OC_User_Example.
...
The user id has to be returned.
12 years ago
Thomas Müller
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
...
Conflicts:
lib/private/vcategories.php
12 years ago