Commit Graph

1632 Commits

Author SHA1 Message Date
StandardNotes CI
a3cf2b9565 chore(release): publish
- @standardnotes/clipper@1.1.125
 - @standardnotes/desktop@3.108.56
 - @standardnotes/mobile@3.56.36
 - @standardnotes/releases@1.4.408
 - @standardnotes/services@1.63.18
 - @standardnotes/snjs@2.202.22
 - @standardnotes/ui-services@1.28.20
 - @standardnotes/web@3.167.23
2023-07-31 15:56:25 +00:00
Aman Harwara
661fddf433 refactor: fix potential issues when converting to string [no ci] 2023-07-31 16:29:46 +05:30
Aman Harwara
f24e0b0e50 refactor: component props [no ci] 2023-07-30 12:43:43 +05:30
StandardNotes CI
50452ff6ca chore(release): publish
- @standardnotes/clipper@1.1.124
 - @standardnotes/desktop@3.108.55
 - @standardnotes/mobile@3.56.35
 - @standardnotes/releases@1.4.407
 - @standardnotes/web@3.167.22
2023-07-29 17:42:06 +00:00
Aman Harwara
c42afa45b4 fix: Fixed issue where autocapitalization wouldn't work on iOS for newly created Super notes 2023-07-29 22:37:12 +05:30
StandardNotes CI
d3dfa73fa0 chore(release): publish
- @standardnotes/clipper@1.1.123
 - @standardnotes/desktop@3.108.54
 - @standardnotes/mobile@3.56.34
 - @standardnotes/releases@1.4.406
 - @standardnotes/web@3.167.21
2023-07-29 15:08:28 +00:00
Aman Harwara
64855315e8 fix: Fixed issue where links in Super would not open 2023-07-29 20:06:23 +05:30
StandardNotes CI
edccea8499 chore(release): publish
- @standardnotes/api@1.26.36
 - @standardnotes/clipper@1.1.122
 - @standardnotes/desktop@3.108.53
 - @standardnotes/encryption@1.21.59
 - @standardnotes/filepicker@1.28.69
 - @standardnotes/files@1.16.15
 - @standardnotes/mobile@3.56.33
 - @standardnotes/models@1.46.18
 - @standardnotes/releases@1.4.405
 - @standardnotes/services@1.63.17
 - @standardnotes/snjs@2.202.21
 - @standardnotes/ui-services@1.28.19
 - @standardnotes/web@3.167.20
