TidGi-Desktop/src/services
2024-02-11 03:23:20 +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: try fix backup file creation 2024-02-11 02:47:56 +08:00
git refactor: use getTiddlerText on WikiOperations instead of service.getTiddlerText 2024-01-15 22:01:21 +08:00
languageModel fix: docs and loggers, sqlite3 can't load and cause crash 2023-08-21 20:32:06 +08:00
libs feat: allow not show sidebar on menubar window 2024-02-04 15:59:18 +08:00
menu refactor: move sync logic to sync service 2023-12-31 19:42:25 +08:00
native fix: service.native.openURI not a function 2024-02-10 22:33:36 +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: allow not show sidebar on menubar window 2024-02-04 15:59:18 +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: make sure no HTTP put work on readOnlyMode 2024-02-10 23:15:41 +08:00
wikiGitWorkspace refactor: move all settings to database service 2024-01-06 21:44:04 +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 fix: sync when no draft not working 2024-02-11 03:23:20 +08:00
workspacesView feat: allow not show sidebar on menubar window 2024-02-04 15:59:18 +08:00
container.ts
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.