Dynalon / Rainy

Simple Tomboy/Tomdroid cloud/syncing server. Written in C# with AngularJS web frontend. Supports SQLite & Postgres Backends.
http://dynalon.github.io/Rainy
GNU Affero General Public License v3.0
88 stars 15 forks source link

Syncing can stop working when DB is deleted, but user does not reset his sync session #13

Closed Dynalon closed 11 years ago

Dynalon commented 11 years ago

Steps to reproduce:

  1. Setup rainy, perform auth & sync with tomboy
  2. Stop rainy, delete the rainy.db file. Restart rainy (An empty db will automatically be recreated)
  3. Do hit the sync button in tomboy (without resetting the sync relation).
  4. Sync will fail (sometimes?)
Dynalon commented 11 years ago

this is nonsense, don't know what I have thought when writing that report. If the DB is deleted, so is the OAuth data, so no sync possible until client reset is done manually.