Mo
a042cd7972
chore: remove deprecated editors folder
2022-10-17 10:45:09 -05:00
Mo
b849c122d6
fix: android build
2022-10-14 08:18:51 -05:00
Mo
588946898d
refactor: remove classic mobile ( #1789 )
2022-10-13 14:09:45 -05:00
Mo
9fc77d861e
fix(mobile): issue with black screen on iOS ( #1777 )
2022-10-11 09:08:34 -05:00
Mo
b82eac09a8
fix: package import location
2022-10-11 07:30:49 -05:00
Karol Sójko
fb41f651ec
feat(api): add listing workspace users
2022-10-11 12:21:06 +02:00
Karol Sójko
a275a45753
fix(api): workspace creation arguments
2022-10-10 10:40:46 +02:00
Mo
8ef5a33994
refactor: remove advanced-checklist editor (moved to community plugins) ( #1740 )
2022-10-05 06:43:48 -05:00
Aman Harwara
11dd39c126
feat: add custom note title format pref ( #1678 )
2022-09-29 20:10:05 +05:30
Mo
a83003ee69
feat(crypto): pkc algos for key generation, encrypt, and decrypt ( #1663 )
2022-09-28 09:15:34 -05:00
Aman Harwara
6d5ebdeaa1
fix: export/sharing notes on mobile webview ( #1644 )
2022-09-27 12:24:44 +05:30
Mo
4d5429cc89
fix(mobile): adjust status bar color to match current theme ( #1624 )
...
* feat: sync page theme color metadata with active theme bg
* fix: lint
* refactor: extract to method
* feat: recieve theme scheme change on mobile
* fix: handle issue where status bar color changes when keyboard appears on iOS
* fix: disable bouncing on web view
2022-09-23 13:48:51 -05:00
Karol Sójko
4a773fa537
feat(api): add websocket api definitions
2022-09-20 13:21:02 +02:00
Mo
c4d7761496
feat: mobile web bridge ( #1597 )
2022-09-19 14:47:15 -05:00
Aman Harwara
896bb22f64
chore: update dependencies ( #1543 )
2022-09-14 02:42:25 +05:30
Aman Harwara
930bc2d8f7
chore(desktop): update dependencies ( #1542 )
2022-09-13 21:55:33 +05:30
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
Karol Sójko
089d3a2e66
feat(api): add subscription server and client services and interfaces ( #1470 )
...
* feat(api): add subscription server and client services and interfaces
* fix(api): linter issues
* feat(models): add subscription invitations
* feat(api): add subscriptions invitation operations on server side
* fix(api): linter issues
2022-08-31 16:08:52 +02: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
696b82b9d3
feat(files): refactor circular deps
2022-08-04 16:21:46 +02:00
Karol Sójko
7e251262d7
feat(web): extract ui-services package
2022-08-04 15:13:30 +02:00
Karol Sójko
1216b441fb
fix(web): upgrade eslint
2022-08-03 20:01:01 +02:00
Karol Sójko
483cac90cf
feat(web): remove web-server and change web to a static website deployment ( #1360 )
...
* feat(web): add deploying static app
* fix(web): linter ignore patterns
* fix(web): cloudfront invalidation and favicons placement
* feat(web-server): remove web-server package in favour of web
* fix(web): remove linter parallel jobs due to oom issue
* fix(mobile): eslintignore paths
* fix(web): copy of components
* fix(web): include building components in building all process
* fix(web): copying of components
2022-08-03 14:51:59 +02: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
Karol Sójko
431f1e3bac
chore(dep): upgrade @types/jest
2022-07-13 09:28:13 +02:00
Karol Sójko
7624f95462
fix: upgrade jest-environment-jsdom
2022-07-12 12:11:26 +02:00
Karol Sójko
71e792da35
fix: upgrade ts-jest in packages
2022-07-12 11:52:34 +02:00
Karol Sójko
09e08ca899
fix: upgrade jest with types to latest version
2022-07-12 11:37:26 +02:00
Aman Harwara
66f97f0612
feat(web): mobile-friendly (responsive) preferences UI ( #1234 )
2022-07-09 00:38:44 +05:30
Aman Harwara
f349744fdb
fix: subtag duplication ( #1227 )
2022-07-08 19:47:18 +05:30
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
Johnny A
f7ba6588a7
fix(advanced checklist): improve editor styles ( #1221 )
2022-07-06 16:27:22 -05:00
Mo
d315c8c6c1
chore(web): fix tests
2022-07-06 09:44:13 -05:00
Mo
3ab1ef5e2a
chore: fix snjs lint job; devDep structure
2022-07-06 08:39:43 -05:00
Mo
ad92392b4d
chore: fix web types
2022-07-06 07:50:56 -05:00
Karol Sójko
47de4020e1
fix: yarn lock
2022-07-06 14:21:40 +02:00
Karol Sójko
0e40469e2f
feat: add snjs package
2022-07-06 14:04:30 +02:00
Karol Sójko
bc666aa983
fix: add missing utils dependency on api
2022-07-06 13:39:23 +02:00
StandardNotes CI
0c2b1fb03f
chore(release): publish
...
- @standardnotes/api@1.4.0
- @standardnotes/components-meta@2.7.0
- @standardnotes/desktop@3.23.51
- @standardnotes/encryption@1.13 .0
- @standardnotes/features@1.50 .1
- @standardnotes/filepicker@1.20 .0
- @standardnotes/files@1.8.0
- @standardnotes/mobile@3.29 .0
- @standardnotes/models@1.15 .0
- @standardnotes/releases@1.2.65
- @standardnotes/responses@1.9.0
- @standardnotes/services@1.16 .0
- @standardnotes/sncrypto-common@1.11 .0
- @standardnotes/sncrypto-web@1.12 .0
- @standardnotes/utils@1.8.0
- @standardnotes/web-server@1.2.73
- @standardnotes/web@3.36 .0
- @standardnotes/advanced-checklist@0.2.0
2022-07-06 11:30:05 +00:00
Karol Sójko
21d8a99b3d
fix: add dompurify to mobile package to fix the build process
2022-07-06 13:14:45 +02:00
Karol Sójko
6751f30db6
fix: dompurify deps on utils
2022-07-06 12:48:52 +02:00
Karol Sójko
46fe66256b
fix: not supported auth dependency
2022-07-06 12:30:41 +02:00
Karol Sójko
6ec66795d2
feat: add sncrypto client side packages
2022-07-06 12:21:21 +02:00
Karol Sójko
9d1f7043e5
feat: add responses package
2022-07-06 11:59:04 +02:00
Karol Sójko
9d7d18e7f2
feat: add api package
2022-07-06 11:53:39 +02:00
Karol Sójko
e2e9a11984
fix: missing utils dep on mobile
2022-07-06 11:42:50 +02:00
Karol Sójko
aef4ceb7f8
feat: add utils package
2022-07-06 11:34:54 +02:00
Mo
1b06ea7331
chore: add files dep to clients
2022-07-05 14:49:02 -05:00