summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-243-5/+5
* | | generate device token for UID, not login nameChristoph Wurst2016-05-241-2/+3
* | | login explicitlyChristoph Wurst2016-05-241-0/+3
| |/ |/|
* | Add two factor auth to coreChristoph Wurst2016-05-232-2/+148
|/
* Show login error message correctly (#24599)Christoph Wurst2016-05-121-1/+0
* Use proper URL generation function (#24576)Lukas Reschke2016-05-111-1/+1
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-4/+4
* fix login with emailChristoph Wurst2016-05-111-1/+2
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-112-4/+3
* show login errorChristoph Wurst2016-05-111-5/+12
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-2/+4
* add unit tests for all new classesChristoph Wurst2016-05-111-3/+3
* increase token column widthChristoph Wurst2016-05-111-2/+1
* fix LoginController unit testsChristoph Wurst2016-05-111-1/+1
* fix setupChristoph Wurst2016-05-111-4/+11
* Add token auth for OCS APIsChristoph Wurst2016-05-112-3/+7
* Add index on 'last_activity'Christoph Wurst2016-05-111-2/+3
* Add controller to generate client tokensChristoph Wurst2016-05-111-0/+82
* Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-111-1/+0
* token based authChristoph Wurst2016-05-111-23/+52
* Move logout to controllerLukas Reschke2016-04-181-1/+23
* Also check for an empty stringLukas Reschke2016-04-151-4/+4
* Rename `username` to `loginName`Lukas Reschke2016-04-151-4/+4
* Use !== instead of emptyLukas Reschke2016-04-151-4/+4
* Move login form into controllerLukas Reschke2016-04-151-0/+138
* Rename files to be PSR-4 compliantLukas Reschke2016-04-064-0/+789