1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-11-30 06:21:11 +01:00

Commit-Graph

  • c0efd3d419
    Merge branch 'update-github-actions' of https://github.com/BlackDex/vaultwarden into BlackDex-update-github-actions Daniel García 2022-07-22 16:00:40 +0200
  • 1385d75972
    Merge branch 'BlackDex-fix-2622-persistent-volume-check' into main Daniel García 2022-07-22 16:00:28 +0200
  • 9a787dd105
    Fix persistent folder check within containers BlackDex 2022-07-19 18:39:42 +0200
  • 0dcc435bb4
    Update build workflow for CI BlackDex 2022-07-19 19:13:54 +0200
  • f1a67663d1
    Merge pull request #2624 from BlackDex/fix-2623-csp-icon-redirect Daniel García 2022-07-18 00:40:59 +0200
  • 0f95bdc9bb
    Fix issue with CSP and icon redirects BlackDex 2022-07-17 16:21:03 +0200
  • a0eab35768
    Update web vault to 2022.6.2 1.25.1 Daniel García 2022-07-15 19:15:22 +0200
  • 027c87dd07
    Merge branch 'BlackDex-update-dep-fix-issue-2516' into main Daniel García 2022-07-15 19:14:21 +0200
  • f2b31352fe
    Merge branch 'update-dep-fix-issue-2516' of https://github.com/BlackDex/vaultwarden into BlackDex-update-dep-fix-issue-2516 Daniel García 2022-07-15 19:14:14 +0200
  • c9376e3126
    Remove read_file and read_file_string and replace them with the std alternatives Daniel García 2022-07-15 19:13:26 +0200
  • 7cbcad0e38
    Merge branch 'BlackDex-more-clippy-checks' into main Daniel García 2022-07-15 19:06:09 +0200
  • e167798449
    Merge branch 'more-clippy-checks' of https://github.com/BlackDex/vaultwarden into BlackDex-more-clippy-checks Daniel García 2022-07-15 19:05:54 +0200
  • fc5928772b
    Move around comments Daniel García 2022-07-15 19:05:38 +0200
  • 8263bdd21d
    Merge branch 'ruifung-main' into main Daniel García 2022-07-15 19:03:49 +0200
  • 3c1d4254e7
    Update deps and fix file-uploads BlackDex 2022-07-15 16:03:57 +0200
  • 55d7c48b1d
    Add more clippy checks for better code/readability BlackDex 2022-07-10 16:39:38 +0200
  • bf623eed7f Use if let instead of a match with empty block. Yip Rui Fung 2022-07-09 11:41:53 +0800
  • 84bcac0112 Apply rustfmt. Yip Rui Fung 2022-07-09 10:49:51 +0800
  • 31595888ea Use match to avoid ownership issues on the TempFile / file_path variables in closures. Yip Rui Fung 2022-07-09 10:33:27 +0800
  • 5c38b2c4eb Remove option and use unwrap_or_else to fall back to copy behavior. Yip Rui Fung 2022-07-09 08:53:00 +0800
  • ebe9162af9 Add option to make file uploads use move_copy_to instead of persist_to Yip Rui Fung 2022-07-09 01:19:00 +0800
  • b64cf27038
    Upgrade dependencies and swap lettre to async transport Daniel García 2022-07-06 23:57:37 +0200
  • 0c4e79cff6
    Update web vault to v2022.6.0 Daniel García 2022-07-06 23:35:02 +0200
  • 5b9129a086
    Merge remote-tracking branch 'origin/dependabot/cargo/openssl-src-111.22.01.1.1q' into main Daniel García 2022-07-06 23:30:49 +0200
  • 93d4a12834
    Update the rest of the files leftover from #2595 by running make Daniel García 2022-07-06 23:27:48 +0200
  • bf3e2dc652
    Merge branch 'nneul-patch-1' into main Daniel García 2022-07-06 23:26:54 +0200
  • 0d0e98d783
    Bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q dependabot[bot] 2022-07-06 20:16:56 +0000
  • 5a55cfbb9b
    Update Dockerfile.j2 Nathan Neulinger 2022-07-06 08:56:17 -0500
  • ac93b8a6b9
    Update Dockerfile.buildx.alpine Nathan Neulinger 2022-07-06 08:54:36 -0500
  • 93786d9ebd
    Update Dockerfile.buildx Nathan Neulinger 2022-07-06 08:54:19 -0500
  • a6dbb580c9
    Update Dockerfile.alpine Nathan Neulinger 2022-07-06 08:53:58 -0500
  • e62678abdb
    Update Dockerfile Nathan Neulinger 2022-07-06 08:53:18 -0500
  • af50eae604
    Merge pull request #2586 from jjlin/password-hint-config Daniel García 2022-07-01 16:31:56 +0200
  • cb4f6aa7f6 Pin a specific version of Rust Jeremy Lin 2022-06-30 23:40:35 -0700
  • 5e13b1a7cb Add password_hints_allowed config option Jeremy Lin 2022-06-30 20:46:17 -0700
  • 60b339f450
    Update included web vault to v2022.5.2 Daniel García 2022-06-26 22:04:45 +0200
  • f71c779860
    Merge branch 'BlackDex-log-level-adjustment' into main Daniel García 2022-06-26 21:54:54 +0200
  • 221a11de9b
    Merge branch 'log-level-adjustment' of https://github.com/BlackDex/vaultwarden into BlackDex-log-level-adjustment Daniel García 2022-06-26 21:54:48 +0200
  • 794483c10d
    Merge branch 'BlackDex-fix-issue-2570' into main Daniel García 2022-06-26 21:54:27 +0200
  • c9934ccdb7
    Merge branch 'fix-issue-2570' of https://github.com/BlackDex/vaultwarden into BlackDex-fix-issue-2570 Daniel García 2022-06-26 21:54:22 +0200
  • 54729f3c1e
    Merge branch 'BlackDex-optimize-icon-html-parsing' into main Daniel García 2022-06-26 21:54:10 +0200
  • f1a86acb98
    Merge branch 'optimize-icon-html-parsing' of https://github.com/BlackDex/vaultwarden into BlackDex-optimize-icon-html-parsing Daniel García 2022-06-26 21:54:03 +0200
  • 6b6ea3c8bf
    Merge branch 'BlackDex-fix-issue-2566' into main Daniel García 2022-06-26 21:53:06 +0200
  • bf403fee7d
    Merge branch 'fix-issue-2566' of https://github.com/BlackDex/vaultwarden into BlackDex-fix-issue-2566 Daniel García 2022-06-26 21:52:59 +0200
  • 5cd920cf6f
    Merge branch 'BlackDex-allow-firefox-relay' into main Daniel García 2022-06-26 21:51:50 +0200
  • 45d3b479bc
    Small change in log-level for better debugging BlackDex 2022-06-26 14:49:26 +0200
  • c7a752b01d
    Update dep's and small improvements on favicons BlackDex 2022-06-21 18:47:01 +0200
  • 099d359628
    Fix identicons not always working BlackDex 2022-06-22 16:38:16 +0200
  • 006a2aacbb
    Allow FireFox relay in CSP. BlackDex 2022-06-20 16:26:41 +0200
  • b71d9dd53e
    Fix for issue #2566 BlackDex 2022-06-21 17:36:07 +0200
  • 887e320e7f
    Merge pull request #2555 from jjlin/global-domains Daniel García 2022-06-15 20:44:35 +0200
  • d7c18fd86e
    Merge pull request #2556 from binlab/patch-1 Daniel García 2022-06-15 20:44:14 +0200
  • 7566f3db3e
    Merge pull request #2543 from BlackDex/update-and-fixes Daniel García 2022-06-15 20:43:26 +0200
  • 5d05ec58be
    Updated deps and misc fixes and updates BlackDex 2022-06-08 19:46:33 +0200
  • d9a452f558
    A little depreciation change Mark 2022-06-13 13:56:41 +0300
  • dec03b3dc0 Sync global_domains.json to bitwarden/server@194b76c (HealthCare.gov) Jeremy Lin 2022-06-12 20:15:20 -0700
  • 85950bdc0b Sync global_domains.json to bitwarden/server@496c9a5 (Proton) Jeremy Lin 2022-06-12 20:14:30 -0700
  • f95bd3bb04
    Update pico-args Daniel García 2022-06-04 19:16:36 +0200
  • e33b8fab34
    Re-Base, Update crates and small change. BlackDex 2022-06-04 15:13:10 +0200
  • b00fbf153e
    Fix clippy lint and remove unused log Daniel García 2022-05-23 19:52:58 +0200
  • 0de5919a16
    Fix incorrect pings sent, and respond to pings from the client Daniel García 2022-05-21 19:12:38 +0200
  • 699777be9e
    use dashmap in icons blacklist regex Daniel García 2022-05-20 23:49:05 +0200
  • 16ff49d712
    Move to job_scheduler_ng Daniel García 2022-05-20 21:10:52 +0200
  • 54c78cf06d
    Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies Daniel García 2022-05-20 20:37:32 +0200
  • 303eaabeea
    Merge branch 'paolobarbolini-lettre-improvements' into main Daniel García 2022-06-04 19:13:12 +0200
  • 6b6f5b8d04
    Merge branch 'lettre-improvements' of https://github.com/paolobarbolini/vaultwarden into paolobarbolini-lettre-improvements Daniel García 2022-06-04 19:10:51 +0200
  • 0c18a7e306
    Merge branch 'paolobarbolini-lettre-rc7' into main Daniel García 2022-06-04 19:09:11 +0200
  • a23a38080b
    Merge branch 'lettre-rc7' of https://github.com/paolobarbolini/vaultwarden into paolobarbolini-lettre-rc7 Daniel García 2022-06-04 19:09:03 +0200
  • 316ca66a4b
    Merge branch 'Lowaiz-add_disabled_member_to_json_user' into main Daniel García 2022-06-04 19:08:23 +0200
  • 2f71a01877
    Merge branch 'add_disabled_member_to_json_user' of https://github.com/Lowaiz/vaultwarden into Lowaiz-add_disabled_member_to_json_user Daniel García 2022-06-04 19:08:15 +0200
  • d5cfbfc71d
    Update web vault to v2022.05.0 Daniel García 2022-06-04 19:07:02 +0200
  • 12612da75e Remove manual IDN handling Paolo Barbolini 2022-06-04 14:58:45 +0200
  • 9ed9645b5b
    Re-Base, Update crates and small change. BlackDex 2022-06-04 15:13:10 +0200
  • ec0b0435a2
    Fix clippy lint and remove unused log Daniel García 2022-05-23 19:52:58 +0200
  • e5da4b0ee9
    Fix incorrect pings sent, and respond to pings from the client Daniel García 2022-05-21 19:12:38 +0200
  • 49ab956a07
    use dashmap in icons blacklist regex Daniel García 2022-05-20 23:49:05 +0200
  • 120a774169
    Move to job_scheduler_ng Daniel García 2022-05-20 21:10:52 +0200
  • 97c1e6b14a
    Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies Daniel García 2022-05-20 20:37:32 +0200
  • 68ec5f2a18 Use MultiPart::alternative_plain_html instead of manual impl Paolo Barbolini 2022-06-04 14:53:27 +0200
  • 00670450df Bump lettre to 0.10.0-rc.7 Paolo Barbolini 2022-06-04 14:47:26 +0200
  • 6c46150c1e
    Add Spanish version of USA healthcare.gov Drank Sinatra 2022-06-03 09:44:18 -0400
  • dbd95e08e9 Adding "UserEnabled" and "CreatedAt" member to the json output of a User in the admin/users and admin/users/<ID> web routes. Lyonel Martinez 2022-06-01 15:26:11 +0200
  • c093ec6cd6 Adding "CreatedAt" member to the json output of a User so the admin/users and admin/users/<ID> routes give the creation time information. Marco 2022-06-01 16:47:40 +0200
  • 3713f2d134
    Merge pull request #2507 from BlackDex/fix-persisten-volume-check Daniel García 2022-05-28 14:56:47 +0200
  • a85a250dfd
    Fix persistent volume check BlackDex 2022-05-28 09:27:22 +0200
  • 5845ed2c92
    Merge pull request #2501 from BlackDex/add-persistent-volume-check-docker Daniel García 2022-05-27 19:41:42 +0200
  • 40ed505581
    Add a persistent volume check. BlackDex 2022-05-25 15:30:23 +0200
  • 4b4733f3b4
    Prevent some ROCKET env variables to cause issues BlackDex 2022-05-24 18:23:18 +0200
  • bf0b8d9968
    Merge pull request #2491 from BlackDex/issue-2490 Daniel García 2022-05-24 15:46:34 +0200
  • d0a7437dbd
    Merge pull request #2489 from fox34/update-env-template Daniel García 2022-05-24 15:33:22 +0200
  • 21b433c5d7
    Fix armv6 issue with bullseye images BlackDex 2022-05-24 15:25:51 +0200
  • 7c89bc619a
    Add TMP_FOLDER to .env.template fox34 2022-05-24 09:38:16 +0200
  • 0d3daa9fc6
    Remove recommendation to set ROCKET_CLI_COLORS to off The value is now a boolean so setting it to off will cause an error Daniel García 2022-05-23 20:19:29 +0200
  • 0c1f0bad17
    Merge branch 'BlackDex-update-rust-version-dockerfile' into main 1.25.0 Daniel García 2022-05-21 19:17:29 +0200
  • 72cf59fa54
    Merge branch 'update-rust-version-dockerfile' of https://github.com/BlackDex/vaultwarden into BlackDex-update-rust-version-dockerfile Daniel García 2022-05-21 19:17:24 +0200
  • 527bc1f625
    Merge branch 'BlackDex-fix-upload-limits-and-logging' into main Daniel García 2022-05-21 19:17:15 +0200
  • 2168d09421
    Update Rust version in Dockerfile BlackDex 2022-05-21 17:46:14 +0200
  • 1c266031d7
    Fix upload limits and disable color logs BlackDex 2022-05-21 17:28:29 +0200
  • b636d20c64
    Update web vault to v2.28.1 Daniel García 2022-05-11 22:19:22 +0200
  • 2a9ca88c2a
    Dependency updates Daniel García 2022-05-11 22:03:07 +0200