StandardNotes CI
2be4fb4f83
chore(release): publish
...
- @standardnotes/desktop@3.23.137
- @standardnotes/mobile@3.35 .5
- @standardnotes/releases@1.3.60
- @standardnotes/snjs@2.131 .0
- @standardnotes/web@3.50 .5
2022-09-21 13:19:58 +00:00
Karol Sójko
e809328fa8
feat(snjs): add retrieving web sockets token for establishing connection ( #1602 )
...
* feat(snjs): add retrieving web sockets token for establishing connection
* fix(snjs): imports
* fix(snjs): use only web sockets connection token
* fix(snjs): linter issue
2022-09-21 14:39:43 +02:00
StandardNotes CI
784cefa26f
chore(release): publish
...
- @standardnotes/api@1.8.1
- @standardnotes/desktop@3.23.136
- @standardnotes/encryption@1.15 .3
- @standardnotes/filepicker@1.23 .3
- @standardnotes/files@1.10 .3
- @standardnotes/mobile@3.35 .4
- @standardnotes/models@1.18 .3
- @standardnotes/releases@1.3.59
- @standardnotes/responses@1.10 .2
- @standardnotes/services@1.21 .2
- @standardnotes/snjs@2.130 .2
- @standardnotes/ui-services@1.2.7
- @standardnotes/web@3.50 .4
2022-09-20 17:45:27 +00:00
Mo
c5e225d335
fix: move wrapped storage to unwrapped if not encrypted ( #1603 )
2022-09-20 12:18:00 -05:00
StandardNotes CI
023d1665b6
chore(release): publish
...
- @standardnotes/api@1.8.0
- @standardnotes/desktop@3.23.134
- @standardnotes/mobile@3.35 .2
- @standardnotes/releases@1.3.57
- @standardnotes/services@1.21 .1
- @standardnotes/snjs@2.130 .1
- @standardnotes/ui-services@1.2.6
- @standardnotes/web@3.50 .2
2022-09-20 11:59:06 +00:00
StandardNotes CI
66a25c7556
chore(release): publish
...
- @standardnotes/desktop@3.23.132
- @standardnotes/mobile@3.35 .0
- @standardnotes/releases@1.3.55
- @standardnotes/services@1.21 .0
- @standardnotes/snjs@2.130 .0
- @standardnotes/ui-services@1.2.5
- @standardnotes/web@3.50 .0
2022-09-19 20:47:02 +00:00
Mo
c4d7761496
feat: mobile web bridge ( #1597 )
2022-09-19 14:47:15 -05:00
StandardNotes CI
46f3e873a5
chore(release): publish
...
- @standardnotes/desktop@3.23.130
- @standardnotes/mobile@3.34 .2
- @standardnotes/releases@1.3.53
- @standardnotes/snjs@2.129 .2
- @standardnotes/web@3.49 .2
2022-09-19 13:17:25 +00:00
Karol Sójko
038320b2fd
fix(snjs): pass unencrypted file size to comply with file service interface ( #1595 )
2022-09-19 14:36:53 +02:00
StandardNotes CI
ddf4c97477
chore(release): publish
...
- @standardnotes/desktop@3.23.125
- @standardnotes/mobile@3.33 .5
- @standardnotes/releases@1.3.48
- @standardnotes/services@1.20 .2
- @standardnotes/snjs@2.129 .1
- @standardnotes/ui-services@1.2.4
- @standardnotes/web@3.48 .1
2022-09-15 18:43:48 +00:00
StandardNotes CI
79518b6a5d
chore(release): publish
...
- @standardnotes/desktop@3.23.124
- @standardnotes/mobile@3.33 .4
- @standardnotes/releases@1.3.47
- @standardnotes/snjs@2.129 .0
- @standardnotes/web@3.48 .0
2022-09-15 10:28:11 +00:00
Karol Sójko
2d0ee10226
feat: sharing subscriptions UI ( #1567 )
...
* feat(web): add ui for subscription sharing
* fix(web): add missing triggers
* fix(snjs): setting authorization token on http service
* fix(web): add alert upon invite failure
* fix(web): display invitations list
* fix(web): canceling subscription invitations
* fix(web): fonts
* fix(web): linter issues
* fix: click event handler
* fix: styles
* feat: update styles
* feat: don't show bottom separator if all invites used
* fix(web): references to alert service
* fix(web): remove usebeforeunload
Co-authored-by: Aman Harwara <amanharwara@protonmail.com >
2022-09-15 12:00:29 +02:00
StandardNotes CI
05068ef63a
chore(release): publish
...
- @standardnotes/api@1.7.2
- @standardnotes/desktop@3.23.123
- @standardnotes/encryption@1.15 .2
- @standardnotes/filepicker@1.23 .2
- @standardnotes/files@1.10 .2
- @standardnotes/mobile@3.33 .3
- @standardnotes/models@1.18 .2
- @standardnotes/releases@1.3.46
- @standardnotes/services@1.20 .1
- @standardnotes/snjs@2.128 .1
- @standardnotes/ui-services@1.2.3
- @standardnotes/web@3.47 .3
2022-09-15 09:30:06 +00:00
StandardNotes CI
912c9ce707
chore(release): publish
...
- @standardnotes/desktop@3.23.120
- @standardnotes/mobile@3.33 .0
- @standardnotes/releases@1.3.43
- @standardnotes/services@1.20 .0
- @standardnotes/snjs@2.128 .0
- @standardnotes/ui-services@1.2.2
- @standardnotes/web@3.47 .0
2022-09-14 09:36:52 +00:00
Vardan Hakobyan
d7aca2c13a
feat: mobile security prefs ( #1496 )
...
* feat: move mobile-specific security items to Web when rendered in WebView
* feat: better UI for biometrics section
* feat: move Multitasking Privacy section to WebView (mostly UI)
* feat: move Multitasking Privacy section to WebView (going to understand why in WebView multitasking privacy value is auto-changed after reopening the WebView)
* feat: store MultitaskingPrivacy value as "NonWrapped" so that it's the same both on mobile and WebView
* feat: open WebView correctly when "Storage Encryption" is disabled on mobile
* fix: remove unnecessary changes and comments
* chore: revert ios-related unneeded changes
* fix: let Android to correctly recognize the NativeMobileWeb environment when opening WebView on Android
* fix: correct styles for the selected state of Biometrics/Passcode options
* chore: code cleanup
* fix: store Multitasking/Screenshot Privacy in the `Default` storage value mode
* chore: remove comment
* fix: use application's method instead of directly updating Screenshot Privacy preference
* fix: remove unused variable
* fix: use methods from Application and MobileDeviceInterface in all places, remove duplicate code
* fix: hide Multitasking Privacy and Biometrics Lock in WebView
Co-authored-by: Aman Harwara
2022-09-14 13:07:10 +04:00
StandardNotes CI
39fdac270e
chore(release): publish
...
- @standardnotes/api@1.7.1
- @standardnotes/components-meta@2.7.12
- @standardnotes/desktop@3.23.117
- @standardnotes/encryption@1.15 .1
- @standardnotes/features@1.52 .0
- @standardnotes/filepicker@1.23 .1
- @standardnotes/files@1.10 .1
- @standardnotes/mobile@3.32 .4
- @standardnotes/models@1.18 .1
- @standardnotes/releases@1.3.40
- @standardnotes/responses@1.10 .1
- @standardnotes/services@1.19 .1
- @standardnotes/snjs@2.127 .1
- @standardnotes/ui-services@1.2.1
- @standardnotes/web@3.46 .2
2022-09-13 13:11:32 +00:00
StandardNotes CI
27b7f4e597
chore(release): publish
...
- @standardnotes/api@1.7.0
- @standardnotes/components-meta@2.7.11
- @standardnotes/desktop@3.23.116
- @standardnotes/encryption@1.15 .0
- @standardnotes/features@1.51 .0
- @standardnotes/filepicker@1.23 .0
- @standardnotes/files@1.10 .0
- @standardnotes/mobile@3.32 .3
- @standardnotes/models@1.18 .0
- @standardnotes/releases@1.3.39
- @standardnotes/responses@1.10 .0
- @standardnotes/services@1.19 .0
- @standardnotes/snjs@2.127 .0
- @standardnotes/ui-services@1.2.0
- @standardnotes/utils@1.9.0
- @standardnotes/web@3.46 .1
- @standardnotes/advanced-checklist@0.2.5
2022-09-13 08:58:14 +00:00
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
StandardNotes CI
5d39934e47
chore(release): publish
...
- @standardnotes/api@1.6.2
- @standardnotes/desktop@3.23.113
- @standardnotes/mobile@3.32 .0
- @standardnotes/releases@1.3.36
- @standardnotes/services@1.18 .0
- @standardnotes/snjs@2.126 .0
- @standardnotes/ui-services@1.1.6
- @standardnotes/web@3.45.17
2022-09-09 08:32:54 +00:00
Aman Harwara
320fc3fd96
feat(mobile): add setting to always open web view on launch ( #1500 )
2022-09-09 13:32:23 +05:30
StandardNotes CI
9719c6fcac
chore(release): publish
...
- @standardnotes/api@1.6.1
- @standardnotes/desktop@3.23.107
- @standardnotes/encryption@1.14 .4
- @standardnotes/filepicker@1.22 .4
- @standardnotes/files@1.9.4
- @standardnotes/mobile@3.31.23
- @standardnotes/releases@1.3.29
- @standardnotes/services@1.17 .4
- @standardnotes/snjs@2.125 .6
- @standardnotes/ui-services@1.1.5
- @standardnotes/web@3.45.11
2022-09-01 09:10:28 +00:00
StandardNotes CI
aa7a22c6ac
chore(release): publish
...
- @standardnotes/api@1.6.0
- @standardnotes/desktop@3.23.106
- @standardnotes/mobile@3.31.22
- @standardnotes/releases@1.3.28
- @standardnotes/snjs@2.125 .5
- @standardnotes/web@3.45.10
2022-08-31 18:13:02 +00:00
StandardNotes CI
19a95dc404
chore(release): publish
...
- @standardnotes/api@1.5.0
- @standardnotes/desktop@3.23.105
- @standardnotes/encryption@1.14 .3
- @standardnotes/filepicker@1.22 .3
- @standardnotes/files@1.9.3
- @standardnotes/mobile@3.31.21
- @standardnotes/models@1.17 .0
- @standardnotes/releases@1.3.27
- @standardnotes/services@1.17 .3
- @standardnotes/snjs@2.125 .4
- @standardnotes/ui-services@1.1.4
- @standardnotes/web@3.45 .9
2022-08-31 14:44:34 +00:00
StandardNotes CI
c336f9de18
chore(release): publish
...
- @standardnotes/desktop@3.23.102
- @standardnotes/mobile@3.31.18
- @standardnotes/releases@1.3.24
- @standardnotes/snjs@2.125 .3
- @standardnotes/web@3.45 .6
2022-08-24 11:15:08 +00:00
Karol Sójko
2c69a514a8
fix(snjs): showing archived notes on trashed smart view ( #1426 )
2022-08-24 12:45:13 +02:00
StandardNotes CI
26fe530deb
chore(release): publish
...
- @standardnotes/api@1.4.9
- @standardnotes/components-meta@2.7.9
- @standardnotes/desktop@3.23.101
- @standardnotes/encryption@1.14 .2
- @standardnotes/features@1.50 .5
- @standardnotes/filepicker@1.22 .2
- @standardnotes/files@1.9.2
- @standardnotes/mobile@3.31.17
- @standardnotes/models@1.16 .2
- @standardnotes/releases@1.3.23
- @standardnotes/responses@1.9.4
- @standardnotes/services@1.17 .2
- @standardnotes/sncrypto-common@1.11 .1
- @standardnotes/sncrypto-web@1.12 .3
- @standardnotes/snjs@2.125 .2
- @standardnotes/ui-services@1.1.3
- @standardnotes/utils@1.8.3
- @standardnotes/web@3.45 .5
- @standardnotes/advanced-checklist@0.2.4
2022-08-23 12:11:25 +00:00
Karol Sójko
d2cebf930a
chore(setup): fix running unit tests in all packages
2022-08-23 13:40:21 +02:00
StandardNotes CI
a2b6ec74b0
chore(release): publish
...
- @standardnotes/api@1.4.8
- @standardnotes/desktop@3.23.100
- @standardnotes/encryption@1.14 .1
- @standardnotes/filepicker@1.22 .1
- @standardnotes/files@1.9.1
- @standardnotes/mobile@3.31.16
- @standardnotes/models@1.16 .1
- @standardnotes/releases@1.3.22
- @standardnotes/services@1.17 .1
- @standardnotes/snjs@2.125 .1
- @standardnotes/ui-services@1.1.2
- @standardnotes/web@3.45 .4
2022-08-23 10:05:48 +00:00
StandardNotes CI
5f0d3ca8b2
chore(release): publish
...
- @standardnotes/api@1.4.7
- @standardnotes/desktop@3.23.86
- @standardnotes/encryption@1.14 .0
- @standardnotes/filepicker@1.22 .0
- @standardnotes/files@1.9.0
- @standardnotes/mobile@3.31 .2
- @standardnotes/models@1.16 .0
- @standardnotes/releases@1.3.8
- @standardnotes/services@1.17 .0
- @standardnotes/snjs@2.125 .0
- @standardnotes/ui-services@1.1.0
- @standardnotes/web@3.43 .0
2022-08-05 15:03:40 +00:00
Karol Sójko
ffb2193924
feat(encryption): refactor circular dependencies on services
2022-08-05 11:59:02 +02:00
Karol Sójko
183f68c9c1
fix(files): filepicker circular dependency
2022-08-04 17:32:49 +02:00
Karol Sójko
7e251262d7
feat(web): extract ui-services package
2022-08-04 15:13:30 +02:00
StandardNotes CI
9ea1b35e0f
chore(release): publish
...
- @standardnotes/desktop@3.23.78
- @standardnotes/mobile@3.30.34
- @standardnotes/releases@1.3.0
- @standardnotes/snjs@2.124 .5
- @standardnotes/web-server@1.2.101
- @standardnotes/web@3.40 .7
2022-07-18 16:25:28 +00:00
Mo
12e2b83344
chore: update readme [skip ci]
2022-07-15 07:38:38 -05:00
StandardNotes CI
12168945f1
chore(release): publish
...
- @standardnotes/desktop@3.23.77
- @standardnotes/icons@1.4.7
- @standardnotes/mobile@3.30.33
- @standardnotes/releases@1.2.99
- @standardnotes/snjs@2.124 .4
- @standardnotes/toast@1.3.4
- @standardnotes/web-server@1.2.100
- @standardnotes/web@3.40 .6
2022-07-14 15:27:11 +00:00
Mo
a827274ac6
refactor(web): use asterisk icon for upgrade indicator ( #1318 )
2022-07-14 10:06:31 -05:00
StandardNotes CI
9a297fe8cf
chore(release): publish
...
- @standardnotes/components-meta@2.7.6
- @standardnotes/desktop@3.23.74
- @standardnotes/mobile@3.30.29
- @standardnotes/releases@1.2.95
- @standardnotes/snjs@2.124 .3
- @standardnotes/web-server@1.2.97
- @standardnotes/web@3.40 .4
- @standardnotes/bold-editor@1.4.0
- @standardnotes/markdown-hybrid@1.6.2
- @standardnotes/classic-code-editor@1.4.0
- @standardnotes/rich-text@1.7.1
- @standardnotes/simple-task-editor@1.4.2
- @standardnotes/spreadsheets@1.5.1
- @standardnotes/authenticator@2.2.3
2022-07-13 08:34:40 +00:00
Karol Sójko
f125ad3cf1
chore(dep): upgrade webpack-merge
2022-07-13 10:10:57 +02:00
Karol Sójko
26949749fc
chore(dep): upgrade jsdom
2022-07-13 10:09:42 +02:00
StandardNotes CI
763f4655a1
chore(release): publish
...
- @standardnotes/api@1.4.6
- @standardnotes/components-meta@2.7.5
- @standardnotes/desktop@3.23.73
- @standardnotes/encryption@1.13 .5
- @standardnotes/features@1.50 .4
- @standardnotes/filepicker@1.21 .6
- @standardnotes/files@1.8.7
- @standardnotes/icons@1.4.6
- @standardnotes/mobile@3.30.28
- @standardnotes/models@1.15 .5
- @standardnotes/releases@1.2.94
- @standardnotes/responses@1.9.3
- @standardnotes/services@1.16 .5
- @standardnotes/snjs@2.124 .2
- @standardnotes/toast@1.3.3
- @standardnotes/utils@1.8.2
- @standardnotes/web-server@1.2.96
- @standardnotes/web@3.40 .3
- @standardnotes/advanced-checklist@0.2.3
- @standardnotes/markdown-visual@1.1.2
2022-07-13 07:52:54 +00:00
Karol Sójko
431f1e3bac
chore(dep): upgrade @types/jest
2022-07-13 09:28:13 +02:00
StandardNotes CI
961d1fb8d4
chore(release): publish
...
- @standardnotes/api@1.4.5
- @standardnotes/desktop@3.23.67
- @standardnotes/encryption@1.13 .4
- @standardnotes/filepicker@1.21 .5
- @standardnotes/files@1.8.6
- @standardnotes/mobile@3.30.22
- @standardnotes/models@1.15 .4
- @standardnotes/releases@1.2.88
- @standardnotes/services@1.16 .4
- @standardnotes/snjs@2.124 .1
- @standardnotes/web-server@1.2.90
- @standardnotes/web@3.38 .6
2022-07-08 14:38:30 +00:00
StandardNotes CI
1809c51e54
chore(release): publish
...
- @standardnotes/desktop@3.23.66
- @standardnotes/mobile@3.30.21
- @standardnotes/releases@1.2.87
- @standardnotes/snjs@2.124 .0
- @standardnotes/web-server@1.2.89
- @standardnotes/web@3.38 .5
2022-07-08 09:56:33 +00:00
Karol Sójko
3e4e7fd0e0
feat: add building of SNJS Docker image for e2e testing purposes ( #1225 )
...
* feat: add building of SNJS Docker image for e2e testing purposes
* fix: contents of snjs package
* feat: add running e2e test suite
* fix: include mocha directory in the snjs yarn package
* fix: add triggering e2e tests with specific image tag
* fix: mocha tests url
* fix: add tests before publishing new version
* fix: temporary skip linter errors
* Revert "fix: temporary skip linter errors"
This reverts commit c989536930a291677f6ef8cad402feb13f066b8c.
* fix: replace test libraries with unpkg CDN versions
* fix: update yarn lock and remove cached libs
* fix: add missing library to mocha tests
* fix: restore chai-as-promised built version
* fix: serving sncrypto-web in mocha test suite
* fix: add copy of sncrypto-web to gitignore files
2022-07-08 11:36:12 +02:00
StandardNotes CI
0d16e6faaa
chore(release): publish
...
- @standardnotes/desktop@3.23.65
- @standardnotes/mobile@3.30.20
- @standardnotes/releases@1.2.86
- @standardnotes/snjs@2.123 .6
- @standardnotes/web-server@1.2.88
- @standardnotes/web@3.38 .4
2022-07-07 21:26:06 +00:00
Mo
3d49b95bc5
fix(web): themes inside editors urls
2022-07-07 16:16:47 -05:00
StandardNotes CI
306a2129a2
chore(release): publish
...
- @standardnotes/desktop@3.23.64
- @standardnotes/mobile@3.30.17
- @standardnotes/releases@1.2.83
- @standardnotes/snjs@2.123 .5
- @standardnotes/web-server@1.2.87
- @standardnotes/web@3.38 .3
2022-07-07 18:21:27 +00:00
Mo
d9014615f0
fix(mobile): component viewer in mobile web
2022-07-07 13:08:52 -05:00
StandardNotes CI
6e2911105b
chore(release): publish
...
- @standardnotes/desktop@3.23.62
- @standardnotes/filepicker@1.21 .4
- @standardnotes/files@1.8.5
- @standardnotes/mobile@3.30.13
- @standardnotes/releases@1.2.79
- @standardnotes/snjs@2.123 .4
- @standardnotes/web-server@1.2.84
- @standardnotes/web@3.38 .1
2022-07-07 11:12:12 +00:00
StandardNotes CI
6ebac52cb0
chore(release): publish
...
- @standardnotes/desktop@3.23.60
- @standardnotes/filepicker@1.21 .3
- @standardnotes/files@1.8.4
- @standardnotes/mobile@3.30.11
- @standardnotes/releases@1.2.77
- @standardnotes/snjs@2.123 .3
- @standardnotes/web-server@1.2.82
- @standardnotes/web@3.37 .7
2022-07-06 22:30:21 +00:00