Commit Graph

102 Commits

Author SHA1 Message Date
Karol Sójko
065f3562f4 chore: fix muting sign in emails - skip e2e (#2859)
* chore: fix muting sign in emails - skip e2e

* chore: fix api version for e2e tests
2024-03-11 11:12:23 +01:00
Mo
3b2f761661 fix: use API v0 on iOS (#2858) [skip e2e] 2024-03-07 09:29:46 -06:00
Mo
a455304a7a refactor: remove application mfa helper functions (#2852) 2024-02-19 10:43:05 -06:00
Aman Harwara
bfbf9ab8ce feat: Themes and appeareance settings are now local to your device and not synced (#2847) 2024-02-17 14:23:37 +05:30
Aman Harwara
ff3c45ba35 feat: Added "Keyboard shortcuts" help dialog. Can be opened by pressing Shift + ? 2024-01-27 15:25:49 +05:30
Karol Sójko
ba236a2f2b chore: add sync backoff mechanism checks (#2786) 2024-01-23 09:04:55 +01:00
Karol Sójko
cf4b5ccf0a chore: global sync per minute safety limit (#2765) 2024-01-11 15:26:09 +01:00
Mo
acd20dcc70 fix: Fixes issue where self-hosted accounts may not have loaded correct server 2024-01-06 15:05:56 -06:00
Aman Harwara
afaf53a7a4 chore: let user know about 429 status (#2747) 2024-01-05 22:13:54 +05:30
Karol Sójko
5f5d817e04 chore: fix directory separator on windows (#2736) 2024-01-02 10:02:11 +01:00
Karol Sójko
bc845c1633 chore: add server switcher (#2717)
* wip

* wip2

* refactor: use radio button group

* chore: add persisting host per workspace

* chore: header style

* chore: update server picker title style

* chore: margin

* chore: label

* chore: remove separator

* rename migration to latest snjs version

---------

Co-authored-by: Aman Harwara <amanharwara@protonmail.com>
2023-12-28 10:50:14 +01:00
Karol Sójko
258422cf3c chore: rely on websockets for autosync if a websocket connection is open (#2672) 2023-12-04 09:10:18 +01:00
Aman Harwara
fff4696fa2 chore: remove sync call causing tests to become flaky 2023-10-02 19:15:58 +05:30
Aman Harwara
79c5da6c5b chore: ui for designating survivor for shared vault & warning when no survivor (#2544) 2023-09-29 16:38:38 +05:30
Karol Sójko
2ce908da29 chore: add method to designate a shared vault survivor (#2538) 2023-09-26 13:48:36 +02:00
Aman Harwara
b2ead8fc84 chore: handle notification on guest when host cancels invite (#2537) 2023-09-26 15:53:18 +05:30
Aman Harwara
80711a17fa chore: handle notification of another member being removed (#2525) 2023-09-22 13:10:53 +05:30
Aman Harwara
e2901d9535 chore: only invalidate vault user cache when required (#2519) 2023-09-20 17:20:30 +05:30
Aman Harwara
48e7820100 chore: vault member permissions (#2509) 2023-09-18 19:53:34 +05:30
Karol Sójko
d6a3e69d8c chore: remove the option to trigger transition from the UI (#2489) 2023-09-12 09:25:05 +02:00
Karol Sójko
a195b93cb8 chore: fix missing event subscription registrations 2023-09-05 15:53:31 +02:00
Aman Harwara
be3b904f62 chore: show invite count bubble on preferences button (#2458) 2023-09-01 22:31:35 +05:30
Karol Sójko
cc6d300dc7 chore: handle notifications from websockets (#2472) 2023-08-31 15:32:05 +02:00
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
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
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
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
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
027dd41147 fix: exit interview discount link not working (#2381) 2023-08-03 13:28:27 +02:00
Karol Sójko
247daddf5a chore: vault tests refactors and lint (#2374) 2023-08-01 17:23:56 -05: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
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
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
Aman Harwara
7acf23033d chore: fix blank screen issue on iOS web app 2023-07-20 20:23:31 +05:30
Mo
078ef3772c refactor: native feature management (#2350) 2023-07-12 12:56:08 -05:00