Skip to content

Commit

Permalink
Update web vault to fix twofactorauth.org integration
Browse files Browse the repository at this point in the history
Update dependencies and toolchain
Update included equivalent domains with upstream changes
  • Loading branch information
dani-garcia committed Nov 19, 2019
1 parent c5b7447 commit cbadf00
Show file tree
Hide file tree
Showing 16 changed files with 97 additions and 88 deletions.
149 changes: 78 additions & 71 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ dotenv = { version = "0.15.0", default-features = false }
lazy_static = "1.4.0"

# More derives
derive_more = "0.15.0"
derive_more = "0.99.2"

# Numerical libraries
num-traits = "0.2.8"
num-traits = "0.2.9"
num-derive = "0.3.0"

# Email libraries
Expand Down
2 changes: 1 addition & 1 deletion docker/aarch64/mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/aarch64/sqlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/amd64/mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/amd64/mysql/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/amd64/postgresql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/amd64/postgresql/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/amd64/sqlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/amd64/sqlite/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/armv6/mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/armv6/sqlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/armv7/mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/armv7/sqlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
####################### VAULT BUILD IMAGE #######################
FROM alpine:3.10 as vault

ENV VAULT_VERSION "v2.12.0"
ENV VAULT_VERSION "v2.12.0b"

ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2019-10-20
nightly-2019-11-17
6 changes: 4 additions & 2 deletions src/static/global_domains.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
"windows.com",
"microsoftonline.com",
"office365.com",
"microsoftstore.com"
"microsoftstore.com",
"xbox.com"
],
"Excluded": false
},
Expand Down Expand Up @@ -761,7 +762,8 @@
"superuser.com",
"stackoverflow.com",
"serverfault.com",
"mathoverflow.net"
"mathoverflow.net",
"askubuntu.com"
],
"Excluded": false
}
Expand Down

0 comments on commit cbadf00

Please sign in to comment.