Commit Graph

16 Commits (24511c6f00a9cf7fe86a13d1d006537c1f8410ca)

Author SHA1 Message Date
michag86 7e70c4ee95 removal of wrong/double implemented check 12 years ago
Bjoern Schiessle 239bff5766 strip whitespace from the beginning and end of the display name to avoid empty display names 12 years ago
Thomas Müller a8b6cc6a07 - adding default value for $recoveryPassword 12 years ago
Robin Appelman 20c1ce7f47 Add public interfaces for User, UserManager and UserSession 12 years ago
Arthur Schiwon e235de98e6 this line was lost on rebase 12 years ago
Arthur Schiwon b15a5a7ca0 undo lastLogin changes in base and user/user as this has now been properly done in #8681 12 years ago
Arthur Schiwon f9f9550969 small fixes / cleanup 12 years ago
Arthur Schiwon 2a8afb0ad9 add PHP doc 12 years ago
Arthur Schiwon 57ffaddf26 add Last Login column 12 years ago
Arthur Schiwon 4a4ea67a31 drop superflous statement in phpdoc 12 years ago
Arthur Schiwon 2c89962919 clean up tryRememberLogin and save the timestamp of users last login 12 years ago
Robin McCorkell 8ab01599a9 Use OC_User_Interface instead of OC_User_Backend 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Bart Visscher f4f72e77d8 Delay fetching the display name until it is requested 13 years ago
Robin Appelman e7a5c90cab Replace static usage of OC_Config and OC_Preferences with the injected \OC\ConfigAll 13 years ago
Robin Appelman a6c1b3ece3 fix the config option to remove the ability for users to set their displayname 13 years ago
Robin Appelman f23b7a262f fix fallback overwriting result of getHome 13 years ago
Robin Appelman 366d75e947 cache the home folder of a User 13 years ago
Arthur Schiwon 8ccac86c98 Enable user backends to provide avatar images 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Arthur Schiwon d101ff42f1 User: move checkPassword from User to Manager to not break API 13 years ago
Robin Appelman a735105a22 update group management 13 years ago
Björn Schießle fdaab7372e always emit the preSetPassword hook, this should only indicate the intention. Finally the post-hooks indicate if it was successful or not 13 years ago
Robin Appelman 83fbdc903f cast result to bool 13 years ago
Robin Appelman eb2a1e0f8a move phpdoc comments 13 years ago
Robin Appelman 1a4021a0fe User: return backend result 13 years ago
Robin Appelman 198655f109 fix User->setHome when the backend action fails 13 years ago
Robin Appelman 955bda1842 New user management classes 13 years ago