Commit Graph

263 Commits

Author SHA1 Message Date
Karol Sójko
9414774e89 feat(dev): add u2f ui for managing devices and signing in (#2182)
* feat: add u2f ui for managing devices and signing in

* refactor: change unnecessary useState to derived constant

* fix: modal refactor

* fix(web): hide u2f under feature trunk

* fix(web): jest setup

---------

Co-authored-by: Aman Harwara <amanharwara@protonmail.com>
2023-02-03 07:54:56 +01:00
Aman Harwara
6829c15159 chore: upgrade electron 2023-02-02 00:11:38 +05:30
Aman Harwara
506a1e83f1 feat: Allow exporting multiple Super notes and select what format to export them to (#2191) 2023-02-01 00:47:28 +05:30
Karol Sójko
87b974bdd5 chore: upgrade @standardnotes/common 2023-01-20 12:37:38 +01:00
moughxyz
561d4da9bd chore: upgrade @standardnotes deps 2023-01-19 17:05:10 -06:00
Karol Sójko
856a7e3500 refactor: remove Uuid and RoleName from @standardnotes/common in favour of @standardnotes/domain-core value objects (#2167) 2023-01-19 16:17:59 +01:00
moughxyz
76937ba68c refactor: remove docs in favor of relocation to standardnotes.com/help 2023-01-18 07:04:36 -06:00
Aman Harwara
c24be606ad chore: upgrade lexical & make linting/formatting consistent with web codebase (#2144) 2023-01-11 14:34:14 +05:30
Karol Sójko
10751ea2ed feat(snjs): add getting recovery codes (#2132) 2023-01-09 08:13:12 +01:00
Mo
3c332a35f6 feat: improve initial load performance on mobile (#2126) 2023-01-03 14:15:45 -06:00
Aman Harwara
2f3bc9b85b chore: Update Lexical to 0.7.5 (#2117) 2022-12-23 22:22:19 +05:30
Mo
889f245ab9 chore: upgrade web deps and lexical (#2094) 2022-12-19 11:11:32 -06:00
Karol Sójko
bb4f1ff099 fix(snjs): refreshing sessions (#2106)
* fix(snjs): refreshing sessions

* fix(snjs): bring back all tests

* fix(snjs): passing session tokens values

* fix(api): remove redundant specs

* fix(snjs): add projecting sessions to storage values

* fix(snjs): deps tree

* fix(snjs): bring back subscription tests

* fix(snjs): remove only tag for migration tests

* fix(snjs): session specs
2022-12-19 08:28:10 +01:00
Karol Sójko
7f41564328 fix(snjs): remove @newrelic/native-metrics by upgrading @standardnotes/settings 2022-12-12 13:23:20 +01:00
Aman Harwara
dab4f678f0 feat(web): enable block drag'n'drop in super editor (#2029) 2022-11-18 21:15:18 +05:30
Mo
7cad119132 chore: upgrade react native (#2018) 2022-11-16 14:10:50 -06:00
Mo
a997df9bcf chore: upgrade core desktop deps (#2017) 2022-11-16 11:33:51 -06:00
Mo
2a12eb60bb fix: super editor package 2022-11-16 10:44:26 -06:00
Mo
05fe7de3eb chore: upgrade deps (#2014) 2022-11-16 09:52:21 -06:00
Mo
d519aca685 feat: iap (#1996) 2022-11-13 09:28:16 -06:00
Mo
2ed01a071c refactor: lexical (#1954) 2022-11-07 10:42:44 -06:00
Mo
417c90a6f2 chore: fix eslint crashing issues (#1951) 2022-11-04 17:09:54 -05:00
Mo
77d5093f14 refactor: extract components to plugin repo (#1933) 2022-11-04 11:04:53 -05:00
Karol Sójko
b2faa815e9 feat: add sending user requests to process (#1908)
* feat: add sending user requests to process

* fix(snjs): yarn lock

* fix(snjs): imports

* fix: specs
2022-11-02 11:33:02 +01:00
Mo
298ea73137 chore: fix android build 2022-10-31 08:50:49 -05:00
Mo
4e72a796cb chore: remove unused mobile deps (#1905) 2022-10-30 19:00:04 -05:00
Mo
d3047b2b47 chore: upgrade root deps (#1865) 2022-10-24 08:34:10 -05:00
Mo
bda16b88c0 fix(web): emoji length computation (#1864) 2022-10-23 11:04:17 -05:00
Mo
fc00b5c499 Revert "chore: remove deprecated editors folder"
This reverts commit a042cd7972.
2022-10-17 15:04:30 -05:00
Mo
a042cd7972 chore: remove deprecated editors folder 2022-10-17 10:45:09 -05:00
Mo
b849c122d6 fix: android build 2022-10-14 08:18:51 -05:00
Mo
588946898d refactor: remove classic mobile (#1789) 2022-10-13 14:09:45 -05:00
Mo
9fc77d861e fix(mobile): issue with black screen on iOS (#1777) 2022-10-11 09:08:34 -05:00
Karol Sójko
fb41f651ec feat(api): add listing workspace users 2022-10-11 12:21:06 +02:00
Karol Sójko
a275a45753 fix(api): workspace creation arguments 2022-10-10 10:40:46 +02:00
Mo
8ef5a33994 refactor: remove advanced-checklist editor (moved to community plugins) (#1740) 2022-10-05 06:43:48 -05:00
Aman Harwara
11dd39c126 feat: add custom note title format pref (#1678) 2022-09-29 20:10:05 +05:30
Aman Harwara
6d5ebdeaa1 fix: export/sharing notes on mobile webview (#1644) 2022-09-27 12:24:44 +05:30
Aman Harwara
896bb22f64 chore: update dependencies (#1543) 2022-09-14 02:42:25 +05:30
Aman Harwara
930bc2d8f7 chore(desktop): update dependencies (#1542) 2022-09-13 21:55:33 +05:30
Karol Sójko
55b1409a80 feat: add subscription manager to handle subscription sharing (#1517)
* feat: add subscription manager to handle subscription sharing

* fix(services): add missing methods to the interface

* fix(services): add subscription manager specs

* feat(snjs): add subscriptions e2e tests

* fix(snjs): add wait in subscription cancelling test

* fix(snjs): checking for canceled invitations in tests

* fix(snjs): add e2e test for restored limit of subscription invitations

* chore(lint): fix linter issues
2022-09-13 10:28:11 +02:00
Karol Sójko
089d3a2e66 feat(api): add subscription server and client services and interfaces (#1470)
* feat(api): add subscription server and client services and interfaces

* fix(api): linter issues

* feat(models): add subscription invitations

* feat(api): add subscriptions invitation operations on server side

* fix(api): linter issues
2022-08-31 16:08:52 +02:00
Karol Sójko
7e251262d7 feat(web): extract ui-services package 2022-08-04 15:13:30 +02:00
Karol Sójko
1216b441fb fix(web): upgrade eslint 2022-08-03 20:01:01 +02:00
Karol Sójko
483cac90cf feat(web): remove web-server and change web to a static website deployment (#1360)
* feat(web): add deploying static app

* fix(web): linter ignore patterns

* fix(web): cloudfront invalidation and favicons placement

* feat(web-server): remove web-server package in favour of web

* fix(web): remove linter parallel jobs due to oom issue

* fix(mobile): eslintignore paths

* fix(web): copy of components

* fix(web): include building components in building all process

* fix(web): copying of components
2022-08-03 14:51:59 +02:00
Karol Sójko
f125ad3cf1 chore(dep): upgrade webpack-merge 2022-07-13 10:10:57 +02:00
Karol Sójko
431f1e3bac chore(dep): upgrade @types/jest 2022-07-13 09:28:13 +02:00
Karol Sójko
71e792da35 fix: upgrade ts-jest in packages 2022-07-12 11:52:34 +02:00
Karol Sójko
09e08ca899 fix: upgrade jest with types to latest version 2022-07-12 11:37:26 +02:00
Aman Harwara
66f97f0612 feat(web): mobile-friendly (responsive) preferences UI (#1234) 2022-07-09 00:38:44 +05:30