-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix unit tests * Code cleanup in folder service and tasks * Rename "isEnabled" to "isActive" in folder loaders * make loader tasks context aware (capabilities) * Add share routes in spaces namespace * Route shares into a new view for spaces-aware backend * Add error logging to folder service task execution * Share loader task * Introduce personal space resource loader * Load share root in new view * Fix share view breadcrumb * Fix path and selection handling in SharedResource view * relative path handling for shares * Fix file and folder creation inside share * Include SharedResource route in active state of Shares nav item * Make file actions available on share routes * Switch location picker to personal space dav endpoint * Include current route query in breadcrumb items As of now we want to keep all query options active when navigating up/down a folder hierarchy (sorting, pagination options, and now also the shareId for the SharedResource view). We even have code to restore query options if they are not set. This commit fixes navigation in SharedResource breadcrumbs (those NEED the shareId, otherwise we can't construct the correct webdav path at the moment) and also reduces the occurrences of reloading query options from the local storage (because they are already set via the breadcrumb now). * Add resourceId to whitelisted query items * Rename resourceId query option to shareId * Make use of share_jail feature flag in capabilities.spaces * Fix sharing quick action availability * Fix navigating into shares immediately after accept * Fix unit tests * Fix showing shares in right sidebar on shared with me page * Fix non-share jail shared with me page * Capability usage cleanup after rebase * Fix SharedResource view after rebase * Remove reportGenerator/cucumber_report.json from repo and ignore * Fix share name in right sidebar (shared with me page) * Fix uploads in share jail shares * Code cleanup * Fix folder uploads in shares * Disable renaming of shares for share jail until fixed in backend * Fix Open Folder action for shares * Exclude pending and declined shares for editor app open actions * Fix parent folder links in resource table * fix ocis kindergarten e2e test journey * REVERT: Skip unit&e2e tests * Adjust tests for sharing jail * Use personal space for fetching file info after upload * Load newly created files/folders via personal space * bring back ci e2e tests fix failing e2e tests fix clickResource e2e test helper * fix starlark * Skip last resharing test in oCIS CI Co-authored-by: Florian Schade <[email protected]> Co-authored-by: Pascal Wengerter <[email protected]>
- Loading branch information
1 parent
ec17961
commit b747d29
Showing
75 changed files
with
1,330 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.