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

Auto rename #3118

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Auto rename #3118

wants to merge 7 commits into from

Conversation

mpivchev
Copy link
Collaborator

@mpivchev mpivchev commented Oct 22, 2024

NextcloudKit PR: nextcloud/NextcloudKit#99

Adds auto renaming functionality.

  • For sharing files and uploading files:

    • If it's a single file:

      1. Attempts to rename it automatically
      2. If not possible, show a rename prompt
    • If multiple files:

      1. Attempt to rename all files
      2. If any can't be renamed, cancel upload for them and show an error.
      3. The valid files are still uploaded
  • For dragging and dropping:

    1. Attempt to rename all files
    2. If any can't be renamed, cancel upload for them and show an error.
    3. The valid files are still uploaded

Examples:

ScreenRecording_10-22-2024.16-52-20_1.MP4
ScreenRecording_10-22-2024.16-52-44_1.MP4

@mpivchev mpivchev changed the base branch from master to develop October 22, 2024 08:52
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
Signed-off-by: Milen Pivchev <[email protected]>
…rename

Signed-off-by: Milen Pivchev <[email protected]>

# Conflicts:
#	Nextcloud.xcodeproj/project.pbxproj
@mpivchev mpivchev marked this pull request as ready for review October 22, 2024 14:50
@tobiasKaminsky tobiasKaminsky linked an issue Oct 23, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows compatible filenames: auto rename
1 participant