summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/IProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-061-0/+3
* Minor typosMarcel Waldvogel2017-07-211-1/+1
* allow configuring filesystem accessRobin Appelman2016-11-161-1/+10
* document what the method doesChristoph Wurst2016-11-021-0/+2
* Add missing tests and fix PHPDocLukas Reschke2016-11-021-0/+1
* bring back remember-meChristoph Wurst2016-11-021-1/+9
* add invalidateOldTokens to IProvider interfaceChristoph Wurst2016-08-021-0/+5
* Fix othersJoas Schilling2016-07-211-1/+2
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-221-8/+8
|\
| * store last check timestamp in token instead of sessionChristoph Wurst2016-06-171-7/+7
| * use token last_activity instead of session valueChristoph Wurst2016-06-171-1/+1
* | update session token password on user password changeChristoph Wurst2016-06-211-0/+10
|/
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-1/+3
* Update license headersLukas Reschke2016-05-261-1/+0
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-1/+2
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-1/+9
* add button to add new device tokensChristoph Wurst2016-05-231-1/+2
* add method to query all user auth tokensChristoph Wurst2016-05-181-0/+12
* a single token provider sufficesChristoph Wurst2016-05-181-0/+37
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-1/+1
* Add token auth for OCS APIsChristoph Wurst2016-05-111-1/+8
* token based authChristoph Wurst2016-05-111-0/+35