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-16FixesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-16Check if folderId is an intCarl Schwan
Prevents accidentaly selecting the first groupfolder when for example typing the folder name of another groupfolder. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-15Actually cast the type correctlyCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-12More strong typingCarl Schwan
Fix #1813 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-03-02Fix deletion failing even if there's an entry in the folder listingJohannes Leuker
Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
2021-02-25run php-cs-fixer with nextcloud configRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-01-31Add missing return code. This relates to issue #1154Michael Ernst
Signed-off-by: Michael Ernst <m.ernst@hosting.de>
2018-11-29fix minor issues with occ commandsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-27Split out delete permissions from writeRobin Appelman
Fixes #82 Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-11-25add console commands to configure group foldersRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>