summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/DefaultToken.php
Commit message (Expand)AuthorAgeFilesLines
* Remove default token which is deprecated since Nextcloud 13Joas Schilling2021-12-011-209/+0
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-051-2/+6
* Add interface INamedTokenDaniel Kesselberg2019-02-021-2/+5
* Use constant for token versionRoeland Jago Douma2018-06-181-2/+2
* Initial PKT implementationRoeland Jago Douma2018-06-181-0/+7
* Certain tokens can expireRoeland Jago Douma2018-05-171-0/+15
* Allow the rotation of tokensRoeland Jago Douma2018-05-161-2/+8
* Refix scopeRoeland Jago Douma2018-05-151-2/+4
* Fix testsRoeland Jago Douma2018-05-151-10/+22
* Make the Token Auth code strictRoeland Jago Douma2018-05-151-48/+33
* Update license headersMorris Jobke2017-11-061-0/+1
* 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-161-2/+13
* app password scope wipRobin Appelman2016-11-161-1/+5
* read lockdown scope from tokenRobin Appelman2016-11-161-0/+13
* bring back remember-meChristoph Wurst2016-11-021-0/+7
* Fix othersJoas Schilling2016-07-211-1/+2
* store last check timestamp in token instead of sessionChristoph Wurst2016-06-171-0/+23
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-1/+0
* 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/+17
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-3/+1
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-1/+11
* a single token provider sufficesChristoph Wurst2016-05-181-0/+9
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-1/+1
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-0/+14
* Add token auth for OCS APIsChristoph Wurst2016-05-111-0/+4
* Add index on 'last_activity'Christoph Wurst2016-05-111-0/+5
* Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-111-6/+1
* invalidate (delete) session token on logoutChristoph Wurst2016-05-111-1/+6
* token based authChristoph Wurst2016-05-111-0/+58