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

36 Commits

Author SHA1 Message Date
Coises
1e036a3d58 Fix Issue #807 - single instance not enforced
We were checking for single instance too late.
It needs to be done before almost anything else happens.
2018-09-02 12:25:42 -07:00
Coises
8218f39192 Fix for Issue #877 - remove bad Origin header
When sending a PUT XMLHttpRequest Chromium includes the header
"Origin: file://".
This confuses some WebDAV clients, notably OwnCloud.
The header is invalid, so removing it everywhere it occurs
should do no harm.
2018-08-28 00:49:45 -07:00
Coises
3dae87853c Proper minimize to tray for Windows (and Linux?) 2018-08-15 15:41:08 -07:00
kasoban
55bb0fa1df Fixes #531: Window icon scaling error on win32 Electron app 2018-01-15 14:50:48 +01:00
antelle
0e148594fb mac menubar icon (wip) 2017-12-04 22:33:40 +01:00
antelle
9b30a17df0 fixed eslint 2017-12-04 19:32:06 +01:00
antelle
a4d5963620 fix #731: option to open keyfile from command line 2017-12-03 20:31:54 +01:00
antelle
1557a9a92f removed unnecessary timeout 2017-12-03 09:03:56 +01:00
antelle
7c69c1305f fixed color flash on startup 2017-12-03 09:02:27 +01:00
antelle
f82312b9d0 fixed white screen on startup 2017-12-03 01:04:16 +01:00
antelle
2aadc27db8 asar packaging 2017-12-02 20:38:13 +01:00
antelle
d312f22b5a fixed escape order on openFile 2017-08-15 07:19:30 +02:00
antelle
6163fa4ba8 fix #422: lock on mac lock 2017-06-12 21:02:16 +02:00
antelle
ac23f70bb5 fixed hang in new electron: return void 0 from events 2017-06-05 23:20:47 +02:00
antelle
2392329e93 fix window close 2017-06-05 17:14:41 +02:00
antelle
ac00b77fc4 added a workaround for tray issue in ubuntu 2017-06-05 14:30:22 +02:00
antelle
b7475a8d4c fix #621, fix #340: tray icon crash 2017-06-05 14:15:22 +02:00
antelle
f4d5e51983 override userData path for desktop 2017-06-05 13:33:12 +02:00
antelle
bb8e3390a0 auto-lock when Windows is locked 2017-06-02 20:04:57 +02:00
lawrencium
2236f7f73d remove event listener for 'hide' 2017-04-10 23:14:58 -07:00
lawrencium
6f12efe84b removed event listener for 'hide' 2017-04-10 18:27:03 -07:00
antelle
782488f8fa removed 'use script' 2017-04-08 18:31:38 +02:00
antelle
09d634c462 Merge branch 'EnricoMonese-lock-on-hide' into develop 2017-03-28 20:19:38 +02:00
antelle
cf88eb448f Merge branch 'lock-on-hide' of https://github.com/EnricoMonese/keeweb into EnricoMonese-lock-on-hide
# Conflicts:
#	desktop/app.js
2017-03-28 20:15:28 +02:00
antelle
c8fa6a7ac5 Merge branch 'EnricoMonese-ui' into develop 2017-03-28 20:08:14 +02:00
Enrico Monese
c3156b8a5f Emit 'launcher-minimize' event on 'hide' too 2017-03-28 19:19:35 +02:00
Enrico Monese
956b105128 Basic 'no file' error catching 2017-03-28 18:19:39 +02:00
Enrico Monese
79452441ca Correct layout when entering and leaving fullscreen 2017-03-26 15:24:14 +02:00
Enrico Monese
eda7ebf6ae Make titlebarStyle const 2017-03-26 15:23:28 +02:00
Enrico Monese
91286fd7a9 Finalize titlebar style setting 2017-03-26 01:57:52 +01:00
Enrico Monese
bab63f8093 Title bar style inset 2017-03-25 18:55:05 +01:00
antelle
a77f61cc5d var => let 2017-01-31 07:50:28 +01:00
antelle
b340b21b5c fix #409: text fields context menu on desktop 2017-01-29 11:53:09 +01:00
antelle
9eaf5be988 fix #388: minimize hotkey on mac 2017-01-29 11:29:21 +01:00
antelle
a29688c1a5 Merge branch 'cema-sp-master' into develop 2017-01-28 23:16:41 +01:00
antelle
2602a50b80 up deps 2017-01-28 23:13:39 +01:00