summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token
Commit message (Expand)AuthorAgeFilesLines
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-11-022-0/+2
* Make the token expiration also work for autocasting 0Roeland Jago Douma2018-06-081-1/+1
* Certain tokens can expireRoeland Jago Douma2018-05-225-5/+45
* Allow the rotation of tokensRoeland Jago Douma2018-05-224-2/+54
* 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
* app password scope wipRobin Appelman2016-11-163-2/+19
* read lockdown scope from tokenRobin Appelman2016-11-163-2/+19
* document what the method doesChristoph Wurst2016-11-021-0/+2
* Add missing tests and fix PHPDocLukas Reschke2016-11-022-1/+9
* bring back remember-meChristoph Wurst2016-11-025-12/+56
* add invalidateOldTokens to IProvider interfaceChristoph Wurst2016-08-022-3/+7
* Fix othersJoas Schilling2016-07-216-6/+12
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-225-29/+66
|\
| * store last check timestamp in token instead of sessionChristoph Wurst2016-06-175-24/+58
| * use token last_activity instead of session valueChristoph Wurst2016-06-172-5/+8
* | update session token password on user password changeChristoph Wurst2016-06-212-0/+27
* | close cursor after loading a tokenChristoph Wurst2016-06-171-0/+1
|/
* do not generate device token if 2FA is enable for userChristoph Wurst2016-06-071-0/+1
* Create session tokens for apache auth usersChristoph Wurst2016-05-313-5/+14
* Update license headersLukas Reschke2016-05-266-6/+0
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-245-6/+32
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-235-6/+37
* add button to add new device tokensChristoph Wurst2016-05-232-1/+4
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-1/+11
* add method to query all user auth tokensChristoph Wurst2016-05-183-0/+54
* a single token provider sufficesChristoph Wurst2016-05-184-10/+62
* 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
* use the query builder instead of raw sql statementsChristoph Wurst2016-05-111-18/+27
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-114-6/+11
* PHPDoc and other minor fixesChristoph Wurst2016-05-112-6/+26
* Add token auth for OCS APIsChristoph Wurst2016-05-114-4/+26