Commit Graph

1088 Commits

Author SHA1 Message Date
8be2ed6255 Update web vault to 2.11.0 2019-07-30 19:50:35 +02:00
c9c3f07171 Updated dependencies and fixed panic getting icons 2019-07-30 19:42:05 +02:00
8a21c6df10 Merge pull request #541 from vverst/mail-new-device
Add "New Device Logged In From" email
2019-07-30 13:18:42 -04:00
vpl
df71f57d86 Move send device email to end of password login
Send new device email after two factor authentication.
2019-07-25 21:10:27 +02:00
vpl
60e39a9dd1 Move retrieve/new device from connData to separate function 2019-07-22 12:30:26 +02:00
vpl
bc6a53b847 Add new device email when user logs in 2019-07-22 08:26:24 +02:00
05a1137828 Move backend checks to build.rs to fail fast, and updated dependencies 2019-07-09 17:26:34 +02:00
cef38bf40b Merge pull request #525 from fbartels/hadolint
use hadolint for linting Dockerfiles
2019-07-09 17:22:27 +02:00
0b13a8c4aa last round of linting fixes
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-07-06 08:36:18 +02:00
3fbd7919d8 more linting fixes
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-07-06 08:16:05 +02:00
5f688ff209 no more linting errors for the main Dockerfile
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-07-05 22:45:29 +02:00
f6cfb5bf21 add hadolint config file
to globally ignore certain rules
2019-07-05 11:06:44 +02:00
df8c9f39ac add hadolint to travisfile
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-07-04 15:59:50 +02:00
d7ee7caed4 Merge pull request #520 from njfox/fix-email-alias
Fix #468 - Percent-encode the email address in invite link
2019-07-03 22:42:42 +02:00
2e300da057 Fix #468 - Percent-encode the email address in invite link 2019-07-02 22:55:13 -04:00
3fb63bbe8c Merge pull request #514 from mprasil/dockerfile_cleanup
Dockerfile cleanup
2019-06-26 17:20:10 +02:00
9671ed4cca Symlink amd64 Dockerfile to repo root 2019-06-24 09:59:43 +01:00
d10ef3fd4b Create Dockerfiles for mysql builds 2019-06-24 09:56:26 +01:00
dd0b847912 Move current dockerfiles to their arch folders 2019-06-24 09:52:55 +01:00
8c34ff5d23 Merge pull request #511 from CubityFirst/patch-1
Corrected Spelling
2019-06-18 18:28:00 +02:00
15750256e2 Merge pull request #510 from mprasil/armv6_fix
Making a symlink is no longer necessary
2019-06-18 18:27:47 +02:00
6989fc7bdb Corrected Spelling
Changed it from Chache to Cache on Line 207
2019-06-18 15:45:19 +01:00
4923614730 Making a symlink is no longer necessary 2019-06-17 12:16:26 +01:00
76f38621de Update dependencies and remove unwraps from Cipher::to_json 2019-06-14 22:51:50 +02:00
fff72889f6 Document DB URL in .env file 2019-06-02 13:44:59 +02:00
12af32b9ea Don't print DB URL 2019-06-02 13:39:16 +02:00
9add8e19eb Update dependencies and remove travis unused feature 2019-06-02 00:28:20 +02:00
5710703c50 Make sure the backup option only appears when using sqlite 2019-06-02 00:08:52 +02:00
1322b876e9 Merge pull request #493 from endyman/feature/initial_mysql_support
Initial support for mysql
2019-06-01 23:33:06 +02:00
9ed2ba61c6 Merge pull request #475 from TheMardy/master
Create Backup funcitonality
2019-06-01 23:29:58 +02:00
62a461ae15 remove syslog from ci, make features flag more clear 2019-05-30 22:19:58 +02:00
6f7220b68e adapt other Dockerfiles 2019-05-28 11:56:49 +02:00
4859932d35 fixed typo 2019-05-28 07:48:17 +02:00
ee277de707 include libsqlite3-sys optionally, removed non common features 2019-05-27 23:31:56 +02:00
c11f47903a revert include libsqlite3-sys optionally 2019-05-27 23:18:45 +02:00
6a5f1613e7 include libsqlite3-sys optionally 2019-05-27 23:07:47 +02:00
dc36f0cb6c re-added sqlite check_db code, cleanup 2019-05-27 22:58:52 +02:00
6c38026ef5 user char(36) for uuid columns 2019-05-27 17:20:20 +02:00
4c9cc9890c adapt travis to not enable conflicting features 2019-05-27 00:41:42 +02:00
f57b407c60 fix cargo syntax 2019-05-27 00:29:31 +02:00
ce0651b79c fix mysql package in ubuntu 2019-05-27 00:23:42 +02:00
edc26cb1e1 adapt pipline to no enable conflicting features 2019-05-27 00:19:59 +02:00
ff759397f6 initial mysql support 2019-05-26 23:03:05 +02:00
badd22ac3d Make docker image build 2019-05-20 22:36:27 +02:00
6f78395ef7 Passwordless sudo on azure? 2019-05-20 21:59:18 +02:00
5fb6531db8 Attempt to fix azure pipeline 2019-05-20 21:54:01 +02:00
eb9d5e1196 Reintroduce .env.template 2019-05-20 21:34:20 +02:00
233b48bdad Fix missing joinable in schema 2019-05-20 21:30:31 +02:00
e22e290f67 Fix key and type variable names for mysql 2019-05-20 21:24:29 +02:00
ab95a69dc8 Rework migrations for MySQL 2019-05-20 21:12:41 +02:00