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-03-23Automatically cut the token name on the first levelJoas Schilling
2022-03-23Fix unit testsJoas Schilling
2021-12-02More test fixingJoas Schilling
2021-12-02More test fixingJoas Schilling
2021-12-01More unit test adjustmentsJoas Schilling
2021-10-22Prevent duplicate auth token activity updatesChristoph Wurst
2021-02-10Always renew apppasswords on loginRoeland Jago Douma
2020-10-12Use PSR logger in authenticationJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-10-04Allow configuring the activity update interval of tokenRoeland Jago Douma
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-16Check the user on remote wipeJoas Schilling
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-26Handle token insert conflictsChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-07-09Make it possible to wipe all tokens/devices of a userChristoph Wurst
2019-07-09Refactor: move remote wipe token logic to RW serviceChristoph Wurst
2019-06-27Decouple remote wipe notifcation channels with eventsChristoph Wurst
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-10-30Move ExpiredTokenException to the correct namespaceRoeland Jago Douma
2018-10-02Add testsRoeland Jago Douma
2018-09-16Add openssl to mockDaniel Kesselberg
2018-06-18Use constant for token versionRoeland Jago Douma
2018-06-18Add more testsRoeland Jago Douma
2018-06-18SetPassword on PublicKeyTokensRoeland Jago Douma
2018-06-18Just pass uid to the Token stuffRoeland Jago Douma
2018-06-18Add first testsRoeland Jago Douma
2018-05-17Certain tokens can expireRoeland Jago Douma
2018-05-16Allow the rotation of tokensRoeland Jago Douma
2018-05-15Fix testsRoeland Jago Douma
2017-11-27Adjust tests for added lastCheck timeLukas Reschke
2017-09-20Fix duplicate session token after remembered loginChristoph Wurst
2017-05-18Add test for DefaultTokenMapperLukas Reschke
2017-05-18Rename table back to lowercaseLukas Reschke
2017-05-18delete auth token when client gets deletedBjoern Schiessle
2017-04-20Fix warning with undefined methodJoas Schilling
2017-02-28DefaultTokenProviderTest mocked/asserted the wrong methodChristoph Wurst
2016-11-27copy remember-me value when renewing a session tokenChristoph Wurst
2016-11-16add testRobin Appelman
2016-11-16Adds TokenProvider and Mapper testsRoeland Jago Douma
2016-11-16add testsRobin Appelman
2016-11-16explicit typesRobin Appelman
2016-11-02Add missing tests and fix PHPDocLukas Reschke