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/Trash
AgeCommit message (Expand)Author
2022-10-03chore(cs): Apply cs:fixBaptiste Fotia
2022-10-03chore(lock): Exucted git reset "Apply the format after 'php-cs-fixer fix .' c...Baptiste Fotia
2022-04-21Update parent folders cache when restoring files from trashJonas
2022-04-12Fix expiration when storage is unlimited and auto expiration is onCarl Schwan
2022-04-04Modernize PHP code to php 7.4 standardCarl Schwan
2022-01-12Update psalm and cs-fixerCarl Schwan
2022-01-07Merge pull request #1849 from nextcloud/fix/optional-dependenciesCarl Schwan
2022-01-06Fix expire commands and background job when trash and/or version apps are dis...Carl Schwan
2021-12-30Remove one usage of in, since it is equivalent to eqCarl Schwan
2021-12-21Improve psaml add stub implementationCarl Schwan
2021-11-19Respect quota + add background jobCarl Schwan
2021-11-19Add method to expire group folder trash binJulius Härtl
2021-11-10Don't allow to permanantly delete files if the user can't delete filesCarl Schwan
2021-06-17Enforce string for folder id when obtaining the trash folderJulius Härtl
2021-03-15fix wrong method call to check restore permissionsRobin Appelman
2021-02-25check folder permissions when restoring a trashbin itemRobin Appelman
2021-02-25run php-cs-fixer with nextcloud configRobin Appelman
2020-12-30Fix some psalm errorsJulius Härtl
2020-12-30Add psalmJulius Härtl
2020-11-06Merge pull request #1048 from nextcloud/bugfix/831Julius Härtl
2020-10-06Add OCC command to cleanup trashbinsRoeland Jago Douma
2020-09-16Make sure to only move in cache if it was not already done by the storageJulius Härtl
2020-04-06Merge pull request #842 from nextcloud/fix/trash_restore_targetRoeland 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-01-30show full path for trashbin tooltipRobin Appelman
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-09-25dont remove trash item from cache if the delete failedRobin Appelman
2019-05-06extract jail unwrapping codeRobin Appelman
2019-05-06get the correct unjailed path when deleting from within a shareRobin Appelman
2019-05-06throw exception when moving to trash failedRobin Appelman
2019-03-29block deleting of folders that have non-deletable items in themRobin Appelman
2019-03-14Explicitly cast timestampAlexander Nestorov
2019-03-13unwrap jail from source storageRobin Appelman
2018-11-25versions implementation for group foldersRobin Appelman
2018-11-25Trashbin backend for group foldersRobin Appelman