Commit Graph

458 Commits

Author SHA1 Message Date
Mo
7c2e832065 feat: display file backup status in file context menu (#2044) (skip e2e)
* feat: show file backup status in context menu

* feat: show backup status in list cell

* feat: mapping cache

* feat: add to linking menu + date format

* fix: types
2022-11-22 19:58:48 -06:00
Aman Harwara
dab4f678f0 feat(web): enable block drag'n'drop in super editor (#2029) 2022-11-18 21:15:18 +05:30
Mo
7cad119132 chore: upgrade react native (#2018) 2022-11-16 14:10:50 -06:00
Mo
a997df9bcf chore: upgrade core desktop deps (#2017) 2022-11-16 11:33:51 -06:00
Mo
2a12eb60bb fix: super editor package 2022-11-16 10:44:26 -06:00
Mo
05fe7de3eb chore: upgrade deps (#2014) 2022-11-16 09:52:21 -06:00
Mo
d519aca685 feat: iap (#1996) 2022-11-13 09:28:16 -06:00
Mo
70a9dbcea6 refactor: blocks plugins (#1956) 2022-11-08 13:31:48 -06:00
Mo
2ed01a071c refactor: lexical (#1954) 2022-11-07 10:42:44 -06:00
StandardNotes CI
7d64b1c0ff chore(release): publish
- @standardnotes/api@1.19.5
 - @standardnotes/desktop@3.23.279
 - @standardnotes/encryption@1.19.5
 - @standardnotes/features@1.54.3
 - @standardnotes/filepicker@1.25.5
 - @standardnotes/files@1.12.5
 - @standardnotes/mobile@3.45.28
 - @standardnotes/models@1.34.7
 - @standardnotes/releases@1.3.210
 - @standardnotes/responses@1.12.3
 - @standardnotes/services@1.42.4
 - @standardnotes/sncrypto-common@1.13.1
 - @standardnotes/sncrypto-web@1.14.1
 - @standardnotes/snjs@2.147.6
 - @standardnotes/styles@1.6.4
 - @standardnotes/toast@1.3.6
 - @standardnotes/ui-services@1.13.4
 - @standardnotes/utils@1.11.1
 - @standardnotes/web@3.93.10
2022-11-04 22:33:51 +00:00
Mo
417c90a6f2 chore: fix eslint crashing issues (#1951) 2022-11-04 17:09:54 -05:00
Mo
77d5093f14 refactor: extract components to plugin repo (#1933) 2022-11-04 11:04:53 -05: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
Mo
fef1bdf799 fix(web): support for older browsers like Safari 11 on iOS 13.7 2022-10-31 10:58:55 -05:00
Mo
298ea73137 chore: fix android build 2022-10-31 08:50:49 -05:00
Mo
4e72a796cb chore: remove unused mobile deps (#1905) 2022-10-30 19:00:04 -05:00
Mo
d3047b2b47 chore: upgrade root deps (#1865) 2022-10-24 08:34:10 -05:00
Mo
bda16b88c0 fix(web): emoji length computation (#1864) 2022-10-23 11:04:17 -05:00
Mo
cbd0063926 feat: ability to favorite tags + customize icon (#1858) 2022-10-21 11:11:31 -05:00
Mo
2b66ff82ee refactor: note editor relationships (#1821) 2022-10-18 08:59:24 -05:00
Mo
fc00b5c499 Revert "chore: remove deprecated editors folder"
This reverts commit a042cd7972.
2022-10-17 15:04:30 -05:00
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