summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-7/+12
* Handle token insert conflictsChristoph Wurst2019-11-261-9/+24
* Make renewSessionToken return the new tokenRoeland Jago Douma2019-10-091-3/+4
* Error with exception on SSL errorMorris Jobke2019-07-181-0/+2
* Remote wipe supportRoeland Jago Douma2019-05-201-0/+5
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-301-0/+1
* Catch more occurences where ExpiredTokenException can be thrownRoeland Jago Douma2018-10-211-1/+5
* Expired PK tokens should not fall back to legacy tokensRoeland Jago Douma2018-10-211-0/+2
* Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-0/+7
* Mark token as invalid if the password doesn't matchRoeland Jago Douma2018-10-021-0/+5
* CommentsRoeland Jago Douma2018-06-191-1/+16
* Add getProvider helper functionRoeland Jago Douma2018-06-181-35/+17
* Add more testsRoeland Jago Douma2018-06-181-2/+10
* Generate the new publicKey tokens by default!Roeland Jago Douma2018-06-181-2/+1
* Actually convert the tokenRoeland Jago Douma2018-06-181-8/+19
* Add publickey provider to managerRoeland Jago Douma2018-06-181-47/+52
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-181-4/+4
* Initial PKT implementationRoeland Jago Douma2018-06-181-4/+4
* Abstract the Provider via a managerRoeland Jago Douma2018-06-181-0/+210