-
Notifications
You must be signed in to change notification settings - Fork 27
Album support #12
Comments
Nice idea, I'll add that later. |
To make things easier to implement, maybe consider a picture as a single picture album. Then everything is an album with a unique URL. |
It's not possible that way. Links must contain password for each picture, format is /#/id!pass. So albums probably will be like /#/id1!pass1/id2!pass2/id3!pass3/... or maybe something else, that way you can make albums with any pictures you want, even if you are not uploader. I'll think about it. |
Maybe like https://img.bi/#/[picId]![Password] for a single picture and https://img.bi/#/a/[albumId]![wholeAlbumPassword] for album. |
Password used for encryption and decryption, that way you'll need re-encrypt all pictures and upload them again if you want to add something to album. Rmpass used for authentication for removing a cipher text from server, it has no deal with the picture itself. |
Rmpass (or similare system) could be used to authenticate not only a removal but an update too. |
It would be neat to have album (photo grouping) support.
As a user
I can upload several pictures, in several times if needed
I order to have a unique URL to share and access the whole album
The text was updated successfully, but these errors were encountered: