1
0
Fork 0
vaultwarden-test/src
BlackDex 95fc88ae5b Some admin interface updates.
- Fixed bug when web-vault is disabled.
- Updated sql-server version check to be simpler thx to @weiznich ( https://github.com/dani-garcia/bitwarden_rs/pull/1548#discussion_r604767196 )
- Use `VACUUM INTO` to create a SQLite backup instead of using the external sqlite3 application.
  - This also removes the dependancy of having the sqlite3 packages installed on the final image unnecessary, and thus removed it.
- Updated backup filename to also have the current time.
- Add specific bitwarden_rs web-vault version check (to match letter patched versions)
  Will work when https://github.com/dani-garcia/bw_web_builds/pull/33 is build (But still works without it also).
2021-04-05 15:09:16 +02:00
..
api Some admin interface updates. 2021-04-05 15:09:16 +02:00
db Some admin interface updates. 2021-04-05 15:09:16 +02:00
static Some admin interface updates. 2021-04-05 15:09:16 +02:00
auth.rs Correctly camelCase acronyms 2021-03-27 14:26:32 +00:00
config.rs Send API 2021-03-14 23:35:55 +01:00
crypto.rs Updated dependencies and small mail fixes 2021-01-31 20:07:42 +01:00
error.rs Prevent clippy complaining at method 2021-03-27 14:36:50 +00:00
mail.rs Update dependencies 2021-03-22 20:00:57 +01:00
main.rs Correctly camelCase acronyms 2021-03-27 14:26:32 +00:00
util.rs Merge pull request #1546 from RealOrangeOne/clippy-run 2021-03-28 16:04:09 +02:00