2023-07-28 12:37:36 +00:00
Mo
c7fb0d2aca refactor: component viewer (#2377) 2023-07-28 07:08:52 -05:00
StandardNotes CI
3de6af445b chore(release): publish
- @standardnotes/clipper@1.1.121
 - @standardnotes/desktop@3.108.52
 - @standardnotes/mobile@3.56.32
 - @standardnotes/releases@1.4.404
 - @standardnotes/web@3.167.19
2023-07-28 07:40:53 +00:00
Aman Harwara
fee9dcaa34 chore: fix issue with custom note title format 2023-07-28 12:36:17 +05:30
StandardNotes CI
c3cd88c509 chore(release): publish
- @standardnotes/api@1.26.35
 - @standardnotes/clipper@1.1.120
 - @standardnotes/desktop@3.108.51
 - @standardnotes/encryption@1.21.58
 - @standardnotes/features@1.59.13
 - @standardnotes/filepicker@1.28.68
 - @standardnotes/files@1.16.14
 - @standardnotes/mobile@3.56.31
 - @standardnotes/models@1.46.17
 - @standardnotes/releases@1.4.403
 - @standardnotes/responses@1.13.34
 - @standardnotes/services@1.63.16
 - @standardnotes/sncrypto-common@1.13.6
 - @standardnotes/sncrypto-web@1.14.6
 - @standardnotes/snjs@2.202.20
 - @standardnotes/ui-services@1.28.18
 - @standardnotes/utils@1.17.8
 - @standardnotes/web@3.167.18
2023-07-28 00:57:34 +00:00
Mo
05bb336925 chore: webpack [no ci] 2023-07-27 16:51:03 -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
StandardNotes CI
acc41edb02 chore(release): publish
- @standardnotes/clipper@1.1.119
 - @standardnotes/desktop@3.108.50
 - @standardnotes/filepicker@1.28.67
 - @standardnotes/files@1.16.13
 - @standardnotes/mobile@3.56.30
 - @standardnotes/releases@1.4.402
 - @standardnotes/services@1.63.15
 - @standardnotes/snjs@2.202.19
 - @standardnotes/ui-services@1.28.17
 - @standardnotes/web@3.167.17
2023-07-27 18:40:31 +00:00
StandardNotes CI
bfd2b14264 chore(release): publish
- @standardnotes/api@1.26.34
 - @standardnotes/clipper@1.1.118
 - @standardnotes/desktop@3.108.49
 - @standardnotes/encryption@1.21.57
 - @standardnotes/features@1.59.12
 - @standardnotes/filepicker@1.28.66
 - @standardnotes/files@1.16.12
 - @standardnotes/mobile@3.56.29
 - @standardnotes/models@1.46.16
 - @standardnotes/releases@1.4.401
 - @standardnotes/responses@1.13.33
 - @standardnotes/services@1.63.14
 - @standardnotes/snjs@2.202.18
 - @standardnotes/ui-services@1.28.16
 - @standardnotes/web@3.167.16
2023-07-27 14:11:52 +00: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
StandardNotes CI
0eb552ddc7 chore(release): publish
- @standardnotes/api@1.26.33
 - @standardnotes/clipper@1.1.117
 - @standardnotes/desktop@3.108.48
 - @standardnotes/encryption@1.21.56
 - @standardnotes/filepicker@1.28.65
 - @standardnotes/files@1.16.11
 - @standardnotes/mobile@3.56.28
 - @standardnotes/models@1.46.15
 - @standardnotes/releases@1.4.400
 - @standardnotes/services@1.63.13
 - @standardnotes/snjs@2.202.17
 - @standardnotes/ui-services@1.28.15
 - @standardnotes/web@3.167.15
2023-07-27 13:12:27 +00:00
StandardNotes CI
1fef36d601 chore(release): publish
- @standardnotes/api@1.26.32
 - @standardnotes/clipper@1.1.116
 - @standardnotes/desktop@3.108.47
 - @standardnotes/encryption@1.21.55
 - @standardnotes/features@1.59.11
 - @standardnotes/filepicker@1.28.64
 - @standardnotes/files@1.16.10
 - @standardnotes/mobile@3.56.27
 - @standardnotes/models@1.46.14
 - @standardnotes/releases@1.4.399
 - @standardnotes/responses@1.13.32
 - @standardnotes/services@1.63.12
 - @standardnotes/snjs@2.202.16
 - @standardnotes/ui-services@1.28.14
 - @standardnotes/utils@1.17.7
 - @standardnotes/web@3.167.14
2023-07-26 21:20:45 +00:00
Mo
d268c02ab3 fix: Fixes issue where lock screen would not use previously active theme (#2372) 2023-07-26 15:50:08 -05:00
StandardNotes CI
86fc4c684d chore(release): publish
- @standardnotes/clipper@1.1.115
 - @standardnotes/desktop@3.108.46
 - @standardnotes/mobile@3.56.26
 - @standardnotes/releases@1.4.398
 - @standardnotes/services@1.63.11
 - @standardnotes/snjs@2.202.15
 - @standardnotes/ui-services@1.28.13
 - @standardnotes/web@3.167.13
2023-07-26 13:11:46 +00:00
StandardNotes CI
908cbaf895 chore(release): publish
- @standardnotes/api@1.26.31
 - @standardnotes/clipper@1.1.114
 - @standardnotes/desktop@3.108.45
 - @standardnotes/encryption@1.21.54
 - @standardnotes/filepicker@1.28.63
 - @standardnotes/files@1.16.9
 - @standardnotes/mobile@3.56.25
 - @standardnotes/models@1.46.13
 - @standardnotes/releases@1.4.397
 - @standardnotes/services@1.63.10
 - @standardnotes/snjs@2.202.14
 - @standardnotes/ui-services@1.28.12
 - @standardnotes/web@3.167.12
2023-07-26 10:55:05 +00:00
Aman Harwara
51cb14c010 chore: fix super session history 2023-07-26 15:50:19 +05:30
Mo
7222ca7fd0 tests: vaults-2 (#2368) 2023-07-26 04:55:58 -05:00
StandardNotes CI
6ad5d028af chore(release): publish
- @standardnotes/clipper@1.1.113
 - @standardnotes/desktop@3.108.44
 - @standardnotes/mobile@3.56.24
 - @standardnotes/releases@1.4.396
 - @standardnotes/services@1.63.9
 - @standardnotes/snjs@2.202.13
 - @standardnotes/ui-services@1.28.11
 - @standardnotes/web@3.167.11
2023-07-25 13:13:37 +00:00
Mo
596e041c42 tests: vault tests (#2366) 2023-07-25 07:40:28 -05:00
StandardNotes CI
80436cd0b9 chore(release): publish
- @standardnotes/clipper@1.1.112
 - @standardnotes/desktop@3.108.43
 - @standardnotes/mobile@3.56.23
 - @standardnotes/releases@1.4.395
 - @standardnotes/web@3.167.10
2023-07-25 07:34:13 +00:00
Aman Harwara
40c0a08e74 chore: build 2023-07-25 12:33:11 +05:30
StandardNotes CI
2e59aa5a07 chore(release): publish
- @standardnotes/clipper@1.1.111
 - @standardnotes/desktop@3.108.42
 - @standardnotes/mobile@3.56.21
 - @standardnotes/releases@1.4.393
 - @standardnotes/services@1.63.8
 - @standardnotes/snjs@2.202.12
 - @standardnotes/ui-services@1.28.10
 - @standardnotes/web@3.167.9
2023-07-24 20:03:21 +00: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
StandardNotes CI
ac4231d8eb chore(release): publish
- @standardnotes/clipper@1.1.110
 - @standardnotes/desktop@3.108.41
 - @standardnotes/mobile@3.56.20
 - @standardnotes/releases@1.4.392
 - @standardnotes/services@1.63.7
 - @standardnotes/snjs@2.202.11
 - @standardnotes/ui-services@1.28.9
 - @standardnotes/web@3.167.8
2023-07-24 13:17:12 +00:00
Mo
3281ac9d37 refactor: break up vault services (#2364) 2023-07-24 07:46:20 -05:00
StandardNotes CI
f2d089ab24 chore(release): publish
- @standardnotes/clipper@1.1.109
 - @standardnotes/desktop@3.108.40
 - @standardnotes/mobile@3.56.19
 - @standardnotes/releases@1.4.391
 - @standardnotes/web@3.167.7
2023-07-24 11:04:03 +00:00
Aman Harwara
a91ab4abbf chore: dont show ios keyboard button when editing link in super 2023-07-24 16:04:37 +05:30
Aman Harwara
0af41cbcad chore: fix link editor dismiss 2023-07-24 16:00:45 +05:30
StandardNotes CI
412b192b85 chore(release): publish
- @standardnotes/clipper@1.1.108
 - @standardnotes/desktop@3.108.39
 - @standardnotes/mobile@3.56.18
 - @standardnotes/releases@1.4.390
 - @standardnotes/web@3.167.6
2023-07-24 09:28:48 +00:00
Aman Harwara
8ad9b8ae2a chore: combine super link editor with mobile toolbar 2023-07-24 14:27:16 +05:30
StandardNotes CI
c52d8e7309 chore(release): publish
- @standardnotes/clipper@1.1.107
 - @standardnotes/desktop@3.108.38
 - @standardnotes/mobile@3.56.17
 - @standardnotes/releases@1.4.389
 - @standardnotes/web@3.167.5
2023-07-24 07:14:21 +00:00
Aman Harwara
406abb4929 chore: fix links container toggle logic 2023-07-24 12:07:47 +05:30
Aman Harwara
814a156e1b chore: make linked items container collapsed by default 2023-07-24 12:07:44 +05:30
StandardNotes CI
e67f694c85 chore(release): publish
- @standardnotes/api@1.26.30
 - @standardnotes/clipper@1.1.106
 - @standardnotes/desktop@3.108.37
 - @standardnotes/encryption@1.21.53
 - @standardnotes/filepicker@1.28.62
 - @standardnotes/files@1.16.8
 - @standardnotes/mobile@3.56.16
 - @standardnotes/models@1.46.12
 - @standardnotes/releases@1.4.388
 - @standardnotes/responses@1.13.31
 - @standardnotes/services@1.63.6
 - @standardnotes/sncrypto-common@1.13.5
 - @standardnotes/sncrypto-web@1.14.5
 - @standardnotes/snjs@2.202.10
 - @standardnotes/ui-services@1.28.8
 - @standardnotes/web@3.167.4
2023-07-23 21:46:48 +00:00
Mo
a77535456c refactor: application dependency management (#2363) 2023-07-23 15:54:31 -05:00
StandardNotes CI
e698b1c990 chore(release): publish
- @standardnotes/clipper@1.1.105
 - @standardnotes/desktop@3.108.36
 - @standardnotes/mobile@3.56.15
 - @standardnotes/releases@1.4.387
 - @standardnotes/snjs@2.202.9
 - @standardnotes/ui-services@1.28.7
 - @standardnotes/web@3.167.3
2023-07-21 10:54:22 +00:00
Aman Harwara
ab2e88a710 fix: Shared image links are now correctly handled on iOS 2023-07-21 15:53:36 +05:30
StandardNotes CI
68db05581b chore(release): publish
- @standardnotes/clipper@1.1.104
 - @standardnotes/desktop@3.108.35
 - @standardnotes/mobile@3.56.14
 - @standardnotes/releases@1.4.386
 - @standardnotes/snjs@2.202.8
 - @standardnotes/web@3.167.2
2023-07-20 15:26:51 +00:00
StandardNotes CI
78b87672de chore(release): publish
- @standardnotes/clipper@1.1.103
 - @standardnotes/desktop@3.108.34
 - @standardnotes/mobile@3.56.13
 - @standardnotes/releases@1.4.385
 - @standardnotes/web@3.167.1
2023-07-19 14:36:29 +00:00
Aman Harwara
2b0df30ca2 fix: Fixed issue where trying to create new folder on mobile would close navigation pane 2023-07-19 19:35:10 +05:30
StandardNotes CI
58cf0e542f chore(release): publish
- @standardnotes/clipper@1.1.102
 - @standardnotes/desktop@3.108.33
 - @standardnotes/mobile@3.56.12
 - @standardnotes/releases@1.4.384
 - @standardnotes/web@3.167.0
2023-07-19 07:34:30 +00:00
Aman Harwara
edead7e251 feat: Added Undo/Redo buttons to Super mobile toolbar 2023-07-19 12:37:02 +05:30
StandardNotes CI
166b4f3a5d chore(release): publish
- @standardnotes/clipper@1.1.101
 - @standardnotes/desktop@3.108.32
 - @standardnotes/mobile@3.56.11
 - @standardnotes/releases@1.4.383
 - @standardnotes/web@3.166.19
2023-07-18 14:56:13 +00:00