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.
When I share a drawer by link with pictures, it should be possible to search in the files when open the public link
Steps to reproduce
select a folder with many pictures (e.g. 1000 pics)
share the drawer by link
open the public share link
Expected behaviour
By browsing the shared pictures it took a while to scroll to the last file, because there are many pictures.
If there is a search field in the top left (like in standard view in my account), it would be great to search for a special filename
Actual behaviour
I can't search in the shared link. It it unusable if there are thousands of files to scroll to files at the end... it took very very long
Server configuration
Operating system: Linux
Web server: Apache2
Database: MySQL
PHP version: 7.0
cloud server: Nextcloud
cloud version: 11.0.0
Updated from an older installation or fresh install: yes
Bug report
When I share a drawer by link with pictures, it should be possible to search in the files when open the public link
Steps to reproduce
Expected behaviour
By browsing the shared pictures it took a while to scroll to the last file, because there are many pictures.
If there is a search field in the top left (like in standard view in my account), it would be great to search for a special filename
Actual behaviour
I can't search in the shared link. It it unusable if there are thousands of files to scroll to files at the end... it took very very long
Server configuration
Operating system: Linux
Web server: Apache2
Database: MySQL
PHP version: 7.0
cloud server: Nextcloud
cloud version: 11.0.0
Updated from an older installation or fresh install: yes
List of activated apps:
The content of config/config.php:
{
"system": {
"instanceid": "515b18254b702",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"datadirectory": "/var/www/cloud/data",
"dbtype": "mysql",
"version": "11.0.0.10",
"installed": true,
"maxZipInputSize": 0,
"allowZipDownload": true,
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtphost": "smtp.1und1.de",
"mail_smtpsecure": "tls",
"mail_smtpauth": 1,
"mail_smtpauthtype": "LOGIN",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"trashbin_retention_obligation": "30, 60",
"theme": "",
"trusted_domains": [
"durden.drizzt.ws",
"durden.my.to",
"192.168.3.3"
],
"overwrite.cli.url": "/cloud",
"log_rotate_size": 1048570,
"secret": "REMOVED SENSITIVE VALUE",
"logtimezone": "Europe/Berlin",
"log_authfailip": true,
"dbname": "owncloud",
"dbhost": "localhost",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"ipreview_max_scale_factor": 1,
"enabledPreviewProviders": {
"0": "OC\Preview\PNG",
"1": "OC\Preview\JPEG",
"2": "OC\Preview\GIF",
"3": "OC\Preview\BMP",
"4": "OC\Preview\XBitmap",
"5": "OC\Preview\MP3",
"6": "OC\Preview\TXT",
"7": "OC\Preview\MarkDown",
"8": "OC\Preview\Illustrator",
"10": "OC\Preview\Postscript",
"11": "OC\Preview\Photoshop",
"12": "OC\Preview\TIFF"
},
"appstore.experimental.enabled": true,
"mail_smtpport": "25",
"mail_from_address": "noreply_raspberrypi",
"mail_domain": "eugenalbiker.de",
"updatechecker": false,
"activity_expire_days": 90,
"redis": {
"host": "/var/run/redis/redis.sock",
"port": 0,
"timeout": 0
},
"filelocking.enabled": "true",
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"htaccess.RewriteBase": "/cloud",
"updater.release.channel": "stable",
"loglevel": 2
}
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using custom gallery.cnf config files: no
Client configuration
Browser: Firefox
Operating system: Linux Kubuntu 16.10
Feature request
User type: public user
User level: intermediate
Sponsorship
Are you a developer willing to implement this feature?: no developer
Can you sponsor the development of this feature or do you know someone who can?: If there will be a solution, I will think about it
The text was updated successfully, but these errors were encountered: