1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2025-03-12 16:47:03 +01:00

Commit-Graph

  • 0de52c6c99
    Merge pull request #957 from jjlin/domain-whitelist Daniel García 2020-04-18 12:08:48 +02:00
  • e3b00b59a7
    Initial support for soft deletes Daniel García 2020-04-17 22:35:27 +02:00
  • 5a390a973f
    Merge pull request #966 from BlackDex/issue-965 Daniel García 2020-04-15 17:15:59 +02:00
  • 1ee8e44912 Fixed issue #965 BlackDex 2020-04-15 16:49:33 +02:00
  • 86685c1cd2 Ensure email domain comparison is case-insensitive Jeremy Lin 2020-04-11 14:51:36 -07:00
  • e3feba2a2c
    Merge pull request #960 from jjlin/admin-token 1.14.2 Daniel García 2020-04-11 23:34:37 +02:00
  • 0a68de6c24 Warn on empty ADMIN_TOKEN instead of bailing out Jeremy Lin 2020-04-09 20:55:08 -07:00
  • 4be8dae626
    Make web vault show a more informative error when browsers block WebCrypto in insecure contexts and update dependencies Daniel García 2020-04-09 22:54:31 +02:00
  • e4d08836e2 Make org owner invitations respect the email domain whitelist Jeremy Lin 2020-04-09 01:51:05 -07:00
  • c2a324e5da Clean up domain whitelist logic Jeremy Lin 2020-04-09 01:42:27 -07:00
  • 77f95146d6
    Merge pull request #956 from jjlin/duo Daniel García 2020-04-08 08:43:24 +02:00
  • 6cd8512bbd Fix Duo auth failure with non-lowercased email addresses Jeremy Lin 2020-04-07 20:40:51 -07:00
  • a0ad3b952b Added claims to the Headers to verify user type. BlackDex 2020-03-31 18:15:06 +02:00
  • 843604c9e7
    Merge pull request #939 from jjlin/attachment-size Daniel García 2020-03-31 12:56:49 +02:00
  • 7407b8326a Fix attachment size limit calculation Jeremy Lin 2020-03-31 02:30:28 -07:00
  • adf47827c9
    Make sure the data field is always returned, otherwise the mobile apps seem to have issues Daniel García 2020-03-30 22:19:50 +02:00
  • 5471088e93
    Merge pull request #933 from jjlin/dockerfiles Daniel García 2020-03-27 17:45:10 +01:00
  • 4e85a1dee1
    Update web vault to 2.13.2 Daniel García 2020-03-27 17:44:10 +01:00
  • ec60839064
    Merge pull request #932 from jjlin/ws-fix Daniel García 2020-03-27 08:38:54 +01:00
  • d4bfa1a189 Rebuild Dockerfiles to match latest Dockerfile.j2 template Jeremy Lin 2020-03-26 20:10:33 -07:00
  • 862d401077 Fix WebSocket notifications Jeremy Lin 2020-03-26 19:26:44 -07:00
  • 255a06382d
    Merge pull request #928 from jjlin/healthcheck Daniel García 2020-03-26 21:13:31 +01:00
  • bbb0484d03 Healthcheck fixes/optimizations Jeremy Lin 2020-03-25 20:13:36 -07:00
  • 93346bc05d
    Merge pull request #927 from jjlin/healthcheck Daniel García 2020-03-25 22:21:08 +01:00
  • fdf50f0064 Update healthcheck script to handle alternate base dir Jeremy Lin 2020-03-24 19:57:10 -07:00
  • ccf6ee79d0
    Update dependencies, mainly diesel and sqlite Daniel García 2020-03-24 11:42:28 +01:00
  • 91dd19473d
    Merge pull request #922 from jjlin/device-push-token Daniel García 2020-03-23 00:03:10 +01:00
  • c06162b22f Handle devicePushToken Jeremy Lin 2020-03-22 15:04:25 -07:00
  • 7a6a3e4160
    Set the cargo version and allow changing it during build time with BWRS_VERSION. Also renamed GIT_VERSION because that's not the only source anymore. Daniel García 2020-03-22 16:13:34 +01:00
  • 94341f9f3f
    Fix token error while accepting invite 1.14.1 Daniel García 2020-03-20 10:51:17 +01:00
  • ff19fb3426
    Merge pull request #919 from BlackDex/issue-908 Daniel García 2020-03-19 18:11:47 +01:00
  • baac8d9627 Fixed issue #908 BlackDex 2020-03-19 17:37:10 +01:00
  • 669b101e6a Fixing issue #908 BlackDex 2020-03-19 16:50:47 +01:00
  • 935f38692f
    Merge pull request #918 from dani-garcia/revert-901-feature/opportunistic_tls Daniel García 2020-03-19 13:58:00 +01:00
  • d2d9fb08cc
    Revert "Use opportunistic TLS in SMTP connections" Daniel García 2020-03-19 13:56:53 +01:00
  • b85d548879
    Merge pull request #916 from BlackDex/issue-759 Daniel García 2020-03-18 18:48:08 +01:00
  • 35f30088b2 Fixing issue #759 by disabling Foreign Key Checks. BlackDex 2020-03-18 18:11:11 +01:00
  • dce054e632
    Merge pull request #912 from ymage/openssl_as_default Daniel García 2020-03-16 23:02:07 +01:00
  • ba725e1c25 Make openssl crate as default (non feature-flipped) Ymage 2020-03-16 22:39:10 +01:00
  • b837348b25 Build as static Ymage 2020-03-16 22:34:59 +01:00
  • 7d9c7017c9
    Merge pull request #911 from BlackDex/upgrade-rocket Daniel García 2020-03-16 18:17:17 +01:00
  • d6b9b8bf0c
    Merge pull request #876 from BlackDex/log-panics Daniel García 2020-03-16 18:16:49 +01:00
  • bd09fe1a3d Updated code so backtraces are logged also. BlackDex 2020-03-16 17:53:22 +01:00
  • bcbe6177b8 Merge branch 'master' of https://github.com/dani-garcia/bitwarden_rs into log-panics BlackDex 2020-03-16 17:19:27 +01:00
  • 9b1d07365e Updated ring BlackDex 2020-03-16 16:39:20 +01:00
  • 37b212427c Updated jsonwebtoken BlackDex 2020-03-16 16:38:00 +01:00
  • 078234d8b3 Small change for rocket compatibilty BlackDex 2020-03-16 16:36:44 +01:00
  • 3ce0c3d1a5 Update dependencies BlackDex 2020-03-16 16:32:33 +01:00
  • b8a8f0c6d2
    Fix alpine build with openssl crate as default ymage 2020-03-16 09:14:06 +01:00
  • 2ee07ea1d8
    Fix empty data when cloning cipher Daniel García 2020-03-15 17:26:07 +01:00
  • 40c339db9b
    Fix postgres policies, second try Daniel García 2020-03-14 23:52:16 +01:00
  • 402c1cd06c
    Merge pull request #906 from BlackDex/upgrade-reqwest Daniel García 2020-03-14 23:35:52 +01:00
  • 819f340f39
    Fix issue with postgres Daniel García 2020-03-14 23:35:34 +01:00
  • 1b4b40c95d Updated reqwest to the latest version. BlackDex 2020-03-14 23:12:45 +01:00
  • afd9f4e278
    Allow the smtp mechanism to be provided without quotes and all lowercase Daniel García 2020-03-14 22:30:50 +01:00
  • 47a9461f39
    Merge pull request #903 from TheBinaryLoop/patch-1 Daniel García 2020-03-14 14:41:39 +01:00
  • c6f64d8368
    Merge pull request #901 from sleweke/feature/opportunistic_tls Daniel García 2020-03-14 14:41:00 +01:00
  • edabf19ddf
    Update vault to 2.13.1 Daniel García 2020-03-14 14:40:06 +01:00
  • a30d5f4cf9
    Fix cloning issues Daniel García 2020-03-14 14:08:57 +01:00
  • 3fa78e7bb1
    Initial version of policies Daniel García 2020-03-14 13:22:30 +01:00
  • a8a7e4f9a5
    Updated domains with new values vualt Lukas Eßmann 2020-03-13 20:08:52 +01:00
  • 5d3b765a23 Use opportunistic TLS in SMTP connections Samuel Leweke 2020-03-12 11:26:54 +01:00
  • 2bf337dc28 Fix escaping of SMTP_AUTH_MECHANISM in env template Samuel Leweke 2020-03-12 11:31:09 +01:00
  • 70f3ab8ec3
    Migrate lazy_static to once_cell, less macro magic and slightly faster 1.14 Daniel García 2020-03-09 22:04:03 +01:00
  • b6612e90ca
    Update dependencies Daniel García 2020-03-09 22:00:26 +01:00
  • 161cccca30
    Merge pull request #892 from BlackDex/smtp-test-button Daniel García 2020-03-05 00:05:52 +01:00
  • 84dc2eda1f Changed javascript default argument construction BlackDex 2020-03-04 15:08:14 +01:00
  • 390d10d656 Relocated SMTP test input+button. BlackDex 2020-03-04 13:25:38 +01:00
  • 1f775f4414
    Merge pull request #888 from zethra/add_cli_args Daniel García 2020-03-03 00:12:15 +01:00
  • cc404b4edc
    Added command line flags for help and version zethra 2020-03-02 14:57:06 -05:00
  • 536672ac1b
    Delete ISSUE_TEMPLATE.md Daniel García 2020-03-02 19:58:53 +01:00
  • e41e7c07db Update issue templates Daniel García 2020-03-02 19:58:36 +01:00
  • f1d3b03c60
    Update README.md Daniel García 2020-03-02 19:37:49 +01:00
  • 2ebff958a4
    Merge pull request #879 from BlackDex/smtp-test-button Daniel García 2020-03-01 15:00:20 +01:00
  • edfdda86ae
    Use web vault built by docker autobuild, using the hash to reference the image for extra security Daniel García 2020-03-01 02:38:26 +01:00
  • 97fb7b5b96 Added urlpath to smtpTest function BlackDex 2020-02-26 16:58:57 +01:00
  • f6de144cbb Merge branch 'smtp-test-button' of github.com:BlackDex/bitwarden_rs into smtp-test-button BlackDex 2020-02-26 16:56:03 +01:00
  • 5a974c7b94 Added SMTP test button in the admin gui BlackDex 2020-02-26 11:02:22 +01:00
  • 5f61607419 Added SMTP test button in the admin gui BlackDex 2020-02-26 11:02:22 +01:00
  • 7439aeb63e Make panics logable (as warn) BlackDex 2020-02-25 14:10:52 +01:00
  • cd8907542a
    Make sure the provided domain contains the protocol and show a useful error when it doesn't Daniel García 2020-02-23 14:55:27 +01:00
  • 8a5450e830
    Merge pull request #868 from jjlin/alt-base Daniel García 2020-02-22 22:06:07 +01:00
  • ad9f2b2d8e
    Removed test urlpath Daniel García 2020-02-22 19:01:58 +01:00
  • 2f4a9865e1
    Use absolute paths in the admin page Daniel García 2020-02-22 17:49:33 +01:00
  • 0a3008e753
    Update web vault used in docker Daniel García 2020-02-22 16:00:43 +01:00
  • 29a0795219 Add backend support for alternate base dir (subdir/subpath) hosting Jeremy Lin 2020-02-18 21:27:00 -08:00
  • 63459c5f72
    Updated FUNDING as mentioned in #859 Daniel García 2020-02-18 21:48:11 +01:00
  • 916e96b143
    Update web vault to fix copy issues Daniel García 2020-02-18 20:08:21 +01:00
  • 325039c316
    Attachment size limits, per-user and per-organization Daniel García 2020-02-17 22:56:26 +01:00
  • c5b97f4146
    Merge pull request #864 from mprasil/admin-invitation Daniel García 2020-02-16 22:12:00 +01:00
  • 2ea052ba5e Allow disabling attachment uploading Miro Prasil 2020-02-16 21:03:56 +00:00
  • 03233429f4 Remove check from Invitation:take() Miro Prasil 2020-02-16 20:28:50 +00:00
  • 0a72c4b6db Do not disable invitations via admin API Miroslav Prasil 2020-02-16 15:01:07 +00:00
  • 8867626de8
    Add option to change invitation org name, fixes #825 Add option to allow additional iframe ancestors, fixes #843 Sort the rocket routes before printing them Daniel García 2020-02-04 22:14:50 +01:00
  • f5916ec396
    Fix backwards indices Daniel García 2020-01-30 22:33:50 +01:00
  • ebb36235a7
    Cache icons in the clients Daniel García 2020-01-30 22:30:57 +01:00
  • def174a517
    Convert email domains to punycode Daniel García 2020-01-30 22:11:53 +01:00
  • 2798f623d4
    Updated rust toolchain version Daniel García 2020-01-30 22:11:44 +01:00
  • 480ba933fa
    Don't error if admin token is empty but disabled Daniel García 2020-01-30 22:10:50 +01:00
  • 3d1ee9ef62
    Use rust-toolchain file to determine version in workflows, disabled mac builds for now Daniel García 2020-01-28 21:16:06 +01:00