Piwigo / Piwigo-User-Collections

Registered users can select photos from the Piwigo gallery and save them into collections.

Home Page:http://piwigo.org/ext/extension_view.php?eid=615

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

access to full size photos and to videos

eephyne opened this issue · comments

I tried to add video to a collection but it only show the thumbnail and not the actual movie.

I can access the movie by clicking the link above the photo but since I'm not logged in, I can't access it.

Its the same for the photos, I can't access to the photo page so I can't see information/exif and download it.

Is this a normal behavior ? and can it be changed ?

thanks :)

you should ask @xbgmsharp if he wants to integrate videos in the collection popup (I can make changes if necessary)

and yes it's normal to disallow access to the page, collections are not meant to be a way to bypass Piwigo core security, and will never be

I understand the will to not bypass .

Is it possible to show info and a download link in the collection page? ( on the picture pop-up that could be nice).

I share a lot with family and usually they want to keep the picture . And have metadata is really useful too to date picture (obviously).

By the way I write in English but if I understand correctly you're french? Could be a little simpler

how ? where ?
what about Download Permissions ? what about this user wants full EXIF, this one wants a custom field ?

There are too much things to take into consideration and require a lot of development
Merge requests are welcome of course.


But I think that you should create a generic account for your family to allow them to access the (private right ?) photos, and this will remove any need for display changes in UC

Since I don't want to give access to everything to everyone the generic account isn't working.

I understand the work needed.

I'll try to do it but since I'm very not familiar with piwigo api and more generally to php...

So you are creating yourself problems by not using accounts and groups.
With Social Connect plugin you family members won't even had to remember another password.

So in order to keep my photos out of cloud service,etc... you encourage me to use a social network login to access it?

That's kind of weird isn't it?

And with your plugin you don't even need password if you want to

It's just a suggestion, and storage and and access have nothing in common.

And with your plugin you don't even need password if you want to

Yeah, well this is actually a bug, collection content should respect the access checks

@mistic100 I don't mind integrating videos in the collection popup. What is need? Do I need to modify anything in the videojs plugin?

I have no exact idea how to implement it.

what UC does :

so ideally you (or I) would modify the colorbox content/config when the item is a video (how ?)

I think it will be simple to integrate this in UC (as well as Embedded Videos support)
but I don't have time right now...