Commit Graph

  • 1b4b40c95d Updated reqwest to the latest version. BlackDex 2020-03-14 23:12:45 +0100
  • afd9f4e278
    Allow the smtp mechanism to be provided without quotes and all lowercase Daniel García 2020-03-14 22:30:50 +0100
  • 47a9461f39
    Merge pull request #903 from TheBinaryLoop/patch-1 Daniel García 2020-03-14 14:41:39 +0100
  • c6f64d8368
    Merge pull request #901 from sleweke/feature/opportunistic_tls Daniel García 2020-03-14 14:41:00 +0100
  • edabf19ddf
    Update vault to 2.13.1 Daniel García 2020-03-14 14:40:06 +0100
  • a30d5f4cf9
    Fix cloning issues Daniel García 2020-03-14 14:08:57 +0100
  • 3fa78e7bb1
    Initial version of policies Daniel García 2020-03-14 13:22:30 +0100
  • a8a7e4f9a5
    Updated domains with new values vualt Lukas Eßmann 2020-03-13 20:08:52 +0100
  • 5d3b765a23 Use opportunistic TLS in SMTP connections Samuel Leweke 2020-03-12 11:26:54 +0100
  • 2bf337dc28 Fix escaping of SMTP_AUTH_MECHANISM in env template Samuel Leweke 2020-03-12 11:31:09 +0100
  • 70f3ab8ec3
    Migrate lazy_static to once_cell, less macro magic and slightly faster 1.14 Daniel García 2020-03-09 22:04:03 +0100
  • b6612e90ca
    Update dependencies Daniel García 2020-03-09 22:00:26 +0100
  • 161cccca30
    Merge pull request #892 from BlackDex/smtp-test-button Daniel García 2020-03-05 00:05:52 +0100
  • 84dc2eda1f Changed javascript default argument construction BlackDex 2020-03-04 15:08:14 +0100
  • 390d10d656 Relocated SMTP test input+button. BlackDex 2020-03-04 13:25:38 +0100
  • 1f775f4414
    Merge pull request #888 from zethra/add_cli_args Daniel García 2020-03-03 00:12:15 +0100
  • cc404b4edc
    Added command line flags for help and version zethra 2020-03-02 14:57:06 -0500
  • 536672ac1b
    Delete ISSUE_TEMPLATE.md Daniel García 2020-03-02 19:58:53 +0100
  • e41e7c07db Update issue templates Daniel García 2020-03-02 19:58:36 +0100
  • f1d3b03c60
    Update README.md Daniel García 2020-03-02 19:37:49 +0100
  • 2ebff958a4
    Merge pull request #879 from BlackDex/smtp-test-button Daniel García 2020-03-01 15:00:20 +0100
  • edfdda86ae
    Use web vault built by docker autobuild, using the hash to reference the image for extra security Daniel García 2020-03-01 02:38:26 +0100
  • 97fb7b5b96 Added urlpath to smtpTest function BlackDex 2020-02-26 16:58:57 +0100
  • f6de144cbb Merge branch 'smtp-test-button' of github.com:BlackDex/bitwarden_rs into smtp-test-button BlackDex 2020-02-26 16:56:03 +0100
  • 5a974c7b94 Added SMTP test button in the admin gui BlackDex 2020-02-26 11:02:22 +0100
  • 5f61607419 Added SMTP test button in the admin gui BlackDex 2020-02-26 11:02:22 +0100
  • 7439aeb63e Make panics logable (as warn) BlackDex 2020-02-25 14:10:52 +0100
  • cd8907542a
    Make sure the provided domain contains the protocol and show a useful error when it doesn't Daniel García 2020-02-23 14:55:27 +0100
  • 8a5450e830
    Merge pull request #868 from jjlin/alt-base Daniel García 2020-02-22 22:06:07 +0100
  • ad9f2b2d8e
    Removed test urlpath Daniel García 2020-02-22 19:01:58 +0100
  • 2f4a9865e1
    Use absolute paths in the admin page Daniel García 2020-02-22 17:49:33 +0100
  • 0a3008e753
    Update web vault used in docker Daniel García 2020-02-22 16:00:43 +0100
  • 29a0795219 Add backend support for alternate base dir (subdir/subpath) hosting Jeremy Lin 2020-02-18 21:27:00 -0800
  • 63459c5f72
    Updated FUNDING as mentioned in #859 Daniel García 2020-02-18 21:48:11 +0100
  • 916e96b143
    Update web vault to fix copy issues Daniel García 2020-02-18 20:08:21 +0100
  • 325039c316
    Attachment size limits, per-user and per-organization Daniel García 2020-02-17 22:56:26 +0100
  • c5b97f4146
    Merge pull request #864 from mprasil/admin-invitation Daniel García 2020-02-16 22:12:00 +0100
  • 2ea052ba5e Allow disabling attachment uploading Miro Prasil 2020-02-16 21:03:56 +0000
  • 03233429f4 Remove check from Invitation:take() Miro Prasil 2020-02-16 20:28:50 +0000
  • 0a72c4b6db Do not disable invitations via admin API Miroslav Prasil 2020-02-16 15:01:07 +0000
  • 8867626de8
    Add option to change invitation org name, fixes #825 Add option to allow additional iframe ancestors, fixes #843 Sort the rocket routes before printing them Daniel García 2020-02-04 22:14:50 +0100
  • f5916ec396
    Fix backwards indices Daniel García 2020-01-30 22:33:50 +0100
  • ebb36235a7
    Cache icons in the clients Daniel García 2020-01-30 22:30:57 +0100
  • def174a517
    Convert email domains to punycode Daniel García 2020-01-30 22:11:53 +0100
  • 2798f623d4
    Updated rust toolchain version Daniel García 2020-01-30 22:11:44 +0100
  • 480ba933fa
    Don't error if admin token is empty but disabled Daniel García 2020-01-30 22:10:50 +0100
  • 3d1ee9ef62
    Use rust-toolchain file to determine version in workflows, disabled mac builds for now Daniel García 2020-01-28 21:16:06 +0100
  • 5352321fe1
    Merge pull request #831 from mprasil/whitelist-fix Daniel García 2020-01-29 13:28:07 +0100
  • c4101162d6 SIGNUPS_ALLOWED with no whitelist [fixes #830] Miro Prasil 2020-01-29 11:32:42 +0000
  • 632d55265b
    Merge pull request #824 from tomuta/fix_change_email Daniel García 2020-01-28 20:52:16 +0100
  • e277f7d1c1 Fix change email when no whitelist is configured tomuta 2020-01-26 13:34:56 -0700
  • ff7b4a3d38
    Update handlebars to 3.0 which included performance improvements. Updated lettre to newer git revision, which should give better error messages now. Daniel García 2020-01-26 15:29:14 +0100
  • cd7d4d53b8 Added correct mysql libraries into runtime container. Marco Primitivo 2019-12-10 09:03:40 +0100
  • d212dfe735
    Accept y/n, True/False, 1/0 as booleans in environment vars Daniel García 2020-01-20 22:28:54 +0100
  • 84ed185579
    Update u2f to 0.2, which requires OpenSSL but also might solve the problems we've had with certificates. The rust image doesn't need installing curl or tar, so removed. Also collapsed ENV lines. Daniel García 2020-01-18 20:09:52 +0100
  • c0ba3406ef
    Merge pull request #812 from swedishborgie/postgresql Daniel García 2020-01-16 16:21:57 +0100
  • e196ba6e86
    Switch error handling to ? operator instead of explicit handling. Michael Powers 2020-01-16 08:14:25 -0500
  • 76743aee48
    Fixes #635 - Unique constraint violation when using U2F tokens on PostgreSQL Because of differences in how .on_conflict() works compared to .replace_into() the PostgreSQL backend wasn't correctly ensuring the unique constraint on user_uuid and atype wasn't getting violated. Michael Powers 2020-01-13 21:53:57 -0500
  • 9ebca99290
    Update dependencies Daniel García 2020-01-10 16:22:37 +0100
  • a734ad2d36
    Add contributor Daniel García 2020-01-10 18:36:36 +0100
  • 934c41a9dc Translated and flavored for GUG.cz deployment Jiří Bartušek 2020-01-07 22:05:36 +0100
  • baf7d1be4e
    Delete old workflow file and disable building binaries on pull requests, as we already have CI for that Daniel García 2020-01-05 22:46:34 +0100
  • 31bcd1bf7c
    Merge pull request #784 from ypid/docker/use-debian-base Daniel García 2020-01-05 22:42:43 +0100
  • a3b30ed65a
    Add missing target armv7 and cross compile envs Daniel García 2020-01-05 22:41:58 +0100
  • 59e50b03bd
    Merge pull request #804 from publicarray/master 1.13.1 Daniel García 2020-01-05 18:00:15 +0100
  • 0a88f020e1
    Disable Windows workflow Sebastian Schmidt 2020-01-05 20:45:03 +1100
  • c058a1d63c
    Make sure handlebars is not updated, as the next patch version has breaking changes Daniel García 2020-01-05 00:09:24 +0100
  • 96a189deb9
    Merge pull request #803 from aeolyus/master Daniel García 2020-01-05 00:12:15 +0100
  • 8c229920ad
    Protect websocket server against panics Daniel García 2020-01-04 23:52:38 +0100
  • d592323e39
    minor typo conect -> connect Richard Huang 2020-01-04 14:37:29 -0800
  • 77301be561
    Translated and flavored for GUG.cz Jiří Bartušek 2020-01-04 13:48:37 +0100
  • bc52c216d0
    Translated and flavored for GUG.cz Jiří Bartušek 2020-01-04 13:46:55 +0100
  • 2ea4de3469
    Translated and flavored for GUG.cz Jiří Bartušek 2020-01-04 13:18:51 +0100
  • 586962c114
    Translated and flavored for GUG.cz Jiří Bartušek 2020-01-04 13:17:41 +0100
  • 96f75a8727
    Updated logo for GUG.cz Jiří Bartušek 2020-01-04 13:15:24 +0100
  • 714da18b51
    Update README.md andrzejwp 2020-01-04 11:42:28 +0100
  • 402c857d17
    Add hint to Dockerfile's that they are generated Robin Schneider 2020-01-01 15:47:18 +0100
  • def858854b
    Readd missing cargo build for armv7. Thanks to @dani-garcia! Robin Schneider 2020-01-01 15:44:03 +0100
  • f6761ac30e
    Remove debugging echo statement from Dockerfiles Robin Schneider 2020-01-01 15:17:33 +0100
  • f8e49ea3f4
    Use apt-get instead of apt in Dockerfiles, also --no-install-recommends Robin Schneider 2019-12-31 16:40:15 +0100
  • f6a4a2127b
    Remove duplicate empty lines in generated Dockerfiles Robin Schneider 2019-12-31 16:24:49 +0100
  • 446fc3f1f8
    Set build time options for dpkg and reproducible builds Robin Schneider 2019-12-31 16:20:04 +0100
  • 146525db91
    Improve Jinja2 template logic a bit Robin Schneider 2019-12-31 15:54:27 +0100
  • 1698b43f9b
    Readd missing cargo setup for armv7. Thanks to @dani-garcia! Robin Schneider 2019-12-31 15:49:22 +0100
  • 078b21db85
    Fix armv6 build, thanks to @dani-garcia for the review! Robin Schneider 2019-12-31 15:45:02 +0100
  • 43adcde094
    Move `rustup target` before `cargo build`. Thanks to @dani-garcia! Robin Schneider 2019-12-31 15:38:55 +0100
  • 7a0bb18dcf
    Make `cargo new` independent of workdir to be exact Daniel García 2019-12-31 15:31:01 +0100
  • 47a5a4e1fc
    Fix package name for Ubuntu 16.04 based image. Thanks @dani-garcia! Robin Schneider 2019-12-31 15:28:23 +0100
  • 0f0e5876ae
    Move `dpkg --add-architecture` before the first apt call Robin Schneider 2019-12-31 15:17:31 +0100
  • 43aa75dc89
    Fix cross platform build support, thanks to @dani-garcia for the review Robin Schneider 2019-12-31 15:13:43 +0100
  • 95dd1cd7ad
    Use rmp upstream version Daniel García 2019-12-31 02:00:05 +0100
  • 36ae946655
    Avoid some to_string in the request logging and include message to disable web vault when not found. Daniel García 2019-12-29 15:29:46 +0100
  • 24edc94f9d
    try setting VCPKG_ROOT Sebastian Schmidt 2019-12-29 17:21:59 +1100
  • 4deae76347
    Update build workflow Sebastian Schmidt 2019-12-28 18:55:54 +1100
  • 8280d200ea
    Generate Dockerfiles from one source for maintainability. Closes #785. Robin Schneider 2019-12-28 22:52:01 +0100
  • 8ee0c57224
    Disable Windows build for now to avoid failing CI Daniel García 2019-12-28 15:28:22 +0100
  • cb6f392774
    When receiving a comma separated list as IP, pick the first Daniel García 2019-12-28 15:08:17 +0100
  • f250c54813
    WIP: Use Debian base image for all steps of the build process Robin Schneider 2019-12-24 00:26:34 +0100
  • 5c6081c4e2
    Merge pull request #779 from publicarray/master Daniel García 2019-12-27 22:26:01 +0100
  • 88c56de97b
    Config option for client IP header Daniel García 2019-12-27 18:42:39 +0100