Commit Graph

  • e6b763026e Merge branch 'master' into icon-security Daniel García 2019-10-05 16:45:36 +02:00
  • c182583e09 Merge pull request #644 from BlackDex/issue-565 Daniel García 2019-10-05 16:17:43 +02:00
  • d821389c2e Merge pull request #639 from vverst/cors-update Daniel García 2019-10-05 16:09:33 +02:00
  • be2916333b Fixed issue #565 BlackDex 2019-10-05 15:45:09 +02:00
  • 9124d8a3fb Updated icon blacklisting. BlackDex 2019-10-05 14:48:15 +02:00
  • 7b1da527a6 Change CORS headers vpl 2019-10-01 17:26:58 +02:00
  • e7b8602e1f Merge pull request #638 from mprasil/add_sqlite_binary Daniel García 2019-10-01 19:50:41 +02:00
  • d6e9af909b Remove the unnecessary check for sqlite Miro Prasil 2019-10-01 10:40:22 +01:00
  • acdd42935b Add sqlite binary into the docker images Miro Prasil 2019-09-30 13:54:06 +01:00
  • 8367d1d715 Merge pull request #631 from vverst/cors-put Daniel García 2019-09-23 20:03:51 +02:00
  • 56f12dc982 Use Access-Control-Allow-Method vpl 2019-09-23 07:44:44 +02:00
  • 4c07f05b3a Remove Result<T, E: Debug> in preparation of deprecation as Rocket responder. Removed unnecessary returns Daniel García 2019-09-17 21:05:56 +02:00
  • b73ff886c3 Use upstream rmp Daniel García 2019-09-17 19:47:51 +02:00
  • 2e7bd62353 Merge pull request #624 from swedishborgie/postgresql Daniel García 2019-09-17 18:50:40 +02:00
  • 1264eb640a Added a migration that fixes #1 which caused attachments to be broken for the PostgreSQL backend. Also converts any CHAR types to VARCHAR to prevent the same issue from causing problems down the line. Michael Powers 2019-09-16 19:52:00 -04:00
  • 3a90364b32 Merge pull request #621 from swedishborgie/postgresql Daniel García 2019-09-16 20:05:05 +02:00
  • f5f9861a78 Adds support for PostgreSQL which resolves #87 and is mentioned in #246. This includes migrations as well as Dockerfile's for amd64. Michael Powers 2019-09-12 16:12:22 -04:00
  • f9408a00c6 Allow self signed certs and increase a bit the timings Daniel García 2019-09-11 22:01:42 +02:00
  • ae8bf954c1 Updated web vault to 2.12 Daniel García 2019-09-07 22:13:56 +02:00
  • c656f2f694 Merge pull request #604 from mprasil/fix-healthcheck Daniel García 2019-09-06 10:47:10 +02:00
  • eea3f13bb3 Fix #603 and remove mysql from sqlite image Miro Prasil 2019-09-06 09:34:21 +01:00
  • df8114f8be Updated client kdf iterations to 100000 and fixed some lints Daniel García 2019-09-05 21:56:12 +02:00
  • dda244edd8 Merge pull request #589 from H3npi/H3npi-patch-1 Daniel García 2019-09-05 19:47:10 +02:00
  • cce3ce816c Adds environment port to curl healthcheck H3npi 2019-09-04 09:12:53 +02:00
  • 65c0d1064b Merge pull request #599 from vverst/cors Daniel García 2019-09-03 20:22:54 +02:00
  • 5a2f968d7a Set correct response headers, status code vpl 2019-09-02 21:13:12 +02:00
  • 16d88402cb Initial version of CORS support vpl 2019-09-01 13:00:12 +02:00
  • 7dcf18151d Fix onsubmit Daniel García 2019-08-31 17:57:47 +02:00
  • e3404dd322 Use the local scripts instead of cloudflare, remove jquery and update config so disabling a master toggle doesn't remove the values Daniel García 2019-08-31 17:47:52 +02:00
  • bfc517ee80 Remove unused warning Daniel García 2019-08-31 17:26:16 +02:00
  • 4a7d2a1e28 Rename static files endpoint Daniel García 2019-08-31 17:25:31 +02:00
  • 66a68f6d22 Adds Healthcheck for all docker container H3npi 2019-08-27 11:23:55 +02:00
  • 469318bcbd Updated dependencies and web vault version Daniel García 2019-08-27 21:14:15 +02:00
  • c07c9995ea Merge pull request #555 from vverst/email-codes Daniel García 2019-08-27 21:07:41 +02:00
  • 2c2276c5bb Merge pull request #585 from ViViDboarder/mail-auth-over-insecure 1.10.0 Daniel García 2019-08-27 20:21:23 +02:00
  • 672a245548 Remove unecessary clone ViViDboarder 2019-08-27 10:40:38 -07:00
  • 5d50b1ee3c Merge remote-tracking branch 'upstream/master' into email-codes vpl 2019-08-26 21:38:45 +02:00
  • c99df1c310 Compare token using crypto::ct_eq vpl 2019-08-26 20:22:04 +02:00
  • 591ae10144 Get token from single u64 vpl 2019-08-26 20:26:54 +02:00
  • 2d2745195e Allow explicitly defined smtp auth mechansim ViViDboarder 2019-08-23 16:22:14 -07:00
  • 026f9da035 Allow removing users two factors Daniel García 2019-08-21 17:13:06 +02:00
  • d23d4f2c1d Allow editing HIBP key in the admin panel Daniel García 2019-08-20 23:53:00 +02:00
  • 515b87755a Update HIBP to v3, requires paid API key, fixes #583 Daniel García 2019-08-20 20:07:12 +02:00
  • d8ea3d2bfe Merge pull request #582 from vverst/require-device-email-config Daniel García 2019-08-19 22:58:50 +02:00
  • ee7837d022 Add option to require new device emails vpl 2019-08-19 22:14:00 +02:00
  • 07743e490b Ignore error sending device email Daniel García 2019-08-18 19:32:26 +02:00
  • 9101d6e48f Update dependencies Daniel García 2019-08-18 19:31:54 +02:00
  • 27c23b60b8 Merge pull request #571 from BlackDex/icon-proxy-support Daniel García 2019-08-15 22:14:10 +02:00
  • e7b6238f43 Added reqwest proxy support BlackDex 2019-08-12 17:24:32 +02:00
  • ad2225b6e5 Add configuration options for Email 2FA vpl 2019-08-10 22:33:39 +02:00
  • 5609103a97 Use ring to generate email token vpl 2019-08-06 22:37:23 +02:00
  • 6d460b44b0 Use saved token for email 2fa codes vpl 2019-08-04 16:55:43 +02:00
  • efd8d9f528 Remove some unused imports, unneeded mut variables vpl 2019-08-03 20:09:20 +02:00
  • 29aedd388e Add email code logic and move two_factor into separate modules vpl 2019-08-03 18:47:52 +02:00
  • 27e0e41835 Add email authenticator logic vpl 2019-08-04 16:56:39 +02:00
  • 0b60f20eb3 Add email message for twofactor email codes vpl 2019-08-03 08:07:14 +02:00
  • 8be2ed6255 Update web vault to 2.11.0 Daniel García 2019-07-30 19:50:35 +02:00
  • c9c3f07171 Updated dependencies and fixed panic getting icons Daniel García 2019-07-30 19:38:54 +02:00
  • 8a21c6df10 Merge pull request #541 from vverst/mail-new-device Daniel García 2019-07-30 13:18:42 -04:00
  • df71f57d86 Move send device email to end of password login vpl 2019-07-25 20:47:58 +02:00
  • 60e39a9dd1 Move retrieve/new device from connData to separate function vpl 2019-07-22 08:24:19 +02:00
  • bc6a53b847 Add new device email when user logs in vpl 2019-07-22 08:26:24 +02:00
  • 05a1137828 Move backend checks to build.rs to fail fast, and updated dependencies Daniel García 2019-07-09 17:26:34 +02:00
  • cef38bf40b Merge pull request #525 from fbartels/hadolint Daniel García 2019-07-09 17:22:27 +02:00
  • 0b13a8c4aa last round of linting fixes Felix Bartels 2019-07-06 08:36:18 +02:00
  • 3fbd7919d8 more linting fixes Felix Bartels 2019-07-06 08:16:05 +02:00
  • 5f688ff209 no more linting errors for the main Dockerfile Felix Bartels 2019-07-05 22:45:29 +02:00
  • f6cfb5bf21 add hadolint config file Felix Bartels 2019-07-05 11:06:44 +02:00
  • df8c9f39ac add hadolint to travisfile Felix Bartels 2019-07-04 15:59:50 +02:00
  • d7ee7caed4 Merge pull request #520 from njfox/fix-email-alias Daniel García 2019-07-03 22:42:42 +02:00
  • 2e300da057 Fix #468 - Percent-encode the email address in invite link Nick Fox 2019-07-02 22:55:13 -04:00
  • 3fb63bbe8c Merge pull request #514 from mprasil/dockerfile_cleanup Daniel García 2019-06-26 17:20:10 +02:00
  • 9671ed4cca Symlink amd64 Dockerfile to repo root Miro Prasil 2019-06-24 09:59:43 +01:00
  • d10ef3fd4b Create Dockerfiles for mysql builds Miro Prasil 2019-06-24 09:56:26 +01:00
  • dd0b847912 Move current dockerfiles to their arch folders Miro Prasil 2019-06-24 09:52:55 +01:00
  • 8c34ff5d23 Merge pull request #511 from CubityFirst/patch-1 Daniel García 2019-06-18 18:28:00 +02:00
  • 15750256e2 Merge pull request #510 from mprasil/armv6_fix Daniel García 2019-06-18 18:27:47 +02:00
  • 6989fc7bdb Corrected Spelling Cubity_First 2019-06-18 15:45:19 +01:00
  • 4923614730 Making a symlink is no longer necessary Miro Prasil 2019-06-17 12:16:26 +01:00
  • 76f38621de Update dependencies and remove unwraps from Cipher::to_json Daniel García 2019-06-14 22:51:50 +02:00
  • fff72889f6 Document DB URL in .env file Daniel García 2019-06-02 13:44:59 +02:00
  • 12af32b9ea Don't print DB URL Daniel García 2019-06-02 13:35:01 +02:00
  • 9add8e19eb Update dependencies and remove travis unused feature Daniel García 2019-06-02 00:28:20 +02:00
  • 5710703c50 Make sure the backup option only appears when using sqlite Daniel García 2019-06-02 00:08:52 +02:00
  • 1322b876e9 Merge pull request #493 from endyman/feature/initial_mysql_support Daniel García 2019-06-01 23:33:06 +02:00
  • 9ed2ba61c6 Merge pull request #475 from TheMardy/master Daniel García 2019-06-01 23:29:58 +02:00
  • 62a461ae15 remove syslog from ci, make features flag more clear Nils Domrose 2019-05-30 22:19:58 +02:00
  • 6f7220b68e adapt other Dockerfiles Nils Domrose 2019-05-28 11:56:49 +02:00
  • 4859932d35 fixed typo Nils Domrose 2019-05-28 07:48:17 +02:00
  • ee277de707 include libsqlite3-sys optionally, removed non common features Nils Domrose 2019-05-27 23:31:56 +02:00
  • c11f47903a revert include libsqlite3-sys optionally Nils Domrose 2019-05-27 23:18:45 +02:00
  • 6a5f1613e7 include libsqlite3-sys optionally Nils Domrose 2019-05-27 23:07:47 +02:00
  • dc36f0cb6c re-added sqlite check_db code, cleanup Nils Domrose 2019-05-27 22:58:52 +02:00
  • 6c38026ef5 user char(36) for uuid columns Nils Domrose 2019-05-27 17:20:20 +02:00
  • 4c9cc9890c adapt travis to not enable conflicting features Nils Domrose 2019-05-27 00:41:42 +02:00
  • f57b407c60 fix cargo syntax Nils Domrose 2019-05-27 00:29:31 +02:00
  • ce0651b79c fix mysql package in ubuntu Nils Domrose 2019-05-27 00:23:42 +02:00
  • edc26cb1e1 adapt pipline to no enable conflicting features Nils Domrose 2019-05-27 00:19:59 +02:00
  • ff759397f6 initial mysql support Nils Domrose 2019-05-26 23:02:41 +02:00
  • badd22ac3d Make docker image build Emil Madsen 2019-05-20 22:36:27 +02:00