Commit Graph

904 Commits

Author SHA1 Message Date
Baptiste Grob
c705b5b4db fix: correctly start and stop autolock timer 2020-09-18 12:17:14 +02:00
Baptiste Grob
f440eaa692 hotfix: 3.4.4, fix not being able to import backup 2020-09-10 20:36:21 +02:00
Baptiste Grob
4bbbef32fb fix: ionicons 2020-09-09 18:07:29 +02:00
Baptiste Grob
6f798e3ba9 fix: check backup file version first before importing 2020-09-08 18:01:05 +02:00
Baptiste Grob
a1727b1b1e fix: show import error sooner 2020-09-07 11:20:45 +02:00
Baptiste Grob
3b525ae40a fix: handle keyParams and auth_params in import 2020-09-07 10:33:10 +02:00
Baptiste Grob
a0d6884fd7 fix: prevent importing backup files with version > 003 2020-09-04 19:01:22 +02:00
Karol Sójko
c2ac21be9d feat: add datadog integration and lograge JSON logs formatting 2020-07-28 18:26:41 +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
Ningsong Shen
80b4b530ee fix: add flag to sandbox so that action bar can save notes in chrome 2020-06-24 15:09:35 -04:00
Johnny Almonte
864cc414ea fix: update assets paths 2020-06-17 11:32:30 -04:00
Johnny Almonte
a8f6932088 chore: move ionicons assets to vendor 2020-06-17 11:25:20 -04:00
Karol Sójko
0a58c31f11 Add Health Check endpoint 2020-06-17 06:59:27 +02:00
Baptiste Grob
b3e8d73a94 feat: when creating a new note, focus on title instead of body 2020-05-30 15:01:45 +02:00
Mo Bitar
b075d1b7fb 3.3.5; fixes 2fa login issue in 3.3.4 2020-04-01 18:51:51 -05:00
Mo Bitar
b79c366ee9 3.3.4 2020-04-01 10:18:43 -05:00
Baptiste Grob
c58c5e47b2 Fix component reloading after destruction 2020-03-18 14:48:43 +01:00
Baptiste Grob
0c586681cf Revert "Remove unused argument"
This reverts commit 8392ee17c3.
2020-03-11 15:11:50 +01:00
Baptiste Grob
edff5366a9 Revert "Trim trailing whitespace"
This reverts commit 8bcc4d6222.
2020-03-11 15:11:22 +01:00
Baptiste Grob
8392ee17c3 Remove unused argument 2020-03-10 12:21:33 +01:00
Baptiste Grob
f98fbe695d Clear passcode on failed attempt 2020-03-10 12:21:24 +01:00
Baptiste Grob
8bcc4d6222 Trim trailing whitespace 2020-03-10 12:15:44 +01:00
Baptiste Grob
2c83da83bb Clear password field when canceling login/register 2020-03-10 12:15:32 +01:00
Baptiste Grob
bae57aba1b Clear password field on failed login attempts 2020-03-10 12:14:36 +01:00
Baptiste Grob
2ff9ab8afb Fix: can't create new note inside view 2020-02-20 20:05:57 +01:00
Mo Bitar
74209e48ef Merge pull request #367 from standardnotes/issue-364
Create a new note from search
2020-02-13 13:47:40 -06:00
Mo Bitar
a6271e69de Merge pull request #366 from standardnotes/issue-363
Wait for the note filter text to be cleared before reloading notes after a tag change
2020-02-13 13:33:59 -06:00
Baptiste Grob
212726d74f Actually, don't clear the filter text when creating a new note 2020-02-13 17:10:54 +01:00
Baptiste Grob
1c81f4f10d Remove trailing spaces 2020-02-13 17:06:17 +01:00
Baptiste Grob
b61a31309a Fix unable to create new notes from search 2020-02-13 17:05:57 +01:00
Baptiste Grob
fb275ab2e0 Fix: #363
Wait for the note filter text to be cleared before reloading notes after a tag change
2020-02-13 11:00:41 +01:00
Baptiste Grob
7ee934e54c Fix unable to 'undefault' editor 2020-02-12 18:54:31 +01:00
Baptiste Grob
8b9a300b12 Fix lint errors 2020-02-12 11:37:48 +01:00
Baptiste Grob
3ab5f7b793 fix auto-signin 2020-02-12 11:26:27 +01:00
Mo Bitar
a5795adf75 Dont change note selection on search 2020-02-11 11:38:45 -06:00
Mo Bitar
3d15cc1f70 Merge pull request #358 from standardnotes/lint-task
Revert "eslint --fix: 'expression ? true : false' => '!!expression'"
2020-02-04 09:51:44 -06:00
Mo Bitar
8c898b51be Fixes component stack 2020-02-04 09:44:04 -06:00
Mo Bitar
aa4b80d14a Fixes tagging 2020-02-04 09:40:04 -06:00
Baptiste Grob
449169e9e0 Revert "eslint --fix: 'expression ? true : false' => '!!expression'"
This reverts commit c0759980cc and also disables linting for the cases involved.
2020-02-04 16:36:32 +01:00
Baptiste Grob
94f5888961 eslint --fix: let to const 2020-02-04 14:22:02 +01:00
Baptiste Grob
c0759980cc eslint --fix: 'expression ? true : false' => '!!expression' 2020-02-04 14:21:32 +01:00
Baptiste Grob
7d1aff6fe2 eslint --fix: added missing semicolons 2020-02-04 14:20:20 +01:00
Mo Bitar
f5924e75fd Action manager handle error callback 2020-02-03 12:29:34 -06:00
Mo Bitar
76d1789a8e Fixes #343 2020-01-31 13:25:08 -06:00
Mo Bitar
7ee89eb9ba AccountMenu form data management + layout fixes 2020-01-31 13:05:50 -06:00
MaxLap
e7cb54f942 Use overflow-y: auto instead of overflow-y: scroll 2020-01-31 12:08:06 -06:00
Mo Bitar
0bf4abdf55 Updates gems 2020-01-31 11:55:30 -06:00
Mo Bitar
2418f35477 Firefox pinned tab workaround, closes #356 2020-01-31 11:47:27 -06:00