-
-
Notifications
You must be signed in to change notification settings - Fork 102
Description
Steps to reproduce
add 10000 Image or more ( a count with 5 or more digits)
Expected behaviour
all digit should shown
Actual behaviour
The map part overlap the last (?) digit .
Server configuration detail
Operating system: Linux 5.6.2-1-default #1 SMP Thu Apr 2 06:31:32 UTC 2020 (c8170d6) x86_64
Webserver: Apache (fpm-fcgi)
Database: mysql 10.4.12
PHP version:
7.4.5
Modules loaded: Core, date, libxml, pcre, filter, hash, Reflection, SPL, session, SimpleXML, standard, xml, mysqlnd, cgi-fcgi, apcu, bcmath, bz2, calendar, ctype, curl, dba, dom, enchant, mbstring, fileinfo, ftp, gd, gettext, gmp, ice, iconv, imagick, intl, json, lzf, exif, memcached, mysqli, openssl, pcntl, PDO, pdo_mysql, pdo_sqlite, zlib, posix, readline, redis, smbclient, snmp, sockets, sqlite3, tidy, tokenizer, uuid, xmlreader, xmlrpc, xmlwriter, xsl, zip, Phar, libsmbclient, Zend OPcache
Nextcloud version: 18.0.3 - 18.0.3.0
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: unknown
Signing status
Array
(
)
List of activated apps
Enabled:
- activity: 2.11.0
- admin_audit: 1.8.0
- bookmarks: 2.3.4
- bruteforcesettings: 1.6.0
- calendar: 2.0.3
- checksum: 0.4.4
- circles: 0.18.5
- cloud_federation_api: 1.1.0
- comments: 1.8.0
- contacts: 3.3.0
- dav: 1.14.0
- event_update_notification: 1.0.1
- federatedfilesharing: 1.8.0
- federation: 1.8.0
- files: 1.13.1
- files_accesscontrol: 1.8.1
- files_automatedtagging: 1.8.2
- files_external: 1.9.0
- files_fulltextsearch: 1.4.2
- files_fulltextsearch_tesseract: 1.4.1
- files_linkeditor: 1.0.13
- files_markdown: 2.2.0
- files_pdfviewer: 1.7.0
- files_rightclick: 0.15.2
- files_sharing: 1.10.1
- files_trackdownloads: 1.7.0
- files_trashbin: 1.8.0
- files_versions: 1.11.0
- files_videoplayer: 1.7.0
- firstrunwizard: 2.7.0
- flowupload: 0.1.8
- fulltextsearch: 1.4.1
- fulltextsearch_elasticsearch: 1.5.1
- geoblocker: 0.2.0
- groupfolders: 6.0.5
- issuetemplate: 0.6.0
- logreader: 2.3.0
- lookup_server_connector: 1.6.0
- mail: 1.3.3
- maps: 0.1.6
- metadata: 0.11.1
- music: 0.14.0
- news: 14.1.3
- nextbackup: 19.12.1
- nextcloud_announcements: 1.7.0
- notes: 3.2.0
- notifications: 2.6.0
- oauth2: 1.6.0
- passman: 2.3.5
- password_policy: 1.8.0
- phonetrack: 0.6.2
- photos: 1.0.0
- polls: 1.3.0
- previewgenerator: 2.3.0
- pride: 0.0.3
- privacy: 1.2.0
- provisioning_api: 1.8.0
- recommendations: 0.6.0
- serverinfo: 1.8.0
- settings: 1.0.0
- sharebymail: 1.8.0
- sharelisting: 0.3.0
- sharingpath: 0.2.1
- spreed: 8.0.8
- support: 1.1.0
- survey_client: 1.6.0
- suspicious_login: 3.1.0
- systemtags: 1.8.0
- talk_simple_poll: 1.1.1
- tasks: 0.12.1
- telephoneprovider: 1.0.3
- text: 2.0.0
- twofactor_backupcodes: 1.7.0
- updatenotification: 1.8.0
- user_ldap: 1.8.0
- user_usage_report: 1.2.0
- viewer: 1.2.0
- workflow_script: 1.3.1
- workflowengine: 2.0.0
Disabled:
- accessibility
- analytics
- apporder
- encryption
- extract
- files_downloadactivity
- files_inotify
- files_retention
- impersonate
- theming
- w2g2
- workflow_pdf_converter
Configuration (config/config.php)
{
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud.mybase.selfhost.de",
"cloudnext.mybase.selfhost.de"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"tempdirectory": "\/var\/tmp\/nextcloudtemp",
"overwrite.cli.url": "https:\/\/nextcloud.mybase.selfhost.de",
"knowledgebaseenabled": true,
"dbtype": "mysql",
"version": "18.0.3.0",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"updater.release.channel": "stable",
"appstore.experimental.enabled": true,
"maintenance": false,
"loglevel": 3,
"debug": false,
"htaccess.RewriteBase": "\/",
"enable_previews": true,
"preview_max_x": 1080,
"preview_max_y": 1920,
"preview_max_filesize_image": 100,
"preview_libreoffice_path": "\/usr\/bin\/libreoffice",
"preview_office_cl_parameters": " --headless --nologo --nofirststartwizard --invisible --norestore --convert-to pdf --outdir ",
"enabledPreviewProviders": [
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\BMP",
"OC\\Preview\\XBitmap",
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\TIFF",
"OC\\Preview\\SVG",
"OC\\Preview\\Postscript",
"OC\\Preview\\OpenDocument",
"OC\\Preview\\PDF",
"OC\\Preview\\Font",
"OC\\Preview\\Epub",
"OC\\Preview\\StarOffice",
"OC\\Preview\\TIFF"
],
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"log_type": "syslog",
"logfile": "\/var\/log\/nextcloud.log",
"logfilemode": 416,
"log_rotate_size": 104857600,
"syslog_tag": "Nextcloud",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.local": "\\OC\\Memcache\\Redis",
"filelocking.enabled": "true",
"filelocking.ttl": 3600,
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379,
"timeout": 0,
"dbindex": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"memcached_servers": [
[
"127.0.0.1",
11211
]
],
"data-fingerprint": "790e9a77b6ee76b2af214c8f58d75dfd",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "tls",
"mysql.utf8mb4": true,
"allow_user_to_change_display_name": true,
"auth.bruteforce.protection.enabled": true,
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"theme": ""
}
Are you using external storage, if yes which one: local/smb
Are you using encryption:
Are you using an external user-backend, if yes which one:
LDAP configuration (delete this par if not used)
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Operating system: Opensuse Thumbleweed
Logs
Web server error log
Nextcloud log
