summaryrefslogtreecommitdiffstats
path: root/core/Application.php
Commit message (Collapse)AuthorAgeFilesLines
* 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