After Uploading the filename should be shown in the filelist
It' only shows "Uploaded files:" but no Filenames

Operating system:
Ubuntu 18.04.1 LTS
Web server:
Apache2
Database:
Mariadb
PHP version:
7.2
Nextcloud version: (see Nextcloud admin page)
15.0.0
Updated from an older Nextcloud/ownCloud or fresh install:
updated
Where did you install Nextcloud from:
Signing status:
Signing status
No errors have been found.
List of activated apps:
App list
Enabled:
Nextcloud configuration:
Config report
"system": {
"loglevel": 2,
"maintenance": false,
"theme": "",
"integrity.check.disabled": false,
"overwrite.cli.url": "https:\/\/*******\/",
"default_language": "de_DE",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "Europe\/Berlin",
"simpleSignUpLink.shown": false,
"secret": "***REMOVED SENSITIVE VALUE***",
"log_rotate_size": "10485760",
"activity_expire_days": 33,
"trusted_domains": [
"localhost",
"192.168.1.234",
"o*******",
"o********"
],
"htaccess.RewriteBase": "\/",
"trashbin_retention_obligation": "auto, 10",
"versions_retention_obligation": "auto, 21",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"preview_max_x": 500,
"preview_max_y": 500,
"preview_max_scale_factor": 10,
"dbtype": "mysql",
"version": "15.0.0.10",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"mail_smtpmode": "smtp",
"memcache.local": "\\OC\\Memcache\\Redis",
"filelocking.enabled": true,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0,
"dbindex": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"updater.release.channel": "production",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "LOGIN",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "tls",
"instanceid": "***REMOVED SENSITIVE VALUE***"
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Browser:
chrome and firefox
Operating system:
Web server error log
no entries
Nextcloud log
no related entries
Browser log
JQMIGRATE: Migrate is installed, version 1.4.0
core.js?v=908cc6f9-227:4 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
This appears to have been caused by commit e0ab290 removing the unordered list html tags from apps/files_sharing/templates/public.ph
by commit e0ab290 removing the unordered list html tags
Jep - they looked quite useless :) I'll put them back with some comment and or id.
https://github.com/nextcloud/server/pull/13286
Fixes this issue! :-)
Most helpful comment
Jep - they looked quite useless :) I'll put them back with some comment and or id.