2ffd3a64cb
disable paywall
Sync Repo / git-sync (push) Waiting to run
2026-03-26 20:03:17 +01:00
Antonella Sgarlatta
844b7a7a2b
fix: Shows informative error on UI when file upload limit is reached ( #2961 )
2025-12-18 09:49:27 -03:00
Antonella Sgarlatta
2338449425
chore: generate mfa secret in backend ( #2930 ) [skip e2e]
...
* chore: get mfa secret from backend
* chore: remove unused code
2025-09-12 14:34:51 -03:00
Antonella Sgarlatta
54af28aa04
chore: Add serverPassword param to endpoints ( #2919 ) [skip e2e]
...
* chore: send server password param to delete account endpoint
* chore: send server password param to disable mfa endpoint
* chore: modify tests
* chore: force challenge prompt for mfa disable
* chore: fix eslint errors
* chore: add server passsword to get recovery codes
* chore: fix tests
* chore: pass server password as header
2025-08-26 09:04:03 -03:00
Mo
1cbf933fda
Prompt for reauth in case of 498 drop ( #2883 )
2024-09-09 09:51:51 -05:00
Mo
b6eda707bd
chore: auth verification ( #2867 ) [skip e2e]
2024-04-08 21:22:56 +05:30
Karol Sójko
7a4172ad11
chore: add e2e test for refresh tokens cooldown period - skip e2e ( #2860 )
...
* chore: add e2e test for refresh tokens cooldown period
* chore: fix refreshing session in e2e
* chore: fix session refresh cooldown test
* chore: fix e2e test
* Add dropped response simulation test
---------
Co-authored-by: moughxyz <mo@standardnotes.com >
2024-03-14 11:11:17 +01:00
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
Karol Sójko
1d0e8cfc7f
chore: switch api to cookie based sessions - skip e2e ( #2854 )
...
* chore: switch api to cookie based sessions - skip e2e
* chore: fix legacy http service to include api version in requests - skip e2e
2024-03-05 09:25:53 +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
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
Mo
c43b593c60
feat: Markdown, Rich text, Code, and Checklist note types have been moved to the new Plugins preferences pane. Previous notes created using these types will not experience any disruption. To create new notes using these types, you can reinstall them from the Plugins preferences screen. It is recommended to use the Super note type in place of these replaced note types. ( #2630 )
2023-11-29 10:18:55 -06: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
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
c76ffc764b
clipper: handle clipped note sync in background ( #2367 )
2023-08-03 18:43:04 +05:30
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
078ef3772c
refactor: native feature management ( #2350 )
2023-07-12 12:56:08 -05:00
Mo
0ab6b5c6fe
chore(fix): fixes sync response not correctly identifying all errors ( #2346 )
2023-07-05 11:28:45 -05:00
Mo
b032eb9c9b
internal: incomplete vault systems behind feature flag ( #2340 )
2023-06-30 09:01:56 -05:00
Mo
b7757983df
chore: offline hosts
2023-03-18 11:26:05 -05:00
Karol Sójko
896834f65a
chore(web): put sign-in email notifications setting under paywall ( #2249 )
...
* chore: upgrade setting names to value objects
* chore(web): put sign-in email notifications setting under paywall
* chore: fix using setting name value objects in mocha tests
* chore: fix wording on email notifications titles
2023-03-08 12:53:59 +01:00
Mo
e7f1d35341
refactor: http service ( #2233 )
2023-02-28 20:43:25 -06:00
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
Mo
544a28d450
refactor: offline roles ( #2169 )
2023-01-19 21:46:21 -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
Karol Sójko
271db1c3dc
fix(snjs): notify http service of refresh session
2023-01-18 14:38:26 +01:00
Karol Sójko
880a537774
feat(snjs): add revisions api v2 ( #2154 )
...
* feat(snjs): add revisions api v2
* fix(snjs): reference listing and getting revisions in specs
* fix(snjs): revisions specs
* fix(web): usage of revision metadata
* fix(snjs): add specs for decryption revision
* fix(snjs): issue with building mocked specs
* fix(snjs): adjust revision creation delay
2023-01-18 09:20:06 +01:00
Mo
a447fa1ad7
test: fix e2e testing setup
2023-01-03 11:00:12 -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
Mo
d519aca685
feat: iap ( #1996 )
2022-11-13 09:28:16 -06: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
Karol Sójko
ffb2193924
feat(encryption): refactor circular dependencies on services
2022-08-05 11:59:02 +02:00
Karol Sójko
0e40469e2f
feat: add snjs package
2022-07-06 14:04:30 +02:00