1
0
Fork 0

Commit-Graph

  • 79061c0eb5
    Merge pull request #3231 from kpfleming/icon-blacklist-improvements Daniel García 2023-02-12 18:43:26 +0100
  • 6e2c3fc1cc
    Merge branch 'main' into icon-blacklist-improvements Daniel García 2023-02-12 18:43:19 +0100
  • e301fe137f
    Merge pull request #3228 from BlockListed/fix-domain-description Daniel García 2023-02-12 18:42:55 +0100
  • af69c83db2
    Merge branch 'main' into fix-domain-description Daniel García 2023-02-12 18:42:49 +0100
  • 53fa8da5b1
    Merge pull request #3215 from stefan0xC/fix-post-emergency-access Daniel García 2023-02-12 18:42:30 +0100
  • c58aac585b
    Merge branch 'main' into fix-post-emergency-access Daniel García 2023-02-12 18:42:21 +0100
  • 8c1117fcbf
    Merge pull request #3170 from jjlin/cap_net_bind_service Daniel García 2023-02-12 18:42:00 +0100
  • a6dd4f1206
    Merge branch 'main' into cap_net_bind_service Daniel García 2023-02-12 18:41:45 +0100
  • 5af1799991
    Merge pull request #3145 from dlehammer/spell-jack_mitigation Daniel García 2023-02-12 18:39:54 +0100
  • a20a641de3
    Merge branch 'main' into spell-jack_mitigation Daniel García 2023-02-12 18:39:27 +0100
  • 8abd38573b
    Merge pull request #3116 from sirux88/admin-password-reset Daniel García 2023-02-12 18:38:50 +0100
  • 78abdf0e9d
    Merge branch 'main' into admin-password-reset Daniel García 2023-02-12 18:38:36 +0100
  • dc031d8d86
    Merge pull request #2561 from BlackDex/re-license Daniel García 2023-02-12 18:35:35 +0100
  • de6330b09d
    Merge branch 'main' into re-license Daniel García 2023-02-12 18:35:09 +0100
  • 68bcc7a4b8
    add argon2 kdf fields Helmut K. C. Tessarek 2023-01-31 21:26:23 -0500
  • c04a1352cb
    remove warn when sanitizing domain BlockListed 2023-02-07 18:49:26 +0100
  • 5d1c11ceba
    fix trailing slash in configuration builder BlockListed 2023-02-07 18:34:47 +0100
  • a2aa7c9bc2
    Revert "fix trailing slash not being removed from domain" BlockListed 2023-02-07 18:19:16 +0100
  • b3a351ccb2 allow editing/unhiding by group Jan Jansen 2023-01-05 17:04:11 +0100
  • 679bc7a59b
    fix trailing slash not being removed from domain BlockListed 2023-02-07 13:03:28 +0100
  • a72d0b518f
    remove documentation of bug since I'm fixing it BlockListed 2023-02-07 12:48:48 +0100
  • 6741b25907 Ensure that all results from check_domain_blacklist_reason are cached. Kevin P. Fleming 2023-02-07 05:54:06 -0500
  • 24b5784f02 Generate distinct log messages for regex vs. IP blacklisting. Kevin P. Fleming 2023-02-07 05:24:23 -0500
  • eb9b481eba
    improve wording of domain description BlockListed 2023-02-07 08:48:48 +0100
  • 64edc49392
    change description of domain configuration BlockListed 2023-02-06 23:19:08 +0100
  • 0d1753ac74 completly hide reset password policy on email disabled instances sirux88 2023-02-05 16:47:23 +0100
  • a6558f5548 rust lang specific improvements sirux88 2023-02-05 16:34:48 +0100
  • 62dfeb80f2 improved security, disabling policy usage on email-disabled clients and some refactoring sirux88 2023-02-04 13:29:57 +0100
  • 26cd5d9643 Replaced wrong mysql column type sirux88 2023-02-04 09:23:13 +0100
  • e65fbbfc21
    don't nullify key when editing emergency access Stefan Melmuk 2023-02-01 23:10:09 +0100
  • a2162f4d69
    Allow listening on privileged ports (below 1024) as non-root Jeremy Lin 2023-01-18 21:50:29 -0800
  • c9ed9aa733
    Fix Javascript issue on non sqlite databases BlackDex 2023-01-24 23:31:38 +0100
  • 9b20decdc1 "Spell-Jacking" mitigation ~ prevent sensitive data leak from spell checker. @see https://www.otto-js.com/news/article/chrome-and-edge-enhanced-spellcheck-features-expose-pii-even-your-passwords Daniel Hammer 2023-01-15 15:17:00 +0100
  • adaefc8628 fixes for current upstream main sirux88 2023-01-25 08:09:26 +0100
  • c6c45c4c49 working implementation sirux88 2023-01-25 08:06:21 +0100
  • 95494083f2 added database migration sirux88 2023-01-25 08:06:21 +0100
  • 686474f815
    Disable Hadolint check for consecutive RUN instructions (DL3059) Jeremy Lin 2023-01-22 01:21:52 -0800
  • 2c6bd8c9dc
    Rename .buildx Dockerfiles to .buildkit Jeremy Lin 2023-01-22 01:01:02 -0800
  • 9366e31452
    Merge pull request #3164 from jjlin/remove-arm32v6-tag Daniel García 2023-01-24 21:39:25 +0100
  • 96ff32fb2f
    Remove arm32v6-specific tag Jeremy Lin 2023-01-24 12:28:33 -0800
  • 9342fa5744
    Re-License Vaultwarden to AGPLv3 BlackDex 2022-06-16 15:13:10 +0200
  • 50fc22966c
    Updated web vault to 2023.1.1 and rust dependencies Daniel García 2023-01-24 20:39:09 +0100
  • 4fab4c74ff
    Merge branch 'BlackDex-update-kdf-config' Daniel García 2023-01-24 20:06:30 +0100
  • e38e1a5d5f
    Validate note sizes on key-rotation. BlackDex 2023-01-20 15:43:45 +0100
  • cc91ac6cc0
    include key into user.set_password sirux88 2023-01-14 10:16:03 +0100
  • 2d8c8e18f7
    Update KDF Configuration and processing BlackDex 2023-01-24 13:06:31 +0100
  • b17e2da2cf
    Merge branch 'BlackDex-issue-3152' Daniel García 2023-01-24 19:47:20 +0100
  • d121cce0d2
    include key into user.set_password sirux88 2023-01-14 10:16:03 +0100
  • 0eba7a88fa
    Merge branch 'sirux88-refactoring-user-setpassword' Daniel García 2023-01-24 19:46:35 +0100
  • 34ac16e9d7
    Validate note sizes on key-rotation. BlackDex 2023-01-20 15:43:45 +0100
  • 906d9e2f1a Merge branch 'refactoring-user-setpassword' of https://github.com/sirux88/vaultwarden into refactoring-user-setpassword sirux88 2023-01-14 10:16:56 +0100
  • 623d84aeb5 include key into user.set_password sirux88 2023-01-14 10:16:03 +0100
  • f8122cd2ca include key into user.set_password sirux88 2023-01-13 12:10:33 +0100
  • 9b7e86efc2
    Update web vault to 2023.1.0 Daniel García 2023-01-12 19:49:06 +0100
  • e7ccfbdd0e
    Merge branch 'BlackDex-optimize-ciphersync' Daniel García 2023-01-12 19:19:01 +0100
  • acc1474394
    Add avatar color support BlackDex 2023-01-11 21:45:11 +0100
  • c90b3031a6
    Update Rust to v1.66.1 to patch CVE BlackDex 2023-01-12 09:45:52 +0100
  • aaffb2e007
    Add MFA icon to org member overview BlackDex 2023-01-11 22:13:20 +0100
  • e0e95e95e4
    fix (2fa.directory): Allow api.2fa.directory, and remove 2fa.directory GeekCorner 2023-01-10 09:41:35 +0100
  • fa70b440d0
    Fix remaning inline format BlackDex 2023-01-09 20:32:56 +0100
  • 42acb2ebb6
    Use more modern meta tag for charset encoding Rychart Redwerkz 2023-01-10 00:24:37 +0100
  • 174bea8d6e
    Merge branch 'BlackDex-add-avatar-color-feature' Daniel García 2023-01-12 19:17:22 +0100
  • f68a57950b
    Update Rust to v1.66.1 to patch CVE BlackDex 2023-01-12 09:45:52 +0100
  • f747bf126b
    Add MFA icon to org member overview BlackDex 2023-01-11 22:13:20 +0100
  • 1ca197fd46
    fix (2fa.directory): Allow api.2fa.directory, and remove 2fa.directory GeekCorner 2023-01-10 09:41:35 +0100
  • 63d05d929b
    Fix remaning inline format BlackDex 2023-01-09 20:32:56 +0100
  • ef5bf5d326
    Use more modern meta tag for charset encoding Rychart Redwerkz 2023-01-10 00:24:37 +0100
  • 9d6e35d803
    Merge branch 'BlackDex-update-rust-fix-cve' Daniel García 2023-01-12 19:16:32 +0100
  • 0cccdcab83
    Add MFA icon to org member overview BlackDex 2023-01-11 22:13:20 +0100
  • 6607faa390
    fix (2fa.directory): Allow api.2fa.directory, and remove 2fa.directory GeekCorner 2023-01-10 09:41:35 +0100
  • 6fcf18ab51
    Fix remaning inline format BlackDex 2023-01-09 20:32:56 +0100
  • d122c10573
    Use more modern meta tag for charset encoding Rychart Redwerkz 2023-01-10 00:24:37 +0100
  • ae9553ca1c
    Merge branch 'BlackDex-add-mfa-icon-to-orgs' Daniel García 2023-01-12 19:16:16 +0100
  • ff919039c9
    fix (2fa.directory): Allow api.2fa.directory, and remove 2fa.directory GeekCorner 2023-01-10 09:41:35 +0100
  • 80eb15d46a
    Fix remaning inline format BlackDex 2023-01-09 20:32:56 +0100
  • c36b870c54
    Use more modern meta tag for charset encoding Rychart Redwerkz 2023-01-10 00:24:37 +0100
  • b7cbca590c
    Merge branch 'GeekCornerGH-fix/2fa_directory-csp' Daniel García 2023-01-12 19:15:42 +0100
  • 606a1bbfcb
    Fix remaning inline format BlackDex 2023-01-09 20:32:56 +0100
  • 3e5369c8dd
    Use more modern meta tag for charset encoding Rychart Redwerkz 2023-01-10 00:24:37 +0100
  • dd5e4cec73
    Merge branch 'BlackDex-fix-remaining-inline' Daniel García 2023-01-12 19:15:14 +0100
  • a31a040abd
    Use more modern meta tag for charset encoding Rychart Redwerkz 2023-01-10 00:24:37 +0100
  • f0125b95c1
    Merge branch 'redwerkz-patch-1' Daniel García 2023-01-12 19:14:49 +0100
  • 072f2e24c2
    Update Rust to v1.66.1 to patch CVE BlackDex 2023-01-12 09:45:52 +0100
  • 36b5350f9b
    Add avatar color support BlackDex 2023-01-11 21:45:11 +0100
  • c7489c9fdf
    Add MFA icon to org member overview BlackDex 2023-01-11 22:13:20 +0100
  • 3181e4e96e
    Optimize CipherSyncData for very large vaults BlackDex 2023-01-11 20:23:53 +0100
  • 2ee0d53c5f
    fix (2fa.directory): Allow api.2fa.directory, and remove 2fa.directory GeekCorner 2023-01-10 09:41:35 +0100
  • dfa629ecc7
    Use more modern meta tag for charset encoding Rychart Redwerkz 2023-01-10 00:24:37 +0100
  • 92dc48b882
    Fix remaning inline format BlackDex 2023-01-09 20:32:56 +0100
  • 367e1ce289
    Merge pull request #3065 from BlackDex/future-clippy-fixes Daniel García 2023-01-09 20:17:06 +0100
  • 7390f34355
    Resolve uninlined_format_args clippy warnings BlackDex 2022-12-29 14:11:52 +0100
  • c47d9f6593
    Fix some lints: explicit Arc::clone, and unnecessary return after unreachable! Daniel García 2023-01-09 19:54:25 +0100
  • 5399ee8208
    Merge branch 'BlackDex-update-libraries' Daniel García 2023-01-09 19:19:11 +0100
  • 117045e6d3
    Log message to stderr if LOG_FILE is not writable pjsier 2022-12-28 18:30:25 -0600
  • 912ad64555
    Resolve uninlined_format_args clippy warnings BlackDex 2022-12-29 14:11:52 +0100
  • 00855ee31d
    Fix failing large note imports BlackDex 2023-01-01 15:09:10 +0100
  • c18a273b4a
    Log message to stderr if LOG_FILE is not writable pjsier 2022-12-28 18:30:25 -0600
  • ca24a4adf1
    Log message to stderr if LOG_FILE is not writable pjsier 2022-12-28 18:30:25 -0600
  • a263aaa481
    Resolve uninlined_format_args clippy warnings BlackDex 2022-12-29 14:11:52 +0100
  • 0a20ba0020
    Remove shrink-to-fit=no Rychart Redwerkz 2023-01-08 23:18:55 +0100