Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Search the gallery, when gallery is shared #193

Open
Tanarri opened this issue Jan 13, 2017 · 1 comment
Open

Search the gallery, when gallery is shared #193

Tanarri opened this issue Jan 13, 2017 · 1 comment

Comments

@Tanarri
Copy link

Tanarri commented Jan 13, 2017

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

  1. select a folder with many pictures (e.g. 1000 pics)
  2. share the drawer by link
  3. 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

List of activated apps:

  • activity: 2.4.1
  • audioplayer: 1.4.0
  • calendar: 1.4.1
  • comments: 1.1.0
  • contacts: 1.5.2
  • dav: 1.1.1
  • federatedfilesharing: 1.1.1
  • federation: 1.1.1
  • files: 1.6.1
  • files_external: 1.1.2
  • files_pdfviewer: 1.0.1
  • files_sharing: 1.1.1
  • files_texteditor: 2.2
  • files_trashbin: 1.1.0
  • files_versions: 1.4.0
  • files_videoplayer: 1.0.0
  • gallery: 16.0.0
  • logreader: 2.0.0
  • lookup_server_connector: 1.0.0
  • nextcloud_announcements: 1.0
  • notifications: 1.0.1
  • ownbackup: 16.11.0
  • password_policy: 1.1.0
  • provisioning_api: 1.1.0
  • serverinfo: 1.1.1
  • sharebymail: 1.0.1
  • survey_client: 0.1.5
  • systemtags: 1.1.3
  • tasks: 0.9.4
  • templateeditor: 0.2
  • theming: 1.1.1
  • twofactor_backupcodes: 1.0.0
  • updatenotification: 1.1.1
  • workflowengine: 1.1.1

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

@oparoz
Copy link
Member

oparoz commented Jan 18, 2017

Depends on #16

@oparoz oparoz mentioned this issue Apr 24, 2017
12 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants