1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-30 19:24:42 +02:00

Commit-Graph

  • 62b181153e Remove no longer needed Clippy lint dfunkt 2024-06-30 17:05:30 +0300
  • 1fc2605e49
    Merge aee1070ed6 into a4c7fadbf4 Mathijs van Veluw 2024-06-28 17:41:56 +0200
  • aee1070ed6
    Fix collections and native app issue BlackDex 2024-06-28 17:37:03 +0200
  • 75ad1faca6
    Merge 6d104c9ad5 into a4c7fadbf4 Timshel 2024-06-28 15:30:48 +0200
  • 6d104c9ad5 JWT Refresh Token Timshel 2024-02-20 22:44:29 +0100
  • 55606d5636
    Merge e955793c9e into a4c7fadbf4 Timshel 2024-06-28 13:28:50 +0000
  • e955793c9e Allow to set and override module log_level Timshel 2024-05-21 15:34:01 +0200
  • e4bb5aebd7
    Merge a74c7bf20f into a4c7fadbf4 Stefan Melmuk 2024-06-27 22:46:42 +0000
  • a74c7bf20f
    add collections_v2 endpoint Stefan Melmuk 2024-06-28 00:46:27 +0200
  • 6c87c8882e
    Reduce healthcheck internal while keep performance hellodword 2024-06-27 02:08:13 +0000
  • 55ba499cd5
    Merge 8cf4476cfb into a4c7fadbf4 Timshel 2024-06-25 19:03:53 +0200
  • 8cf4476cfb Stop rolling device token Timshel 2024-04-15 16:06:18 +0200
  • 331a3beb55 Toggle SSO button depending on SSO_ENABLED in docker start Timshel 2024-03-05 16:31:38 +0100
  • 83ff5cc892 Allow to cache discovery endpoint Timshel 2024-02-27 17:22:40 +0100
  • ec764adb2c Improvements and error handling Timshel 2023-09-01 16:20:28 +0200
  • f472af1450 Add SSO functionality using OpenID Connect Felix Eckhofer 2023-08-30 16:13:09 +0200
  • 16bd7af1ff Add playwright create/login test for all db Timshel 2024-02-20 18:27:24 +0100
  • 419c79f58b
    Merge 963eef7be9 into a4c7fadbf4 Timshel 2024-06-25 13:29:12 +0200
  • a1e5b8cb86
    Merge 74aa5808ed into a4c7fadbf4 Mathijs van Veluw 2024-06-24 20:08:11 -0700
  • 443cd9cdd6
    Merge 8389bcd717 into a4c7fadbf4 0x0fbc 2024-06-24 22:40:30 +0200
  • 9af6f864df
    return cipherDetails on post_collections_update() Stefan Melmuk 2024-05-27 21:16:25 +0200
  • e97088c119
    differentiate the /collection endpoints Stefan Melmuk 2024-05-27 19:15:53 +0200
  • 37b2143813
    fix Collection::is_writable_by_user() Stefan Melmuk 2024-05-25 23:32:37 +0200
  • 49d07ed5aa
    add group support for Cipher::get_collections() Stefan Melmuk 2024-05-25 22:35:56 +0200
  • a4c7fadbf4
    Change some missing PascalCase keys (#4671) main Daniel García 2024-06-24 21:17:59 +0200
  • 8912a6a18b
    Change some missing PascalCase keys Daniel García 2024-06-24 20:58:42 +0200
  • 8e2a87fd79
    Remove mimalloc workaround (#4606) Daniel 2024-06-24 20:44:21 +0300
  • 4233dbf3db
    Fix cipher creation on new android app (#4670) Daniel García 2024-06-24 19:44:06 +0200
  • 07b2cbca85
    Fix cipher creation on new android app Daniel García 2024-06-24 19:35:11 +0200
  • a2bf8def2a
    Change API and structs to camelCase (#4386) Daniel García 2024-06-23 21:31:02 +0200
  • 9e880cc7b1 Remove mimalloc workaround dfunkt 2024-06-01 20:44:21 +0300
  • 8389bcd717 rustfmt 0x0fbc 2024-06-11 13:37:40 -0400
  • 467ac3e9e2 Add fixes suggested by clippy 0x0fbc 2024-06-11 13:35:53 -0400
  • 7aaa7a32a7 Reduce twofactor_duo_ctx state/nonce column size in postgres and maria 0x0fbc 2024-06-11 12:49:32 -0400
  • 7110a4fd51 override charset on duo state column to ascii for mysql 0x0fbc 2024-06-10 16:18:51 -0400
  • 7da69491d0 rearrange constants, update comments, error message 0x0fbc 2024-06-07 15:35:09 -0400
  • 768d6a1f49 remove redundant explicit returns, rustfmt 0x0fbc 2024-06-07 15:09:06 -0400
  • 33c7053b4f directly use JWT_VALIDITY_SECS constant instead of copying it to DuoClient instances 0x0fbc 2024-06-07 14:56:47 -0400
  • 52b0ef674a error handling cleanup 0x0fbc 2024-06-07 14:43:33 -0400
  • 1132638452 drop redundant alphanum string generation code 0x0fbc 2024-06-07 04:24:28 -0400
  • f817c15f3a bind Duo oauth flow to device id, drop redundant device type handling 0x0fbc 2024-06-07 04:20:36 -0400
  • fde54f3b18 more cleanup 0x0fbc 2024-06-07 00:28:10 -0400
  • dd4e5d6c16 replace stray use of TimeDelta 0x0fbc 2024-06-07 00:20:14 -0400
  • 542a5d3cb1 bump state/nonce length 0x0fbc 2024-06-07 00:16:46 -0400
  • 1a89fbd08b cleanup & comments 0x0fbc 2024-06-07 00:12:10 -0400
  • c6a695ce9c store duo states in the database and validate during authentication 0x0fbc 2024-06-06 22:51:21 -0400
  • 99dae538d4 Add db schema and models for Duo 2FA state storage 0x0fbc 2024-06-06 22:50:29 -0400
  • 27e9c330a6 Add initial working Duo Universal Prompt support. 0x0fbc 2024-05-30 00:28:31 -0400
  • f5c430ef75
    Merge 15eeaee6bc into 8f05a90b96 Samuel Reed 2024-06-21 07:29:51 +0200
  • 3fe72cafbc
    Merge branch 'main' into remove_upcase Daniel García 2024-06-20 20:54:41 +0200
  • 4988e33974
    Convert two-factor providers to string Daniel García 2024-06-20 20:54:28 +0200
  • 0d6a8b8a32
    Fix sends expecting size to be a string on mobile Daniel García 2024-06-20 20:53:18 +0200
  • 8f05a90b96
    Fix some more nightly errors and remove lint that will become an error by default (#4661) Daniel García 2024-06-20 20:25:40 +0200
  • f3a55b9d8f
    Fix some more nightly errors and remove lint that will become an error by default Daniel García 2024-06-20 19:40:15 +0200
  • 9082e7cebb
    Fix some nightly build errors (#4657) Daniel García 2024-06-20 09:35:52 +0200
  • 70b2ce4281
    Fix some nightly build errors Daniel García 2024-06-19 22:14:24 +0200
  • b4c95189b8
    Update org revoke Daniel García 2024-06-19 17:29:40 +0200
  • b46a6e932c
    Update admin and templates Daniel García 2024-06-19 17:29:02 +0200
  • 813994e9ba
    Make sends lowercase Daniel García 2024-06-19 17:00:41 +0200
  • 716c9adc87
    Use convert_json_key_lcase_first Daniel García 2024-06-16 23:05:45 +0200
  • 8daa3593b1
    Fix fields and password history Daniel García 2024-06-16 22:44:29 +0200
  • ccdcbc89ce
    Change API inputs/outputs and structs to camelCase Daniel García 2024-06-16 21:39:30 +0200
  • 55fdee3bf8
    Update crates, web-vault and GHA (#4648) Mathijs van Veluw 2024-06-19 13:06:58 +0200
  • ccdd855fd8
    Update crates, web-vault and GHA BlackDex 2024-06-17 16:17:46 +0200
  • 377969ea67
    Update rust and remove unused header values (#4645) Daniel García 2024-06-16 22:05:17 +0200
  • 16d09be2fa
    Missed one unused var Daniel García 2024-06-16 21:56:53 +0200
  • 9a73230f6c
    Update rust and remove unused header values Daniel García 2024-06-16 21:46:44 +0200
  • 772a445a8c
    Merge bb5ccdd027 into f05398a6b3 TheRsKing 2024-06-12 11:27:25 +0000
  • bb5ccdd027
    add docker compose to readme.md TheRsKing 2024-06-12 13:23:04 +0200
  • 74aa5808ed
    Prepare for repo to org move BlackDex 2024-05-25 15:14:16 +0200
  • f05398a6b3
    Update admin interface dependencies (#4581) Mathijs van Veluw 2024-05-25 15:39:36 +0200
  • a175588333
    Update admin interface dependencies BlackDex 2024-05-22 15:17:39 +0200
  • 9555ac7bb8
    Remove compatibility route (#4578) Timshel 2024-05-25 15:29:58 +0200
  • f01ef40a8e
    differentiate external groups by organization id (#4586) Stefan Melmuk 2024-05-25 15:20:36 +0200
  • 8e7b27cc36
    Update Alpine to version 3.20 (#4583) Daniel 2024-05-25 16:19:53 +0300
  • d230ee087c
    Fix web-vault version in Docker(files/Settings) (#4575) Daniel 2024-05-25 16:18:59 +0300
  • f8f14727b9
    Update crates (#4587) Mathijs van Veluw 2024-05-25 15:14:19 +0200
  • b0f2df5c61
    Update crates BlackDex 2024-05-24 18:31:19 +0200
  • fc86314af7
    differentiate external groups by organization id Stefan Melmuk 2024-05-24 00:36:05 +0200
  • 6882284edd Switch to Github Actions cache dfunkt 2024-05-23 11:56:54 +0300
  • 8bfa47c028 Update Alpine to version 3.20 dfunkt 2024-05-22 20:48:25 +0300
  • 4ecf8487ce Remove compatibility route Timshel 2024-05-21 19:52:04 +0200
  • 6454c7eea9 Disable Login with device if push is not enabled Timshel 2024-05-21 19:52:04 +0200
  • 84584cd30d Fix web-vault version in Docker(files/Settings) dfunkt 2024-05-20 10:36:09 +0300
  • 753a9e0bae
    Fix public api for domains with path prefix (#4500) FDHoho007 2024-05-19 20:33:31 +0200
  • f5fb69b64f
    also delete organization_api_key (#4557) Stefan Melmuk 2024-05-19 20:33:00 +0200
  • 3261534438
    Optimize Dockerfiles (#4532) Daniel 2024-05-19 21:32:36 +0300
  • 46762d9fde
    Improve commentary aesthetics (#4549) Rich Purnell 2024-05-20 02:30:57 +0800
  • 6cadb2627a
    Update Rust, crates and web-vault (#4558) Mathijs van Veluw 2024-05-19 20:30:34 +0200
  • a51226e4bc
    Merge f0366d054f into 0fe93edea6 Josef Schönberger 2024-05-19 19:48:22 +0200
  • f0366d054f Add config to disable system root cert store Josef Schönberger 2024-02-27 15:42:13 +0100
  • d4e66d38b1 Add config for additional SMTP TLS root certs Josef Schönberger 2024-02-27 15:33:32 +0100
  • 15eeaee6bc Increase secure notes length to match LastPass. Samuel Reed 2023-01-24 20:14:30 -0500
  • 80969881df
    Merge 158f834ba7 into 0fe93edea6 BlockListed 2024-05-19 17:41:46 +0000
  • 158f834ba7
    Merge branch 'main' into multiple-domains-support Mathijs van Veluw 2024-05-19 19:41:42 +0200
  • 2521fa1a7e
    Update web-vault to v2024.5.0 BlackDex 2024-05-18 16:10:40 +0200
  • 29f4588f49
    Update Rust and crates BlackDex 2024-05-15 21:42:09 +0200
  • ac0c1b3a1a
    also delete organization_api_key Stefan Melmuk 2024-05-15 15:20:23 +0200
  • b6a038446c
    Improve commentary aesthetics Rich Purnell 2024-05-10 22:37:41 +0800
  • 7272483a87
    Invert bool 1fexd 2024-05-05 17:17:45 +0200