Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Show login error message correctly (#24599) | Christoph Wurst | 2016-05-12 | 1 | -1/+0 | |
* | Use proper URL generation function (#24576) | Lukas Reschke | 2016-05-11 | 1 | -1/+1 | |
* | use the UID for creating the session token, not the login name | Christoph Wurst | 2016-05-11 | 1 | -4/+4 | |
* | fix login with email | Christoph Wurst | 2016-05-11 | 1 | -1/+2 | |
* | fix PHPDoc and other minor issues | Christoph Wurst | 2016-05-11 | 1 | -3/+1 | |
* | show login error | Christoph Wurst | 2016-05-11 | 1 | -5/+12 | |
* | increase token column width | Christoph Wurst | 2016-05-11 | 1 | -2/+1 | |
* | fix LoginController unit tests | Christoph Wurst | 2016-05-11 | 1 | -1/+1 | |
* | fix setup | Christoph Wurst | 2016-05-11 | 1 | -4/+11 | |
* | Add token auth for OCS APIs | 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 | -1/+0 | |
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -23/+52 | |
* | Move logout to controller | Lukas Reschke | 2016-04-18 | 1 | -1/+23 | |
* | Also check for an empty string | Lukas Reschke | 2016-04-15 | 1 | -4/+4 | |
* | Rename `username` to `loginName` | Lukas Reschke | 2016-04-15 | 1 | -4/+4 | |
* | Use !== instead of empty | Lukas Reschke | 2016-04-15 | 1 | -4/+4 | |
* | Move login form into controller | Lukas Reschke | 2016-04-15 | 1 | -0/+138 |