-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Actual behaviour
Almost all files that was uploaded via app just disappear after upload is finished, but they are visible in browser. This also applies to subdirectories

7 folders, 11 files is uploaded

and only 1 file is visible in app
Update:
Also files that show up, when you try to download it shows "this file is not available on the server"
Expected behaviour
All files should appear
Steps to reproduce
- Install nextcloud android app
- Log in to cloud
- Refresh
Environment data
Tested on two devices
Android version: 7.1.2 / 6.0
Device model: LG G3s (d722) / Galaxy Tab 2
Stock or customized system: customized (lineageos)
Nextcloud app version: 2.0.1, 3.0.0 RC1, 3.0.0 RC2 / 3.0.0 RC2
Nextcloud server version: 12.0.4, 12.0.5
Server configuration detail
Operating system: Linux 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 2018 x86_64
Webserver: Apache/2.4.18 (Ubuntu) (apache2handler)
Database: mysql 5.7.21
PHP version: 7.0.22-0ubuntu0.16.04.1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, apache2handler, mysqlnd, PDO, xml, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, json, exif, mcrypt, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Zend OPcache
Nextcloud version: 12.0.5 - 12.0.5.3
Array
List of activated apps
Enabled:
- activity: 2.5.2
- bruteforcesettings: 1.0.3
- comments: 1.2.0
- dav: 1.3.1
- encryption: 1.6.0
- federatedfilesharing: 1.2.0
- federation: 1.2.0
- files: 1.7.2
- files_pdfviewer: 1.1.1
- files_sharing: 1.4.0
- files_texteditor: 2.4.1
- files_trashbin: 1.2.0
- files_versions: 1.5.0
- files_videoplayer: 1.1.0
- firstrunwizard: 2.1
- gallery: 17.0.0
- issuetemplate: 0.3.0
- logreader: 2.0.0
- lookup_server_connector: 1.0.0
- metadata: 0.6.0
- nextcloud_announcements: 1.1
- notifications: 2.0.0
- oauth2: 1.0.5
- password_policy: 1.2.2
- provisioning_api: 1.2.0
- quota_warning: 1.1.1
- serverinfo: 1.2.0
- sharebymail: 1.2.0
- spreed: 2.0.2
- survey_client: 1.0.0
- systemtags: 1.2.0
- theming: 1.3.0
- twofactor_backupcodes: 1.1.1
- twofactor_totp: 1.3.1
- updatenotification: 1.2.0
- workflowengine: 1.2.0
Disabled:
- admin_audit
- files_external
- user_external
- user_ldap
Configuration (config/config.php)
{
"htaccess.RewriteBase": "\/",
"instanceid": "ocar89cc8suv",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"..."
],
"datadirectory": "...",
"overwrite.cli.url": "...",
"dbtype": "mysql",
"version": "12.0.5.3",
"dbname": "...",
"dbhost": "...",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"maintenance": false,
"theme": "",
"loglevel": 2,
"updater.secret": "***REMOVED SENSITIVE VALUE***"
}
Are you using external storage, if yes which one: local
Are you using encryption: yes