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
{{ message }}
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
click one of the pictures to make it show in window
click the trash icon to delete the picture
Expected behaviour
some kind of response would be expected, e.g. move on to the next picture or go back to folder/file overview
Actual behaviour
no response.
the actual files do seem to get deleted, but the gallery app still shows them as they would still exist.
you may even click on the right (>) or left (<) arrow to call the former or following picture and go back tothe picture you just "deleted". It's still there.
Server configuration
Operating system:
Ubuntu 18.04
Web server:
NGINX 1.14.0
Database:
MariaDB
PHP version:
7.2 FPM
Nextcloud configuration
Nextcloud version: (see admin page or version.php)
13.0.5
Updated from an older installation or fresh install:
fresh
Bug report
Steps to reproduce
Expected behaviour
some kind of response would be expected, e.g. move on to the next picture or go back to folder/file overview
Actual behaviour
no response.
the actual files do seem to get deleted, but the gallery app still shows them as they would still exist.
you may even click on the right (>) or left (<) arrow to call the former or following picture and go back tothe picture you just "deleted". It's still there.
Server configuration
Operating system:
Ubuntu 18.04
Web server:
NGINX 1.14.0
Database:
MariaDB
PHP version:
7.2 FPM
Nextcloud configuration
Nextcloud version: (see admin page or version.php)
13.0.5
Updated from an older installation or fresh install:
fresh
List of activated apps:
Enabled:
Disabled:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"REMOVED SENSITIVE VALUE"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "https://REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "13.0.5.2",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379
},
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "php",
"mail_smtpauthtype": "LOGIN",
"mail_domain": "REMOVED SENSITIVE VALUE",
"logtimezone": "Europe/Berlin",
"maintenance": false
}
}
The text was updated successfully, but these errors were encountered: