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

[stable28] fix(files): validate input when creating file/directory #46717

Merged
merged 4 commits into from
Jul 24, 2024

Commits on Jul 24, 2024

  1. fix: FileInfo from View should have the correct name of a mountpoint

    If a mountpoint is returned from a `View` the name must match the view scoped name
    and not the global name.
    For example group folders have a name like `1` or `2` (the ID),
    but the name of the FileInfo returned fro mthe View should be the mount point name,
    like `First groupfolder` or similar.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and backportbot[bot] committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1f1d625 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46720 from nextcloud/backport/46694/stable28

    [stable28] fix: FileInfo from `View` should have the correct name of a mountpoint
    susnux authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b305be4 View commit details
    Browse the repository at this point in the history
  3. fix(files): validate input when creating file/directory

    Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
    Antreesy authored and susnux committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1c0a1cb View commit details
    Browse the repository at this point in the history
  4. chore(assets): Recompile assets

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