Commit graph

208 commits

Author SHA1 Message Date
Daniel
4473715186
🎨 Improve publish 2024-07-05 20:16:10 +08:00
Daniel
ed5c4738f9
🎨 Improve boot index checking https://github.com/siyuan-note/siyuan/issues/11842 2024-06-27 21:29:31 +08:00
Daniel
7a3d4a05ad
♻️ Refactor the blocktree storage https://github.com/siyuan-note/siyuan/issues/11773 2024-06-20 23:59:27 +08:00
Yingyi / 颖逸
ba2193403d
Support read-only publish service
* 🎨 kernel supports read-only publishing services

* 🐛 Fix authentication vulnerabilities

* 🎨 Protect secret information

* 🎨 Adjust the permission control

* 🎨 Adjust the permission control

* 🎨 Fixed the vulnerability that `getFile` gets file `conf.json`

* 🎨 Add API `/api/setting/setPublish`

* 🎨 Add API `/api/setting/getPublish`

* 🐛 Fixed the issue that PWA-related files could not pass BasicAuth

* 🎨 Add a settings panel for publishing features

* 📝 Add guide for `Publish Service`

* 📝 Update Japanese user guide

* 🎨 Merge fixed static file services
2024-06-12 21:03:51 +08:00
Daniel
0072541427
🎨 Opening the user guide is no longer supported on iOS https://github.com/siyuan-note/siyuan/issues/11492 2024-05-22 17:36:54 +08:00
Daniel
c015fbfa74
🎨 Improve backlink panel expansion configuration https://github.com/siyuan-note/siyuan/issues/11262 2024-05-11 16:14:07 +08:00
Daniel
7771490175
🎨 Improve backlink panel expansion configuration https://github.com/siyuan-note/siyuan/issues/11262 2024-05-11 09:50:19 +08:00
Daniel
af694f6301
🎨 OCR 未启用时不保存 ocr-texts.json https://github.com/siyuan-note/siyuan/issues/11171 2024-04-29 16:28:43 +08:00
Daniel
7f575be6ba
🎨 Improve load conf 2024-04-27 18:31:48 +08:00
Daniel
fa897e91d5
🎨 Support minimize the main window after auto launch on Windows/macOS https://github.com/siyuan-note/siyuan/issues/11145 2024-04-27 13:19:54 +08:00
Daniel
43359e92ec
🎨 Supports specifying the notebook to save new docs https://github.com/siyuan-note/siyuan/issues/10671 2024-04-26 18:35:03 +08:00
Daniel
b9f269ae85
🎨 Supports disabling Markdown syntax input for some inline elements https://github.com/siyuan-note/siyuan/issues/11141 2024-04-26 12:08:01 +08:00
Daniel
ffb44137f2
🎨 Improve disk usage display https://github.com/siyuan-note/siyuan/issues/11121 2024-04-24 20:11:55 +08:00
Daniel
1bc11a1a9a
🎨 Improve disk usage display https://github.com/siyuan-note/siyuan/issues/11121 2024-04-24 19:51:15 +08:00
Daniel
d004b601f2
🎨 Prompt when there is no normal exit https://github.com/siyuan-note/siyuan/issues/11054 2024-04-23 13:17:30 +08:00
Daniel
86f92208bf
🎨 Improve mobile app appearance language https://github.com/siyuan-note/siyuan/issues/11009 2024-04-13 11:15:49 +08:00
Daniel
9c61d2a36f
🎨 Improve doc dynamic loading https://github.com/siyuan-note/siyuan/issues/10851 2024-04-06 10:50:25 +08:00
Daniel
16dd27d656
🎨 Remove legacy incorrect history data 2024-04-03 21:19:05 +08:00
Daniel
5300638622
🎨 AI supports configuration randomness and context number https://github.com/siyuan-note/siyuan/issues/10660 2024-03-20 11:45:22 +08:00
Daniel
a7e1e3abac
🎨 AI supports configuration randomness and context number https://github.com/siyuan-note/siyuan/issues/10660 2024-03-20 11:11:18 +08:00
Daniel
6b7502fc54
🐛 Can't switch workspaces on mobile app Fix https://github.com/siyuan-note/siyuan/issues/10654 2024-03-19 23:34:54 +08:00
Daniel
b72b832007
🐛 Can't switch workspaces on mobile app Fix https://github.com/siyuan-note/siyuan/issues/10654 2024-03-19 23:11:44 +08:00
Daniel
6ff917f48d
🎨 Open the last workspace by default https://github.com/siyuan-note/siyuan/issues/10570 2024-03-14 09:46:54 +08:00
Daniel
1f22ee3d7e
🐛 Close user guide when exiting https://ld246.com/article/1708782043043 2024-02-25 22:36:55 +08:00
Daniel
a2f95e3920
🎨 Azure OpenAI AI support https://github.com/siyuan-note/siyuan/issues/8095 2024-02-15 11:28:38 +08:00
Daniel
7e87c8c8ad
🎨 Support custom AI request User-Agent header https://github.com/siyuan-note/siyuan/issues/10351 2024-02-15 10:59:37 +08:00
Daniel
248bf80415
🎨 Close the user guide when exiting Fix https://github.com/siyuan-note/siyuan/issues/10322 2024-02-06 21:30:36 +08:00
Daniel
3dc93ff409
🎨 When New document save location is configured as /, it will be completed as /Untitled https://github.com/siyuan-note/siyuan/issues/10305 2024-02-04 10:15:28 +08:00
Daniel
a9dab7442e
🎨 Start new version installation on force exit https://github.com/siyuan-note/siyuan/issues/10288 2024-02-01 11:03:38 +08:00
Daniel
e4cee23592
🎨 Improve New document save location https://github.com/siyuan-note/siyuan/issues/10094 2024-01-07 15:27:37 +08:00
Daniel
876e95ef27
🎨 S3/WebDAV data sync and backup are available for a fee https://github.com/siyuan-note/siyuan/issues/8780 2024-01-01 16:34:58 +08:00
Yingyi / 颖逸
abd79c29a8
Improve kernel API /api/notebook/* (#9987)
* 🐛 fix some notebook API

* Update notebook.go
2023-12-26 23:27:10 +08:00
Daniel
81780c81c8
🎨 Enable or disable all CSS and JS code snippets https://github.com/siyuan-note/siyuan/issues/9860 2023-12-15 10:21:31 +08:00
Daniel
8f9ce6e3f0
⬆️ Upgrade database table view 2023-12-14 11:54:27 +08:00
Daniel
55f2720868
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-11 00:15:17 +08:00
Daniel
ba547e0353
🎨 Add logging 2023-12-09 22:17:17 +08:00
Daniel
aaf15c77e0
🎨 OCR no longer blocks document loading https://github.com/siyuan-note/siyuan/issues/9230 2023-12-09 22:11:38 +08:00
Daniel
1d54de679f
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-08 21:47:15 +08:00
Daniel
bea32e96d5
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-08 13:05:50 +08:00
Daniel
2f2abf0eff
🎨 Improve data sync perception when data merging https://github.com/siyuan-note/siyuan/issues/9740 2023-11-25 17:13:59 +08:00
Daniel
52943932e9
🎨 If the data repo indexing time is greater than 12s, prompt user to purge the data repo https://github.com/siyuan-note/siyuan/issues/9613 2023-11-22 09:15:50 +08:00
Daniel
9dfc35e1ac
🎨 Supports configuring data sync index time-consuming prompts https://github.com/siyuan-note/siyuan/issues/9698 2023-11-20 21:11:28 +08:00
Daniel
0658f3bc0e
🎨 Automatically create notebook conf.json if not found it https://github.com/siyuan-note/siyuan/issues/9647 2023-11-14 11:08:39 +08:00
Daniel
637706decd
🎨 Automatically purge unreferenced data snapshots older than 30 days https://github.com/siyuan-note/siyuan/issues/9613 2023-11-09 20:09:59 +08:00
Daniel
e408ca69b7
🎨 Automatically purge unreferenced data snapshots older than 30 days https://github.com/siyuan-note/siyuan/issues/9613 2023-11-09 20:09:58 +08:00
Daniel
1e7a45c66d
🐛 The authentication page after startup Alt+M fails https://github.com/siyuan-note/siyuan/issues/9575 2023-11-09 10:52:46 +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
337c79571d
🎨 Improve install new version on Windows 2023-10-11 11:59:58 +08:00
Daniel
6354d04e4b
🎨 Apply result optimized by FSRS optimizer https://github.com/siyuan-note/siyuan/issues/9309 2023-09-28 22:38:56 +08:00
Daniel
30d60d2de8
🎨 Database beta https://github.com/siyuan-note/siyuan/issues/9242 2023-09-25 16:38:24 +08:00