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
path: root/lib
AgeCommit message (Expand)Author
2021-04-27Obtain cacheEntry for created folders and handle errors more gracefullypingou2712
2021-04-09Avoid calling getGID() on null when searching for available groups #633 #1096Jan Niklas Grieb (home)
2021-03-31Merge pull request #1350 from nextcloud/backport/1239/stable20Julius Härtl
2021-03-29fix wrong method call to check restore permissionsRobin Appelman
2021-03-05Check for naming conflicts before returning the user mountsRobin Appelman
2021-03-04Cast groupfolder id to string when trying to create a new folderJulius Härtl
2021-02-25Merge pull request #1316 from nextcloud/backport/1263/stable20Julius Härtl
2021-02-25check folder permissions when restoring a trashbin itemRobin Appelman
2021-02-25Fix file drop shared foldersDaniel Calviño Sánchez
2021-02-05Add missing return code. This relates to issue #1154Michael Ernst
2020-12-01Add missing exit codesChristian Hartmann
2020-11-30Drop unneeded index if presentJulius Härtl
2020-11-30Migrate acl column to be nullable for oracle compatibilityJulius Härtl
2020-11-30Close cursor on fetchJulius Härtl
2020-11-30Properly get last insert idJulius Härtl
2020-11-30Remove unused unique index since primary key covers it alreadyJulius Härtl
2020-11-09Merge pull request #1131 from nextcloud/backport/1055/stable20Julius Härtl
2020-11-09Merge pull request #1116 from nextcloud/backport/1048/stable20Julius Härtl
2020-11-09Merge pull request #1113 from nextcloud/backport/1073/stable20Julius Härtl
2020-11-09Use the proper paremter type for the IN queryRoeland Jago Douma
2020-11-091 query to obtain group foldersRoeland Jago Douma
2020-11-06Make sure to only move in cache if it was not already done by the storageJulius Härtl
2020-11-06Fix occ when files_trashbin is disabledJulius Härtl
2020-10-07Add OCC command to cleanup trashbinsRoeland Jago Douma
2020-09-01Properly cast file ids to strings when using them in pathsJulius Härtl
2020-08-24Improve performance querying group_folders_manageJeff Brown
2020-08-19Remove unused importsMorris Jobke
2020-08-10Merge pull request #990 from nextcloud/bugfix/expire-versionJulius Härtl
2020-08-07Always delete expired versions regardless of the filecache permissionsJulius Härtl
2020-07-31Do not fail if no applicable groups are setupJulius Härtl
2020-07-24Provide a default scannerRoeland Jago Douma
2020-06-08Make sure $path is a stringDaniel Kesselberg
2020-04-21Use a lazy folderRoeland Jago Douma
2020-04-21add getDirectoryContent to acl wrapper for nc19Robin Appelman
2020-04-19Increase performance by selecting on indexed columnMaximilian Ruta
2020-04-06Merge pull request #842 from nextcloud/fix/trash_restore_targetRoeland Jago Douma
2020-04-06Merge pull request #843 from nextcloud/bugfix/noid/check-acl-before-restoreRoeland Jago Douma
2020-04-03Check ACL before restoring from the trash binJulius Härtl
2020-04-03Make sure that the target we try to restore to doesn't exist yetRoeland Jago Douma
2020-04-02Merge pull request #797 from nextcloud/bugfix/noid/return-the-owner-of-the-mo...Julius Härtl
2020-03-24Fix: Trying to access array offset on value of type int at lib/private/Files/...Daniel Kesselberg
2020-03-16Try to return the owner of the mountpoint before returning no ownerJoas Schilling
2020-02-13Fix the regex and check the storage beforeJoas Schilling
2020-02-13Overwrite the cache event pathJoas Schilling
2020-01-30show full path for trashbin tooltipRobin Appelman
2019-12-23Return proper owner for storage (#634)Julius Härtl
2019-12-20Add file id to group folder trash to obtain original pathJulius Härtl
2019-12-05Check for ACL list in trash backendJulius Härtl
2019-12-02Only check for admin permissions if needed (#665)Julius Härtl
2019-11-13Search for users by displaynameJulius Härtl