Bjoern Schiessle
|
239bff5766
|
strip whitespace from the beginning and end of the display name to avoid empty display names
|
2014-10-15 14:54:35 +02:00 |
Thomas Müller
|
a8b6cc6a07
|
- adding default value for $recoveryPassword
- set password correctly in lost password
|
2014-07-24 12:50:39 +02:00 |
Robin Appelman
|
20c1ce7f47
|
Add public interfaces for User, UserManager and UserSession
|
2014-07-14 15:10:51 +02:00 |
Arthur Schiwon
|
4a4ea67a31
|
drop superflous statement in phpdoc
|
2014-05-26 13:56:08 +02:00 |
Arthur Schiwon
|
2c89962919
|
clean up tryRememberLogin and save the timestamp of users last login
|
2014-05-21 18:03:37 +02:00 |
Morris Jobke
|
804020bb6d
|
Merge pull request #7363 from owncloud/optimize-startup-queries
Optimize some queries that are always executed when loading base.php
|
2014-05-19 01:21:37 +02:00 |
Robin McCorkell
|
8ab01599a9
|
Use OC_User_Interface instead of OC_User_Backend
|
2014-05-13 19:08:14 +01:00 |
Robin McCorkell
|
a7ae2e874a
|
Squash 'a | b' into 'a|b', in /lib
|
2014-05-13 19:08:14 +01:00 |
Bart Visscher
|
f4f72e77d8
|
Delay fetching the display name until it is requested
|
2014-02-21 23:07:35 +01:00 |
Robin Appelman
|
e7a5c90cab
|
Replace static usage of OC_Config and OC_Preferences with the injected \OC\ConfigAll
|
2013-12-18 13:03:19 +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 |
Robin Appelman
|
f23b7a262f
|
fix fallback overwriting result of getHome
|
2013-12-12 12:57:25 +01:00 |
Robin Appelman
|
366d75e947
|
cache the home folder of a User
|
2013-12-11 16:22:26 +01:00 |
Arthur Schiwon
|
8ccac86c98
|
Enable user backends to provide avatar images
|
2013-11-22 13:25:20 +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 |