Commit Graph

933 Commits

Author SHA1 Message Date
Baptiste Grob
4e86a2e1cb fix: do not recreate template note unnecessarily 2020-08-14 16:38:40 +02:00
Baptiste Grob
27ec6f9b99 fix: always create a template note 2020-08-14 15:23:53 +02:00
Baptiste Grob
2fb6adb6ea fix: typescript errors 2020-08-12 21:21:38 +02:00
Baptiste Grob
78031eed24 feature: add platform layer 2020-08-12 21:21:38 +02:00
Baptiste Grob
3fa0d6cdba feature: expose desktop manager for Electron 2020-08-07 17:22:47 +02:00
Baptiste Grob
623bbae3bf fix: show "Last refreshed…" in footer when logged in 2020-07-30 19:18:36 +02:00
Radek Czemerys
11ac38856f fix: reset isTemplateNote when setting a new note (#439)
* fix: reset isTemplateNote when setting a new note

* refactor: simplify code

* refecator: use default argument
2020-07-30 18:00:22 +02:00
Baptiste Grob
67e2d11d3f fix: deterministically sort footer badges 2020-07-29 17:02:41 +02:00
Baptiste Grob
e71c47ff54 fix: show saving status when editing note for the first time 2020-07-29 13:47:51 +02:00
Baptiste Grob
d80c74b746 fix: hide refresh status when offline 2020-07-29 13:27:32 +02:00
Baptiste Grob
1dc28832cc fix: debounce note status updates properly 2020-07-29 13:12:50 +02:00
Baptiste Grob
f7601433b8 fix: restore zip naming conventions from 3.3.x 2020-07-29 12:37:09 +02:00
Baptiste Grob
63ec40fe55 Merge branch '004' into develop 2020-07-26 19:27:13 +02:00
Baptiste Grob
207890dc2f feat: rename backup files to mention their importing capabilities 2020-07-22 17:51:16 +02:00
Baptiste Grob
9f522c8eb6 fix: store zipped items inside "Items" subfolder 2020-07-22 10:33:49 +02:00
Baptiste Grob
b888e68c5a fix: bundle files together when exporting a decrypted backup 2020-07-21 18:04:39 +02:00
Baptiste Grob
79d48b7e07 fix: zip decrypted backup items together as one file 2020-07-21 17:06:30 +02:00
Baptiste Grob
096b9c8c87 fix: prevent session expired alerts from piling up 2020-07-20 11:35:18 +02:00
Baptiste Grob
966783c8b9 refactor: extract alert method to a standalone function 2020-07-20 11:31:32 +02:00
Baptiste Grob
c6a25d6ae4 fix: handle retrieving deleted components 2020-07-15 12:21:18 +02:00
Baptiste Grob
9a02dd623b fix: set explicit line endings for tsc 2020-07-15 11:15:27 +02:00
Baptiste Grob
0e44cce2d9 fix: broken AlertService call 2020-07-14 17:02:53 +02:00
Baptiste Grob
d9355377b1 fix: rename allStackComponent to stackComponent in pug file 2020-07-13 11:52:01 +02:00
Baptiste Grob
a81e2f02e5 feat: reword storage upgrade migration 2020-07-10 12:40:20 +02:00
Baptiste Grob
6602d35573 refactor: use new snjs protocol upgrade API 2020-07-09 15:45:59 +02:00
Baptiste Grob
5656edb385 refactor: AlertService 2020-07-09 15:43:58 +02:00
Baptiste Grob
a9aba87033 fix: correctly implement AlertService.confirm API 2020-07-08 16:30:53 +02:00
Baptiste Grob
d7c8efee25 refactor: rename EditorView.state.allStackComponents to stackComponents 2020-07-07 18:59:51 +02:00
Baptiste Grob
1a5a5021d5 refactor: remove unused method 2020-07-07 18:59:51 +02:00
Baptiste Grob
e280309be6 fix: enable, disable, sync editor stack per note 2020-07-07 18:59:51 +02:00
Baptiste Grob
e45d28b07a refactor: improve setState semantics 2020-07-07 18:59:51 +02:00
Baptiste Grob
15039bd16c refactor: improve props and state typing 2020-07-07 18:59:51 +02:00
Johnny A
4c009e8fec Merge pull request #425 from standardnotes/004-fix-importing
fix: when importing should prompt for password if keyParams is present
2020-07-06 12:18:18 -04:00
Johnny Almonte
8787e1264d fix: when importing should prompt for password if keyParams is present 2020-07-03 12:12:39 -04:00
Baptiste Grob
d774ecb3e1 fix: load/unload tags component on change 2020-07-02 15:01:00 +02:00
Baptiste Grob
6052392833 feat: 'forgot passcode' on unlock priviledges modal 2020-06-30 17:24:52 +02:00
Johnny A
4a07ef797e Merge pull request #417 from standardnotes/004-actions
refactor: actions menu
2020-06-29 22:26:28 -04:00
Baptiste Grob
c47063e92a fix: themeManager - access potentially undefined function safely 2020-06-29 18:20:08 +02:00
Baptiste Grob
fc0a7d4c66 fix: remove memory leak in click-outside 2020-06-29 18:19:28 +02:00
Baptiste Grob
7d313d2104 fix: use removeFromArray 2020-06-29 18:17:25 +02:00
Baptiste Grob
cb807bdbef Merge remote-tracking branch 'origin/fix/application-group-improvments' into 004 2020-06-29 17:55:23 +02:00
Baptiste Grob
81f32f8cca cleanup: accountMenu 2020-06-29 12:57:52 +02:00
Baptiste Grob
9e2df37e21 refactor: begin splitting alertService into standalone functions 2020-06-29 12:57:07 +02:00
Radek Czemerys
3b3c2d6fe4 fix: don't use lodash pull 2020-06-29 11:35:40 +02:00
Johnny Almonte
31a1d112ac refactor: loadExtensions method 2020-06-27 22:40:29 -04:00
Johnny Almonte
42e71cee5a refactor: actions menu 2020-06-27 22:03:30 -04:00
Baptiste Grob
db914ee4bf fix: remove app observer on controller deinit 2020-06-27 13:27:26 +02:00
Baptiste Grob
ac5c36ab66 fix: type error 2020-06-27 13:27:19 +02:00
Radek Czemerys
34505deddc chore: remove whitespace 2020-06-26 19:27:24 +02:00
Radek Czemerys
f1ae5b2145 feature: improve ApplicationGroup 2020-06-26 19:24:46 +02:00