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
2022-01-31Allow to disable AuthToken v1Joas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2020-10-12Type some of the core mappersChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2018-06-18Use constant for token versionRoeland Jago Douma
2018-06-18Just pass uid to the Token stuffRoeland Jago Douma
2018-06-18Initial PKT implementationRoeland Jago Douma
2018-05-17Certain tokens can expireRoeland Jago Douma
2018-05-15Make the Token Auth code strictRoeland Jago Douma
2018-05-10Move over TokenMapperRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-08-02Fix auth providerJoas Schilling
2017-08-02Fix clob comparisonJoas Schilling
2017-07-24More phpstorm inspection fixesRoeland Jago Douma
2017-07-21Minor typosMarcel Waldvogel
2017-05-18Rename table back to lowercaseLukas Reschke
2017-05-18delete auth token when client gets deletedBjoern Schiessle
2016-11-16Adds TokenProvider and Mapper testsRoeland Jago Douma
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-22Merge pull request #25172 from owncloud/token-login-validationVincent Petry
2016-06-17close cursor after loading a tokenChristoph Wurst
2016-06-17store last check timestamp in token instead of sessionChristoph 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-18add method to query all user auth tokensChristoph Wurst
2016-05-11use the query builder instead of raw sql statementsChristoph 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