You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got user complaints about folders with single brackets being not accessible anymore since the update to nextcloud 24. I was able to reproduce it with e.g.:
Steps to reproduce
create a folder with a single bracket "(" or ")"
try to access the folder by clicking it
see yourself not being able to access that folder
Expected behavior
Being able to access the folders (like before with NC <24).
Installation method
Manual installation
Operating system
Other
PHP engine version
PHP 8.0
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
merged-index.js?v=9e37fa49-29:495 Uncaught SyntaxError: Invalid regular expression: //(1 test/: Unterminated group (at merged-index.js?v=9e37fa49-29:495:34)
at String.search (<anonymous>)
at BreadCrumb.setDirectory (merged-index.js?v=9e37fa49-29:495:34)
at FileList._setCurrentDir (merged-index.js?v=9e37fa49-29:6188:20)
at FileList.changeDirectory (merged-index.js?v=9e37fa49-29:6116:9)
at Object.actionHandler (merged-index.js?v=9e37fa49-29:3625:24)
at Object.action (merged-index.js?v=9e37fa49-29:3040:13)
at FileList._onClickFile (merged-index.js?v=9e37fa49-29:4974:13)
at ge (_executeBound.js:8:65)
at HTMLAnchorElement.<anonymous> (bind.js:10:12)
at HTMLAnchorElement.<anonymous> (restArguments.js:16:27)
The text was updated successfully, but these errors were encountered:
Hi @tgurr,
Nextcloud 24.0.0.12 contains code changes from this commit, but has been reverted lately. Here's the related pull request.
You can fix it by replacing apps/files/js/breadcrumb.js with the reverted.
Bug description
We got user complaints about folders with single brackets being not accessible anymore since the update to nextcloud 24. I was able to reproduce it with e.g.:
Steps to reproduce
Expected behavior
Being able to access the folders (like before with NC <24).
Installation method
Manual installation
Operating system
Other
PHP engine version
PHP 8.0
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
The text was updated successfully, but these errors were encountered: