Commit Graph

1201 Commits

Author SHA1 Message Date
Baptiste Grob
e12b9ecac8 fix: excessive autorun calls 2021-04-08 18:49:48 +02:00
Baptiste Grob
4242021dca fix: support refactored SNJS history 2021-04-08 12:19:21 +02:00
Baptiste Grob
af3de36361 fix: decrypted backup import file name 2021-04-07 13:13:54 +02:00
Baptiste Grob
a4e4381b0a refactor: rename parameter 2021-04-06 16:52:37 +02:00
Baptiste Grob
ed69680295 feat: search options (#540)
* feat: search options

* feat: sanitize folder names

* fix: add cursor: pointer to switch

* fix: explicitly make the search bar a text input

* refactor: remove magic number

* refactor: extract Switch component to its own file

* refactor: split AppState into multiple files

* refactor: review comments
2021-04-06 16:48:25 +02:00
Baptiste Grob
275c8cbd1f feat: improve filename sanitizing 2021-04-05 18:00:08 +02:00
Mo Bitar
57ddeb3e09 feat: show offline status in saving indicator (#539)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
2021-04-05 14:27:32 +02:00
Baptiste Grob
52f8acfb0e fix: correctly check for pushState function
fixes #523
2021-03-30 11:29:40 +02:00
Baptiste Grob
5cd3a7cb09 fix: restore permissions modal 2021-03-26 12:24:36 +01:00
Baptiste Grob
15efaec8a8 Merge branch 'release/3.6.3' into main 2021-03-25 11:04:59 +01:00
Baptiste Grob
3111dc4c0b fix: export decrypted backup for desktop in some cases
Mainly, when a backup is requested and no protection sources are
available.
2021-03-24 11:53:29 +01:00
Baptiste Grob
7c9b684c83 fix: move onSignOut bridge hook call later in the deinit lifecycle 2021-03-24 10:22:55 +01:00
Baptiste Grob
257c0f6cab feat: add onSignOut bridge hook 2021-03-23 18:52:57 +01:00
Baptiste Grob
52e8e8220b chore(deps): update SNJS 2021-03-23 18:52:57 +01:00
Mo Bitar
cf76e1b42a fix: reload when firefox pinned tab becomes visible (#535)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
2021-03-22 18:42:26 +01:00
Baptiste Grob
232d01795d refactor: remove unused import 2021-03-22 18:34:27 +01:00
Baptiste Grob
ac634333cf style: run prettier 2021-03-22 18:32:50 +01:00
Baptiste Grob
9f5c640bcd feat: show protected warning after protecting a note without protections 2021-03-22 18:32:31 +01:00
Baptiste Grob
bf6cfa398e fix: extend editor area to full height 2021-03-22 18:26:31 +01:00
Baptiste Grob
4f2d442ac1 fix: remove console statement 2021-03-22 17:58:03 +01:00
Baptiste Grob
cc474da0c3 feat: warning for protected note without protection
- Use `.sn-button` everywhere
- Delete permissions modal
- Capitalize "Clear session data"
2021-03-22 16:52:04 +01:00
Baptiste Grob
6c1622f3d3 Revert "fix: sanitize backup file names for windows"
This reverts commit 9d017b5745.
2021-03-12 14:58:41 +01:00
Baptiste Grob
59dbbcf6fd feat: authorize CloudLink access 2021-03-11 15:41:29 +01:00
Baptiste Grob
93f8d6bbe7 refactor: use setState 2021-03-11 15:07:39 +01:00
Baptiste Grob
757f43971c fix: reload search results when changing protected text search option 2021-03-11 10:55:20 +01:00
Baptiste Grob
14d2109978 fix: only trigger search options animation once 2021-03-11 10:27:04 +01:00
Baptiste Grob
c6c8d842da feat: animate search options entrance 2021-03-10 17:26:21 +01:00
Baptiste Grob
24c5dba4e9 fix: keep search options visible while authorizing 2021-03-10 16:47:44 +01:00
Baptiste Grob
99e26c8270 fix: improve search options top margin 2021-03-10 16:47:20 +01:00
Baptiste Grob
c2ba11238c feat: show/hide search options based on focused element 2021-03-10 16:14:22 +01:00
Baptiste Grob
56665b2315 feat: search protected notes text 2021-03-10 14:38:24 +01:00
Baptiste Grob
ff9e622b82 chore(deps): update snjs 2021-03-09 16:57:12 +01:00
Baptiste Grob
225db73773 Merge branch 'develop' into feature/auth 2021-03-08 11:20:48 +01:00
Baptiste Grob
8899c6075a fix: handle new function signature 2021-03-08 09:57:05 +01:00
Mo Bitar
af1a369e63 fix: smart tag selection issue 2021-03-06 11:25:12 -06:00
Mo Bitar
e0ab938ccf feat: notes display criteria (#530)
* feat: notes display criteria

* chore: remove unused code

* chore: update names

* chore: update snjs version
2021-03-04 12:22:14 -06:00
Baptiste Grob
9d017b5745 fix: sanitize backup file names for windows 2021-03-03 16:46:31 +01:00
Baptiste Grob
d6f7779a76 fix: compile error 2021-03-03 14:52:29 +01:00
Baptiste Grob
9541886a2c fix: download backup later in the change password process 2021-03-03 14:30:52 +01:00
Baptiste Grob
0406a07b47 Merge branch 'release/3.6.0' into develop 2021-03-02 12:07:30 +01:00
Antonella Sgarlatta
d49e508cfc feat: make encrypted backups protected (#524)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
2021-03-02 12:06:47 +01:00
Baptiste Grob
a3f73ba664 feat: make unprotecting a note a protected action 2021-02-23 10:40:08 +01:00
Baptiste Grob
ef3a962d78 feat: show warning when protecting a note with no protection source 2021-02-23 09:48:52 +01:00
Baptiste Grob
6a3e070ea6 fix: remove inconsistencies between protected note label and date 2021-02-22 17:41:45 +01:00
Baptiste Grob
944d5db9b7 fix: only match protected note title 2021-02-22 12:01:29 +01:00
Baptiste Grob
ed7f093e02 feat: make "Protected" flag more subtle 2021-02-22 11:40:43 +01:00
Baptiste Grob
4d30d019ee feat: enable sessions management for every build 2021-02-19 12:19:31 +01:00
Baptiste Grob
1852b5e045 feat: implement SNApplication.hasProtectionSources 2021-02-18 09:48:39 +01:00
Baptiste Grob
aa34bfc0c6 fix: hide protections paragraph when no account or passcode exist 2021-02-15 16:28:36 +01:00
Baptiste Grob
523feff6c8 fix: use correct close icon size 2021-02-15 16:08:10 +01:00