summaryrefslogtreecommitdiffstats
path: root/lib/user.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better documentation for OC_USERJakob Sack2011-04-181-22/+48
* Some work on the fancy user managementJakob Sack2011-04-171-0/+8
* Use OC_CONFIG where possibleJakob Sack2011-04-161-1/+1
* get rid of the oc_require and friendsRobin Appelman2011-04-161-1/+1
* First version of the new user managementJakob Sack2011-04-151-182/+86
* Start of the refactoring. Commit is quite big because I forgot to use git rig...Jakob Sack2011-03-011-0/+249