Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prevent user creation with empty password | Robin Appelman | 2012-05-13 | 1 | -0/+5 |
| | |||||
* | Provide feedback when user creation fails | Michael Gapczynski | 2012-05-06 | 1 | -3/+3 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | OC_User: handle success properly | Arthur Schiwon | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | OC_User: don't say password changed when it is not true | Arthur Schiwon | 2012-05-01 | 1 | -2/+3 |
| | |||||
* | tiny typo | Frank Karlitschek | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Fix a session fixation vulnerability | Florian Preinstorfer | 2012-04-12 | 1 | -2/+4 |
| | | | | | | | | - regenerate the session for every successful login - properly destroy a session Further information can be found on: https://en.wikipedia.org/wiki/session_fixation | ||||
* | Merge branch 'master' into encryption | Robin Appelman | 2012-02-25 | 1 | -1/+4 |
|\ | |||||
| * | prevent errors when a user backends gives an invalid result | Robin Appelman | 2012-02-24 | 1 | -1/+4 |
| | | |||||
* | | only trigger hooks for the default filesystem view | Robin Appelman | 2012-02-21 | 1 | -1/+2 |
| | | |||||
* | | initial integration of encryption | Robin Appelman | 2012-02-21 | 1 | -2/+1 |
|/ | |||||
* | Remove the keys in preferences when a user is deleted - Thanks rogerc | Michael Gapczynski | 2012-01-04 | 1 | -1/+2 |
| | |||||
* | Fix whitespace username | Georg Ehrke | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | set cookie secure if forcessl is enabled | Florian Pritz | 2011-09-24 | 1 | -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 cookie | Bartek Przybylski | 2011-09-18 | 1 | -13/+19 |
| | |||||
* | Changed behaviour of remember checkbox | Bartek Przybylski | 2011-09-18 | 1 | -4/+11 |
| | |||||
* | fix issue with login being case insensitve | Robin Appelman | 2011-08-25 | 1 | -9/+13 |
| | |||||
* | more work on encryption | Frank Karlitschek | 2011-08-11 | 1 | -0/+1 |
| | |||||
* | remove Log completely | Robin Appelman | 2011-08-10 | 1 | -2/+0 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -16/+16 |
| | |||||
* | Further improvements | Jakob Sack | 2011-07-27 | 1 | -4/+0 |
| | |||||
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -1/+0 |
| | |||||
* | remember login added | Bartek Przybylski | 2011-07-20 | 1 | -0/+16 |
| | |||||
* | fix creating users | Robin Appelman | 2011-06-23 | 1 | -9/+17 |
| | |||||
* | Use new user backend API | Dominik Schmidt | 2011-06-23 | 1 | -9/+10 |
| | |||||
* | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 1 | -0/+13 |
| | |||||
* | Multiply changes to user system | Robin Appelman | 2011-06-21 | 1 | -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 management | Jakob Sack | 2011-04-18 | 1 | -0/+5 |
| | |||||
* | Check for existance of group- and usernames, don't mix OC_USER and OC_GROUP! | Jakob Sack | 2011-04-18 | 1 | -0/+11 |
| | |||||
* | Added tons of Hooks to OC_USER and OC_GROUP | Jakob Sack | 2011-04-18 | 1 | -7/+63 |
| | |||||
* | Better documentation for OC_USER | Jakob Sack | 2011-04-18 | 1 | -22/+48 |
| | |||||
* | Some work on the fancy user management | Jakob Sack | 2011-04-17 | 1 | -0/+8 |
| | |||||
* | Use OC_CONFIG where possible | Jakob Sack | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | get rid of the oc_require and friends | Robin Appelman | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | First version of the new user management | Jakob Sack | 2011-04-15 | 1 | -182/+86 |
| | |||||
* | Start of the refactoring. Commit is quite big because I forgot to use git ↵ | Jakob Sack | 2011-03-01 | 1 | -0/+249 |
right from the beginning. Sorry. |