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-13Check style updateCarl Schwan
2021-03-30gracefully handle deleteFromSelf when share is already goneArthur Schiwon
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-06-24Update share type constant usageJoas Schilling
2020-06-23Fix language in share notes email for usersJoas Schilling
2020-05-08Adjust tests to only return group IDsMorris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-30Add unit tests for "getAllShares()"Daniel Calviño Sánchez
2019-07-03Always set the display name for user sharesJulius Härtl
2018-11-02Store "sendPasswordByTalk" property of link shares in the databaseDaniel Calviño Sánchez
2018-11-02Fix update share testsDaniel Calviño Sánchez
2018-07-21fix unit testsBjoern Schiessle
2018-05-21testsMaxence Lange
2017-04-13Adjust docs and make !$currentAccess simplerJoas Schilling
2017-04-13Fix default share providerJoas Schilling
2017-04-13Add mail element to access listRoeland Jago Douma
2017-04-13Offload acceslist creation to providersRoeland Jago Douma
2017-04-07update unit testsBjoern Schiessle
2017-03-17Skip null groups in group manager (#26871) (#26956)Vincent Petry
2016-11-01Add defaultShareProvider & federatedshareprovider testsRoeland Jago Douma
2016-10-21Fix DateTime comparissonRoeland Jago Douma
2016-10-10Fix typehintRoeland Jago Douma
2016-10-10Cleanup test caseThomas Müller
2016-10-06Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()Vincent Petry
2016-09-06Fix getMock shareRoeland Jago Douma
2016-05-20use share initiator as fall back to access the fileBjörn Schießle
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling