1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00
Commit Graph

1661 Commits

Author SHA1 Message Date
antelle
8eaa9c92fa fix #774: reset creation time for cloned entries 2017-11-06 18:59:59 +01:00
antelle
ae57a5a65e fix #768: password can be hidden as other fields 2017-11-04 09:53:26 +01:00
antelle
360d3ac6f6 fix #770: show usernames in in entry list 2017-11-04 09:38:56 +01:00
antelle
8d523f7e85 fixed typos 2017-10-15 16:29:56 +02:00
antelle
85471d672d Merge branch 'tfenster-docker-rpi' into develop 2017-10-15 12:28:50 +02:00
Tobias Fenster
0591a09ced implement Docker support on raspberry pi 2017-10-15 11:46:43 +02:00
antelle
215809d9c2 updated beta path 2017-10-09 19:59:20 +02:00
antelle
c3c60fd613 check params on xml import 2017-09-29 20:37:38 +02:00
antelle
49b999693c fixed error after importing bad xml 2017-09-29 20:35:35 +02:00
antelle
34f91ac3af fix #724: loading app config bug 2017-08-31 22:26:06 +02:00
antelle
c48db9dfca release notes 2017-08-31 21:31:02 +02:00
antelle
954a38b8d8 Merge branch 'master' into develop 2017-08-31 21:30:20 +02:00
antelle
10229e7a4e Merge branch 'release-1.5' 2017-08-31 19:15:42 +02:00
antelle
37dc62018d bump version 2017-08-31 19:15:24 +02:00
antelle
21b973f508 release notes 2017-08-31 19:14:44 +02:00
antelle
c1decbcd5a fix #653: auto-closing tab when starting from link
(cherry picked from commit bcafbde)
2017-08-31 19:12:00 +02:00
antelle
9defd2476d fixed autocompletes in new chrome 2017-08-31 19:10:59 +02:00
antelle
7961d2a660 fixed config link check 2017-08-31 19:08:39 +02:00
antelle
1ac61799fe prevent keeweb from working in iframe 2017-08-31 18:56:11 +02:00
antelle
4c33e60c69 fixed hang in new electron: return void 0 from events 2017-08-31 18:40:17 +02:00
antelle
d3ffceb1b5 fix window close 2017-08-31 18:40:09 +02:00
antelle
42e8d31d86 Merge branch 'release-1.5' 2017-08-30 19:30:16 +02:00
antelle
b8346c5381 bump version 2017-08-30 19:29:09 +02:00
antelle
e51bb2ae6e fix #621, fix #340: tray icon crash 2017-08-30 19:27:31 +02:00
antelle
3df40af7ab up packages 2017-08-30 19:23:20 +02:00
antelle
624755029f check config location 2017-08-30 19:14:42 +02:00
antelle
18a5f27cb7 added zip file link to the readme 2017-08-30 19:14:21 +02:00
antelle
36f3d18ef0 fixed escape order on openFile 2017-08-30 19:14:14 +02:00
antelle
4ab388caf7 skip signing beta 2017-08-30 19:14:08 +02:00
sainaen
9ff47971c7 Add rel=noreferrer to links in the URL field
When opened from the webapp, a malicious target page could trigger
navigation in the KeeWeb's tab using `window.opener`.

The proper way to fix this would be using `rel=noopener`, but
unfortunately even the latest versions of IE do not support it.
At the same time `rel=noreferrer`, for historical reasons, implies
`rel=noopener` when used with `target=blank` and is supported
by IE11 (in later versions of Windows 10) and Edge.

More details and examples of the attack
at [Mathias Bynens' website](https://mathiasbynens.github.io/rel-noopener/).
2017-08-30 19:13:58 +02:00
antelle
b183bd0ebe removed slot 2017-08-30 19:13:52 +02:00
antelle
5dd77907fc removed old options 2017-08-30 19:13:46 +02:00
antelle
c6b409738b key slot 2017-08-30 19:13:40 +02:00
antelle
134d1c3f0f new code signing 2017-08-30 19:13:34 +02:00
antelle
951f604dc8 read code signing private key from smartcard 2017-08-30 19:13:16 +02:00
antelle
2efea09f2b sha256 code signing 2017-08-30 19:13:07 +02:00
antelle
a970a83409 support external code signing module 2017-08-30 19:12:51 +02:00
antelle
55aaea087f fixed key path 2017-08-30 19:12:44 +02:00
antelle
9bd9785537 use private key from smart card 2017-08-30 19:12:04 +02:00
antelle
b29615b5aa check config location 2017-08-30 18:52:54 +02:00
antelle
719d72bd86 added zip file link to the readme 2017-08-29 18:35:18 +02:00
antelle
d312f22b5a fixed escape order on openFile 2017-08-15 07:19:30 +02:00
antelle
0e45d80a0a skip signing beta 2017-08-06 16:25:23 +02:00
antelle
afda7b630e fix #654: Chinese fonts 2017-08-06 16:22:53 +02:00
antelle
18a3a4450e Merge branch 'sainaen-imp-ext-links-sec' into develop 2017-07-24 23:20:46 +02:00
sainaen
7a99e42bde
Add rel=noreferrer to links in the URL field
When opened from the webapp, a malicious target page could trigger
navigation in the KeeWeb's tab using `window.opener`.

The proper way to fix this would be using `rel=noopener`, but
unfortunately even the latest versions of IE do not support it.
At the same time `rel=noreferrer`, for historical reasons, implies
`rel=noopener` when used with `target=blank` and is supported
by IE11 (in later versions of Windows 10) and Edge.

More details and examples of the attack
at [Mathias Bynens' website](https://mathiasbynens.github.io/rel-noopener/).
2017-07-24 23:50:42 +03:00
antelle
9f47699a49 removed slot 2017-07-04 23:32:32 +02:00
antelle
758d10ed14 removed old options 2017-07-04 23:05:05 +02:00
antelle
baa7a32dc7 key slot 2017-07-04 23:04:19 +02:00
antelle
29f88fcadf new code signing 2017-07-04 22:34:19 +02:00