Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-01Remove default token which is deprecated since Nextcloud 13Joas Schilling
2021-11-23Fix ArrayAccess and JsonSerializable return typesCôme Chilliet
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-02-02Add interface INamedTokenDaniel Kesselberg
2018-06-18Use constant for token versionRoeland Jago Douma
2018-06-18Initial PKT implementationRoeland Jago Douma
2018-05-17Certain tokens can expireRoeland Jago Douma
2018-05-16Allow the rotation of tokensRoeland Jago Douma
2018-05-15Refix scopeRoeland Jago Douma
2018-05-15Fix testsRoeland Jago Douma
2018-05-15Make the Token Auth code strictRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2016-11-16explicit typesRobin Appelman
2016-11-16cast to intRobin Appelman
2016-11-16phpdocRobin Appelman
2016-11-16fix setscopeRobin Appelman
2016-11-16allow configuring filesystem accessRobin Appelman
2016-11-16app password scope wipRobin Appelman
2016-11-16read lockdown scope from tokenRobin Appelman
2016-11-02bring back remember-meChristoph Wurst
2016-07-21Fix othersJoas Schilling
2016-06-17store last check timestamp in token instead of sessionChristoph Wurst
2016-05-31Create session tokens for apache auth usersChristoph Wurst
2016-05-26Update license headersLukas Reschke
2016-05-24when generating browser/device token, save the login name for later password ...Christoph Wurst
2016-05-23add button to invalidate browser sessions/device tokensChristoph Wurst
2016-05-23list user's auth tokens on the personal settings pageChristoph Wurst
2016-05-18a single token provider sufficesChristoph Wurst
2016-05-11fix PHPDoc and other minor issuesChristoph Wurst
2016-05-11PHPDoc and other minor fixesChristoph Wurst
2016-05-11Add token auth for OCS APIsChristoph Wurst
2016-05-11Add index on 'last_activity'Christoph Wurst
2016-05-11Check if session token is valid and log user out if the check failsChristoph Wurst
2016-05-11invalidate (delete) session token on logoutChristoph Wurst
2016-05-11token based authChristoph Wurst