cypht-org / cypht

Cypht: Lightweight Open Source webmail aggregator [PHP, JS]
http://cypht.org
GNU Lesser General Public License v2.1
979 stars 154 forks source link

Autosave #1029

Open jonocodes opened 4 months ago

jonocodes commented 4 months ago

🗣 Suggestion

Instead of making the user decide when they want to save their settings and requiring a password, how about having an autosave option. Whenever the user changes a setting in the web app, it would write the settings to disk. No password asked.

This could be toggled via env var or from the settings page.

josaphatim commented 4 months ago

Related: https://github.com/cypht-org/cypht/pull/669#discussion_r1426747730

jonocodes commented 4 months ago

I just noticed on the save settings page is says: "Settings are not saved permanently on the server unless you explicitly allow it"

I'm not sure what that means. Using the word "allow" implies to me there is a setting somewhere. Not a one time save.

josaphatim commented 3 months ago

This is also a consequence of not having autosave https://github.com/cypht-org/cypht/issues/928