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-04-28Remove test for removed class SearchResultSorterfix/remove-still-more-iloggerCôme Chilliet
2021-01-20Re-use fetched dependencies in lib/base.phpMorris Jobke
2020-11-30Replace static call to Share::unshare with ShareManager->deleteShare in testsMorris Jobke
2020-06-24Update share type constant usageJoas Schilling
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Add visibility to all properties and move static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-07-29Remove unused OC\Share\Share::checkPasswordProtectedShareMorris Jobke
2019-04-18Deprecate legacy share code and cleanup some unused methodsMorris Jobke
2018-05-23Get rid of shareItemMorris Jobke
2018-03-13Remove deprecated HTTPHelperRoeland Jago Douma
2018-01-17Remove IAppConfig::setValueRoeland Jago Douma
2018-01-17Remove IAppConfig::getValueRoeland Jago Douma
2017-08-15Cleanup unused methodsMorris Jobke
2017-08-15Merge pull request #6123 from nextcloud/cleanup-shareItemMorris Jobke
2017-08-15Merge pull request #6121 from nextcloud/cleanup-registerBackendMorris Jobke
2017-08-15Cleanup usage of shareItem in internal code baseMorris Jobke
2017-08-15Use proper methods for registerBackendMorris Jobke
2017-08-15Use proper methods for checkPasswordProtectedShareMorris Jobke
2017-08-15Cleanup unused methodsMorris Jobke
2017-08-02Fix last failures with oracleJoas Schilling
2017-04-20Kill dead codeJoas Schilling
2017-04-12Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle
2017-04-12Removes unused code for link share emailsMorris Jobke
2017-04-11remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle
2016-11-04Cleanup OC_Group usage a bitRoeland Jago Douma
2016-11-03Adjust tests and DI for Share.phpLukas Reschke
2016-10-26Remove internal share mail functionRoeland Jago Douma
2016-10-20Make sure all tests use the TestCase method to overwrite servicesJoas Schilling
2016-09-07Fix getMock ShareRoeland Jago Douma
2016-05-31Fix for #23066 (#24689)Torben Dannhauer
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling