Robin Appelman
|
5a5b6f187e
|
Use Cache->clear to cleanup the filecache for removed users
|
2014-01-22 13:00:45 +01:00 |
Robin Appelman
|
374e3475c9
|
Also remove the user's home storage from the storage table when deleting a user
|
2014-01-21 23:58:48 +01:00 |
Thomas Müller
|
22bd69f75c
|
set login name within apache auth backend
|
2014-01-09 10:28:24 +01:00 |
nhirokinet
|
c2e2c59ca7
|
Update user.php to fix duplicate session-duplicate
|
2013-12-22 01:31:04 +09:00 |
Bjoern Schiessle
|
6deda1b9f6
|
return false if user is in incognito mode
|
2013-11-27 16:52:30 +01:00 |
blizzz
|
4f15282bc9
|
Merge pull request #6058 from owncloud/ldap2avatar
Set Avatar for LDAP users automatically (if a picture is available)
|
2013-11-26 12:05:32 -08:00 |
Bjoern Schiessle
|
7e4f50d4e3
|
add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in
|
2013-11-22 13:55:38 +01:00 |
Arthur Schiwon
|
8ccac86c98
|
Enable user backends to provide avatar images
|
2013-11-22 13:25:20 +01:00 |
Bjoern Schiessle
|
db0fa6c529
|
use getHome() to delete users data
|
2013-10-29 18:01:37 +01:00 |
Bjoern Schiessle
|
f021dad204
|
remove user from cache if he was deleted successfully
|
2013-10-29 15:50:33 +01:00 |
Andreas Fischer
|
06f9b7b862
|
Fix logout link HTML.
<a id="logout" href=/projects/owncloud/core/index.php?logout=true>
|
2013-10-14 22:31:13 +02:00 |
Victor Dubiniuk
|
77f43c357c
|
User::delete should return bool
|
2013-10-07 22:30:15 +03:00 |
Andreas Fischer
|
47ed6a5135
|
Move backend finding into its own method.
|
2013-10-07 12:26:25 +02:00 |
Thomas Müller
|
131d82e41e
|
move call to print_unescaped() to template
|
2013-10-07 11:49:43 +02:00 |
Andreas Fischer
|
aa34438d06
|
Also replace ApacheBackend with Authentication\IApacheBackend in user.
|
2013-10-02 15:11:49 +02:00 |
Thomas Müller
|
621ab1c7ee
|
fixing various PHPDoc comments
|
2013-10-02 15:04:42 +02:00 |
Thomas Müller
|
4cecede13d
|
code cleanup - remove special case for webdav in handleApacheAuth()
|
2013-10-02 00:55:35 +02:00 |
Thomas Müller
|
7e9e23f210
|
Merge branch 'master' into apache-auth-master
|
2013-10-02 00:21:11 +02: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 |