summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token
Commit message (Expand)AuthorAgeFilesLines
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-304-0/+4
* 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
* Add testsRoeland Jago Douma2018-10-021-1/+4
* Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-025-1/+48
* Mark token as invalid if the password doesn't matchRoeland Jago Douma2018-10-025-0/+40
* Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin...Morris Jobke2018-09-251-2/+2
|\
| * Consider openssl settings from config.phpDaniel Kesselberg2018-09-161-2/+2
* | Also adjust the expiration of PublicKeyTokenProviderJoas Schilling2018-09-201-2/+2
* | Copy the expiration from 480864b3e32d88361b17b70d238f986f64579757 to getToken...Joas Schilling2018-09-191-1/+1
|/
* Expire tokens hardeningRoeland Jago Douma2018-09-071-1/+1
* CommentsRoeland Jago Douma2018-06-195-6/+20
* Add getProvider helper functionRoeland Jago Douma2018-06-181-35/+17
* Use constant for token versionRoeland Jago Douma2018-06-186-20/+22
* Add more testsRoeland Jago Douma2018-06-183-3/+14
* Generate the new publicKey tokens by default!Roeland Jago Douma2018-06-181-2/+1
* Actually convert the tokenRoeland Jago Douma2018-06-183-40/+94
* Add publickey provider to managerRoeland Jago Douma2018-06-181-47/+52
* SetPassword on PublicKeyTokensRoeland Jago Douma2018-06-181-2/+12
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-186-52/+26
* Add first testsRoeland Jago Douma2018-06-181-1/+10
* Initial PKT implementationRoeland Jago Douma2018-06-186-11/+672
* Abstract the Provider via a managerRoeland Jago Douma2018-06-181-0/+210
* Make the token expiration also work for autocasting 0Roeland Jago Douma2018-06-081-1/+1
* Certain tokens can expireRoeland Jago Douma2018-05-175-5/+43
* Allow the rotation of tokensRoeland Jago Douma2018-05-164-2/+63
* Refix scopeRoeland Jago Douma2018-05-152-3/+5
* Fix testsRoeland Jago Douma2018-05-154-17/+29
* Make the Token Auth code strictRoeland Jago Douma2018-05-155-90/+94
* Move over TokenMapperRoeland Jago Douma2018-05-101-1/+2
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
* Loss of performance on Login after upgrade from NC10 + LDAP to NC 12 + LDAP #...Flávio Gomes da Silva Lisboa2017-11-271-0/+1
* Update license headersMorris Jobke2017-11-065-0/+15
* Fix duplicate session token after remembered loginChristoph Wurst2017-09-201-0/+1
* Fix auth providerJoas Schilling2017-08-021-1/+1
* Fix clob comparisonJoas Schilling2017-08-021-1/+1
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-2/+1
* Minor typosMarcel Waldvogel2017-07-213-3/+3
* Rename table back to lowercaseLukas Reschke2017-05-181-8/+8
* delete auth token when client gets deletedBjoern Schiessle2017-05-181-7/+19
* Defining App "cron" for "Invalidating tokens older than" message #27167 (#27201)Martin2017-03-191-2/+2
* copy remember-me value when renewing a session tokenChristoph Wurst2016-11-271-0/+1
* use lower loglevel for token cleanup messagesRobin Appelman2016-11-171-2/+2
* Add test for setting up fake fsRobin Appelman2016-11-161-1/+1
* Adds TokenProvider and Mapper testsRoeland Jago Douma2016-11-161-7/+5
* explicit typesRobin Appelman2016-11-161-5/+11
* cast to intRobin Appelman2016-11-161-2/+2
* phpdocRobin Appelman2016-11-161-2/+1
* fix setscopeRobin Appelman2016-11-161-2/+2
* allow configuring filesystem accessRobin Appelman2016-11-165-7/+71