-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slideshow photos for public links #128
Comments
Hello! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Ah, ok! |
Hey folks, |
Hi, |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This problem has nothing to do with "Photo" but with the fact that the "gallery slideshow" no longer exists (nextcloud/viewer#89 (comment)). If the problem is indeed only solved with the release of version 19, version 18 will remain useless for many people. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This is really a big disappointment that the slideshow is not working in NC18 and the Photo app. I will skip NC18 and wait for NC19. I will downgrade to NC17 and restore my backup. This is the first time i'm not glad with the new version since owncloud 5. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
No, it's photos that are shared with you |
Thanks. That was nog really clear.... :) |
Hm, I'm still getting downloads with 18.0.3 and a public share link. Should I be doing anything other than merely updating? |
Yep, sorry, 18.0.3 is an unexpected security update. |
Just a note for those following along, I was experiencing another bug due to my federation configuration: nextcloud/server#20132 |
Hey, |
Apparently 23rd of April is the planned date. |
First it's been 18.0.2, then 18.0.3 and now 18.0.4 which could take another month+ I really appreciate the work you guys put into this project, I've got a few smaller ones of my own and know how hard it can be to deal with lots of user inquiries in your free time. P.S. should this issue really be closed when it's not fixed in nextcloud yet? |
fixed and released are two different things :) |
Feel free to patch it yourself from the viewer/server code.
We don't aim for weird patches and quick releases unless those touches security. Stability is the most important thing. If you want to skip the beta and rc tests phases to have your own instance up and running, feel free to do so. But This is a project that aims to be serious and professional and we cannot afford to risk things for the sake of having users not wait 1 month for a fix. |
Is it possible to use the new app in NC 18.0.3? And, if yes, how? |
A workaround until NC 18.0.4 is released is described here: |
Why do you need to wait for a server upgrade if you can publish an new release of just the app? Anyway thank for this great open source project 🥇 |
This is not a separate app, this is a separate repository. |
18.0.4 finally came out today and I was excited to update and check out if this works again. Turns out, not really. The functionality appears to be returned - clicking an image from a gallery/ folder via shared link displays a lightbox - but the image never loads. It just indefinitely shows the loading animation. I'm trying this with already existing shared-folders and I haven't tested extensively, but so far it doesn't appear to be working as intended. |
I updated this morning and am NOT experiencing the above issue. Mine seems to work as intended, but I shared my albums fresh this morning. |
It works for me too. And I shared the album around three months ago. |
I just checked the console in a fresh chrome browser and I'm getting what appears to be a permission issue? |
I have the same problem. But it also doesn't work with new shares. I am using external storage. Could that be the problem here? |
@NOTNlCE @mwllgr @Chillstice |
I AM using External storage and have no issues. |
@szaimen Nope, my files are stored locally and not encrypted on the server. |
Same for me with Firefox 75, in private browsing mode. I get a 401 error when trying to view an image (album listing and miniatures show correctly). Exact error message in the HTTP response is:
Requested URL is |
NVM ignore this, it was unrelatedI'm also seeing what might be a related error in the nextcloud log viewer: Oh, you know what, this is for an app that lets users delete their account, let me just disable that and retry. |
Same error here: NotAuthenticated ... 401 |
See this bug: You need to enable "Allow users on this server to send shares to other servers" in federation sharing, to get rid of 401 or infinite loading |
omg that fixed it for me, but why??!? Edit:
|
After hours of research, this is the only thing that worked for me too. Thank you for saving me from madness. |
With Nextcloud 18 and Photos app there is no preview popup any more for pictures in folder share by link. When clicking a picture, always the download function is triggered. With this there is basically no real image gallery sharing possible any more.
In Nextcloud 17 with the gallery app there was a preview popup and a slideshow option also for shared folders.
Please bring that back. I love how fast the new photos app is (order of magnitude faster than in nc17) but image preview is a basic funtction I really cannot miss (or rather the rest of my family wanting to see the images of my daughter)
Server configuration detail
Operating system: Linux 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64
Webserver: Apache/2.4.38 (Debian) (apache2handler)
Database: mysql 10.4.11
PHP version: 7.3.13
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, session, posix, Reflection, standard, SimpleXML, pdo_sqlite, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, apache2handler, apcu, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache
Nextcloud version: 18.0.0 - 18.0.0.10
Updated from an older Nextcloud/ownCloud or fresh install: updated from 17.0
Where did you install Nextcloud from: Docker deployed on kubernetes 1.17.0
Signing status
Array ( )
List of activated apps
Enabled:
Disabled:
Configuration (config/config.php)
{
"htaccess.RewriteBase": "/",
"apps_paths": [
{
"path": "/var/www/html/apps",
"url": "/apps",
"writable": false
},
{
"path": "/var/www/html/custom_apps",
"url": "/custom_apps",
"writable": true
}
],
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"*REMOVED SENSITIVE VALUE",
"nextcloud"
],
"trusted_proxies": "REMOVED SENSITIVE VALUE",
"forwarded_for_headers": [
"X-Forwarded-For",
"HTTP_X_FORWARDED_FOR"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "18.0.0.10",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "3306",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"theme": "",
"loglevel": 2,
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "PLAIN",
"mail_smtpsecure": "ssl",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"preview_max_x": 1024,
"preview_max_y": 768,
"preview_max_scale_factor": 1,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379
},
"overwrite.cli.url": "https://*REMOVED SENSITIVE VALUE",
"overwriteprotocol": "https",
"mysql.utf8mb4": false,
"app_install_overwrite": [
"text"
],
"has_rebuilt_cache": true
}
External storages: yes
External storage configuration
No mounts configured
Encryption: no
User-backends:
OC\User\Database
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36
The text was updated successfully, but these errors were encountered: