siyuan/kernel/model
Yingyi / 颖逸 c110b9ff13
🧑‍💻 Kernel serve CardDAV service on path /carddav/ (#12895)
* 🎨 add CardDAV server

* 🎨 change CardDAV principals path

* 🎨 implement load contacts feature

* 🎨 implement save contacts feature

* 🎨 implement address books CURD

* 🐛 fix CardDAV method `OPTIONS`

* 🎨 implement addresses CURD

* 🎨  implement CardDAV `REPORT` method

* 🎨 parse *.vcf file with multiple vCard
2024-11-15 11:19:52 +08:00
..
ai.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
appearance.go 🎨 Improve themes config https://github.com/siyuan-note/siyuan/issues/12976 2024-10-31 09:54:40 +08:00
asset_content_test.go 🎨 Support searching PDF asset content https://github.com/siyuan-note/siyuan/pull/8985 2023-08-17 11:58:54 +08:00
asset_content.go 🔒 SQL injection security vulnerabilities https://github.com/siyuan-note/siyuan/issues/13077 https://github.com/siyuan-note/siyuan/issues/13059 2024-11-07 17:32:51 +08:00
assets_watcher_darwin.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
assets_watcher.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
assets.go 🐛 Fix clean unused assets stat https://github.com/siyuan-note/siyuan/issues/13096 2024-11-10 11:32:17 +08:00
attribute_view.go 🎨 The database supports adding view/field/option description https://github.com/siyuan-note/siyuan/issues/11053 2024-11-09 14:09:40 +08:00
auth.go Support read-only publish service 2024-06-12 21:03:51 +08:00
backlink.go 🎨 The backlink panel supports filtering by the block attributes https://github.com/siyuan-note/siyuan/issues/12985 2024-11-14 11:45:51 +08:00
bazzar.go 🎨 Improve appearance setting theme name display https://github.com/siyuan-note/siyuan/issues/10903 2024-09-26 11:17:27 +08:00
block.go 🎨 Improve markdown importing https://github.com/siyuan-note/siyuan/issues/13097 https://github.com/siyuan-note/siyuan/issues/13080 2024-11-10 12:04:56 +08:00
blockial.go ♻️ Improve transaction flush 2024-10-22 19:21:04 +08:00
blockinfo.go 🎨 Improve breadcrumb https://github.com/siyuan-note/siyuan/issues/13141#issuecomment-2476789553 2024-11-15 00:17:43 +08:00
bookmark.go ♻️ Improve transaction flush 2024-10-22 19:21:04 +08:00
box.go 🎨 Improve dailynote template rendering https://github.com/siyuan-note/siyuan/issues/13111 2024-11-11 18:01:22 +08:00
carddav.go 🧑‍💻 Kernel serve CardDAV service on path /carddav/ (#12895) 2024-11-15 11:19:52 +08:00
cloud_service.go ♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393 2024-09-05 18:07:04 +08:00
conf.go 🎨 Apps in Chinese mainland app stores no longer provide AI access settings https://github.com/siyuan-note/siyuan/issues/13051 2024-11-11 11:42:41 +08:00
emojis_watcher_darwin.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
emojis_watcher.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
export_merge.go 🎨 Improve markdown importing https://github.com/siyuan-note/siyuan/issues/13097 https://github.com/siyuan-note/siyuan/issues/13080 2024-11-10 12:04:56 +08:00
export.go 🎨 Support exporting Markdown after selecting multiple documents https://github.com/siyuan-note/siyuan/issues/12912 2024-11-09 14:39:27 +08:00
file.go 🎨 Improve clipping for ld246.com https://github.com/siyuan-note/siyuan/issues/13117 2024-11-12 10:12:32 +08:00
flashcard.go ♻️ Improve transaction flush 2024-10-22 19:21:04 +08:00
format.go ♻️ Improve transaction flush 2024-10-22 19:21:04 +08:00
graph.go 🎨 Clean code 2024-09-24 09:18:59 +08:00
heading.go 🎨 Improve markdown importing https://github.com/siyuan-note/siyuan/issues/13097 https://github.com/siyuan-note/siyuan/issues/13080 2024-11-10 12:04:56 +08:00
history.go 🔒 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
import.go 🎨 Improve importing Markdown https://github.com/siyuan-note/siyuan/issues/13149 2024-11-15 00:01:55 +08:00
index_fix.go Improve performance for data indexing https://github.com/siyuan-note/siyuan/issues/12777 2024-10-14 20:39:16 +08:00
index.go Improve performance for data indexing https://github.com/siyuan-note/siyuan/issues/12777 2024-10-14 20:39:16 +08:00
listitem.go 🎨 Improve markdown importing https://github.com/siyuan-note/siyuan/issues/13097 https://github.com/siyuan-note/siyuan/issues/13080 2024-11-10 12:04:56 +08:00
mount.go ♻️ Improve transaction flush 2024-10-22 19:21:04 +08:00
ocr.go Kernel API OCR returns text coordinate information (#11738) 2024-06-16 22:55:22 +08:00
outline.go Improve outline panel loading performance https://github.com/siyuan-note/siyuan/issues/12981 2024-10-31 22:39:33 +08:00
path.go 🐛 The save path is incorrect when creating a sub-doc by ref in a doc with the same name https://github.com/siyuan-note/siyuan/issues/8138 2024-09-23 12:08:10 +08:00
plugin.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
process.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
push_reload.go 🐛 The document tree creation time and update time are reversed https://github.com/siyuan-note/siyuan/issues/12874 2024-10-22 19:25:41 +08:00
render.go 🐛 The bookmark panel cannot display items https://github.com/siyuan-note/siyuan/issues/12959 2024-10-28 22:25:31 +08:00
repository.go 🎨 Improve data synchronization to reduce the probability of conflicts https://github.com/siyuan-note/siyuan/issues/13065 2024-11-09 15:09:53 +08:00
role.go 🐛 Publish https://github.com/siyuan-note/siyuan/issues/11902 2024-07-07 22:39:53 +08:00
search.go 🎨 Improve search sorting https://github.com/siyuan-note/siyuan/issues/13119 2024-11-12 17:13:55 +08:00
session.go 🧑‍💻 Kernel serve CardDAV service on path /carddav/ (#12895) 2024-11-15 11:19:52 +08:00
snippet.go 🎨 Improve code snippet writing https://github.com/siyuan-note/siyuan/issues/13101 2024-11-12 17:23:53 +08:00
storage.go 🎨 Find-replace support file annotation ref elements https://github.com/siyuan-note/siyuan/issues/13013 2024-11-04 10:50:50 +08:00
sync.go 🎨 Improve data synchronization perception https://github.com/siyuan-note/siyuan/issues/13000 2024-11-02 12:09:35 +08:00
tag.go ♻️ Improve transaction flush 2024-10-22 19:21:04 +08:00
template.go 🎨 Improve dynamic icon kernel api for rendering template https://github.com/siyuan-note/siyuan/issues/13095 2024-11-11 23:33:52 +08:00
theme.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
transaction.go 🎨 The database supports adding view/field/option description https://github.com/siyuan-note/siyuan/issues/11053 2024-11-09 14:09:40 +08:00
tree.go 🔇 Remove logs 2024-10-14 20:43:30 +08:00
updater.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
upload.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
virutalref.go ♻️ Improve database loading performance https://github.com/siyuan-note/siyuan/issues/12818 2024-10-17 23:45:27 +08:00
widget.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00