summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/DefaultTokenProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Tokens without password should not trigger changed password invalidationJulius Härtl2021-10-111-1/+1
* Use PSR logger in authenticationJoas Schilling2020-10-121-3/+3
* Improve traces of invalid token exceptionsChristoph Wurst2020-05-271-7/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Fix recursive calls in logging via server methodsJoas Schilling2020-03-181-9/+2
* Update license headersChristoph Wurst2019-12-051-3/+7
* Make renewSessionToken return the new tokenRoeland Jago Douma2019-10-091-1/+4
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-301-0/+1
* Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-1/+3
* Mark token as invalid if the password doesn't matchRoeland Jago Douma2018-10-021-0/+10
* Copy the expiration from 480864b3e32d88361b17b70d238f986f64579757 to getToken...Joas Schilling2018-09-191-1/+1
* CommentsRoeland Jago Douma2018-06-191-2/+1
* Use constant for token versionRoeland Jago Douma2018-06-181-0/+1
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-181-19/+4
* Make the token expiration also work for autocasting 0Roeland Jago Douma2018-06-081-1/+1
* Certain tokens can expireRoeland Jago Douma2018-05-171-2/+16
* Allow the rotation of tokensRoeland Jago Douma2018-05-161-0/+22
* Fix testsRoeland Jago Douma2018-05-151-2/+2
* Make the Token Auth code strictRoeland Jago Douma2018-05-151-14/+21
* 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-061-0/+4
* Fix duplicate session token after remembered loginChristoph Wurst2017-09-201-0/+1
* Minor typosMarcel Waldvogel2017-07-211-1/+1
* 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
* allow configuring filesystem accessRobin Appelman2016-11-161-1/+16
* Add missing tests and fix PHPDocLukas Reschke2016-11-021-1/+8
* bring back remember-meChristoph Wurst2016-11-021-3/+29
* Fix othersJoas Schilling2016-07-211-1/+2
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-221-19/+19
|\
| * store last check timestamp in token instead of sessionChristoph Wurst2016-06-171-15/+12
| * use token last_activity instead of session valueChristoph Wurst2016-06-171-4/+7
* | update session token password on user password changeChristoph Wurst2016-06-211-0/+17
|/
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-3/+11
* Update license headersLukas Reschke2016-05-261-1/+0
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-2/+4
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-0/+10
* add button to add new device tokensChristoph Wurst2016-05-231-0/+2
* add method to query all user auth tokensChristoph Wurst2016-05-181-0/+14
* a single token provider sufficesChristoph Wurst2016-05-181-7/+9
* don't spam the log file with failed token validation entriesChristoph Wurst2016-05-131-3/+1
* delete the token in case an exception is thrown when decrypting the passwordChristoph Wurst2016-05-111-1/+8
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-3/+8
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-6/+12
* Add token auth for OCS APIsChristoph Wurst2016-05-111-3/+7
* Add index on 'last_activity'Christoph Wurst2016-05-111-1/+3
* Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-111-5/+62
* invalidate (delete) session token on logoutChristoph Wurst2016-05-111-2/+35
* token based authChristoph Wurst2016-05-111-0/+91