| Commit message (Expand) | Author | Age | Files | Lines |
* | Change parameter type for useBackend | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -3/+3 |
* | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 1 | -4/+4 |
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -2/+9 |
* | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 1 | -4/+10 |
|\ |
|
| * | Move session_regenerate_id to `login()` | Lukas Reschke | 2014-02-21 | 1 | -0/+1 |
| * | Merge pull request #6519 from nhirokinet/master | Lukas Reschke | 2014-02-20 | 1 | -1/+0 |
| |\ |
|
| | * | Update user.php to fix duplicate session-duplicate | nhirokinet | 2013-12-22 | 1 | -1/+0 |
| * | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+2 |
| * | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Revert "Use Cache->clear to cleanup the filecache for removed users" | Robin Appelman | 2014-02-03 | 1 | -10/+5 |
| | * | | Use Cache->clear to cleanup the filecache for removed users | Robin Appelman | 2014-01-22 | 1 | -5/+10 |
| | * | | Also remove the user's home storage from the storage table when deleting a user | Robin Appelman | 2014-01-21 | 1 | -0/+3 |
| * | | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -3/+4 |
| |/ / |
|
* / / | Within OC:init() the minimum set of apps is loaded - which is filesystem, aut... | Thomas Müller | 2014-02-06 | 1 | -2/+0 |
|/ / |
|
* / | set login name within apache auth backend | Thomas Müller | 2014-01-09 | 1 | -0/+2 |
|/ |
|
* | return false if user is in incognito mode | Bjoern Schiessle | 2013-11-27 | 1 | -2/+2 |
* | Merge pull request #6058 from owncloud/ldap2avatar | blizzz | 2013-11-26 | 1 | -0/+16 |
|\ |
|
| * | Enable user backends to provide avatar images | Arthur Schiwon | 2013-11-22 | 1 | -0/+16 |
* | | add incognito mode, allows to hide my user ID. For example, this is useful to... | Bjoern Schiessle | 2013-11-22 | 1 | -1/+13 |
|/ |
|
* | use getHome() to delete users data | Bjoern Schiessle | 2013-10-29 | 1 | -3/+3 |
* | remove user from cache if he was deleted successfully | Bjoern Schiessle | 2013-10-29 | 1 | -9/+16 |
* | Fix logout link HTML. | Andreas Fischer | 2013-10-14 | 1 | -1/+1 |
* | User::delete should return bool | Victor Dubiniuk | 2013-10-07 | 1 | -0/+4 |
* | Move backend finding into its own method. | Andreas Fischer | 2013-10-07 | 1 | -16/+26 |
* | move call to print_unescaped() to template | Thomas Müller | 2013-10-07 | 1 | -1/+1 |
* | Also replace ApacheBackend with Authentication\IApacheBackend in user. | Andreas Fischer | 2013-10-02 | 1 | -4/+4 |
* | fixing various PHPDoc comments | Thomas Müller | 2013-10-02 | 1 | -4/+10 |
* | code cleanup - remove special case for webdav in handleApacheAuth() | Thomas Müller | 2013-10-02 | 1 | -15/+4 |
* | Merge branch 'master' into apache-auth-master | Thomas Müller | 2013-10-02 | 1 | -0/+76 |
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+500 |