Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't allow token login for disabled users | Christoph Wurst | 2016-05-18 | 1 | -0/+4 |
* | a single token provider suffices | Christoph Wurst | 2016-05-18 | 1 | -43/+22 |
* | use the UID for creating the session token, not the login name | Christoph Wurst | 2016-05-11 | 1 | -0/+1 |
* | delete the token in case an exception is thrown when decrypting the password | Christoph Wurst | 2016-05-11 | 1 | -4/+10 |
* | fix PHPDoc and other minor issues | Christoph Wurst | 2016-05-11 | 1 | -24/+21 |
* | catch possible SessionNotAvailableExceptions | Christoph Wurst | 2016-05-11 | 1 | -6/+23 |
* | PHPDoc and other minor fixes | Christoph Wurst | 2016-05-11 | 1 | -14/+21 |
* | pass in $request on OCS api | Christoph Wurst | 2016-05-11 | 1 | -0/+2 |
* | try apache auth too | Christoph Wurst | 2016-05-11 | 1 | -4/+3 |
* | Fix existing tests | Christoph Wurst | 2016-05-11 | 1 | -21/+23 |
* | fix setup | Christoph Wurst | 2016-05-11 | 1 | -6/+22 |
* | Add fallback to allow user:token basic auth | Christoph Wurst | 2016-05-11 | 1 | -0/+7 |
* | Add token auth for OCS APIs | Christoph Wurst | 2016-05-11 | 1 | -10/+24 |
* | Add index on 'last_activity' | Christoph Wurst | 2016-05-11 | 1 | -3/+7 |
* | Add controller to generate client tokens | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
* | Check if session token is valid and log user out if the check fails | Christoph Wurst | 2016-05-11 | 1 | -7/+38 |
* | invalidate (delete) session token on logout | Christoph Wurst | 2016-05-11 | 1 | -1/+10 |
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -25/+153 |
* | Add \OC\User\Backend | Roeland Jago Douma | 2016-05-10 | 4 | -11/+185 |
* | Move OC_User_Database to \OC\User\Database | Roeland Jago Douma | 2016-05-10 | 1 | -0/+349 |
* | Move \OC\User to PSR-4 | Roeland Jago Douma | 2016-05-10 | 5 | -0/+1163 |