Commit Graph

10389 Commits (f6b87dad2db82fecf6acdda697f15e7062c25736)

Author SHA1 Message Date
Tienson Qin 79be67e7b0 show refresh button when user enabled sync 2022-11-28 13:14:05 +08:00
charlie 19d60fd442 improve(ui): icons of file sync indicator 2022-11-28 13:11:38 +08:00
rcmerci 9bd1fb490a fix(sync): won't refresh tokens&remote-graphs after started app 2022-11-28 13:11:07 +08:00
charlie f69c6af49e Merge branch 'master' into enhance/mobile-ux-2 2022-11-28 10:55:03 +08:00
Tienson Qin f61f0deb78 Merge branch 'cnrpman-page-level-fts' 2022-11-28 10:45:54 +08:00
Andelf fe4dbdee1b fix(ui): use default font family for headings
Close #7481
2022-11-28 10:37:46 +08:00
Tienson Qin 7ba826048a fix: highlight 2022-11-28 10:31:19 +08:00
Junyi Du dfa6677380 fix: revert default filename format 2022-11-28 09:49:27 +08:00
Tienson Qin 5f1d4aaeec fix: set Timeout for detecting outdated filename foramt 2022-11-28 09:39:33 +08:00
Tienson Qin 98b0208252 Set defualt file/name-format to :triple-lowbar 2022-11-28 09:22:11 +08:00
Tienson Qin 7f837bb739 Allows users to disable sync 2022-11-28 09:18:19 +08:00
Gabriel Horner ea9cdf7fe2
Merge pull request #7363 from mrtracy/mrtracy/ref_sync_fix
Fix: Retain block references on file reload
2022-11-26 01:30:49 -05:00
Gabriel Horner 043fa90dab Merge branch 'master' into mrtracy/ref_sync_fix 2022-11-26 01:10:01 -05:00
Gabriel Horner e2fe300da7 Move delete-blocks-fn to graph-parser for reuse for nbb
Also:
- Move test to a more appropriate ns - model-test isn't for testing
  higher level parse file behavior
- Delete model fns that are no longer used
- Fix tests which had incorrect target-page-content and were no longer
  testing retractAttribute
- Add options to cli ns for related nbb reuse
- Light cleanup of block deletion
2022-11-26 01:01:36 -05:00
Andelf d30336b6e8 fix(ios): ipad toolbar position when hiding keyboard 2022-11-25 22:45:16 +08:00
Tienson Qin df2b9fc53c fix: dragged video doesn't render by default 2022-11-25 22:25:25 +08:00
Junyi 32b63b9611 test: fix search e2e 2022-11-25 21:26:07 +08:00
Junyi b8bb5c9dc6 test: update cases for page content search 2022-11-25 21:26:07 +08:00
Junyi 5ac7917ea8 feat: handle page content search result click-in 2022-11-25 21:26:07 +08:00
Junyi cf655b3bdd feat: page content fts breadcrumb support 2022-11-25 21:26:07 +08:00
Junyi 95d79877c0 feat: highlight page content fts result 2022-11-25 21:26:07 +08:00
Junyi a241bb492e feat: add page content level search plugin API 2022-11-25 21:26:07 +08:00
Junyi Du 310e1a39f6 ux: show page content in cmd k menu 2022-11-25 21:26:07 +08:00
Junyi Du 093fb68819 feat: page content search ipc adjust 2022-11-25 21:26:07 +08:00
Junyi Du 5838d93927 feat: locator of page content search (backend) 2022-11-25 21:26:07 +08:00
Junyi Du add951c22c update hook with file content 2022-11-25 21:26:07 +08:00
Junyi Du 2a4e557b38 bug fix 2022-11-25 21:26:07 +08:00
Junyi Du 4c11e451ea feat: search by page content 2022-11-25 21:26:07 +08:00
Junyi Du 904397f2b3 merge results from page datom and updates 2022-11-25 21:26:07 +08:00
Junyi Du 4527cd8684 reorganize indice update hook 2022-11-25 21:26:07 +08:00
Junyi Du 9c742910a5 naive page content index 2022-11-25 21:26:07 +08:00
Junyi Du 49336a96b7 hook up DB pipeline 2022-11-25 21:26:07 +08:00
Junyi Du b760684847 add page indice logics 2022-11-25 21:26:07 +08:00
Junyi Du a1e56833cb feat: query affected pages on block transaction 2022-11-25 21:26:07 +08:00
Junyi Du 7d9602b382 feat: page-level full-text-search backend create table 2022-11-25 21:26:07 +08:00
rcmerci 410381c820 enhance(sync): partition files for <delete-remote-files-control 2022-11-25 21:25:16 +08:00
Tienson Qin 91d70535ee fix: set default file format to nil 2022-11-25 21:25:16 +08:00
Tienson Qin 1796b20542 fix: delete remote files(old format) when upgrading file format 2022-11-25 21:25:16 +08:00
Tienson Qin 95a8783a0b chore: code clean 2022-11-25 21:20:59 +08:00
rcmerci ccb9058f3c fix(sync): use loop instead of mapv to avoid <! not in go block err 2022-11-25 21:20:59 +08:00
rcmerci 34524bebbc fix(sync): s3 404 download caused by path-normalize
when server side has a file with unnormalized-path, and client side
doesn't have this file. we need to use unnormalized-path to download.

this commit also ensure path & encrypted-path consistent
(result of <get-local-files-meta & <get-local-all-files-meta)
2022-11-25 21:20:59 +08:00
Andelf fcff04561d fix(pdf): missing min max value of page number 2022-11-25 20:48:20 +08:00
Andelf 3593d73808 fix(mobile): missing urlencode when sharing asset url 2022-11-25 20:47:31 +08:00
charlie d0ce86435d Merge branch 'master' into enhance/mobile-ux-2 2022-11-25 20:43:51 +08:00
charlie 3fec01ffe3 improve(mobile): scroll to top when double click headbar 2022-11-25 16:12:08 +08:00
charlie 48eda74885 fix(mobile): rename container overflow when text too long 2022-11-25 15:50:04 +08:00
Siddharth Yadav e12c6db748
Fix: Cannot upload assets with certain formats. (#7452)
* add text-format and a few other formats uploaded by users to the supported ext name

Co-authored-by: charlie <xyhp915@qq.com>
2022-11-25 14:53:17 +08:00
charlie 0d04e777fc fix(ui): style not refresh when toggling option for the fold button position 2022-11-25 14:49:10 +08:00
rcmerci d5fb4b1ed0 enhance(sync): remove sync-stop-chan and simplify the stop process 2022-11-25 14:33:28 +08:00
rcmerci f72fb7bcf2 fix(sync): add fake size for the fake event 2022-11-25 14:25:59 +08:00