Commit Graph

128 Commits

Author SHA1 Message Date
Daniel
79bf9a7b61
🎨 Generate file history before converting doc to heading/moving blocks https://github.com/siyuan-note/siyuan/issues/14359 2025-03-15 17:28:28 +08:00
Daniel
6407791fbb
🎨 Improve rollback doc to avoid ID duplication https://github.com/siyuan-note/siyuan/issues/14358 2025-03-15 12:43:38 +08:00
Daniel
d348ad0383
🎨 Improve rollback doc to avoid ID duplication https://github.com/siyuan-note/siyuan/issues/14358 2025-03-15 12:37:41 +08:00
Daniel
a8416f39c2
🐛 Deleted documents cannot be rolled back https://github.com/siyuan-note/siyuan/issues/14239 2025-03-01 00:08:26 +08:00
Daniel
1385870e39
🐛 Rollback document exception after moving document https://github.com/siyuan-note/siyuan/issues/14107 2025-02-16 12:25:21 +08:00
Daniel
abf14cc633
🎨 Improve block reference count refreshing https://github.com/siyuan-note/siyuan/issues/14109 2025-02-16 11:21:14 +08:00
Daniel
d9887aeec1
🔒 Arbitrary file deletion vulnerability https://github.com/siyuan-note/siyuan/issues/13709 2025-01-03 09:48:08 +08:00
Daniel
c1fd34f57b
🎨 Improve search highlighting https://github.com/siyuan-note/siyuan/issues/13343 2024-12-05 10:11:25 +08:00
Daniel
6f7e106be4
♻️ Extract method util.GetTreeID 2024-11-29 08:41:43 +08:00
Daniel
7446599c0f
🎨 Remove Unicode PUA characters https://github.com/siyuan-note/siyuan/issues/13291 2024-11-27 20:15:37 +08:00
Daniel
89f1887c3b
Improve data sync performance for booting https://github.com/siyuan-note/siyuan/issues/13216 2024-11-21 10:59:29 +08:00
Daniel
06c39771ce
🔒 SQL injection security vulnerabilities https://github.com/siyuan-note/siyuan/issues/13077 https://github.com/siyuan-note/siyuan/issues/13057 2024-11-07 17:43:44 +08:00
Daniel
ed33718ddf
🔒 SQL injection security vulnerabilities https://github.com/siyuan-note/siyuan/issues/13077 https://github.com/siyuan-note/siyuan/issues/13058 2024-11-07 17:38:10 +08:00
Daniel
8dd0629b9c
♻️ Improve transaction flush 2024-10-22 19:21:04 +08:00
Daniel
475155b7df
Improve performance for data indexing https://github.com/siyuan-note/siyuan/issues/12777 2024-10-14 20:39:16 +08:00
Daniel
82b89af76c
🎨 Automatically refresh reference counts after deleting or rolling back a document https://github.com/siyuan-note/siyuan/issues/12682 2024-10-03 17:40:33 +08:00
Daniel
fb2b9c5319
🎨 Improve doc Untitled https://github.com/siyuan-note/siyuan/issues/12622 2024-09-28 17:04:00 +08:00
Daniel
8b2c08439f
🎨 Refresh associated blocks after find-replacing and rolling back doc
https://github.com/siyuan-note/siyuan/issues/12439
https://github.com/siyuan-note/siyuan/issues/12438
2024-09-11 17:22:16 +08:00
Daniel
bea9641d28
🎨 Improve rollback doc 2024-09-05 15:48:55 +08:00
Daniel
f18be1d084
🎨 Refresh the editor after rolling back the document https://github.com/siyuan-note/siyuan/issues/12397 2024-09-05 15:48:20 +08:00
Daniel
9560277d0c
♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393 2024-09-05 12:11:13 +08:00
Daniel
8fee81c8c1
🎨 Automatically refresh database views after deleting/rolling back documents https://github.com/siyuan-note/siyuan/issues/12081 2024-09-04 20:15:30 +08:00
Oleksandr Redko
b100721fee
♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
Daniel
9f1906c003
🎨 Reindex only the current document after rolling back the document https://github.com/siyuan-note/siyuan/issues/12320 2024-08-29 11:44:47 +08:00
Daniel
e4541c9d5f
🐛 After changing the History Retention Days, the file history cannot be displayed https://github.com/siyuan-note/siyuan/issues/11935 2024-07-10 12:02:52 +08:00
Daniel
21d7f4a81e
🎨 Improve rollback doc file history https://github.com/siyuan-note/siyuan/issues/11575 2024-06-03 20:53:16 +08:00
Daniel
69d0f20501
🎨 Improve rollback doc file history https://github.com/siyuan-note/siyuan/issues/11575 2024-05-31 12:02:41 +08:00
Daniel
b5289208a7
🎨 Ignore hidden files when generating asset history https://github.com/siyuan-note/siyuan/issues/11253 2024-05-05 17:14:36 +08:00
Daniel
dca46b9056
🎨 Data History - File history - Assets support update operation indexing https://github.com/siyuan-note/siyuan/issues/11177 2024-04-28 21:38:46 +08:00
Daniel
540faa754c
🎨 Data History - File history - Assets support update operation indexing https://github.com/siyuan-note/siyuan/issues/11177 2024-04-28 21:15:46 +08:00
Daniel
9677187a98
🎨 Clean code 2024-04-28 20:56:49 +08:00
Daniel
239a1434e1
🎨 Data History - File history - Assets search results and operation conditions do not match https://github.com/siyuan-note/siyuan/issues/11171 2024-04-27 22:09:48 +08:00
Daniel
43b376ac86
🎨 Rollback notebook do not reload UI twice 2024-04-26 09:14:34 +08:00
Daniel
cafc4ea38b
🐛 Unable to roll back document history https://github.com/siyuan-note/siyuan/issues/10846 2024-04-03 09:49:58 +08:00
Daniel
e44db5d248
🐛 Unable to roll back document history https://github.com/siyuan-note/siyuan/issues/10846 2024-04-03 08:58:30 +08:00
Daniel
ac9304f589
🎨 Generate document history when dragging outline https://github.com/siyuan-note/siyuan/issues/10834 2024-04-02 17:35:23 +08:00
Daniel
2a8809bc7e
🎨 Title localization when creating a document https://github.com/siyuan-note/siyuan/issues/10719 2024-03-24 22:15:37 +08:00
Daniel
8287631078
🎨 Show operation type in the file history item list https://github.com/siyuan-note/siyuan/issues/10634 2024-03-18 10:18:55 +08:00
Daniel
fc3580166c
🎨 Show operation type in the file history item list https://github.com/siyuan-note/siyuan/issues/10634 2024-03-18 10:17:10 +08:00
Daniel
c00dc1cc5c
🐛 Data sync may cause data loss on Android 14 https://github.com/siyuan-note/siyuan/issues/10205 2024-01-21 21:27:50 +08:00
Daniel
59dcc2637a
🎨 Support doc/snapshot history for database table view https://github.com/siyuan-note/siyuan/issues/9567 2023-11-24 00:20:00 +08:00
Daniel
66211b2f3f
🎨 Support doc/snapshot history for database table view https://github.com/siyuan-note/siyuan/issues/9567 2023-11-23 22:58:56 +08:00
Daniel
bf6ff5bc32
🎨 The data history of a database view should follow the doc history and data snapshot https://github.com/siyuan-note/siyuan/issues/9567 2023-11-23 11:22:35 +08:00
Daniel
f5205d846c
🎨 List file/asset history following the limit of editor history retention days https://github.com/siyuan-note/siyuan/issues/9723 2023-11-22 22:11:56 +08:00
Daniel
e0d0c5c4d5
🎨 List file/asset history following the limit of editor history retention days https://github.com/siyuan-note/siyuan/issues/9723 2023-11-22 21:51:59 +08:00
Daniel
70c56c8e25
🐛 Notebook data may be corrupted during data synchronization https://github.com/siyuan-note/siyuan/issues/9594 2023-11-06 22:44:06 +08:00
Daniel
2b28c9c7fa
🎨 Logging 2023-07-21 22:19:52 +08:00
Daniel
b9c35fd0f5
🎨 Update slogan Refactor your thinking https://github.com/siyuan-note/siyuan/issues/8608 2023-06-24 20:39:55 +08:00
Daniel
f7d8a02138
🎨 Auto rebuild history database index when indexing failed https://github.com/siyuan-note/siyuan/issues/8543 2023-06-15 10:22:43 +08:00
Daniel
073af9a310
🎨 Improve history database index https://github.com/siyuan-note/siyuan/issues/8506 2023-06-09 13:02:21 +08:00