Commit Graph

74 Commits (e2cfcd992cf6f4bb5f1cdb9070d3d0ea2a1504e2)

Author SHA1 Message Date
Lukas Reschke 8f09d5b67c Update license headers 10 years ago
Lukas Reschke f6e055b2fd Add remark that $run is not supported anymore 10 years ago
Lukas Reschke 36ce254ffd Move dummy backend to Tests namespace 10 years ago
Thomas Müller 0f2865abb2 Repeated calls to loginWithApache() should not not try to set user information in the session again 10 years ago
Morris Jobke 5a5c59639b Escape ampersand in logout URL 11 years ago
Thomas Müller d3ac73c0c9 Remove OC_Log 11 years ago
Morris Jobke f63915d0c8 update license headers and authors 11 years ago
Lukas Reschke 694d639f94 Fix PHPDoc 🙈 11 years ago
Robin Appelman 077d41a9ce wait with copying the skeleton untill login and setupfs are done 11 years ago
Joas Schilling 71de1d58cd Fix namespace duplication and other issues in repairlegacystorages 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Thomas Müller 1fd1b355e4 Fix namespace of OC_Setup -> \OC\Setup 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Robin Appelman 434835b326 also set user in UserSession when doing OC_User::setUserId 11 years ago
Lukas Reschke 025110821f URLEncode logout attribute 11 years ago
Lukas Reschke 476579b9c6 Fix WebDAV auth for session authentication only 11 years ago
Lukas Reschke e3230b5bc2 Add ultra-slim hack for incognito mode 11 years ago
Lukas Reschke b91a435ed4 Move basic auth login out of `isLoggedIn` 11 years ago
Lukas Reschke f6820406b6 Move the Null-Byte LDAP check to the user manager 11 years ago
Lukas Reschke 5dc6406b70 Add filter for 'backend' to user REST route 11 years ago
Lukas Reschke fe7d9a7ca0 Add REST route for user & group management 11 years ago
Craig Morrissey 541344d880 logging changes 11 years ago
Robin Appelman 1eefc21329 Remove confusingly names \OC\User\Manager::delete and fix the automatic cache cleanup instead 11 years ago
Arthur Schiwon 993376fb6f better variable name 11 years ago
Arthur Schiwon e0342db47c set up FS by username, not login name\! 11 years ago
Lukas Reschke d0d3b7457b Move BasicAuth check to "isLoggedIn()" 11 years ago
Lukas Reschke 63a90a129b Use proper RNG generator 11 years ago
Robin Appelman a9a37b5363 Don't automatically setup the filesystem the moment we load OC\Files\FileSystem 11 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 12 years ago
Jörn Friedrich Dreyer fd798fd982 update deprecation docs 12 years ago
Joas Schilling 4865c52aa6 Fix isLoggedIn() check for user '0' 12 years ago
Arthur Schiwon 2c89962919 clean up tryRememberLogin and save the timestamp of users last login 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 3bed3d2a23 Change parameter type for useBackend 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 12 years ago
Lukas Reschke 73b914ddbc Add CSRF check on login and logout 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 years ago
Lukas Reschke 69325c5eeb Move session_regenerate_id to `login()` 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Thomas Müller 79fc4f3126 Within OC:init() the minimum set of apps is loaded - which is filesystem, authentication and logging 12 years ago
Robin Appelman 8d6a3a00b4 Revert "Use Cache->clear to cleanup the filecache for removed users" 12 years ago
Robin Appelman 5a5b6f187e Use Cache->clear to cleanup the filecache for removed users 12 years ago
Robin Appelman 374e3475c9 Also remove the user's home storage from the storage table when deleting a user 12 years ago
Thomas Müller 22bd69f75c set login name within apache auth backend 12 years ago
nhirokinet c2e2c59ca7 Update user.php to fix duplicate session-duplicate 12 years ago
Bjoern Schiessle 6deda1b9f6 return false if user is in incognito mode 12 years ago