1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-18 23:10:05 +02:00

Commit-Graph

  • ab96b26981
    make getting config work with multi-domains BlockListed 2023-09-09 14:22:09 +0200
  • 3421dfcbf5
    make emergency access work with multi-domains BlockListed 2023-09-09 14:21:24 +0200
  • 81dd47952b
    make ciphers work with multi-domains BlockListed 2023-09-09 14:20:44 +0200
  • 2670db15c5
    make accounts support multi-domains BlockListed 2023-09-09 14:15:30 +0200
  • 6867099291
    make headers use hostinfo BlockListed 2023-09-09 14:15:15 +0200
  • ac3c1d41b2
    make web support hostinfo BlockListed 2023-09-09 14:09:21 +0200
  • 12c0005e7f
    make webauthn support multi-domain BlockListed 2023-09-09 14:06:42 +0200
  • 42e1018ad7
    make admin support hostinfo BlockListed 2023-09-09 14:01:37 +0200
  • 968ed8a453
    make sends support multi-domain BlockListed 2023-09-09 14:00:17 +0200
  • b5dea32ea5
    make attachments / ciphers support multi-domains BlockListed 2023-09-09 13:53:19 +0200
  • f82a142cee
    get domain and origin with single extractor BlockListed 2023-09-09 13:50:56 +0200
  • 5462b97c26
    make cors work with multi-domains BlockListed 2023-09-09 11:16:24 +0200
  • 0d7e678c2e
    make mail work with multi-domains BlockListed 2023-09-09 11:10:13 +0200
  • e313745f7c
    make domain protocol validation work with multi-domains BlockListed 2023-09-09 11:10:04 +0200
  • 2c7b739d49
    make fido app-id.json work with multi-domains BlockListed 2023-09-09 11:07:38 +0200
  • 0ebd877fb8
    make admin work with multi-domains BlockListed 2023-09-09 10:57:48 +0200
  • 17923c3fd0
    replace domain with base_url BlockListed 2023-09-09 10:30:04 +0200
  • 303eb30ae4
    remove domain_paths hashmap, since it's no longer used BlockListed 2023-09-09 09:43:19 +0200
  • 40edfa5990
    implement mutli domain support for auth headers BlockListed 2023-09-09 09:23:48 +0200
  • 80d3c61cc2
    add configuration support for multiple domains BlockListed 2023-09-09 08:50:45 +0200
  • 81116dbf23 fix: typos guoguangwu 2024-03-19 13:45:40 +0800
  • 50f85b443c
    Update chrono and sqlite BlackDex 2024-03-17 20:55:03 +0100
  • 79ce5b49bc
    automatically use email address as 2fa provider (#4317) Stefan Melmuk 2024-03-17 22:35:02 +0100
  • 7c3cad197c
    Fix #3624: fix manager permission within groups (#3754) Matlink 2024-03-17 22:11:34 +0100
  • 000c606029
    Change timestamp data type. (#4355) gzfrozen 2024-03-18 06:04:37 +0900
  • ad12b4054d
    Merge branch 'main' into Use-64bit-timestamps-in-TOTP Daniel García 2024-03-17 21:55:56 +0100
  • 29144b2ce0
    Small improvements around email change (#4415) Jacques B 2024-03-17 19:55:03 +0100
  • ea04b6f151
    refactor: replace panic with a graceful exit (#4402) Helmut K. C. Tessarek 2024-03-17 14:53:41 -0400
  • 3427217686
    Remove custom WebSocket code (#4001) Mathijs van Veluw 2024-03-17 19:52:55 +0100
  • a1fbd6d729
    Improve JWT key initialization and avoid saving public key (#4085) Daniel García 2024-03-17 15:11:20 +0100
  • 6232700d37
    Merge branch 'main' into remove-custom-websocket-implementation Daniel García 2024-03-17 15:00:28 +0100
  • 2cbfe6fa5b
    Fix comment in events.rs (#4408) Krapp 2024-03-17 10:29:31 -0300
  • d86c4f2c23
    Signed-off-by: one230six <723682061@qq.com> (#4422) one230six 2024-03-17 21:28:10 +0800
  • 314ca91727
    Improve JWT key initialization and avoid saving public key Daniel García 2023-11-19 23:39:24 +0100
  • 6d73f30b4f
    Update crates Daniel García 2024-03-17 14:25:49 +0100
  • 0878f4f512 Signed-off-by: one230six <723682061@qq.com> one230six 2024-03-13 15:08:31 +0800
  • 87a647742d Small improvements around email change Timshel 2024-03-08 17:39:24 +0100
  • 2a4130974f
    Fix comment in events.rs Krapp 2024-03-05 15:12:46 -0300
  • 13f519d812
    Bump mio from 0.8.10 to 0.8.11 dependabot[bot] 2024-03-04 21:28:49 +0000
  • 93c7d8c221
    Update src/main.rs Helmut K. C. Tessarek 2024-03-04 02:24:46 -0500
  • d8515cb8ff
    fix: typo Helmut K. C. Tessarek 2024-03-03 17:35:33 -0500
  • bab174e648
    fix: clippy errors Helmut K. C. Tessarek 2024-03-03 17:30:14 -0500
  • 96e27328ad
    refactor: replace panic with a graceful exit Helmut K. C. Tessarek 2024-03-03 17:18:57 -0500
  • d0c22b9fc9
    fix: web API call for jquery 3.7.1 (#4400) 1.30.5 Calvin Li 2024-03-02 13:09:36 -0500
  • e9d9a11ce1
    fix: web API call for jquery 3.7.1 Calvin Li 2024-03-02 12:51:43 -0500
  • ac8e905637
    automatically use email address as 2fa provider Stefan Melmuk 2024-02-04 07:36:37 +0100
  • d6b97090fa
    Update crates, GHA and a Python/JS scripts (#4357) 1.30.4 Mathijs van Veluw 2024-02-25 23:26:46 +0100
  • 4b5f34dfb3
    Update crates, GHA and a Python/JS scripts BlackDex 2024-02-16 16:46:44 +0100
  • 773e2cc155
    Merge branch 'main' into vaultwarden386 Amedeo Giuseppe Rizzo 2024-02-20 21:08:41 +0100
  • d0f2fdab4a Changes to run in linux/386 zTekstorm 2024-02-20 21:03:16 +0100
  • 94b077cb2d
    Fix env templateto ensure compatibility with systemd's EnvironmentFile parsing (#4315) seiuneko 2024-02-19 23:29:53 +0800
  • ef6154cfcd chore(fmt): apply rustfmt matlink 2024-02-17 13:30:02 +0100
  • 4d9ff9a136 fix(groups): query full access via group only when necessary Matlink 2024-02-17 08:22:45 +0100
  • e314c4e417 small refactor to make it easier to review Stefan Melmuk 2024-01-05 04:49:06 +0100
  • 92d2df99f9 improve comments for get_org_collections_details Stefan Melmuk 2024-01-05 04:46:29 +0100
  • e858b96ff1 improve check if the user has access via groups Stefan Melmuk 2024-01-05 04:42:36 +0100
  • a41125d34f Remove unused statement Matlink 2024-01-04 21:51:34 +0100
  • 7c938668af Simplify group membership check Matlink 2024-01-04 21:48:10 +0100
  • 7bc45a04f7 fix: wrong organization group membership detection Matlink 2024-01-04 19:22:54 +0100
  • 704d9bde1e fix(groups): renaming and optimizations matlink 2024-01-01 20:26:12 +0100
  • a477a6f242 optimize condition check matlink 2023-08-05 14:34:27 +0200
  • 67732fe5a1 Fix issue when user is manager and in a group having access to all collections matlink 2023-08-05 12:21:17 +0200
  • f4e9857dfd Query returns UUID only matlink 2023-08-05 12:20:29 +0200
  • bb100df31a Fix #3624: fix manager permission within groups Matlink 2023-08-04 21:27:30 +0200
  • d6cbbc3163
    Updated suggestions and crates BlackDex 2023-11-03 13:04:34 +0100
  • 917fb507d6
    Addressed remarks given and some updates BlackDex 2023-10-27 17:46:24 +0200
  • f44fec3bd1
    Remove custom WebSocket code BlackDex 2023-10-25 16:50:30 +0200
  • f522308de4
    Change timestamp data type. gzfrozen 2024-02-15 22:23:01 +0900
  • bb2412d033
    Change the codegen-units for low resources (#4336) Mathijs van Veluw 2024-02-10 13:04:08 +0100
  • 5ea0b8fafd
    Change the codegen-units for low resources BlackDex 2024-02-09 23:52:09 +0100
  • b9bdc9b8e2
    Update Rust, crates and web-vault (#4328) Mathijs van Veluw 2024-02-08 22:16:29 +0100
  • f41b0c49e8
    Update Rust, crates and web-vault BlackDex 2024-02-08 20:25:19 +0100
  • 2aec1724de
    Refactor SMTP and Rocket settings in .env.template seiuneko 2024-02-04 05:19:12 +0800
  • 7076422ee3
    fix: update env template for systemd compatibility seiuneko 2024-02-04 03:37:11 +0800
  • 897bdf8343
    Update GHA Workflows (#4309) Mathijs van Veluw 2024-02-03 16:41:25 +0100
  • 0634731c31
    Update GHA Workflows BlackDex 2024-02-02 22:16:03 +0100
  • 569add453d
    Add Kubernetes environment detection (#4290) Mathijs van Veluw 2024-02-02 21:44:19 +0100
  • 1b768b7dce
    Add Kubernetes environment detection BlackDex 2024-01-30 23:10:56 +0100
  • 77cd5b5954
    Update crates to fix new builds (#4308) Mathijs van Veluw 2024-02-02 18:30:54 +0100
  • 18dba51d33
    Update crates to fix new builds BlackDex 2024-02-02 17:47:21 +0100
  • 4438da39f9
    Fix healthcheck when using .env file (#4299) 1.30.3 Mathijs van Veluw 2024-01-31 22:31:47 +0100
  • 0b2383ab56
    fix push device registration (#4297) Stefan Melmuk 2024-01-31 22:31:22 +0100
  • d0bdd4613a
    Fix healthcheck when using .env file BlackDex 2024-01-31 21:57:14 +0100
  • 1a07c84aba
    fix push device registration Stefan Melmuk 2024-01-31 19:13:33 +0100
  • ad1d65bdf8
    Update env template file (#4276) 1.30.2 gzfrozen 2024-01-31 03:15:37 +0900
  • 3b283c289e
    register missing push devices at login (#3792) Stefan Melmuk 2024-01-30 19:14:25 +0100
  • fe55200e63
    Merge branch 'main' into update-env-template gzfrozen 2024-01-29 20:50:24 +0900
  • 4eca2ebbcc
    Minor fix. gzfrozen 2024-01-29 19:36:54 +0900
  • 4b9384cb2b
    err on invalid feature flag (#4263) Stefan Melmuk 2024-01-28 23:36:27 +0100
  • 0f39d96518
    Fix attachment upload size check (#4282) Mathijs van Veluw 2024-01-28 23:32:09 +0100
  • 0ad94c4dc3
    Fix attachment upload size check BlackDex 2024-01-28 23:18:08 +0100
  • 5564dc8f84
    print all invalid flags and improve error message Stefan Melmuk 2024-01-26 22:08:16 +0100
  • e30fbc6dfc
    err on invalid feature flag Stefan Melmuk 2024-01-21 12:41:58 +0100
  • 6f28af7202
    register missing push devices at login Stefan Melmuk 2023-08-19 01:52:41 +0200
  • ef4d55f05d
    Add some comment gzfrozen 2024-01-28 22:49:44 +0900
  • ab14c60b61
    Minor fix of some settings position gzfrozen 2024-01-28 13:05:01 +0900
  • 41baf47d50
    Move related settings together. Merge Yubikey, Duo, Email 2FA sections into one. Other minor fixes. gzfrozen 2024-01-28 00:07:11 +0900
  • cd53b19144
    Fix ICON_DOWNLOAD_TIMEOUT default value gzfrozen 2024-01-27 22:53:20 +0900
  • a07d667f79
    Fix wrong icon redirect code gzfrozen 2024-01-27 22:20:22 +0900
  • 1c220daf5f
    Fix a wrong setting gzfrozen 2024-01-27 21:52:22 +0900