Commit Graph

  • 56d61b96b8
    Fixed Debian Image JacobiteDE 2019-06-24 10:21:43 +0200
  • 1f2b253bb0
    Fixed Alpine to 3.10 JacobiteDE 2019-06-24 10:19:42 +0200
  • 30d00989b4
    Fixed Debian Image JacobiteDE 2019-06-24 10:18:03 +0200
  • 84db8936fe
    Fixed Debian Image JacobiteDE 2019-06-24 10:16:39 +0200
  • 44aa247f8b
    Update armv7hf-debian Image JacobiteDE 2019-06-24 09:34:17 +0200
  • ec5d4c7281
    Update rpi-debian Image JacobiteDE 2019-06-24 09:33:28 +0200
  • cc9ee17465
    Update muslrust and alpine Image JacobiteDE 2019-06-24 09:31:15 +0200
  • c4a4cc8877
    Update Debian Image JacobiteDE 2019-06-24 09:29:07 +0200
  • 44d6550238
    Update Debian Image JacobiteDE 2019-06-24 09:25:19 +0200
  • 8c34ff5d23
    Merge pull request #511 from CubityFirst/patch-1 Daniel García 2019-06-18 18:28:00 +0200
  • 15750256e2
    Merge pull request #510 from mprasil/armv6_fix Daniel García 2019-06-18 18:27:47 +0200
  • 6989fc7bdb
    Corrected Spelling Cubity_First 2019-06-18 15:45:19 +0100
  • 4923614730 Making a symlink is no longer necessary Miro Prasil 2019-06-17 12:16:26 +0100
  • 76f38621de
    Update dependencies and remove unwraps from Cipher::to_json Daniel García 2019-06-14 22:51:50 +0200
  • fff72889f6
    Document DB URL in .env file Daniel García 2019-06-02 13:44:59 +0200
  • 12af32b9ea
    Don't print DB URL Daniel García 2019-06-02 13:35:01 +0200
  • 9add8e19eb
    Update dependencies and remove travis unused feature Daniel García 2019-06-02 00:28:20 +0200
  • 5710703c50
    Make sure the backup option only appears when using sqlite Daniel García 2019-06-02 00:08:52 +0200
  • 1322b876e9
    Merge pull request #493 from endyman/feature/initial_mysql_support Daniel García 2019-06-01 23:33:06 +0200
  • 9ed2ba61c6
    Merge pull request #475 from TheMardy/master Daniel García 2019-06-01 23:29:58 +0200
  • 62a461ae15 remove syslog from ci, make features flag more clear Nils Domrose 2019-05-30 22:19:58 +0200
  • 6f7220b68e adapt other Dockerfiles Nils Domrose 2019-05-28 11:56:49 +0200
  • 4859932d35 fixed typo Nils Domrose 2019-05-28 07:48:17 +0200
  • ee277de707 include libsqlite3-sys optionally, removed non common features Nils Domrose 2019-05-27 23:31:56 +0200
  • c11f47903a revert include libsqlite3-sys optionally Nils Domrose 2019-05-27 23:18:45 +0200
  • 6a5f1613e7 include libsqlite3-sys optionally Nils Domrose 2019-05-27 23:07:47 +0200
  • dc36f0cb6c re-added sqlite check_db code, cleanup Nils Domrose 2019-05-27 22:58:52 +0200
  • 6c38026ef5 user char(36) for uuid columns Nils Domrose 2019-05-27 17:20:20 +0200
  • 4c9cc9890c adapt travis to not enable conflicting features Nils Domrose 2019-05-27 00:41:42 +0200
  • f57b407c60 fix cargo syntax Nils Domrose 2019-05-27 00:29:31 +0200
  • ce0651b79c fix mysql package in ubuntu Nils Domrose 2019-05-27 00:23:42 +0200
  • edc26cb1e1 adapt pipline to no enable conflicting features Nils Domrose 2019-05-27 00:19:59 +0200
  • ff759397f6 initial mysql support Nils Domrose 2019-05-26 23:02:41 +0200
  • badd22ac3d Make docker image build Emil Madsen 2019-05-20 22:36:27 +0200
  • 6f78395ef7 Passwordless sudo on azure? Emil Madsen 2019-05-20 21:59:18 +0200
  • 5fb6531db8 Attempt to fix azure pipeline Emil Madsen 2019-05-20 21:54:01 +0200
  • eb9d5e1196 Reintroduce .env.template Emil Madsen 2019-05-20 21:34:20 +0200
  • 233b48bdad Fix missing joinable in schema Emil Madsen 2019-05-20 21:30:31 +0200
  • e22e290f67 Fix key and type variable names for mysql Emil Madsen 2019-05-20 21:24:29 +0200
  • ab95a69dc8 Rework migrations for MySQL Emil Madsen 2019-05-20 21:12:41 +0200
  • 85c8a01f4a Merge branch 'master' of github.com:Skeen/bitwarden_rs Emil Madsen 2019-05-20 19:53:18 +0200
  • 42af7c6dab MySQL database Emil Madsen 2019-05-20 19:53:14 +0200
  • 08a445e2ac
    Merge pull request #484 from mprasil/hub_repo_change 1.9.1 Daniel García 2019-05-17 15:44:07 +0200
  • c0b2877da3
    Update deps and swap back to official u2f crate again Daniel García 2019-05-17 15:34:58 +0200
  • cf8ca85289 Point to the new docker hub image location Miro Prasil 2019-05-16 15:04:51 +0100
  • a8a92f6c51
    New vault patch release Daniel García 2019-05-15 18:11:39 +0200
  • 95f833aacd
    Update dependencies to use new ring Daniel García 2019-05-15 18:10:25 +0200
  • 4f45cc081f
    Update ring to 0.14, jwt to 6.0, and u2f Daniel García 2019-03-09 14:42:16 +0100
  • 2a4cd24c60
    Updated web vault to hide org plans again and updated dependencies Daniel García 2019-05-11 22:27:51 +0200
  • ef551f4cc6 Create Backup funcitonality TheMardy 2019-05-03 15:46:29 +0200
  • 4545f271c3
    Merge pull request #473 from Starbix/patch-1 Daniel García 2019-05-02 22:33:43 +0200
  • 2768396a72
    Update Runtime Base Image to Alpine v3.9 Cédric Laubacher 2019-05-02 21:28:34 +0200
  • 5521a86693
    Change path for served images to avoid collision with vault images Daniel García 2019-05-01 16:19:22 +0200
  • 3160780549
    Merge pull request #401 from TheMardy/master Daniel García 2019-04-30 17:52:10 +0200
  • f0701657a9 Changed to Bitwarden_RS Logo TheMardy 2019-04-30 16:08:53 +0200
  • 21325b7523
    Updated .env template 1.9.0 Daniel García 2019-04-27 20:14:37 +0200
  • 874f5c34bd
    Formatting Daniel García 2019-04-26 22:08:26 +0200
  • eadab2e9ca
    Updated dependencies Daniel García 2019-04-26 22:07:00 +0200
  • 253faaf023
    Use users duo host when required, instead of always using the global one Daniel García 2019-04-15 13:06:42 +0200
  • 3d843a6a51
    Merge pull request #460 from janost/organization-vault-purge Daniel García 2019-04-14 22:30:51 +0200
  • 03fdf36bf9 Fixed purging organization vault janost 2019-04-14 22:06:08 +0200
  • fdcc32beda
    Validate Duo credentials when custom Daniel García 2019-04-14 22:05:05 +0200
  • bf20355c5e
    Merge branch 'duo' Daniel García 2019-04-14 22:02:55 +0200
  • 0136c793b4
    Implement better user status API, in the future we'll probably want a way to disable users. We should migrate from the empty password hash to a separate column then. Daniel García 2019-04-13 00:01:52 +0200
  • 2e12114350
    Always create the user when inviting from admin panel Daniel García 2019-04-12 23:42:42 +0200
  • 4889415cae Add get invites endpoint ViViDboarder 2019-04-11 16:16:24 -0700
  • f25ab42ebb
    Merge pull request #455 from ViViDboarder/get_users Daniel García 2019-04-11 20:42:44 +0200
  • d3a8a278e6 Add new endpoint for retrieving all users ViViDboarder 2019-04-05 11:49:58 -0700
  • 8d9827c55f
    Implement selection between global config and user settings for duo keys. Daniel García 2019-04-11 18:40:03 +0200
  • cad63f9761
    Auto generate akey Daniel García 2019-04-11 16:08:26 +0200
  • bf446f44f9
    Enable DATA_FOLDER to affect default CONFIG_FILE path Daniel García 2019-04-11 15:41:13 +0200
  • 621f607297
    Update dependencies and fix some warnings Daniel García 2019-04-11 15:32:38 +0200
  • d89bd707a8
    Update vault release to show duo button Daniel García 2019-04-07 18:58:32 +0200
  • 754087b990
    Add global duo config and document options in .env template Daniel García 2019-04-07 18:58:15 +0200
  • cfbeb56371
    Implement user duo, initial version TODO: - At the moment each user needs to configure a DUO application and input the API keys, we need to check if multiple users can register with the same keys correctly and if so we could implement a global setting. - Sometimes the Duo frame doesn't load correctly, but canceling, reloading the page and logging in again seems to fix it for me. Daniel García 2019-04-05 22:09:53 +0200
  • 3bb46ce496
    Make the syslog crate non-optional when available Daniel García 2019-04-02 22:35:22 +0200
  • c5832f2b30
    With the latest fern, syslog can be a config option instead of a build flag Daniel García 2019-03-29 20:27:20 +0100
  • d9406b0095
    Update to web vault 2.10.0 Daniel García 2019-03-25 23:49:12 +0100
  • 2475c36a75
    Implement log_level config option Daniel García 2019-03-25 14:12:41 +0100
  • c384f9c0ca
    Set default log level to Info, we don't use debug anyway and it just fills the logs with other crates info. Daniel García 2019-03-25 13:55:21 +0100
  • afbfebf659
    Merge pull request #440 from BlackDex/mail-encoding Daniel García 2019-03-25 13:09:51 +0100
  • 6b686c18f7 Fixed long e-mail message extending 1000 lines. BlackDex 2019-03-25 09:48:19 +0100
  • 349cb33fbd
    Updated dependencies 1.8.0 Daniel García 2019-03-23 19:48:22 +0100
  • d7542b6818
    Merge pull request #437 from njfox/fix-smtp-error Daniel García 2019-03-21 14:22:57 +0100
  • 7976d39d9d
    Adjust whitespace Nick Fox 2019-03-20 23:29:29 -0400
  • 5ee9676941
    Break up long line to stop SMTP from breaking Nick Fox 2019-03-20 23:24:30 -0400
  • 4b40cda910
    Added domain blacklist regex for icons service and improved valid domain check. Reorganized the icons code a bit. Daniel García 2019-03-18 22:12:39 +0100
  • 4689ed7b30
    Changed uppercase deserializer to avoid a clone. Daniel García 2019-03-18 22:02:37 +0100
  • 084bc2aee3
    Use final release of lettre and update dependencies Daniel García 2019-03-17 14:43:22 +0100
  • 6d7e15b2fd
    Use web vault 2.9.0 release Daniel García 2019-03-14 13:29:03 +0100
  • 61515160a7
    Allow changing error codes and create an empty error. Return 404 instead of 400 when no accounts breached. Daniel García 2019-03-14 00:17:36 +0100
  • a25bfdd16d
    Remove unused features from multipart (integration with other servers) Daniel García 2019-03-13 15:57:00 +0100
  • e93538cea9
    Add option to use wrapped TLS in email, instead of STARTTLS upgrade Daniel García 2019-03-10 14:44:42 +0100
  • b4244b28b6
    Update admin page scripts and fixed broken tooltip Daniel García 2019-03-09 14:41:34 +0100
  • 43f9038325
    Add option to force resync clients in admin panel Daniel García 2019-03-07 21:08:33 +0100
  • 27872f476e
    Update dependencies Daniel García 2019-03-07 20:22:08 +0100
  • 339044f8aa
    Add warning about config panel values overriding env vars. Daniel García 2019-03-07 20:22:02 +0100
  • 0718a090e1
    Trim spaces from admin token during authentication and validate that the admin panel token is not empty Daniel García 2019-03-07 20:21:50 +0100
  • 9e1f030a80
    Explicitly close SMTP connection in case of error. Daniel García 2019-03-07 20:21:10 +0100
  • 04922f6aa0
    Some formatting and dependency updates Daniel García 2019-03-03 16:11:55 +0100