Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-24Port licensing information to reuse formatreuse-complianceCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-04Modernize PHP code to php 7.4 standardCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-12Update psalm and cs-fixerCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-21Improve psaml add stub implementationCarl Schwan
This allows to now run psalm in many new parts of the codebase Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-16More refactoringCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-02Cast argument from string to intLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-08-19Display unsupported messages when trying to scann object store basedCarl Schwan
group folder Since the group folder with an object store as primary storage are now using an NoopScanner, the number of folders and files found is always zero. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-02-25run php-cs-fixer with nextcloud configRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-11-23Add missing exit codesChristian Hartmann
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2019-03-13Dont limit permissions while scanningRobin Appelman
Fixs #266 Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-12-17don't try to call abortIfInterrupted on nc14Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-26Add command scan files in groupfolderRobin Appelman
Fixes #88 Signed-off-by: Robin Appelman <robin@icewind.nl>