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/ACL
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-05-19Make it compatible with 7.4 rule-json-return-typeCarl Schwan
2022-05-13specify return type in Rule::jsonSerializeRobin Appelman
2022-04-22cache and reuse root storage idRobin Appelman
2022-04-22Revert "cache and reuse root storage id"Robin Appelman
2022-04-22cache and reuse root storage idRobin Appelman
2022-04-04Modernize PHP code to php 7.4 standardCarl Schwan
2022-03-14Dispatch audit event when changing ACL rulesCarl Schwan
2022-02-06Fix more than 1000 files inside a group folderCarl Schwan
2022-01-12Update psalm and cs-fixerCarl Schwan
2021-12-21Improve psaml add stub implementationCarl Schwan
2021-10-22Use already cached parents when fetching ACLVincent Petry
2021-03-10load all acl rules for a folder/search result in one goRobin Appelman
2021-02-25run php-cs-fixer with nextcloud configRobin Appelman
2021-01-11Fix file drop shared foldersDaniel Calviño Sánchez
2020-12-30Add psalmJulius Härtl
2020-08-19Remove unused importsMorris Jobke
2020-04-21add getDirectoryContent to acl wrapper for nc19Robin Appelman
2020-04-19Increase performance by selecting on indexed columnMaximilian Ruta
2019-10-03do parent permissions check also for non foldersRobin Appelman
2019-10-03Replace and operator with &&Julius Härtl
2019-10-03Check if the parent folder is updatable when movingJulius Härtl
2019-09-30empty rule array for queried pathsRobin Appelman
2019-09-30filter out rules for users/groups that dont exist anymoreRobin Appelman
2019-07-30Return proper values from AclStorageWrapperJulius Härtl
2019-07-15Make sure we always trim the first path separatorJulius Härtl
2019-06-19leftover debugRobin Appelman
2019-06-19fix handling of cached rulesRobin Appelman
2019-05-27fix acl permissions not applying on the root folderRobin Appelman
2019-05-16use display names in advanced permissions uiRobin Appelman
2019-05-07use left join instead of right to get rules by parentRobin Appelman
2019-05-06fix return value from get_contents for acl wrapperRobin Appelman
2019-04-25Use strict comparisontests/fix-testsJulius Härtl
2019-03-29block deleting of folders that have non-deletable items in themRobin Appelman
2019-03-28query sibling rules proactivelyRobin Appelman
2019-03-28test fixesRobin Appelman
2019-03-26hide non shareable items inside sharesRobin Appelman
2019-03-26use the mount user for aclRobin Appelman
2019-03-01deny everything when a user doesn't have read permissionsRobin Appelman
2019-03-01allow rules overwrite deny rules for the same pathRobin Appelman
2019-03-01acl fixesRobin Appelman
2019-03-01acl commandsRobin Appelman
2019-03-01enabling of aclsRobin Appelman
2019-03-01dav plugins for managing aclsRobin Appelman
2019-03-01acl wipRobin Appelman