summaryrefslogtreecommitdiffstats
path: root/lib/user.php
Commit message (Collapse)AuthorAgeFilesLines
* set cookie secure if forcessl is enabledFlorian Pritz2011-09-241-3/+4
| | | | | | | This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* 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
| | | | | | keeping tracked of the logged in user is no longer done by the active backend but by oc_user directly instead multiply backends can be active at the same time, allowing alternative authentication procedures like openid or tokens to be used next to the regular user system
* 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 ↵Jakob Sack2011-03-011-0/+249
right from the beginning. Sorry.