summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/DefaultTokenProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-11-021-0/+1
* Make the token expiration also work for autocasting 0Roeland Jago Douma2018-06-081-1/+1
* Certain tokens can expireRoeland Jago Douma2018-05-221-2/+17
* Allow the rotation of tokensRoeland Jago Douma2018-05-221-0/+22
* 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