Commit Graph

  • 87393409f9
    Clean up misunderstandings by removing the single-user point Markus Richter 2020-08-29 12:47:16 +0200
  • 062f5e4712
    Update dependencies Daniel García 2020-08-28 22:11:55 +0200
  • aaba1e8368
    Fix some clippy warnings and remove unused function Daniel García 2020-08-28 22:10:28 +0200
  • ff2684dfee
    Merge pull request #1116 from jjlin/docker Daniel García 2020-08-27 12:34:36 +0200
  • 6b5fa201aa Fix the Alpine build Jeremy Lin 2020-08-26 23:44:34 -0700
  • 7167e443ca
    Merge pull request #1115 from jjlin/favorites Daniel García 2020-08-26 17:54:50 +0200
  • 175d647e47 Delete associated favorites when deleting a cipher or user Jeremy Lin 2020-08-26 01:27:38 -0700
  • 4c324e1160
    Change Dockerfiles to make the AMD image multidb Daniel García 2020-08-19 00:02:14 +0200
  • 0365b7c6a4
    Add support for multiple simultaneous database features by using macros. Diesel requires the following changes: - Separate connection and pool types per connection, the generate_connections! macro generates an enum with a variant per db type - Separate migrations and schemas, these were always imported as one type depending on db feature, now they are all imported under different module names - Separate model objects per connection, the db_object! macro generates one object for each connection with the diesel macros, a generic object, and methods to convert between the connection-specific and the generic ones - Separate connection queries, the db_run! macro allows writing only one that gets compiled for all databases or multiple ones Daniel García 2020-08-18 17:15:44 +0200
  • 19889187a5
    Merge pull request #1106 from jjlin/favorites Daniel García 2020-08-24 00:31:48 +0200
  • 9571277c44
    Merge pull request #1112 from jjlin/token-size-docs Daniel García 2020-08-24 00:25:47 +0200
  • a202da9e23
    Merge pull request #1099 from jjlin/global-domains Daniel García 2020-08-24 00:25:33 +0200
  • e5a77a477d
    Merge pull request #1111 from jjlin/token Daniel García 2020-08-24 00:25:12 +0200
  • c05dc50f53 Add more docs on the `email_token_size` setting Jeremy Lin 2020-08-22 17:33:20 -0700
  • 3bbdbb832c Transfer favorite status for user-owned ciphers Jeremy Lin 2020-08-22 17:14:05 -0700
  • d9684bef6b Generate tokens more simply and uniformly Jeremy Lin 2020-08-22 16:07:53 -0700
  • db0c45c172 Sync global_domains.json to bitwarden/server@8383a08 (Yandex) Jeremy Lin 2020-08-20 03:31:21 -0700
  • ad4393e3f7 Sync global_domains.json to bitwarden/server@80f57d2 (Amazon updates) Jeremy Lin 2020-08-20 03:30:39 -0700
  • f83a8a36d1 Track favorites on a per-user basis Jeremy Lin 2020-08-19 02:16:27 -0700
  • 0e9eba8c8b Maximize similarity between MySQL and SQLite/PostgreSQL schemas Jeremy Lin 2020-08-02 21:54:43 -0700
  • d5c760960a Sync global_domains.json to bitwarden/server@af85e17 (eBay India updates) Jeremy Lin 2020-08-19 00:40:59 -0700
  • 2c6ef2bc68 Sync global_domains.json to bitwarden/server@2c43019 (eBay updates) Jeremy Lin 2020-08-15 01:34:12 -0700
  • 7032ae5587 Sync global_domains.json to bitwarden/server@6aed80a (Amazon updates) Jeremy Lin 2020-08-15 01:32:56 -0700
  • eba22c2d94
    Merge pull request #1095 from jjlin/db-docs Daniel García 2020-08-13 22:34:46 +0200
  • 11cc9ae0c0
    Merge pull request #1094 from jjlin/master Daniel García 2020-08-13 22:34:20 +0200
  • fb648db47d
    Merge pull request #1096 from mqus/mqus-env-document-override Daniel García 2020-08-13 22:34:03 +0200
  • 959283d333
    Add a note that settings in .env can be overridden mqus 2020-08-13 17:49:25 +0200
  • 385c2227e7 Add more doc comments for MySQL/PostgreSQL connection URIs Jeremy Lin 2020-08-13 02:33:22 -0700
  • 6d9f03e84b Sync global_domains.json to bitwarden/server@61b11e3 Jeremy Lin 2020-08-12 21:10:31 -0700
  • 6a972e4b19
    Make the admin URL redirect try to use the referrer first, and use /admin when DOMAIN is not configured and the referrer check doesn't work, to allow users without DOMAIN configured to use the admin page correctly Daniel García 2020-08-12 19:07:52 +0200
  • 171b174ce9
    Update dependencies Daniel García 2020-08-12 18:46:28 +0200
  • 93b7ded1e6
    Remove unneccessary shim for backtrace Daniel García 2020-08-12 18:45:26 +0200
  • 29c6b145ca
    Remove redundant user fetching from login Daniel García 2020-08-11 16:48:15 +0200
  • a7a479623c
    Merge pull request #1087 from jjlin/org-creation-users 1.16.3 Daniel García 2020-08-08 16:20:15 +0200
  • 83dff9ae6e
    Merge pull request #1083 from jjlin/global-domains Daniel García 2020-08-08 16:19:30 +0200
  • 6b2cc5a3ee
    Merge pull request #1089 from jjlin/master Daniel García 2020-08-07 20:39:17 +0200
  • 5247e0d773 Don't push `latest-arm32v6` tag for MySQL and PostgreSQL images Jeremy Lin 2020-08-07 10:15:15 -0700
  • 05b308b8b4 Sync global_domains.json with upstream Jeremy Lin 2020-08-04 00:49:14 -0700
  • 9621278fca Add a script to auto-generate the global equivalent domains JSON file Jeremy Lin 2020-08-04 00:45:16 -0700
  • 570d6c8bf9 Add support for restricting org creation to certain users Jeremy Lin 2020-08-05 22:35:29 -0700
  • ad48e9ed0f
    Fix unlock on desktop clients 1.16.2 Daniel García 2020-08-04 15:12:04 +0200
  • f724addf9a
    Merge pull request #1076 from jjlin/soft-delete Daniel García 2020-07-28 17:44:33 +0200
  • aa20974703
    Merge pull request #1075 from jjlin/master Daniel García 2020-07-28 17:43:59 +0200
  • a846f6c610 Fix soft delete notifications Jeremy Lin 2020-07-26 16:19:47 -0700
  • c218c34812 Push an extra `latest-arm32v6` tag Jeremy Lin 2020-07-26 15:28:14 -0700
  • 2626e66873
    Merge pull request #1069 from jjlin/master 1.16.1 Daniel García 2020-07-24 23:05:29 +0200
  • 81e0e1b339 Skip cleanup of `arm32v6` arch-specific tags Jeremy Lin 2020-07-24 11:32:44 -0700
  • fd1354d00e
    Merge pull request #1067 from jjlin/log-time-fmt Daniel García 2020-07-24 16:42:10 +0200
  • 071a3b2a32 Log timestamps with milliseconds by default Jeremy Lin 2020-07-23 14:19:51 -0700
  • 32cfaab5ee
    Updated dependencies and changed rocket request imports Daniel García 2020-07-19 21:01:31 +0200
  • d348f12a0e Add config option for log timestamp format Jeremy Lin 2020-07-22 21:50:49 -0700
  • 11845d9f5b
    Merge pull request #1061 from jjlin/use-strip-prefix 1.16.0 Daniel García 2020-07-21 16:31:31 +0200
  • de70fbf88a Use `strip_prefix()` instead of `trim_start_matches()` as appropriate Jeremy Lin 2020-07-20 22:33:13 -0700
  • 0b04caab78
    Merge pull request #1029 from jjlin/multi-arch Daniel García 2020-07-16 22:59:12 +0200
  • 4c78c5a9c9 Tag latest releases as `latest` and `alpine` Jeremy Lin 2020-07-15 20:02:18 -0700
  • 73f0841f17 Clean up arch-specific tags if Docker Hub credentials are provided Jeremy Lin 2020-06-14 00:00:05 -0700
  • 4559e85daa Multi-arch image support Jeremy Lin 2020-06-10 02:01:41 -0700
  • bbef332e25 Dockerfile.j2: remove dead code Jeremy Lin 2020-06-10 01:51:38 -0700
  • 1e950c7dbc
    Replace IP support in preparation for compiling on stable, included some tests to check that the code matches the unstable implementation Daniel García 2020-07-14 23:44:01 +0200
  • f14e19a3d8
    Don't compile the regexes each time Daniel García 2020-07-14 21:58:27 +0200
  • 668d5c23dc
    Removed try_trait and some formatting, particularly around imports Daniel García 2020-07-14 18:00:09 +0200
  • fb6f96f5c3
    Updated dependencies Daniel García 2020-07-14 16:08:11 +0200
  • 6e6e34ff18
    Merge pull request #1055 from jjlin/pg Daniel García 2020-07-11 11:17:45 +0200
  • 790146bfac Fix error in PostgreSQL build Jeremy Lin 2020-07-10 17:23:02 -0700
  • af625930d6
    Merge pull request #1049 from jjlin/local-tz Daniel García 2020-07-08 19:39:17 +0200
  • a28ebcb401 Use local time in email notifications for new device logins Jeremy Lin 2020-07-07 21:30:18 -0700
  • 77e47ddd1f
    Merge pull request #1042 from jjlin/hide-passwords Daniel García 2020-07-06 18:56:06 +0200
  • 5b620ba6cd
    Merge pull request #1048 from jjlin/init Daniel García 2020-07-06 18:15:18 +0200
  • d5f9b33f66 Add startup script to support init operations Jeremy Lin 2020-07-05 15:26:20 -0700
  • 596c9b8691
    Add option to set name during HELO in email settings Daniel García 2020-07-05 01:59:15 +0200
  • d4357eb55a
    Updated dependencies ans web vault version Daniel García 2020-07-05 01:38:16 +0200
  • b37f0dfde3
    Merge pull request #1044 from ArmaanT/master Daniel García 2020-07-05 01:07:29 +0200
  • 624791e09a
    Allow postgres:// DATABASE_URL Armaan Tobaccowalla 2020-07-04 16:13:27 -0400
  • f9a73a9bbe More cipher optimization/cleanup Jeremy Lin 2020-07-03 10:49:10 -0700
  • 35868dd72c Optimize cipher queries Jeremy Lin 2020-07-03 09:00:33 -0700
  • 979d010dc2 Add support for hiding passwords in a collection Jeremy Lin 2020-07-02 21:51:20 -0700
  • b34d548246
    Update dependencies Daniel García 2020-06-22 17:15:20 +0200
  • a87646b8cb
    Some format changes to main.rs Daniel García 2020-06-15 23:40:39 +0200
  • a2411eef56
    Updated dependencies Daniel García 2020-06-15 23:04:52 +0200
  • 52ed8e4d75
    Merge pull request #1026 from BlackDex/issue-1022 1.15.1 Daniel García 2020-06-07 19:53:47 +0200
  • 24c914799d Fixes #1022 cloning with attachments BlackDex 2020-06-07 17:57:04 +0200
  • db53511855
    Merge pull request #1020 from BlackDex/admin-interface Daniel García 2020-06-04 18:50:00 +0200
  • 325691e588 Fixed wrong status if there is an update. BlackDex 2020-06-04 17:05:17 +0200
  • fac3cb687d
    Merge pull request #1019 from xoxys/master Daniel García 2020-06-04 01:24:28 +0200
  • afbf1db331 add back openssl crate Robert Kaussow 2020-06-04 01:21:30 +0200
  • 1aefaec297
    Merge pull request #1018 from BlackDex/admin-interface Daniel García 2020-06-03 22:48:03 +0200
  • f1d3fb5d40
    Merge pull request #1017 from dprobinson/patch-1 Daniel García 2020-06-03 22:47:53 +0200
  • ac2723f898 Updated Organizations overview BlackDex 2020-06-03 20:37:31 +0200
  • 2fffaec226 Added attachment info per user and some layout fix BlackDex 2020-06-03 17:57:03 +0200
  • 5c54dfee3a Fixed an issue when DNS resolving fails. BlackDex 2020-06-03 17:07:32 +0200
  • 967d2d78ec
    Added missing ENV Variable for Implicit TLS David P Robinson 2020-06-02 23:46:26 +0100
  • 1aa5e0d4dc
    Merge pull request #1012 from BlackDex/admin-interface 1.15.0 Daniel García 2020-06-01 20:07:13 +0200
  • b47cf97409 Updated js/css libraries and fixed smallscreen err BlackDex 2020-06-01 18:58:38 +0200
  • 5e802f8aa3
    Update lettre to alpha release instead of git commit, and update the rest of dependencies while we are at it Daniel García 2020-05-31 17:58:06 +0200
  • 0bdeb02a31
    Merge pull request #1009 from jjlin/email-subject Daniel García 2020-05-31 00:22:58 +0200
  • b03698fadb
    Merge pull request #1010 from jjlin/admin-url Daniel García 2020-05-31 00:22:46 +0200
  • 39d1a09704 Avoid double-slashes in the admin URL Jeremy Lin 2020-05-30 01:06:40 -0700
  • a447e4e7ef Don't HTML-escape email subject lines Jeremy Lin 2020-05-29 23:25:18 -0700
  • 4eee6e7aee
    Merge pull request #1007 from BlackDex/admin-interface Daniel García 2020-05-28 20:54:11 +0200
  • b6fde857a7 Added version check to diagnostics BlackDex 2020-05-28 20:25:25 +0200