Expected behaviour
I created a dir named only by percent character (%)
Actual behaviour
The explorer show no data and loader.gif is showned for ever.
Server configuration
Operating system: Centos 7
Web server: Apache
Database: MariaDB
PHP version: 7.2
Nextcloud version: (see Nextcloud admin page) 14
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install
Error:

EDIT:
I add this line of code ( in core/js/files/client.js), it doesn't broke anymore the explorer but still can't see dir with '%' name in it :
path = path.replace('%','');
just before :
path = decodeURIComponent(path);
Expected behaviour
I created a dir named only by percent character (%)
Actual behaviour
The explorer show no data and loader.gif is showned for ever.
Server configuration
Operating system: Centos 7
Web server: Apache
Database: MariaDB
PHP version: 7.2
Nextcloud version: (see Nextcloud admin page) 14
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install
Error:

EDIT:
I add this line of code ( in core/js/files/client.js), it doesn't broke anymore the explorer but still can't see dir with '%' name in it :
path = path.replace('%','');just before :
path = decodeURIComponent(path);