nextcloud-keeweb
nextcloud-keeweb copied to clipboard
Auto Sync seems to be disabled by default
I lost some new entered passwords because auto sync was disabled. (MacBook lid was closed without exiting from Database)
Automatically save and sync periodically setting seems to be disabled by default. When changing the setting to 1 minute then logout and login again the setting is lost.
As I read before, there is no intention at the moment to apply such a feature to permanently save keeweb settings.
At least there should be a possibility to set the default keeweb settings for all users --> FEATURE REQUEST
In my case Auto sync should have been enabled by default, as it caused data loss!
Thanks
Just a note: even with autosync enabled it might still be possible to loose data when you don't save your files manually since the minimum sync interval is 1 minute. So if you enter a new password and then immediately close the laptop lid without syncing it, you have the same situation as before: the file is not synced back and you might loose information. Therefore you should never rely on it.
About keeping settings: this is not that we don't like this to be implemented, it's more a question how to achieve that. Keeweb should use the local storage of the browser if possible which should override any default setting. If this does not work - I have no idea how to fix this. Any help is welcome. This might also be an upstream issue, see https://github.com/keeweb/keeweb/issues/1175
At least there should be a possibility to set the default keeweb settings for all users --> FEATURE REQUEST
It would be great to be able to configure the default settings.
+1
At least there should be a possibility to set the default keeweb settings for all users --> FEATURE REQUEST
It would be great to be able to configure the default settings.
+1
As I already explained: there I don't know how to achieve this. All settings of Keeweb are only stored in the local browser storage - this is the way Keeweb is designed.
Configurable Default settings could be implemented in the pagecontroller. Like this: https://github.com/jhass/nextcloud-keeweb/issues/70#issuecomment-530340433
It would need the time and knowledge of somebody who converts this into configurable UI-Options for Nextcloud, but I am quite sure its possible?
Configurable Default settings could be implemented in the pagecontroller. Like this: #70 (comment)
It would need the time and knowledge of somebody who converts this into configurable UI-Options for Nextcloud, but I am quite sure its possible?
Indeed this would be a possible way, just overlooked that. Adding UI options is also no problem - I'm just too busy at the moment to do this very soon (not within the next 2-3 weeks at least).
Any news on this? Configurable default settings would be great!
Sorry, no news yet - but pull requests for this are welcome!