Commit Graph

44 Commits (96d9e0eb5b52ce13015c1c1843dbad8b2c218236)

Author SHA1 Message Date
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 11 years ago
Jörn Friedrich Dreyer fd798fd982 update deprecation docs 11 years ago
Joas Schilling 4865c52aa6 Fix isLoggedIn() check for user '0' 11 years ago
Arthur Schiwon 2c89962919 clean up tryRememberLogin and save the timestamp of users last login 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell 3bed3d2a23 Change parameter type for useBackend 11 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Lukas Reschke 73b914ddbc Add CSRF check on login and logout 11 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 11 years ago
Lukas Reschke 69325c5eeb Move session_regenerate_id to `login()` 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Thomas Müller 79fc4f3126 Within OC:init() the minimum set of apps is loaded - which is filesystem, authentication and logging 11 years ago
Robin Appelman 8d6a3a00b4 Revert "Use Cache->clear to cleanup the filecache for removed users" 11 years ago
Robin Appelman 5a5b6f187e Use Cache->clear to cleanup the filecache for removed users 11 years ago
Robin Appelman 374e3475c9 Also remove the user's home storage from the storage table when deleting a user 11 years ago
Thomas Müller 22bd69f75c set login name within apache auth backend 11 years ago
nhirokinet c2e2c59ca7 Update user.php to fix duplicate session-duplicate 11 years ago
Bjoern Schiessle 6deda1b9f6 return false if user is in incognito mode 12 years ago
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 12 years ago
Arthur Schiwon 8ccac86c98 Enable user backends to provide avatar images 12 years ago
Bjoern Schiessle f021dad204 remove user from cache if he was deleted successfully 12 years ago
Bjoern Schiessle db0fa6c529 use getHome() to delete users data 12 years ago
Andreas Fischer 06f9b7b862 Fix logout link HTML. 12 years ago
Victor Dubiniuk 77f43c357c User::delete should return bool 12 years ago
Andreas Fischer 47ed6a5135 Move backend finding into its own method. 12 years ago
Thomas Müller 131d82e41e move call to print_unescaped() to template 12 years ago
Andreas Fischer aa34438d06 Also replace ApacheBackend with Authentication\IApacheBackend in user. 12 years ago
Thomas Müller 621ab1c7ee fixing various PHPDoc comments 12 years ago
Thomas Müller 4cecede13d code cleanup - remove special case for webdav in handleApacheAuth() 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Thomas Müller e515509a81 prelogin apps have to be loaded within setupBackend() otherwise required classes cannot be loaded 12 years ago
Arthur Schiwon 1c976a7c9b manager checkPassword now returns User object, adjust internal user class accordingly. 12 years ago
Arthur Schiwon 63324e2347 Fix doc 12 years ago
Arthur Schiwon 0a7ee7c3f7 Fix return value from User object to User ID 12 years ago
Arthur Schiwon d101ff42f1 User: move checkPassword from User to Manager to not break API 12 years ago
Bart Visscher ac73ce1b2a Add UserSession to server container 12 years ago
kondou 9c5416fe4a Clean up \OC\Util 12 years ago
Morris Jobke 062769ab61 Remove noisy Log/Debug message 12 years ago
Bart Visscher 971a3fd124 Early errors (in base.php) don't have session available 12 years ago
Robin Appelman a735105a22 update group management 12 years ago
shkdee 4a480e4f53 Update user.php 12 years ago
Björn Schießle 118f2b3283 createUser() needs to return something; the user object or false 12 years ago
Robin Appelman fbe3213fec User: consisten variable naming 12 years ago
Robin Appelman 00b4bfcbf5 User: remove determineDisplayName 12 years ago