Commit Graph

138 Commits

Author SHA1 Message Date
Mo
e79811afda feat: add purchase url (#695)
* feat: add purchase url

* chore: bump snjs

* fix: reuse existing function
2021-10-21 12:41:58 -05:00
Mo Bitar
e6e01d0f2c fix: remove code already handled by snjs (#633) 2021-09-17 11:16:16 -05:00
Vardan Hakobyan
b0ed19d6a3 feat: implement credentials information on Prefs -> Account pane (#632)
* feat: implement prefs -> credentials section UI (w/o backend integration)

* feat: implement credentials information on Prefs -> Account pane

- implement email changing UI (w/o backend integration)
- implement password changing UI and reuse existing change password logic
- replace 2FA dialog with shared one
- implement React hook for preventing window refresh

* fix: provide correct types

* refactor: reuse styles from stylekit, rename components and create enum for input types

* refactor: update default exports to named ones, correct texts

* chore: remove unnecessary depenedency

* chore: yarn.lock without unnecessary packages

* Revert "chore: yarn.lock without unnecessary packages"

This reverts commit 64aa75e8408b06884d6e7383180292a4a9a3e8ad.
2021-09-09 19:23:21 +04:00
Vardan Hakobyan
041d437bd4 feat: pass web app version to snjs application (#623)
* feat: store web version in local storage

* feat: pass web app version to snjs application when creating WebApplication

* refactor: pass version in application constructor, remove unnecessary method

* refactor: move global variables declarations to separate files to avoid declaring them in all places where they are used

* refactor: better way to use global variables

* chore: add comment

* chore: make global constants pascal case

* chore: version bump for snjs

* chore: yarn.lock with correct snjs version

* chore: bump snjs version
2021-09-06 10:36:57 +04:00
Antonella Sgarlatta
1be87cbef8 fix: disable delete note shortcut for inputs 2021-07-05 14:43:09 -03:00
Antonella Sgarlatta
184ce19ad7 fix: autolock polling for desktop 2021-06-16 19:40:33 -03:00
Antonella Sgarlatta
ce383a516e chore: remove batchMgrUrl getter 2021-06-15 13:16:30 -03:00
Antonella Sgarlatta
d2e7c01821 Merge branch 'develop' into feature/remove-batch-manager 2021-06-14 15:53:06 -03:00
Antonella Sgarlatta
c09a2f02c2 fix: update poll interval 2021-06-09 12:52:07 -03:00
Antonella Sgarlatta
98c6078a0d fix: don't wait until regaining focus to lock app 2021-06-07 19:07:31 -03:00
Antonella Sgarlatta
e24734e3cd feat: remove batch manager 2021-06-07 16:32:28 -03:00
Antonella Sgarlatta
0a262de3db fix: handle components keydown and keyup actions 2021-05-19 14:53:52 -03:00
Antonella Sgarlatta
c6e4c2fcf5 fix: note flickering and multiple selection staying enabled after browser shortcut 2021-05-17 16:45:00 -03:00
Antonella Sgarlatta
a1d56abd2e Merge branch 'develop' into feature/multiple-selection 2021-04-28 14:53:15 -03:00
Baptiste Grob
6a52721ea7 feat: delete local backups when signing out 2021-04-14 15:05:33 +02:00
Baptiste Grob
0f53361689 feat: select multiple notes in list 2021-04-12 14:54:43 +02:00
Baptiste Grob
af3de36361 fix: decrypted backup import file name 2021-04-07 13:13:54 +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
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
257c0f6cab feat: add onSignOut bridge hook 2021-03-23 18:52:57 +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
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
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
c084268f51 feat: display warning banner when using the app with no account 2021-02-02 15:40:20 +01:00
Baptiste Grob
0c038786d5 Merge branch 'hotfix/3.5.17' into develop 2021-01-26 11:44:17 +01:00
Baptiste Grob
f29682c4a9 fix: delete auth/keyParams from decrypted backup 2021-01-26 11:41:23 +01:00
Baptiste Grob
0bd3143481 feat: add random identifier to bugsnag reports 2021-01-22 15:31:56 +01:00
Baptiste Grob
5d65364885 feat: batch manager protection + react challenge modal + eslint fix 2021-01-22 11:37:58 +01:00
Baptiste Grob
e0d04efd8e Merge branch 'hotfix/3.5.16' into develop 2021-01-20 14:38:20 +01:00
Baptiste Grob
923d14b787 fix: correctly create decrypted and desktop backups 2021-01-20 14:37:31 +01:00
Baptiste Grob
42a7cb418c refactor: remove privileges in favor of SNJS protections 2021-01-18 13:40:10 +01:00
Baptiste Grob
75f02b4a05 Merge branch 'develop' into feature/privileges-simplification 2021-01-18 13:21:13 +01:00
Baptiste Grob
27a68accdd refactor: update SNJS + eslint 2021-01-18 13:06:01 +01:00
Baptiste Grob
4d3bb22a8b fix: lint errors 2021-01-12 11:44:01 +01:00
Baptiste Grob
e1f590f2f0 fix: TypeScript errors after upgrading SNJS 2021-01-11 17:42:35 +01:00
Baptiste Grob
d44748fcad feat: make error reporting opt-in 2021-01-11 13:17:41 +01:00
Baptiste Grob
f34d64c1de fix: improve storage API 2020-12-28 15:45:45 +01:00
Baptiste Grob
2c0f215409 feat: (wip) sessions management 2020-12-16 17:27:26 +01:00
Baptiste Grob
aca5ad0dfa feat: SNJS preferences 2020-12-10 14:58:00 +01:00
Baptiste Grob
a81234635f fix: do not attempt to load bugsnag if no api key is set 2020-11-25 13:16:11 +01:00
Baptiste Grob
935ced9be6 fix: correct snjs import 2020-11-19 17:45:17 +01:00
Baptiste Grob
3a16140699 chore(deps): upgrade snjs & sncrypto-web to npm package versions 2020-11-19 13:37:49 +01:00
Baptiste Grob
016b73028d feat: improve bridge and exported types 2020-11-10 16:09:02 +01:00
Baptiste Grob
7e2cadcc9b fix: reduce amount of information sent to bugsnag 2020-11-05 16:58:54 +01:00
Baptiste Grob
71bb153d66 fix: redact file paths error reports 2020-11-04 13:17:06 +01:00
Baptiste Grob
63233fcd52 fix: convert bugsnag to static import 2020-11-03 19:12:15 +01:00