Commit Graph

263 Commits

Author SHA1 Message Date
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
Karol Sójko
0e40469e2f feat: add snjs package 2022-07-06 14:04:30 +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
aef4ceb7f8 feat: add utils package 2022-07-06 11:34:54 +02:00
Mo
ffcbbec0ab chore: fix deps 2022-07-05 14:47:24 -05:00
Karol Sójko
fbfed0a05c feat: add services package 2022-07-05 20:58:24 +02:00
Karol Sójko
b614c71e79 feat: add models package 2022-07-05 20:58:23 +02:00
Karol Sójko
1cd8a47fa4 feat: add files package 2022-07-05 20:36:00 +02:00
Karol Sójko
d4188a3fa2 feat: add filepicker package 2022-07-05 19:28:22 +02:00
Mo
0cbd98224c chore(encryption): lint 2022-07-05 09:45:45 -05:00
Karol Sójko
44d3e96468 feat: add features package 2022-07-05 14:58:46 +02:00
Karol Sójko
32481dfe05 fix: upgrade lerna-lite tools to latest versions 2022-07-05 14:12:11 +02:00
Karol Sójko
e5771fcbde feat: add @standardnotes/encryption package (#1199)
* feat: add @standardnotes/encryption package

* fix: mobile dependency on encryption package

* fix: order of build & lint in pr workflows

* fix: web dependency on encryption package

* fix: remove encryption package composite configuration

* fix: import order
2022-07-05 10:06:03 +02:00
Mo
42dee7513e feat: add docs repo (#1202) 2022-07-04 14:33:27 -05:00
Johnny A
6c19adba19 fix(advanced checklist): style and layout improvements (#1182)
* fix: reorder icon color

* fix: change reorder icon design

* feat: useResize hook

* feat: responsive task item

* fix: adjust padding for mobile devices

* fix: checkbox size should be proportional to text size

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-06-29 15:18:54 -04:00
Mo
0ecaabd859 chore: undeprecate advanced md editor (#1181) 2022-06-29 11:02:46 -05:00
Mo
d198625cfa fix(mobile): turn native textview into uncontrolled component (#1176)
Switching from non-plain type to plain type renders initial state.text, which wasn't being properly updated on all changes.
2022-06-28 12:45:57 -05:00
standardci
6ebc3759aa chore(deps): upgrade snjs (#1171) 2022-06-28 11:03:29 +02:00
Aman Harwara
ee5b6627da style: tailwind classname sorting (#1169) 2022-06-28 13:37:38 +05:30
Mo
50991d5a5f chore: deps 2022-06-27 17:28:33 -05:00
Aman Harwara
b80038f607 feat(web): tailwind css (#1147) 2022-06-27 16:20:52 -05:00
Mo
60ca415044 feat: deprecated editors (#1166) 2022-06-27 14:08:33 -05:00
Mo
d340ff9d77 chore: lockfile 2022-06-26 09:00:12 -05:00
standardci
6b90e13dca chore(deps): upgrade snjs (#1152) 2022-06-25 11:17:45 -05:00
Mo
2f7f7a326f chore(workflow): automated release notes 2022-06-24 10:56:47 -05:00
Mo
50136d9373 chore: workflows 2022-06-24 08:04:03 -05:00
Johnny A
a3a0952e68 fix: add deprecated file-safe component (#1141)
* fix: add deprecated file-safe component

* chore: add file-safe source

* fix: file-safe build script

* chore: run package script

* fix: use root node-sass

* chore: remove zip so CI generates it

* chore: commit dist files

* chore: remove dist/assets/org.standardnotes.file-safe files

* chore: remove changelog script

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-06-23 18:12:16 -04:00
Mo
9cef147a10 chore: upgrade snjs (#1145) 2022-06-23 15:51:10 -05:00
Mo
2d069fd4bd fix(components): disable minification in themes build due to limitations in mobile css parser (#1143) 2022-06-23 15:05:12 -05:00
Mo
0d62472019 chore(workflow): fix dockerignore to include all workspace packages 2022-06-23 09:12:20 -05:00
Mo
6fb133fb75 feat: release json with download urls (#1140) 2022-06-22 19:04:42 -05:00
Johnny A
7c0938b877 feat: optional secret field (#1115)
* fix: add grab cursor to drag indicator

* feat: optional secret field

* chore: increment version

* chore: format files

* fix: import React automatically

* fix: qr code button not clickable

* fix: show entry types after title

* fix: remove stylekit references

* fix: import react

* chore: update yarn.lock

* fix: update webpack dev config

* fix: styles import path

* fix: skalert import

* fix: misc

* fix: build components using build:components script

* fix(tmp): @standardnotes/styles as a dependency for @standardnotes/components-meta

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-06-22 10:32:43 -04:00
Mo
957ee5fc85 chore: bump snjs 2022-06-22 07:57:29 -05:00
Johnny A
f4b9b5b566 fix: markdown visual font size (#1127)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2022-06-21 11:29:11 -04:00
Mo
08d07ad87a chore(workflow): promote develop workflow 2022-06-20 11:45:13 -05:00
Mo
ba65948364 fix: plus editor icons (#1120) 2022-06-18 09:20:44 -05:00
Mo
cd2579439c chore(yarn): update lockfile 2022-06-17 08:28:24 -05:00
Mo
dc10a5cb25 refactor: rely on component versions from checksums file (#1111) 2022-06-16 11:56:32 -05:00
Mo
c0986d4e9a chore: add components subpackages to workspaces 2022-06-15 17:11:28 -05:00
Mo
566f6e1432 refactor: components cdn (#1110)
* refactor(wip): separate components files into zips and assets dir

* refactor(wip): use new components package and cdn in mobile

* chore: add components to metro config

* chore: bump snjs with new web assets path

* refactor: exclude package.json files recursively from being copied into components dist folder to avoid conflicts with react native duplicates
2022-06-15 16:00:23 -05:00
Mo
b387752b79 chore: lockfile 2022-06-15 10:14:31 -05:00
Johnny A
f076057f4b fix: override webpack output config for cra based editors (#1108) 2022-06-15 09:49:38 -05:00
Mo
1d34210a37 chore: lockfile 2022-06-14 16:16:38 -05:00
Mo
01793365bd chore: optimize workflows to avoid building components each time 2022-06-14 16:00:31 -05:00
Johnny A
1246596cd0 feat: add all editors (#1098) 2022-06-14 13:01:30 -05:00
Mo
0163331f87 chore: lockfile 2022-06-14 11:41:12 -05:00
Mo
13ddf89142 chore: use rn-keychain fork to avoid using patch-package, which does not work well with yarn 3 2022-06-14 11:37:25 -05:00