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-06-17Mention missing files subdirbackport/32874/stable22Bill McGonigle
2021-11-19Move storage encoding compatibility warning logicVincent Petry
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-01-11Fix database connection usage in the files scannerChristoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-17Unify links to php.netJ0WI
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-06-26Also always return in app commandsJoas Schilling
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-20Update license headers for 18Christoph Wurst
2019-12-13Add typed events for the filesystem/scannerChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-02-22Fix occ files:scan-app-data elapsed timeJoel S
2019-02-22Fix-13911-occ-files-scan-elapsed-timeJoel S
2018-10-21Remove quiet and verbose from Command/ScanDaniel Kesselberg
2018-10-21Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg
2018-10-08Rename method to abortIfInterruptedDaniel Kesselberg
2018-10-07Adjust code for changed method signatureDaniel Kesselberg
2018-06-28Add option to only scan the home storageRobin Appelman
2018-05-19feat: allow files:scan --shallowBlaok
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2017-11-06Remove unused variablesMorris Jobke
2017-04-19show error when trying to scan non existing pathRobin Appelman
2017-03-20Log files:scan exception, add InterruptedExceptionVincent Petry
2016-08-29Before a user is getting scanned the database connection is re-establishedThomas Müller
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-19add "unscanned" option to files:scan to triger a background scanRobin Appelman
2016-05-12Move Files app to PSR-4 (#24569)Joas Schilling