Commit Graph

29 Commits (3bbfb33713f4f493ac62dcd74300ade799077224)

Author SHA1 Message Date
Andelf 897a6af010 chore(deps): update rsapi, refine logs 2023-04-19 21:25:18 +08:00
Andelf cc87fa4c17 chore(deps): update rsapi, refine certs check 2023-04-18 23:10:38 +08:00
Andelf b8dfac04d2 fix(rsapi): use system certs 2023-03-01 21:59:09 +08:00
Bad3r ebb2a5c1d7
chore(dep): bump NodeJS from 16.x to 18.x LTS (#8406)
* chore(dep): bump NodeJS to LTS 18.x

* update nginx image CVE-2022-43551

* upgrade node version in GH workflows

* update nodejs version in dev docs

* upgrade tldraw version nodejs version to 18.x

* update static/yarn.lock

* fix yarn.lock electron version

---------

Co-authored-by: situ2001 <yongcong2001@outlook.com>
2023-02-21 23:07:35 +08:00
Andelf 8b2c50dd06 chore(deps): update rsapi
- fix http2 deps
- add freebsd build
2023-02-21 22:27:50 +08:00
charlie 164ac64be9 improve(apis): support CORS for http server 2023-02-20 16:26:03 +08:00
Andelf 924b945b32 enhance(sync): add native logging for desktop and android 2023-02-04 18:28:07 +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
Andelf 4916406111 chore(deps): update rsapi, add upload retries 2023-01-16 00:21:02 +08:00
Andelf 3a7d16683c fix(sync): update deps, fix expired token issue 2023-01-13 22:15:36 +08:00
Konstantinos 2e929ebb21
Chore(deps): Upgrade electron to 20 (#7692)
upgrade electron to 21
2023-01-09 13:57:41 +08:00
Charlie 51aaa02e76
Feat: APIs http server (#7699)
http server
2022-12-29 22:30:44 +08:00
Andelf 5b25641785 fix(rsapi): add fname unicode normalization 2022-12-29 20:43:33 +08:00
Charlie 020317911f
Enhance/plugin APIs (#7555)
* feat: WIP native cli command support

* Add :shell/command-whitelist option

* Integrate cli to code block

* Add :code-block/command-whitelist option

* fix: size of icon

* improve(shell): cache user shell whitelist on application configures file

* improve(electron): promisify run cli command

* chore(libs): update version

* fix(plugin): incorrect payload of pdf highlights section hook

* improve(plugin): block renderer with specific block uuid

* improve(plugin): expose logger for user lib

* improve(plugin): block hooks type

* improve(plugin): block slot hook with specific block

* improve(plugin): auto generate key for provide UI options

* improve(plugin): style of injected ui container

* improve(plugin): types

* improve(plugin): async messaging api from host to plugin

* improve(plugin): add types

* improve(apis): get external plugin metadata

* improve(apis): invoke external plugin impls

* improve(apis): call external plugin impls for simple commands

* enhance(apis): datascript query api for predicate inputs

* enhance(apis): datascript query api for predicate inputs

* fix(apis): redundant args of datascript query api

* enhance(plugins): position of float ui container

* enhance(plugins): style of setting options

* enhance(plugins): layouts data for float ui

* chore(plugins): update CHANGELOG.md

* improve(apis): add types

* chore: fix some inclusive terms

* improve(apis): types

* chore(plugins): update CHANGELOG.md

* chore(plugins): build libs

* chore: update CHANGELOG.md

* chore: remove experiemental alda integration

* fix(lint): remove unused methods

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Andelf <andelf@gmail.com>
2022-12-19 20:23:25 +08:00
Andelf 6c4dd0b438 chore(deps): update rsapi, add socks proxy support 2022-12-19 13:09:24 +08:00
Andelf 9a4541c7f5 feat(sync): impl proxy support
refactor: use system proxy when possible
chore: update yarn.lock
2022-12-19 13:09:24 +08:00
Andelf 7804fee8c3 fix(build): use yarn.lock in static 2022-12-05 16:56:51 +08:00
Tienson Qin 2c86d9af91 enhance: deeplink support (logseq://) in development
This package https://www.npmjs.com/package/electron-deeplink provides
the ability to support both development and production environments.
2022-04-11 11:45:50 +08:00
rcmerci 85a5ba4154 fix(sync): encode&decode file-path 2022-04-04 22:28:27 +08:00
rcmerci 85bb55a784 feat(sync): support concurrent full-sync local->remote 2022-04-04 22:28:27 +08:00
Gabriel Horner c83e500e2b Update static yarn.lock 2022-03-18 11:10:08 -04:00
Tienson Qin 725ca1c6a1
Feature: flashcards random mode (#4535)
* feat: add flashcards shuffle mode
* fix: flashcards navigation
* refactor(build): use @tabler/icons from node_modules

Co-authored-by: Andelf <andelf@gmail.com>
2022-03-11 00:13:37 +08:00
Tienson Qin 8e6fb5613d enhance: backup files when there're differences between db and disk
Previously, files are backuped to logseq/bak when logseq detects
there're differences between the db and disk. But it has two problems:

1. Only a few of users know `logseq/bak`, other users think that their
data has been lost.
2. Files in the logseq/bak folder are never truncated.

This PR backups old file in DB with timestamp suffixes instead of
logesq/bak, and only keep the latest 10 versions of any changed file.
2022-03-08 12:58:59 +08:00
Charlie 779cacf715
enhance(electron): add custom https proxy options for settings (#4373)
* enhance(electron): add custom https proxy options for settings
2022-03-01 17:07:13 +08:00
Andelf 736a4610e6 chore: update yarn.lock 2022-02-17 09:55:51 +08:00
Junyi Du 5726f1507c yarn locks 2022-01-13 12:27:47 +08:00
Tienson Qin 644ffa581e use asset.logseq.com 2020-04-11 20:13:42 +08:00
Tienson Qin fa928e5de8 Fix path 2020-04-10 19:28:25 +08:00