summaryrefslogtreecommitdiffstats
path: root/core/Application.php
Commit message (Collapse)AuthorAgeFilesLines
* do not generate device token if 2FA is enable for userChristoph Wurst2016-06-071-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Add two factor auth to coreChristoph Wurst2016-05-231-1/+15
|
* Add controller to generate client tokensChristoph Wurst2016-05-111-0/+10
|
* token based authChristoph Wurst2016-05-111-4/+9
| | | | | | | | * Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token
* Move logout to controllerLukas Reschke2016-04-181-1/+2
| | | | Testable code. Yay.
* Move login form into controllerLukas Reschke2016-04-151-0/+14
| | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is.
* Move OC\Core and OC\Settings to composer autoloaderLukas Reschke2016-04-051-0/+143