File upload settings not saved per user #194
MalteMagnussen
started this conversation in
General
Replies: 1 comment
-
Thank you for the feedback. That is indeed currently the case, but I assume it is a good idea to save the defaults as a cookie instead. That way they are user-independent. Tracked in #196 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When uploading a file, you can select Expiry, number of downloads, and password.
These seems to be saved whenever you upload a file. So far so good.
However, now that we are getting many users on our Gokapi instance, we have discovered that the three settings seems to be saved globally!
So whenever someone else changes them, they're changed for everyone.
We would have assumed this to be saved per user. And to be stored in something like local cookies, as opposed to the SQLite DB (I assume that is where it is stored).
Beta Was this translation helpful? Give feedback.
All reactions