Commit Graph

454 Commits

Author SHA1 Message Date
Konstantinos Kaloutas
5d9861a510 upgrade pdfjs 2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
f9b8f69c16 handle amplify 2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
abbd35a042 handle pdfjs 2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
677cada2ba Revert "Revert "Revert "handle magic-portal"""
This reverts commit b1f12048ac310ea80fba835f932d7e38f74056b9.
2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
deb0a43e8b Revert "Revert "handle magic-portal""
This reverts commit 9011fa7f9e54ae8a3b587da6d61affa31e3cd727.
2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
a19c5feb85 Revert "handle magic-portal"
This reverts commit 8146430b0fc88b600a8f93164e0b39d05353bbb6.
2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
46208a7753 Revert "Revert "handle lightning-fs""
This reverts commit 840cb90ed5f0fc2704b80f975d08179050cee8b0.
2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
bffeddff4c Revert "handle lightning-fs"
This reverts commit 005f56deb42d6d40776282baf91fe79cd2c30d29.
2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
eb6a045619 handle magic-portal 2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
20421e4cc4 handle lightning-fs 2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
1a9017f757 handle highlight.js 2023-08-04 11:17:30 +08:00
Konstantinos Kaloutas
56e6e934b8 handle marked js 2023-08-04 11:17:30 +08:00
Andelf
49a1f1536a chore(deps): update diff-merge v0.2.2 2023-07-31 01:33:26 +08:00
Andelf
fb5efd4a23 chore(deps): update diff-merge 2023-07-30 16:53:33 +08:00
Konstantinos Kaloutas
86d3cad507 handle shepherd.js 2023-07-21 10:07:06 -04:00
Konstantinos Kaloutas
9fd3deb39e handle reveal.js 2023-07-21 10:07:06 -04:00
Bad3r
fb2e1e82eb chore(deps): Fix CVE-2023-2931 in Electron 24 [minor change] (#9854) 2023-07-19 10:47:25 +08:00
Konstantinos Kaloutas
d8af338e84 remove swiped events 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
fed6dea816 convert interact.js 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
6e100f0dd1 convert swiped events 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
1f09012f01 convert photoswipe 2023-07-10 00:54:54 +08:00
Konstantinos Kaloutas
e04d0c498d convert html2canvas and Inter 2023-07-10 00:54:54 +08:00
Andelf
9f2a0b635f chore(deps): update capacitor-diff-merge; fix android parameter check 2023-07-05 22:52:36 +08:00
Andelf
f614c98d17 chore(deps): update capacitor-diff-merge; fix initial dir create 2023-06-30 16:55:10 +08:00
Gabriel Horner
f80568eef7 Merge branch 'master' into katex-resource-npm 2023-06-28 14:19:33 -04:00
Konstantinos Kaloutas
bf7ff7df59 chore: upgrade electron 2023-06-28 13:56:30 +08:00
Andelf
a59ecb370d chore(deps): bump diff-merge to 0.1.0 2023-06-26 19:20:04 +08:00
Andelf
2d4017064f chore(deps/mldoc): update mldoc to fix heading :level issue 2023-06-26 19:20:04 +08:00
Junyi Du
59136312ad fix: upgrade diff-merge ver 2023-06-26 19:20:04 +08:00
Andelf
9349f1a994 chore(deps): update rsapi 2023-06-26 19:20:04 +08:00
Andelf
1cc9bb72aa feat(sync): impl 2-stage merge for mobile 2023-06-26 19:20:04 +08:00
Allan Chain
6d0033e645 chore: include katex resources from npm 2023-06-23 10:05:45 -04:00
Tienson Qin
db70c14f85 Bump mldoc to 1.5.5 2023-05-29 23:02:03 +08:00
Andelf
b799170d21 Revert "chore(deps): bump posthog-js from 1.10.2 to 1.57.2"
This reverts commit 1ce4697b22.
2023-05-24 02:35:18 +08:00
dependabot[bot]
1ce4697b22 chore(deps): bump posthog-js from 1.10.2 to 1.57.2
Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.10.2 to 1.57.2.
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/v1.10.2...v1.57.2)

---
updated-dependencies:
- dependency-name: posthog-js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 17:43:23 +08:00
Ben Yorke
928742e66b shui/table introduction 2023-05-12 13:24:54 -04:00
Adam Hupp
c7e0d86e8b Fix yarn install on Windows
`yarn install` currently fails due to two issues:

 a) several build scripts use "cd some_dir && yarn ...", which is not
 valid in cmd.exe.  Replace with "yarn --cwd some_dir .."
 b) zx is somehow defaulting to bash, which finds WSL and runs the
 script in the WSL instance.  Supposedly this was fixed in
 https://github.com/google/zx/pull/458, not sure why it's not working
 even if I upgrade zx.
2023-05-04 13:51:17 +08:00
Andelf
35eed4cbb0 fix(fs): wrong bak fname on mobile fs
chore(deps): update mobile file-sync deps, fix percent encoding
2023-04-24 21:30:18 +08:00
Junyi Du
6d89f309db fix: buggy diff-merge case happens when prepend new blocks before first base block 2023-04-17 09:41:39 -04:00
Junyi Du
5aba871ead deps: diff-merge
dev: graph parser IoC hook

test: use test db for diff-merge tests

fix: ci lint

dev: refactoring post block-parsing process

feat: diff-merge 2 way merge integration

fix: key namespace of uuid in fix-duplicated-id

fix: duplicated uuid ci
2023-04-17 09:41:39 -04:00
Konstantinos Kaloutas
f6b9a55cbc Revert "attempt to lock clipboard"
This reverts commit b659cb07ca.
2023-03-08 17:09:35 +08:00
Konstantinos Kaloutas
0f393a7f46 attempt to lock clipboard 2023-03-08 17:09:35 +08:00
Yichen Yan
f2b99dbc4c upgrade playwright to 1.31.0 (#8688) 2023-03-06 15:21:54 +08:00
Andelf
924b945b32 enhance(sync): add native logging for desktop and android 2023-02-04 18:28:07 +08:00
dependabot[bot]
6097b10523 chore(deps): bump jszip from 3.7.0 to 3.8.0
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-03 12:16:20 +08:00
Andelf
6d62848386 fix(sync): revert age upgrade
Close #8497
2023-02-02 23:11:24 +08:00
Andelf
29efeeb68a chore: update rsapi 2023-02-01 21:54:46 +08:00
Bad3r
25284b819a enhance: increase network-timout in .yarnrc 2023-01-19 13:13:25 -05:00
Bad3r
016fd7bcc5 ehance: increase yarn install network timeout limit 2023-01-19 13:13:25 -05:00
Andelf
4916406111 chore(deps): update rsapi, add upload retries 2023-01-16 00:21:02 +08:00