Commit Graph

3266 Commits

Author SHA1 Message Date
antelle cc4aa6fc1a
bump version 2020-12-17 19:28:45 +01:00
antelle b4b6ef3206
calling oauth authorize again if the refresh token is expired 2020-12-17 19:25:36 +01:00
antelle ccfd5126bc
release notes 2020-12-16 21:15:40 +01:00
antelle b733b43f8b
release notes 2020-12-16 21:15:27 +01:00
antelle 3c0693fdd9
skip VirusTotal checks in ci-sandbox 2020-12-16 21:14:39 +01:00
antelle 938f2be487
passing sha to VirusTotal 2020-12-16 21:12:48 +01:00
antelle 9f2a09cc97
optional oauth secret 2020-12-16 20:32:48 +01:00
antelle 27d5fc4cba
running VirusTotal checks on CI, see #1656 2020-12-16 20:15:14 +01:00
antelle 251b763ea9
fix #1656: false positive report on VirusTotal 2020-12-16 18:53:15 +01:00
antelle 95c077a0ba
bump version 2020-12-10 20:34:11 +01:00
antelle 0b70017780
fix #1650: keyfiles stored in the app can't be used 2020-12-10 20:33:48 +01:00
antelle 220a27e030
keyx 2020-12-10 19:10:18 +01:00
antelle 3728fbc367
bump version 2020-12-10 19:08:20 +01:00
antelle 6d41c71542
up 2020-12-10 19:07:54 +01:00
antelle a1b4dde3e3
release date 2020-12-10 19:06:03 +01:00
antelle 677586e882
fix #1649: missing Argon2 options 2020-12-10 17:41:59 +01:00
antelle 3177a87690
possibility to use V2 keyfiles (.keyx) 2020-12-09 19:21:18 +01:00
antelle 7e36418276
fixed a js error in closing all files 2020-12-05 15:24:45 +01:00
antelle e5616dffa7
more precise license wording 2020-12-04 21:01:08 +01:00
antelle be3087d2cc
removed a non-needed link 2020-12-04 20:58:10 +01:00
antelle 396721fce6
fixed a wrong copyright symbol 2020-12-04 20:57:36 +01:00
antelle d49af938d9
switched to setup-gcloud 2020-12-04 20:22:42 +01:00
antelle d2ae8522b5
release notes 2020-12-04 18:01:09 +01:00
antelle a3e27709d0
fixed local file icon 2020-12-04 16:48:48 +01:00
antelle 8bcdc6d109
bump version 2020-12-04 16:06:10 +01:00
antelle 8a1b28a793
up 2020-12-04 16:05:45 +01:00
antelle 804b8cf17b
release notes 2020-12-04 16:03:14 +01:00
antelle ed3eefbbfc
Merge branch 'master' into release-1.16 2020-12-04 16:01:55 +01:00
antelle 51564056a1
Merge branch 'develop' into master 2020-12-04 16:00:48 +01:00
antelle 4884caadd4
fixed icon positioning in links 2020-12-04 09:19:19 +01:00
antelle e129e52e01
fixed icon positioning in links 2020-12-04 09:18:23 +01:00
antelle 893a0f43c1
release date 2020-12-04 08:55:22 +01:00
antelle 083cbe9840
release date 2020-12-04 08:16:27 +01:00
antelle a7fcbae65f
up native modules 2020-12-04 07:25:29 +01:00
antelle 7ae80c2e7c
copyrights 2020-12-03 23:57:40 +01:00
antelle f1ede2b876
license year 2020-12-03 23:31:42 +01:00
antelle 8c51adbca1
up node_modules 2020-12-03 22:12:52 +01:00
antelle 446f293da0
rebuilt KeeWebHelper as a universal app 2020-12-03 22:12:42 +01:00
antelle bbd7f9c6d6
keyfile paths are saved by default, see #325 2020-12-03 21:09:51 +01:00
antelle 9e5fb90bd6
Argon2id KDF support 2020-12-03 20:22:33 +01:00
antelle 2ed735ad95
fixed list borders on mobile 2020-12-02 21:01:56 +01:00
antelle 00be6f0181
fixed default theme 2020-12-01 19:53:18 +01:00
antelle 29a4d367f9
added missing rgba 2020-12-01 19:42:37 +01:00
antelle df43c61785
fix #1645: color contrast on the selection 2020-12-01 19:28:07 +01:00
antelle 464c49257a
building arm64.dmg 2020-11-30 21:16:17 +01:00
antelle bd4a6d0eee
fixed arm64 2020-11-30 21:03:20 +01:00
antelle 9410fc6a8c
apple silicon build 2020-11-30 20:52:09 +01:00
antelle bd400c0797
up native modules 2020-11-30 18:51:26 +01:00
Dimitri Witkowski 54c721c265
Merge pull request #1642 from PeterDaveHello/DockerfileRefactor
Clean up apt local cache in Dockerfile
2020-11-30 07:49:33 +01:00
Peter Dave Hello 94cfa4f3d4 Replace ADD with COPY instruction in Dockerfile
Reference:

- https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#add-or-copy

> For other items (files, directories) that do not require ADD’s tar
> auto-extraction capability, you should always use COPY.
2020-11-30 10:11:32 +08:00