Commit Graph

9685 Commits

Author SHA1 Message Date
Peng Xiao
1d9b3e7d17 fix: pasting/dropping image issues 2022-11-08 19:08:37 +08:00
Peng Xiao
c3611ef77c fix: pasting text in block portal shapes 2022-11-08 19:08:37 +08:00
Junyi Du
d40b944deb chore: finetune notification for updating filename format 2022-11-08 17:32:26 +08:00
Tienson Qin
20e1e77362 fix: remote graphs state when create/delete a remote graph 2022-11-08 16:58:39 +08:00
Tienson Qin
5a66bf8fb9 fix: unlink wrong graphs 2022-11-08 16:58:39 +08:00
Junyi Du
d40bfa2fbe Update develop-logseq-on-mobile.md 2022-11-08 16:22:13 +08:00
Junyi Du
70b41ad7d1 feat: don't rename capitalization 2022-11-08 15:12:00 +08:00
Junyi Du
a1605f301f test: update file rename test cases to latest rule 2022-11-08 15:12:00 +08:00
Junyi Du
ff72d0dcaa feat: remove the manually title prop check in filename conversion 2022-11-08 15:12:00 +08:00
Junyi Du
edacd9743b fix: url not encoded using iOS or Android Pads 2022-11-08 15:12:00 +08:00
Nate McIntosh
94d868ca7f fix total time calculation (#7238)
* fix total time calculation

* Added tests for clock conversion
2022-11-08 14:25:55 +08:00
queeup
a8a628770c i18n: update Turkish translation 2022-11-08 14:09:11 +08:00
Gabriel Horner
2ed7d82a02 Fix startup error introduced in dd0169b068
uncaughtException TypeError:
module$electron$utils.safe_decode_uri_component is not a function

Interesting that kondo doesn't catch invalid fns from js requires
2022-11-07 10:59:30 -05:00
Peng Xiao
cff3f155ad test: add a test case for whiteboard context menu 2022-11-07 16:52:43 +08:00
Peng Xiao
a5e01895c7 fix: context menu of whiteboard pages 2022-11-07 16:52:43 +08:00
Peng Xiao
752ecfb43d fix: whiteboard title issue 2022-11-07 16:52:43 +08:00
Peng Xiao
c5340cd0cb fix(whiteboard): label singularity issue 2022-11-07 16:52:43 +08:00
Peng Xiao
ebb18ca629 fix(whiteboard): toolbar positioning in small screens 2022-11-07 16:52:43 +08:00
Tienson Qin
2dfac3d774 deprecate: on-disk encryption
Why?
1. there're still a lot issues on it and there's no resource to
maintain and develop it considering we need to support it on all the
platforms.
2. it creates more bugs with Logseq Sync.
2022-11-07 10:46:17 +08:00
Tienson Qin
daa2590cc9 Merge pull request #7227 from logseq/fix/sync-crash
fix: sync crashes
2022-11-07 10:00:04 +08:00
Tienson Qin
bf72cd6793 Merge branch 'master' into fix/sync-crash 2022-11-07 09:27:19 +08:00
Tienson Qin
b09fe61e86 enhance: use page title instead of the link 2022-11-07 09:22:27 +08:00
Tienson Qin
22fe631415 chore: move reserved chars logic outside of <update-remote-files 2022-11-07 09:22:27 +08:00
Tienson Qin
9d29a51314 Add instructions when downloading files that have reserved chars 2022-11-07 09:22:27 +08:00
Tienson Qin
ed5e70c7e7 Skip downloading file names with reserved chars 2022-11-07 09:22:27 +08:00
Tienson Qin
5bf0b49d1e Log error 2022-11-07 09:22:27 +08:00
Tienson Qin
dd0169b068 fix: notify users to switch to the new filename format
Notify users to switch to the new filename format if there're reserved
chars when syncing.

Also, this commit replace all `js/decodeURIComponent` with
`safe-decode-uri-component` to avoid UI crashes.
2022-11-07 09:22:27 +08:00
Konstantinos Kaloutas
a8eb7810a9 fix: portal header color 2022-11-07 00:30:17 +08:00
Konstantinos Kaloutas
da5014ae1a fix: portal background on scrollable content 2022-11-07 00:30:17 +08:00
Konstantinos Kaloutas
9f4c1e853f fix: blend left block border with different bgs 2022-11-07 00:30:17 +08:00
Konstantinos Kaloutas
2fecf3a6d5 fix: portal background color 2022-11-07 00:30:17 +08:00
Konstantinos Kaloutas
d2a4482cd3 fix: color drip icon position 2022-11-07 00:30:17 +08:00
Tienson Qin
865ba9c69c fix: <sync-start returns a channel 2022-11-06 23:37:46 +08:00
Tienson Qin
530f683ac0 enhance: no need to notify matched password 2022-11-06 23:37:46 +08:00
Tienson Qin
504e7a156e enhance: enable sync for backers automatically 2022-11-06 23:37:46 +08:00
Tienson Qin
4065ed353e reset *sync-entered when sync stopped 2022-11-06 23:37:46 +08:00
Tienson Qin
564926418f fix: sync crashes
1. make sure there's no sync reentrancy
2. there's no need to restore pwd after user input the password
2022-11-06 23:37:46 +08:00
rcmerci
6320217175 fix: make header component reactive on user/info state 2022-11-06 20:08:23 +08:00
Tienson Qin
46401c0598 enhance: remove pages-metadata.edn from sync 2022-11-05 16:12:19 +08:00
Tienson Qin
a0733ad460 chore: remove unused namespace 2022-11-05 16:10:37 +08:00
Konstantinos
0aaba519cc Fix: Appimage desktop file entries (#7219)
* appimage test

* add mimeType option

* transfer fork to logseq

* appimage test

* add mimeType option

* transfer fork to logseq

* add package name

* fix: product name

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-11-05 15:39:46 +08:00
rcmerci
99a2d333f9 dev: restart sync when code changed 2022-11-05 00:06:11 +08:00
kv-gits
4682274e10 Update develop-logseq-on-windows.md
JRE x64
2022-11-04 23:17:51 +08:00
rcmerci
fcb5d206b2 fix: calculate s3-key length 2022-11-04 23:04:22 +08:00
rcmerci
e780272d12 enhance(sync): filter pages whose page-name is too long 2022-11-04 23:04:22 +08:00
Peng Xiao
d45e5507b5 fix: e2e issue 2022-11-04 23:03:43 +08:00
Peng Xiao
c03b8503b0 test(whiteboard): new e2e cases 2022-11-04 23:03:43 +08:00
Peng Xiao
fbbcb1f862 fix: onboarding condition 2022-11-04 23:03:43 +08:00
Peng Xiao
26f08061ac fix(whiteboard): add loading when populating onboarding whiteboard 2022-11-04 23:03:43 +08:00
Peng Xiao
e8d1c1baa7 feat(whiteboard): onboarding whiteboard 2022-11-04 23:03:43 +08:00