aboutsummaryrefslogtreecommitdiffstats
path: root/lib/user.php
Commit message (Expand)AuthorAgeFilesLines
* Checkstyle: many fixesFelix Moeller2012-11-021-2/+2
* fix function documentationBjörn Schießle2012-10-271-2/+1
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-2/+2
* More Checkstyle cleanupFelix Moeller2012-10-231-3/+3
* Delete user files in /data/ after deleting a userLukas Reschke2012-10-161-0/+4
* Set oc_token to httponlyLukas Reschke2012-10-161-1/+1
* delete all tokens on password changeMichael Göhler2012-10-141-0/+2
* Make the lifetime of the remember login cookieBart Visscher2012-10-141-3/+4
* add proper error logging in OC_User database queriesv4.5.0beta3Jörn Friedrich Dreyer2012-09-121-10/+33
* adding space between) and {Thomas Mueller2012-09-071-52/+52
* Whitespace fixes in libBart Visscher2012-09-071-1/+1
* allow configuring user backends in config.phpRobin Appelman2012-09-011-0/+25
* Whitespace fixes in libBart Visscher2012-08-291-3/+3
* fix c&p fail from earlier commit todayGeorg Ehrke2012-08-261-1/+1
* implement getHome in OC_UserGeorg Ehrke2012-08-261-0/+21
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-44/+79
|\
| * Change limit parameter in OC_User as wellMichael Gapczynski2012-08-111-1/+1
| * Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-6/+6
| * Methods to disable and enable usersTom Needham2012-07-291-2/+35
| * define an interface for the User BackendArthur Schiwon2012-07-251-2/+2
| * add option to clear user backendsRobin Appelman2012-07-231-1/+7
| * allow a more flexible way of using user backendsRobin Appelman2012-07-191-17/+21
| * Delete old session files, suggested by Torben Nehmer, see bug oc-736Michael Gapczynski2012-07-151-1/+1
| * revert performance improvements in userExists() because it breaks new user cr...Bjoern Schiessle2012-07-091-6/+2
| * Uninitialized variableLukas Reschke2012-07-071-0/+1
| * Fixes a problem with the user creation ("User already existed" even if the us...Lukas Reschke2012-07-071-3/+2
| * moved performance improvement from isLoggedIn() to userExists() to avoid webd...Bjoern Schiessle2012-07-051-8/+8
| * Remember result of OC_User::isLoggedIn, can be very expensive to checkBart Visscher2012-06-191-2/+6
| * Merge branch 'unstable'Bart Visscher2012-06-041-13/+7
| |\
| | * Implement default functions in OC_User backendBart Visscher2012-05-101-13/+7
| * | load authentication apps before checking wether user exists. fixes oc-910Arthur Schiwon2012-06-041-6/+7
| * | Verify user exists when checking if logged in, fix for bug oc-863Michael Gapczynski2012-06-021-1/+1
| * | Extended class commentSam Tuke2012-06-011-1/+3
| * | sort users and groups. fixes oc-779Frank Karlitschek2012-06-011-0/+1
| * | update copyrightFrank Karlitschek2012-05-261-1/+1
* | | Delete old session files, suggested by Torben Nehmer, see bug oc-736Michael Gapczynski2012-07-301-1/+1
* | | Remember result of OC_User::isLoggedIn, can be very expensive to checkBart Visscher2012-06-211-2/+6
* | | load authentication apps before checking wether user exists. fixes oc-910Arthur Schiwon2012-06-041-6/+7
* | | Verify user exists when checking if logged in, fix for bug oc-863Michael Gapczynski2012-06-021-1/+1
* | | sort users and groups. fixes oc-779Frank Karlitschek2012-06-011-0/+1
|/ /
* | update documentation of oc_user::checkpasswordRobin Appelman2012-05-171-1/+2
* | prevent user creation with empty passwordRobin Appelman2012-05-131-0/+5
|/
* Provide feedback when user creation failsMichael Gapczynski2012-05-061-3/+3
* some more portingFrank Karlitschek2012-05-011-1/+1
* OC_User: handle success properlyArthur Schiwon2012-05-011-1/+1
* OC_User: don't say password changed when it is not trueArthur Schiwon2012-05-011-2/+3
* tiny typoFrank Karlitschek2012-04-301-1/+1
* Fix a session fixation vulnerabilityFlorian Preinstorfer2012-04-121-2/+4
* Merge branch 'master' into encryptionRobin Appelman2012-02-251-1/+4
|\
| * prevent errors when a user backends gives an invalid resultRobin Appelman2012-02-241-1/+4