- Port to Nextcloud vue component 7
- Handle folder with # correctly
- #1239 Check for naming conflicts before returning the user mounts @icewind1991
- #1244 Add advanced permission toggle to OCS call examples. @ATran31
- #1255 Add missing return code. This relates to issue #1154 @michaelernst
- #1263 Check folder permissions when restoring a trashbin item @icewind1991
- #1291 Drop redundant indexes @rullzer
- #1318 Fix #801 Folder icon in shared group folder @juliushaertl
- #1331 Add tooltip for user/group name in sidebar ACL list @danxuliu
- #1334 Fix deletion failing even if there's an entry in the folder listing @noiob
- #1335 Fix "contenthash" not included in chunk filename @danxuliu
- #1340 Cast groupfolder id to string when trying to create a new folder @juliushaertl
- #1346 Obtain cacheEntry for created folders and handle errors more gracefully @juliushaertl
- #1360 Make clear arguments are ids and not names @nickvergessen
- #1366 Load all acl rules for a folder/search result in one go @icewind1991
- #1374 PreventDefault on folder create submit event @icewind1991
- #1375 Fix wrong method call to check restore permissions @icewind1991
- #1380 Add hint for subfolder groupfolders to readme @icewind1991
- #1395 Fixed searching for groups in the sharing sideview @jngrb
- #1406 Sidebar view: refresh ACL entries when fileInfo prop changes #1378 @jngrb
- #1415 Moved Note to the pinned issue. @pierreozoux
- #1472 Enforce string for folder id when obtaining the trash folder @juliushaertl
- #1484 Only return user result once @juliushaertl
- #1534 Cancel ACL user/group search requests @juliushaertl
- #1224 Fix file drop shared folders @danxuliu
- Show inherited ACLs in the files sidebar
- Improve performance when querying managing users/groups
- Fix issue causing "$path is an integer" logging in versions backend
- Nextcloud 20 compatiblity
- ACL: Increase performance by selecting on indexed column @Deltachaos
- Use a lazy folder @rullzer
- Nextcloud 19 compatibility
- Check ACL before restoring files from the trashbin
- Do not allow restoring files at an existing target
- Return the mountpoint owner as a fallback
- Bump dependencies
- Do not ship unneeded files with the release
- Allow to detect the file path for shares inside of groupfolders, e.g. when they are matched in workflow rules
- Bump dependencies
- Fix sharing files from groupfolders trough ocs api
- Show the full path including groupfolder in trashbin
- Nextcloud 18 compatibility
- Search for users by display name
- Only check for admin permissions if needed
- Check for ACL list in trash backend
- Bump dependencies
- Fix etag propagation which caused the desktop client not syncing changes
- Check if the parent folder is updatable when moving
- Handle advanced permission rules for users/groups that no longer exist
- Allow longer path as groupfolder mount points
- Improved error handling when removing items from trash
- Fix groupfolders breaking updating calendar details
- 17 compatiblity
- Use groupfolder storage for versioning
- Allow longer path as groupfolder mount points
- Improved error handling when removing items from trash
- Fix groupfolders breaking updating calendar details
- Allow groups to manage ACL permissions
- Bump dependencies
- Fix IE11 compatibility
- Check for naming conflicts before returning the user mouns
- Bump dependencies
- Update translations
- Proper values returned from Storage Wrapper fixing some etag bugs
- Fix issue with ACL cache returning empty result sets
- Bump dependencies
- Fix Collabora documents opening in read only in some cases
- Improve dark mode support
- Fix handling of public pages
- Fix advanced permissions not applying on the root of a groupfolder
- Fix not being able to delete advanced permission rules from the web interface
- Use display names in advanced permissions interface
- Fix not being able to open files in Collabora Online that don't have share permissions
- Access control list support for advanced permission management
- Improve performance of listing group folders with large filecache tables
- Block deleting of folders that have non-deletable items in them
- Improved admin page layout
- Fix groupfolder icons sometimes not being themed correctly.
- Fix moving shared groupfolder items to trashbin.
This release is aimed for Nextcloud 14/15 users who upgraded to 3.0.0 which was falsely marked as compatible for those Nextcloud releases.
Additionally the following fixes are included
- Fix groupfolder icons sometimes not being themed correctly.
- Fix moving shared groupfolder items to trashbin.
- Allow changing the mount point of existing group folders
- Add OCS api for managing folders
- Fix folder icons in public shares
- Merge permissions if a user has access to a folder trough multiple groups