A Standard Notes Sync Server written in Rust
Go to file
Peter Cai 915f9893a5
api: item/sync: handle sync_token behind cursor_token
this can happen e.g. the client synchronizes new items but have nothing
new to send back to the server.
2020-02-22 09:03:27 +08:00
db initial commit 2020-02-20 20:02:09 +08:00
migrations drop JWT and use database-based session tokens 2020-02-21 18:57:39 +08:00
src api: item/sync: handle sync_token behind cursor_token 2020-02-22 09:03:27 +08:00
.env.test drop JWT and use database-based session tokens 2020-02-21 18:57:39 +08:00
.gitignore write some tests (they fail) 2020-02-21 08:32:07 +08:00
Cargo.lock drop JWT and use database-based session tokens 2020-02-21 18:57:39 +08:00
Cargo.toml drop JWT and use database-based session tokens 2020-02-21 18:57:39 +08:00
diesel.toml initial commit 2020-02-20 20:02:09 +08:00
test.sh write some tests (they fail) 2020-02-21 08:32:07 +08:00