summaryrefslogtreecommitdiffstats
path: root/lib/private/user.php
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Use Cache->clear to cleanup the filecache for removed users"Robin Appelman2014-02-031-10/+5
| | | | This reverts commit 5a5b6f187e719e6c0bac5e64c411eb74e6d28389.
* Use Cache->clear to cleanup the filecache for removed usersRobin Appelman2014-01-221-5/+10
|
* Also remove the user's home storage from the storage table when deleting a userRobin Appelman2014-01-211-0/+3
|
* set login name within apache auth backendThomas Müller2014-01-091-0/+2
|
* return false if user is in incognito modeBjoern Schiessle2013-11-271-2/+2
|
* Merge pull request #6058 from owncloud/ldap2avatarblizzz2013-11-261-0/+16
|\ | | | | Set Avatar for LDAP users automatically (if a picture is available)
| * Enable user backends to provide avatar imagesArthur Schiwon2013-11-221-0/+16
| |
* | add incognito mode, allows to hide my user ID. For example, this is useful ↵Bjoern Schiessle2013-11-221-1/+13
|/ | | | to access public resources while a user is still logged in
* use getHome() to delete users dataBjoern Schiessle2013-10-291-3/+3
|
* remove user from cache if he was deleted successfullyBjoern Schiessle2013-10-291-9/+16
|
* Fix logout link HTML.Andreas Fischer2013-10-141-1/+1
| | | | <a id="logout" href=/projects/owncloud/core/index.php?logout=true>
* User::delete should return boolVictor Dubiniuk2013-10-071-0/+4
|
* Move backend finding into its own method.Andreas Fischer2013-10-071-16/+26
|
* move call to print_unescaped() to templateThomas Müller2013-10-071-1/+1
|
* Also replace ApacheBackend with Authentication\IApacheBackend in user.Andreas Fischer2013-10-021-4/+4
|
* fixing various PHPDoc commentsThomas Müller2013-10-021-4/+10
|
* code cleanup - remove special case for webdav in handleApacheAuth()Thomas Müller2013-10-021-15/+4
|
* Merge branch 'master' into apache-auth-masterThomas Müller2013-10-021-0/+76
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+500
Conflicts: lib/private/vcategories.php