bitwarden_rs/src
Michael Powers f5f9861a78
Adds support for PostgreSQL which resolves #87 and is mentioned in #246.
This includes migrations as well as Dockerfile's for amd64.

The biggest change is that replace_into isn't supported by Diesel for the
PostgreSQL backend, instead requiring the use of on_conflict. This
unfortunately requires a branch for save() on all of the models currently
using replace_into.
2019-09-12 16:12:22 -04:00
..
api Updated client kdf iterations to 100000 and fixed some lints 2019-09-05 21:56:12 +02:00
db Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 2019-09-12 16:12:22 -04:00
static Fix onsubmit 2019-08-31 17:57:47 +02:00
auth.rs Fix key and type variable names for mysql 2019-05-20 21:24:29 +02:00
config.rs Use the local scripts instead of cloudflare, remove jquery and update config so disabling a master toggle doesn't remove the values 2019-08-31 17:47:52 +02:00
crypto.rs Update ring to 0.14, jwt to 6.0, and u2f 2019-05-11 23:18:18 +02:00
error.rs Implement selection between global config and user settings for duo keys. 2019-04-11 18:40:03 +02:00
mail.rs Updated client kdf iterations to 100000 and fixed some lints 2019-09-05 21:56:12 +02:00
main.rs Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 2019-09-12 16:12:22 -04:00
util.rs Set correct response headers, status code 2019-09-02 21:13:12 +02:00