dcposch / scramble

Secure email for everyone
http://dcposch.github.io/scramble/
226 stars 32 forks source link

Contacts backups? #36

Closed jaekwon closed 10 years ago

jaekwon commented 10 years ago

Scramble has a rather unique challenge when it comes to user data backups.

For example, consider the user's contacts, which are simply replaced on the server upon update. Right now, if a client bug causes all the contacts to get deleted, the user loses his/her contacts list.

We could save the last X revisions on the server.

Related:

jaekwon commented 10 years ago

Added additional unit tests, and in case of a bug that wipes data out, database backups can help. Closing ticket.