aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/user.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12923 from owncloud/ultra-slim-version-of-incognito-modeLukas Reschke2014-12-191-0/+7
|\
| * Add ultra-slim hack for incognito modeLukas Reschke2014-12-171-0/+7
* | Merge pull request #12901 from owncloud/move-ldap-check-to-managerRobin McCorkell2014-12-181-3/+0
|\ \
| * | Move the Null-Byte LDAP check to the user managerLukas Reschke2014-12-171-3/+0
| |/
* / Move basic auth login out of `isLoggedIn`Lukas Reschke2014-12-171-5/+9
|/
* Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-0/+1
* Add REST route for user & group managementLukas Reschke2014-12-081-20/+5
* logging changesCraig Morrissey2014-11-071-0/+3
* Remove confusingly names \OC\User\Manager::delete and fix the automatic cache...Robin Appelman2014-11-051-3/+0
* better variable nameArthur Schiwon2014-10-221-3/+4
* set up FS by username, not login name\!Arthur Schiwon2014-10-221-1/+1
* Move BasicAuth check to "isLoggedIn()"Lukas Reschke2014-09-181-3/+7
* Use proper RNG generatorLukas Reschke2014-09-031-1/+1
* Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman2014-09-021-1/+5
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-4/+4
* update deprecation docsJörn Friedrich Dreyer2014-08-141-1/+1
* Merge pull request #10144 from owncloud/issue/9972Thomas Müller2014-08-061-1/+1
|\
| * Fix isLoggedIn() check for user '0'Joas Schilling2014-08-041-1/+1
* | Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry2014-06-021-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into csrf-on-login-and-logoutThomas Müller2014-05-191-34/+34
| |\
| * | Add CSRF check on login and logoutLukas Reschke2014-05-041-1/+1
* | | clean up tryRememberLogin and save the timestamp of users last loginArthur Schiwon2014-05-211-0/+11
| |/ |/|
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-29/+29
* | Change parameter type for useBackendRobin McCorkell2014-05-131-1/+1
* | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
* | Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-3/+3
* | Replace @returns with @return, in /libRobin McCorkell2014-05-131-4/+4
|/
* Some more PHPDoc fixesLukas Reschke2014-04-211-2/+9
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-4/+10
|\
| * Move session_regenerate_id to `login()`Lukas Reschke2014-02-211-0/+1
| * Merge pull request #6519 from nhirokinet/masterLukas Reschke2014-02-201-1/+0
| |\
| | * Update user.php to fix duplicate session-duplicatenhirokinet2013-12-221-1/+0
| * | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+2
| * | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-0/+3
| |\ \
| | * | Revert "Use Cache->clear to cleanup the filecache for removed users"Robin Appelman2014-02-031-10/+5
| | * | 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
| * | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-3/+4
| |/ /
* / / Within OC:init() the minimum set of apps is loaded - which is filesystem, aut...Thomas Müller2014-02-061-2/+0
|/ /
* / 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
|\
| * 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 to...Bjoern Schiessle2013-11-221-1/+13
|/
* 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
* 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