Commit Graph

145 Commits (0a7ee7c3f7b6825815a5aae1e41725481dbbfb08)

Author SHA1 Message Date
Arthur Schiwon 0a7ee7c3f7 Fix return value from User object to User ID 12 years ago
Arthur Schiwon d101ff42f1 User: move checkPassword from User to Manager to not break API 12 years ago
kondou 9c5416fe4a Clean up \OC\Util 12 years ago
Morris Jobke 062769ab61 Remove noisy Log/Debug message 12 years ago
Bart Visscher 971a3fd124 Early errors (in base.php) don't have session available 12 years ago
Robin Appelman a735105a22 update group management 12 years ago
shkdee 4a480e4f53 Update user.php 12 years ago
Björn Schießle 118f2b3283 createUser() needs to return something; the user object or false 12 years ago
Robin Appelman fbe3213fec User: consisten variable naming 12 years ago
Robin Appelman 00b4bfcbf5 User: remove determineDisplayName 12 years ago
Thomas Mueller 3e00a3603c adding PHPDoc comment to getManager() 12 years ago
Robin Appelman 82fd15706e fix undefined variables 12 years ago
Robin Appelman e430f442b5 use single quotes 12 years ago
Robin Appelman cdb2f559a8 Fix postLogin hook 12 years ago
Robin Appelman 473f3c6916 fix typo 12 years ago
Robin Appelman 8320f41dbe Emit leacgy OC_User hooks 12 years ago
Robin Appelman 3e7e2c8a5c fix setting getting active userid 12 years ago
Robin Appelman 4b688db612 implement old user api on top of the new one 12 years ago
Robin Appelman 44f9af5a7f Use the new session wrapper 12 years ago
Jörn Friedrich Dreyer cbd5eb9a1a use to_char only for oracle, whitespace 12 years ago
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 12 years ago
Lukas Reschke 7ec36c5bbb Add password to pre_login 12 years ago
Björn Schießle 9d1e60325c allow admin to recover users files in case of password lost 12 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 12 years ago
Robin Appelman 8a50459223 Fix OC_User::getDisplaynames when using numeric user id's 12 years ago
Lukas Reschke fbffbe0170 Juse send the cookies in the ownCloud directory 12 years ago
Lukas Reschke 37cb79155e *gnaaarf* 12 years ago
Arthur Schiwon 60d4fdda57 sort users according to display name 12 years ago
Bart Visscher 4a26d63867 Fix using wrong quotes for breaking long lines 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Robin Appelman ab70f9bd25 Fix quotes in OC_User::isEnabled 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Bart Visscher 2d6d0a4ad4 Whitespace indent fixes 12 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 12 years ago
Thomas Mueller 5731a1b01c introduce new virtual method hasUserListings() to determine if a user backend can list it's users. 12 years ago
Björn Schießle d8fee28b3b add switch to enable/disable the possibility to change the display name by the user 12 years ago
Thomas Müller 05b46f7828 on creation only test for existing users if the backend supports user creation 12 years ago
Björn Schießle 9d73e7eb1e let the user change his display name, if supported by the back-end 12 years ago
Arthur Schiwon a721f7d59f check whether user belongs to the backend before calling getHome() 12 years ago
Arthur Schiwon 5221ee0c5a offer change password only when the action is supported by the user backend 12 years ago
Björn Schießle 6659798197 only change display name if the display name from the current user was changed; add correct display name to new user 12 years ago
Arthur Schiwon 79c309da83 Typo 12 years ago
Robin Appelman 06c1c35ac9 Fix phpdoc 12 years ago
Björn Schießle c00b66fe5b implement DisplayNamesInGroup for database back-end 12 years ago
Björn Schießle e0f2ed2757 interface and API to change display names 12 years ago
Björn Schießle b4291f1e8e allow to get the display name from an abitrary user 12 years ago
Björn Schießle 4271430e60 get all display names from users in a given group 12 years ago
Björn Schießle 9bb8e05839 get all display names 12 years ago
Björn Schießle 2fee1208ef add display name to title instead if login-ID 12 years ago
Björn Schießle d16574f070 new branch which introduces display names 12 years ago