• Hey Guest, don't forget to VOTE on each RFC topic. Your voting determine Chevereto development! No votes, no development.
  • Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Change filenames on privacy change

Rodolfo

👑 Chevereto Godlike
Chevereto Staff
Administrator
This request has been originated after this topic.

The idea is that when privacy changes from "public" to "private" the system should change all the actual image filenames so the content is not longer accesible via old direct URL links. This should affect only those images within an album that went from public to private.

What do you think?
 
Yes, it will cause issues with id based filenaming. It just won't work on id based filenames.
 
Seems like a good idea. But, I agree with @LEckley, the rewrite would be useless for private images if we go this route. It should be configurable if it is ever implemented.
 
I was afraid of that 🙁

I suppose if the file is being renamed we can also update the ID in the database avoiding the above?

ID is also used for the date based listings since the MySQL index created for the ID field is faster than the index created by the data field. So I believe that this suggestion won't work with the existing system functionalities.
 
Back
Top