Commit Graph

51 Commits (e9fa74bfb791796ec53b1129c3e20cdcccc9aa49)

Author SHA1 Message Date
Arthur Schiwon 2c89962919 clean up tryRememberLogin and save the timestamp of users last login 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell bac8962bbc Fix Scrutinizer errors 11 years ago
Robin McCorkell 8ab01599a9 Use OC_User_Interface instead of OC_User_Backend 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Lukas Reschke c4109d9aef Use strict type comparison 11 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 11 years ago
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 11 years ago
Victor Dubiniuk 91d40f5033 remove unneeded LOWER. Fixes #8202 11 years ago
Volkan Gezer a4f42676ea Make hardcoded exception messages translatable 11 years ago
adrien 0da61a26ee remove cache all user 11 years ago
adrien ea6f8ba352 fix remove cache when delete 11 years ago
adrien f827761e71 remove static variable, add limit and offset 11 years ago
adrien 415b1d03bc fix cache when remove an user 11 years ago
nishiki ba9d8f7c1a fix undifined uid 11 years ago
nishiki 75011c2e09 add query result (boolean) for update or delete 11 years ago
nishiki d8843f6cd3 minor clean code 11 years ago
adrien fbde24c89a fix undefined in loadUsers 11 years ago
adrien 5cdfc56867 update the cache when add user 11 years ago
adrien dde4f2f917 upgrade the cache user 11 years ago
adrien 08a46e3080 add cache for single users 11 years ago
Bart Visscher f4f72e77d8 Delay fetching the display name until it is requested 11 years ago
Lukas Reschke f7fa8662e2 Remove `session_id_regenerate` from here 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
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
NARUKAWA Hiroki 068688063e Security Update: session fixation 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 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. 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago