Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ExternalSharing): Handle template shares from external sources #46068

Merged
merged 3 commits into from
Jul 3, 2024

Commits on Jul 3, 2024

  1. fix(ExternalSharing): Handle template share from external sources

    The new sharing flow requires or implies that users should edit share before creating.
    External sources should not created the share IF we would upon sharing details tab on first request.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c998f5e View commit details
    Browse the repository at this point in the history
  2. refactor(SharingInput): Remove unused addShare

    The new sharing flow since NC27 requires that users open the sharing details tab and
    customize their share before creating it.
    
    In #39472 the work of `addShare` was handed down to
    `openSharingDetails` that opens the sharing details tab for the user to customize and manually
    creat their share.
    
    Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
    Fenn-CS committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    483d857 View commit details
    Browse the repository at this point in the history
  3. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4dad957 View commit details
    Browse the repository at this point in the history