Commit Graph

241 Commits (008a2cf298a5c367568957c9290fd88bee9b44af)

Author SHA1 Message Date
Daniel García 54c78cf06d
Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies
3 years ago
Daniel García 6b6f5b8d04
Merge branch 'lettre-improvements' of https://github.com/paolobarbolini/vaultwarden into paolobarbolini-lettre-improvements
3 years ago
Paolo Barbolini 12612da75e Remove manual IDN handling
3 years ago
Paolo Barbolini 00670450df Bump lettre to 0.10.0-rc.7
3 years ago
Daniel García 2a9ca88c2a
Dependency updates
3 years ago
BlackDex 3ca85028ea
Improve sync speed and updated dep. versions
3 years ago
Daniel García 26ad06df7c
Update web vault to 2.28.0 and dependencies
3 years ago
BlackDex fb0c23b71f
Remove u2f implementation
3 years ago
Daniel García 7b742009a1
Update web vault to 2.27.0 and dependencies
3 years ago
BlackDex b0faaf2527
Several updates and fixes
3 years ago
BlackDex c4d565b15b
Update login API code
3 years ago
BlackDex 42136a7097
Favicon, SMTP and misc updates
3 years ago
BlackDex 5f01db69ff
Update async to prepare for main merge
3 years ago
Daniel García 2d5f172e77
Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking
3 years ago
Daniel García 08f0de7b46
Dependency updates
3 years ago
Daniel García e501dc6d0e
Merge branch 'multi-db-dockers' of https://github.com/BlackDex/vaultwarden into BlackDex-multi-db-dockers
3 years ago
BlackDex 5b430f22bc
Support all DB's for Alpine and Debian
3 years ago
Daniel García 5529264c3f
Basic ratelimit for user login (including 2FA) and admin login
3 years ago
BlackDex e327583aa5
Enabled trust-dns and some updates.
3 years ago
BlackDex c453528dc1
Macro recursion decrease and other optimizations
3 years ago
Daniel García 97f9eb1320
Update dependencies
3 years ago
Daniel García 016fe2269e
Update dependencies
3 years ago
Daniel García 0bb33e04bb
Update dependencies and ser cargo resolver to version 2 ahead of 2021 edition
3 years ago
Ben Armstead 9bef2c120c Update dependencies
3 years ago
BlackDex 89b5f7c98d Dependency updates
3 years ago
BlackDex ffdcafa044 Fix WebAuthn issues and some small updates
3 years ago
Daniel García c546a59c38
Dependency updates
3 years ago
BlackDex ee391720aa Fixes issue with multiple security keys.
3 years ago
Daniel García f44b2611e6
Update rust toolchain and dependencies
3 years ago
Daniel García 0cd065d354
Update webauthn-rs crate to upstream version
3 years ago
Daniel García c380d9c379
Support for webauthn and u2f->webauthn migrations
3 years ago
Jeremy Lin 06cde29419 Update dependencies
4 years ago
BlackDex f270f2ed65 Updated icon fetching and crates.
4 years ago
BlackDex 7cb19ef767 Updated branding, email and crates
4 years ago
Daniel García f76b8a32ca
Update dependencies
4 years ago
rkowalewski 48482fece0
Merge branch 'main' into fix-libressl-332
4 years ago
Roger Kowalewski 1dc1d4df72 update openssl crate to support LibreSSL 3.3.2
4 years ago
Daniel García 34ea10475d
Project renaming
4 years ago
Daniel García ced7f1771a
Update dependencies
4 years ago
Jake Howard f7056bcaa5
Enable socks feature for reqwest
4 years ago
Jeremy Lin 73ff8d79f7 Add a generic job scheduler
4 years ago
BlackDex 3a3390963c Icon and SMTP Debug fixes.
4 years ago
Daniel García 3e4ff47a38
Update dependencies, particularly openssl to 1.1.1k
4 years ago
Daniel García f9ebb780f9
Update dependencies
4 years ago
Daniel García 431462d839
Update dependencies and enable serde integration for chrono
4 years ago
Daniel García dad1b1bee9
Updated dependencies
4 years ago
Daniel García 9117095764
Update dependencies and web vault
4 years ago
Daniel García c836f88ff2
Remove soup and use a newer html5ever directly
4 years ago
Daniel García 8b660ae090
Swap structopt for a simpler alternative
4 years ago
Daniel García 0680638933
Update dependencies
4 years ago
BlackDex 5860679624 Updated dependencies and small mail fixes
4 years ago
Daniel García 46df3ee7cd
Updated insecure ws dependency and general dep updates
4 years ago
BlackDex d46a6ac687 Updated dependencies and Dockerfiles
4 years ago
BlackDex 6faaeaae66 Updated email processing.
4 years ago
Daniel García 63acc8619b
Update dependencies
4 years ago
Daniel García c577ade90e
Updated dependencies
4 years ago
Daniel García ab4355cfed
Updated web vault, dependencies and base docker images
4 years ago
Eduardo Sánchez Muñoz 2f7fbde789 Add `vendored_openssl` feature.
4 years ago
Daniel García dbc082dc75
Update web vault to 2.16.0 and dependencies
4 years ago
BlackDex 844cf70345 Updated lettre (and other crates) and workflow.
4 years ago
Daniel García 0822c0c128
Update admin page dependencies
4 years ago
Daniel García 062f5e4712
Update dependencies
4 years ago
Daniel García 0365b7c6a4
Add support for multiple simultaneous database features by using macros.
4 years ago
Jeremy Lin d9684bef6b Generate tokens more simply and uniformly
4 years ago
Daniel García 171b174ce9
Update dependencies
4 years ago
Daniel García 32cfaab5ee
Updated dependencies and changed rocket request imports
4 years ago
Daniel García fb6f96f5c3
Updated dependencies
4 years ago
Jeremy Lin a28ebcb401 Use local time in email notifications for new device logins
4 years ago
Daniel García 596c9b8691
Add option to set name during HELO in email settings
4 years ago
Daniel García d4357eb55a
Updated dependencies ans web vault version
4 years ago
Daniel García b34d548246
Update dependencies
4 years ago
Daniel García a2411eef56
Updated dependencies
5 years ago
Daniel García 5e802f8aa3
Update lettre to alpha release instead of git commit, and update the rest of dependencies while we are at it
5 years ago
Daniel García 80d4061d14
Update dependencies
5 years ago
Daniel García 6c5e35ce5c
Change the mails content types to more closely match what we sent before
5 years ago
Daniel García 63cbd9ef9c
Update lettre to latest master
5 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints
5 years ago
Daniel García 4be8dae626
Make web vault show a more informative error when browsers block WebCrypto in insecure contexts and update dependencies
5 years ago
Daniel García ccf6ee79d0
Update dependencies, mainly diesel and sqlite
5 years ago
Daniel García 7d9c7017c9
Merge pull request #911 from BlackDex/upgrade-rocket
5 years ago
BlackDex bd09fe1a3d Updated code so backtraces are logged also.
5 years ago
BlackDex 3ce0c3d1a5 Update dependencies
5 years ago
BlackDex 1b4b40c95d Updated reqwest to the latest version.
5 years ago
Daniel García 70f3ab8ec3
Migrate lazy_static to once_cell, less macro magic and slightly faster
5 years ago
Daniel García b6612e90ca
Update dependencies
5 years ago
zethra cc404b4edc
Added command line flags for help and version
5 years ago
Daniel García def174a517
Convert email domains to punycode
5 years ago
Daniel García ff7b4a3d38
Update handlebars to 3.0 which included performance improvements.
5 years ago
Daniel García 84ed185579
Update u2f to 0.2, which requires OpenSSL but also might solve the problems we've had with certificates.
5 years ago
Daniel García 9ebca99290
Update dependencies
5 years ago
Daniel García c058a1d63c
Make sure handlebars is not updated, as the next patch version has breaking changes
5 years ago
Daniel García 95dd1cd7ad
Use rmp upstream version
5 years ago
Daniel García 4cec502f7b
Update docker images to alpine 3.11 and rust 1.40
5 years ago
Daniel García f09996a21d
Updated dependencies
5 years ago
Daniel García a5aa4d9b54
Updated dependencies
5 years ago
Daniel García 1e224220a8
Updated deps and fixed some lints
5 years ago
Daniel García 607521c88f
Updated dependencies
5 years ago
BlackDex b209c1bc4d Add an option to fetch and parse href="data:image"
5 years ago
Daniel García cbadf00941
Update web vault to fix twofactorauth.org integration
5 years ago
BlackDex cbb92bcbc0 Updated dependencies
5 years ago