summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/DefaultTokenMapper.php
Commit message (Expand)AuthorAgeFilesLines
* Make the Token Auth code strictRoeland Jago Douma2018-05-151-9/+9
* Move over TokenMapperRoeland Jago Douma2018-05-101-1/+2
* Update license headersMorris Jobke2017-11-061-0/+6
* 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-211-1/+1
* Rename table back to lowercaseLukas Reschke2017-05-181-8/+8
* delete auth token when client gets deletedBjoern Schiessle2017-05-181-7/+19
* Adds TokenProvider and Mapper testsRoeland Jago Douma2016-11-161-7/+5
* allow configuring filesystem accessRobin Appelman2016-11-161-0/+24
* app password scope wipRobin Appelman2016-11-161-0/+1
* read lockdown scope from tokenRobin Appelman2016-11-161-2/+2
* bring back remember-meChristoph Wurst2016-11-021-8/+9
* Fix othersJoas Schilling2016-07-211-1/+2
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-221-2/+2
|\
| * store last check timestamp in token instead of sessionChristoph Wurst2016-06-171-2/+2
* | close cursor after loading a tokenChristoph Wurst2016-06-171-0/+1
|/
* 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/+2
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-0/+13
* add method to query all user auth tokensChristoph Wurst2016-05-181-0/+28
* use the query builder instead of raw sql statementsChristoph Wurst2016-05-111-18/+27
* Add index on 'last_activity'Christoph Wurst2016-05-111-2/+4
* Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-111-3/+3
* invalidate (delete) session token on logoutChristoph Wurst2016-05-111-0/+32
* token based authChristoph Wurst2016-05-111-0/+43