aboutsummaryrefslogtreecommitdiffstats
path: root/lib/user.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | only trigger hooks for the default filesystem viewRobin Appelman2012-02-211-1/+2
* | initial integration of encryptionRobin Appelman2012-02-211-2/+1
|/
* Remove the keys in preferences when a user is deleted - Thanks rogercMichael Gapczynski2012-01-041-1/+2
* Fix whitespace usernameGeorg Ehrke2012-01-021-1/+1
* set cookie secure if forcessl is enabledFlorian Pritz2011-09-241-3/+4
* remember changed not to store password in cookieBartek Przybylski2011-09-181-13/+19
* Changed behaviour of remember checkboxBartek Przybylski2011-09-181-4/+11
* fix issue with login being case insensitveRobin Appelman2011-08-251-9/+13
* more work on encryptionFrank Karlitschek2011-08-111-0/+1
* remove Log completelyRobin Appelman2011-08-101-2/+0
* Renaming classes :-)Jakob Sack2011-07-291-16/+16
* Further improvementsJakob Sack2011-07-271-4/+0
* Use autoloadJakob Sack2011-07-271-1/+0
* remember login addedBartek Przybylski2011-07-201-0/+16
* fix creating usersRobin Appelman2011-06-231-9/+17
* Use new user backend APIDominik Schmidt2011-06-231-9/+10
* add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-221-0/+13
* Multiply changes to user systemRobin Appelman2011-06-211-20/+79
* More error checking in user managementJakob Sack2011-04-181-0/+5
* Check for existance of group- and usernames, don't mix OC_USER and OC_GROUP!Jakob Sack2011-04-181-0/+11
* Added tons of Hooks to OC_USER and OC_GROUPJakob Sack2011-04-181-7/+63