Commit Graph

154 Commits

Author SHA1 Message Date
Karol Sójko
3dd9504a85 chore: add option to transition your data - internal feature (#2449)
* chore: add option to transition your data - internal feature

* chore: fix spec typo
2023-08-24 14:58:15 +02:00
Karol Sójko
c26f0c4c02 chore: fix handling failures upon shared vault invite accepting (#2443) 2023-08-23 11:52:00 +02:00
Karol Sójko
d01f3343de chore: fix passed value for creating shared vault file token 2023-08-21 20:08:12 +02:00
Karol Sójko
a6029e3ef1 chore: send shared vault owner context when creating a shared vault file valet token (#2435)
* chore: send shared vault owner context when creating a shared vault file valet token

* chore: remove unused shared vault upload bytes limit
2023-08-21 14:57:54 +02:00
Aman Harwara
ca9895cac1 feat: Added Super & HTML import options in Import modal. Google Keep notes will now also be imported as Super notes, with attachments if importing from HTML (#2433) 2023-08-18 16:41:25 +05:30
Mo
40f355d0ea chore: fix dep 2023-08-12 06:24:58 -05:00
Mo
c2110b7c12 chore: replace throw with error 2023-08-12 06:14:27 -05:00
Karol Sójko
5bca53736b chore: display shared vault file usage (#2399)
* chore: display shared vault file usage

* fix: specs

* fix: reshape filtering result

* fix: resolving invalid server items

* fix: get revisions specs

* fix: processing issue

* fix: tests

---------

Co-authored-by: Mo <mo@standardnotes.com>
2023-08-11 08:59:16 +02:00
Mo
1e965caf18 refactor: import/export use cases (#2397) 2023-08-10 08:08:17 -05:00
Aman Harwara
875e8c3ee4 chore: should validate password before deleting vault (#2400) 2023-08-09 22:17:47 +05:30
Aman Harwara
df1c04f8fc chore: only show non-invited contacts in vault invite dialog 2023-08-09 18:55:06 +05:30
Karol Sójko
90dcb33a44 chore: remove calling payments server for subscriptions if using third party api hosts (#2398) 2023-08-09 13:16:19 +02:00
Aman Harwara
4fd9402940 chore: dont allow adding yourself as a contact 2023-08-09 14:42:57 +05:30
Mo
74458ab762 chore: fix vault invites 2023-08-08 09:52:51 -05:00
Aman Harwara
6b59810c70 chore: fix test 2023-08-08 19:30:12 +05:30
Aman Harwara
1b48fec3dc chore: fix build issues 2023-08-08 19:14:26 +05:30
Aman Harwara
ce96cd2998 chore: vaults-related fixes 2023-08-08 19:06:24 +05:30
Aman Harwara
f82974633b chore: allow setting custom icon to vault 2023-08-08 19:00:16 +05:30
Karol Sójko
5617e37cd4 chore: enable e2e test for already existing members of shared vaults (#2396) 2023-08-08 15:09:34 +02:00
Karol Sójko
99b155cbf1 chore: add e2e coverage for shared vault creation limitations (#2395) 2023-08-08 09:41:16 +02:00
Mo
b731c73cb2 chore: fix dependency events 2023-08-07 15:58:46 -05:00
Mo
3b531ce8bb tests: vault locking (#2394) 2023-08-07 15:27:06 -05:00
Mo
ee473fe34d chore: fix uuid generation for importers 2023-08-07 05:06:11 -05:00
Karol Sójko
cedd8e1006 chore: add e2e tests covering invalidation of other sessions (#2385) 2023-08-07 05:01:04 -05:00
Mo
d2f8a36f19 refactor: merge themes into components (#2388) 2023-08-06 08:52:19 -05:00
Mo
d8d4052a52 refactor(web): dependency management (#2386) 2023-08-05 12:48:39 -05:00
Mo
494436bdb6 refactor: key rotation (#2383) 2023-08-04 09:25:28 -05:00
Aman Harwara
c76ffc764b clipper: handle clipped note sync in background (#2367) 2023-08-03 18:43:04 +05:30
Karol Sójko
247daddf5a chore: vault tests refactors and lint (#2374) 2023-08-01 17:23:56 -05:00
Mo
73609ca7e3 fix: Fixes issue where selecting a third-party editor/note-type as default for a tag would not correctly apply editor 2023-08-01 13:53:15 -05:00
Karol Sójko
f18c86da54 chore: fix deleting account specs (#2378)
* chore: fix deleting account specs

* fix: specs
2023-07-31 17:23:20 +02:00
Mo
4a29e2a24c chore: upgrade eslint and prettier (#2376)
* chore: upgrade eslint and prettier

* chore: add restrict-template-expressions
2023-07-27 14:36:05 -05:00
Mo
804a39dabc fix: handle bad access when accessing paths (#2375) 2023-07-27 13:09:03 -05:00
Karol Sójko
eb062220d6 chore: fix endpoints and properties used in shared vaults to match the server (#2370)
* chore: upgrade @standardnotes/domain-core

* chore: enable vault tests by default

* chore: fix asymmetric messages paths

* chore: fix message property from user_uuid to recipient_uuid

* chore: fix server response properties for messages and notifications

* chore: fix user_uuid to recipient_uuid in resend all message use case

* chore: use notification payload and type from domain-core

* chore: fix non existent uuid in conflicts tests

* chore: use shared vault user permission from domain-core

* chore: enable all e2e tests

* chore: upgrade domain-core

* chore: mark failing tests as skipped

* chore: skip test

* chore: fix recipient_uuid in specs

* chore: skip test

* chore: skip test

* chore: skip test

* chore: skip test

* chore: fix remove unused var and unskip test

* Revert "chore: skip test"

This reverts commit 26bb876cf55e2c4fa9eeea56f73b3c2917a26f5c.

* chore: unskip passing tests

* chore: skip test

* chore: skip test

* fix: handle invite creation error

* chore: skip tests

* fix: disable vault tests to merge the PR

* chore: unskip asymmetric messages tests
2023-07-27 15:43:45 +02:00
Mo
14bae5e895 tests: vault tests 3 (#2373) 2023-07-27 07:35:38 -05:00
Mo
d268c02ab3 fix: Fixes issue where lock screen would not use previously active theme (#2372) 2023-07-26 15:50:08 -05:00
Mo
868a84f587 chore: lint [no ci] 2023-07-26 06:45:29 -05:00
Mo
7c463b36af tests: vault tests [no ci] 2023-07-26 06:43:52 -05:00
Mo
7222ca7fd0 tests: vaults-2 (#2368) 2023-07-26 04:55:58 -05:00
Mo
596e041c42 tests: vault tests (#2366) 2023-07-25 07:40:28 -05:00
Mo
98c0228139 tests: vaults (#2365)
* tests: signature tests

* tests: asymmetric

* feat: delete contact use case

* chore: lint

* chore: lint
2023-07-24 19:28:28 +00:00
Mo
3281ac9d37 refactor: break up vault services (#2364) 2023-07-24 07:46:20 -05:00
Mo
a77535456c refactor: application dependency management (#2363) 2023-07-23 15:54:31 -05:00
Mo
7fb33c400c chore: refetch subscription when prefs menu opens (#2360) 2023-07-17 09:04:22 -05:00
Mo
1c7a215519 chore: feature status in context of item (#2359) 2023-07-14 11:32:28 -05:00
Mo
2c68ea1d76 refactor: component manager usecases (#2354) 2023-07-13 05:46:52 -05:00
Mo
078ef3772c refactor: native feature management (#2350) 2023-07-12 12:56:08 -05:00
Karol Sójko
325737bfbd chore: fix ContentType usage (#2353)
* chore: fix ContentType usage

* chore: fix specs
2023-07-12 13:53:29 +02:00
Aman Harwara
3dc179c7b0 feat: On Android, you can now share text & files from other apps directly into Standard Notes (#2352) 2023-07-12 00:16:32 +05:30
Mo
c8e52b667c internal: change password preprocessing step (#2347) 2023-07-06 08:51:06 -05:00