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/stable24Bill McGonigle
2022-06-12Fix issue #31692 of occ files:scanbackport-32059-stable24Richard Steinmetz
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
2021-11-17Move storage encoding compatibility warning logicVincent Petry
2021-08-27 Added support for transfering incoming file shares.Immanuel Pasanec
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-27cast intsRobin Appelman
2021-01-27handle the cache where a cache entry with the correct path has already been r...Robin Appelman
2021-01-27also repair storage idRobin Appelman
2021-01-27add command to repair broken filesystem treesRobin Appelman
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-12Stop transfer of ownership between same usersSujith Haridasan
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-07-07Add removal of mounts without storages to files:cleanup commandJulius Härtl
2020-06-26Also always return in app commandsJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-26Set exit code if something went wrong.Daniel Kesselberg
2020-04-22Add folder argument to files:scan-app-dataRoeland Jago Douma
2020-04-10Add visibility to all constantsChristoph Wurst
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-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-02-03Add option to transfer-ownership to move dataTobia De Koninck
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-26Extract transfer ownership logic into a reusable serviceChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-13Check quota before transfer ownershipRoeland Jago Douma
2019-02-22Fix occ files:scan-app-data elapsed timeJoel S
2019-02-22Fix-13911-occ-files-scan-elapsed-timeJoel S
2018-11-06Merge pull request #11968 from nextcloud/feature/noid/drop-verbose-appscanDaniel Kesselberg
2018-10-22Revert changes not related to $verboseDaniel Kesselberg
2018-10-21Remove quiet and verbose from Command/ScanDaniel Kesselberg
2018-10-21Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel 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-08-08Transfer room shares too with the "files:transfer-ownership" commandDaniel Calviño Sánchez
2018-07-24Fix transfering ownership of a share to user with same id as receiverDaniel Calviño Sánchez
2018-06-28Add option to only scan the home storageRobin Appelman
2018-05-19feat: allow files:scan --shallowBlaok