TidGi-Desktop/src/services
2024-04-14 00:04:23 +08:00
..
auth fix: git token form not saved, not overwrite userInfo that user manually written 2024-01-08 19:42:56 +08:00
context feat: use oauth url to sign in github and get token 2023-12-29 05:27:12 -06:00
database fix: Error: ENOENT: no such file or directory, mkdir Roaming\\TidGi\\settings' 2024-03-31 00:56:09 +08:00
git refactor: use getTiddlerText on WikiOperations instead of service.getTiddlerText 2024-01-15 22:01:21 +08:00
languageModel fix: prevent abort throw error 2024-04-14 00:04:23 +08:00
libs chore: upgrade deps 2024-03-20 19:45:42 +08:00
menu refactor: move sync logic to sync service 2023-12-31 19:42:25 +08:00
native chore: upgrade deps 2024-03-20 19:45:42 +08:00
notifications lint: dprint 2023-05-19 11:22:38 +08:00
pages refactor: move all settings to database service 2024-01-06 21:44:04 +08:00
preferences feat: UI and button to test load model in tidgi 2024-04-12 21:55:17 +08:00
sync fix: sync when no draft not working 2024-02-11 03:23:20 +08:00
systemPreferences docs: OpenAtLoginMinimized only work in MacOS 2023-05-20 13:32:34 +08:00
theme refactor: remove workflow feature, move to a plugin 2023-12-23 15:24:02 +08:00
updater lint: dprint 2023-05-19 11:22:38 +08:00
view feat: allow not show sidebar on menubar window 2024-02-04 15:59:18 +08:00
wiki fix: don't log full arguments_ here, it might contains huge text 2024-04-13 17:29:08 +08:00
wikiGitWorkspace chore: upgrade deps 2024-03-20 19:45:42 +08:00
windows feat: make infrequent backup of setting file, preventing re-install/upgrade from corrupting the file. 2024-02-05 01:42:51 +08:00
workspaces feat: rebooting indicator for wiki 2024-03-20 21:05:25 +08:00
workspacesView feat: rebooting indicator for wiki 2024-03-20 21:05:25 +08:00
container.ts refactor: sendToAllWindows 2021-02-06 22:42:42 +08:00
Readme.md wip: create network on server side 2023-09-26 20:50:31 +08:00
serviceIdentifier.ts refactor: move sync logic to sync service 2023-12-31 19:42:25 +08:00
types.ts feat: use oauth url to sign in github and get token 2023-12-29 05:27:12 -06:00

services

Adding new Service

See docs/internal/ServiceIPC.md.