A Standard Notes Sync Server written in Rust
Go to file
Peter Cai 4a75dfd225 main: set JSON body limit to 50M
* This can happen during import of old backups. Customizations should be
  done in frontend reverse-proxy.
2020-02-24 12:07:48 +08:00
db initial commit 2020-02-20 20:02:09 +08:00
docker add dockerfile 2020-02-24 03:29:19 +00:00
migrations db: create indicies for quicker query 2020-02-22 19:22:01 +08:00
src main: set JSON body limit to 50M 2020-02-24 12:07:48 +08:00
.env.test encrypt sync_token and cursor_token 2020-02-23 16:59:49 +08:00
.gitignore write some tests (they fail) 2020-02-21 08:32:07 +08:00
Cargo.lock encrypt sync_token and cursor_token 2020-02-23 16:59:49 +08:00
Cargo.toml encrypt sync_token and cursor_token 2020-02-23 16:59:49 +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