Skip to content

fix: parsing ] in ignore list in File Provider correctly - #10268

Merged
Rello merged 1 commit into
masterfrom
bugfix/FpeIgnoreList
Jun 29, 2026
Merged

fix: parsing ] in ignore list in File Provider correctly#10268
Rello merged 1 commit into
masterfrom
bugfix/FpeIgnoreList

Conversation

@Rello

@Rello Rello commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

The C++ forwarded that raw ignore pattern to Swift, but the Swift matcher treated the leading ] as a literal instead of the C++ meaning “exclude and remove”.

...
~*.tmp
]*.~*
...

this resulted in temporary office files like .test.docx.~485bd8b to be synced to the server.
Now they are ignored
Bildschirmfoto 2026-06-29 um 14 05 13

@github-actions

Copy link
Copy Markdown
Contributor

Artifact containing the AppImage: nextcloud-appimage-pr-10268.zip

Digest: sha256:161beb53182ead142321aa2bcb6e394f8a0edea33ce44347ee459799be50748c

To test this change/fix you can download the above artifact file, unzip it, and run it.

Please make sure to quit your existing Nextcloud app and backup your data.

@Rello

Rello commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator Author

/backport to stable-34.0

@Rello

Rello commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator Author

/backport to stable-33.0

@sonarqubecloud

Copy link
Copy Markdown

@Rello
Rello merged commit 317b7b9 into master Jun 29, 2026
23 checks passed
@Rello
Rello deleted the bugfix/FpeIgnoreList branch June 29, 2026 19:05
@nilsding nilsding added this to the 34.0.0 milestone Jul 13, 2026
@mgallien mgallien modified the milestones: 34.0.0, 35.0.0 Jul 20, 2026
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.

4 participants