A Standard Notes Sync Server written in Rust
Go to file
Peter Cai 236aca3bef
api: items/sync: we don't produce uuid_conflict
`uuid_conflict` only exists because the official implementation uses
`uuid` as the primary key for their database, while in ours we use an
internal ID and then use (uuid, user) tuple to fetch items. i.e. in our
implementation, user A and B can have items that have the same UUID.
2020-02-22 18:51:06 +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: items/sync: we don't produce uuid_conflict 2020-02-22 18:51:06 +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 api: rewrite conflict detection in iterators 2020-02-22 17:33:42 +08:00
Cargo.toml api: rewrite conflict detection in iterators 2020-02-22 17:33:42 +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