-
Notifications
You must be signed in to change notification settings - Fork 11
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
Pad settings don't save #17
Comments
To be clear, do you only care that settings save across refreshes of the same grain, or do you want settings applied on one grain to apply to other grains? The latter would be hard without some new feature in Sandstorm since grains cannot communicate with each other unless you explicitly connect them. The former is possible, though. |
I'd be quite happy if my preferences would be saved across refreshes of the same grain but ideally one could save one's preferences for grains belonging to this app and have them applied to every future grain of this app. |
The problem is, if any Etherpad grain is able to modify the preferences that all grains see, then they can use this as a covert communications channel. Some of our security guarantees depend on there being no such channels. To solve this, we could perhaps allow an app to offer a settings UI which is sandboxed separately from any grain. We can then have a one-way information flow from the settings UI to the grains. I think this would be a great feature to have but I'm not sure when we'll have a chance to implement it. |
I understand and I know its beta so no stress. I was just pointing out that people might want different defaults/settings than the person who packaged the app :-) I'd be happy if a grain of etherpad would at least remember its own settings. |
Yep, this feedback is definitely valuable. Thanks! |
Another way to do this, depending on the tech savviness of the person -Jake Weisz On Mon, Nov 30, 2015 at 1:26 PM, Kenton Varda notifications@github.com
|
thx, I guess that's an option. personally, atm I'd rather change my view every time I am using etherpad :-) |
It would be really useful to have some user based defaults for all grains, this may actually be a good upstream issue too.
|
Case-insensitive check /admin/ access restriction
After checking the boxes for "chat always on screen" and "show chat and users" and switching between different grains, closing the etherpad grain, and opening it again, the settigns seem lost.
The text was updated successfully, but these errors were encountered: