Commit graph

106 commits

Author SHA1 Message Date
Johannes Millan
8e26c96760 feat(syncServer): add email verification route and user deletion script 2025-11-27 19:36:56 +01:00
Johannes Millan
3a319eb1de feat(syncServer): add SMTP email verification for user registration 2025-11-27 19:16:09 +01:00
Johannes Millan
8bcccde275 feat(syncServer): implement JWT authentication and user registration/login functionality 2025-11-27 18:39:48 +01:00
Johannes Millan
7abb4b319a refactor(syncServer): split up into different files 2025-11-27 16:21:10 +01:00
Johannes Millan
328d3d7613 feat(syncServer): refactor server functions to use arrow function syntax and improve error handling 2025-11-27 15:28:58 +01:00
Johannes Millan
0fa4dcae25 feat(syncServer): enhance server configuration and improve error handling 2025-11-27 15:22:04 +01:00
Johannes Millan
24869d35ef feat(syncServer): fix CORS handling and improve server startup logic 2025-11-27 15:15:26 +01:00
Johannes Millan
82626280f5 feat(syncServer): add configuration file and enhance server setup 2025-11-27 12:55:47 +01:00
Johannes Millan
c98b487aa5 feat(syncServer): first draft 2025-11-26 20:24:51 +01:00
Johannes Millan
85d8defc2b feat(plugins): update boilerplate 2025-11-26 17:45:56 +01:00
Johannes Millan
2c4b92b09f feat(plugins): enhance plugin packaging and improve file handling logic 2025-11-26 17:45:25 +01:00
Johannes Millan
363b8d3729 feat(plugins): add plugin packaging script and improve build command handling 2025-11-26 17:23:17 +01:00
Johannes Millan
6e25ed7053 feat(plugins): improve on infrastructre for bundled plugins 2025-11-26 16:22:01 +01:00
dependabot[bot]
817649dd4b
build(deps): bump js-yaml
Bumps the npm_and_yarn group with 1 update in the /packages/plugin-dev/sync-md directory: [js-yaml](https://github.com/nodeca/js-yaml).


Updates `js-yaml` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-18 16:52:35 +00:00
Johannes Millan
01953bfac5 build: update types 2025-11-07 13:57:50 +01:00
Johannes Millan
25c687164a feat(api): implement methods for simple counters
Closes #5398
2025-11-07 13:55:12 +01:00
Johannes Millan
56d54b593b build: fix failing 2025-10-28 13:17:08 +01:00
Johannes Millan
0ecdb9f43d build: update vite dep 2025-10-28 11:07:52 +01:00
Michael Kiausch
23d4112485 fxed wrong relative path to plugin-api dependency 2025-10-21 12:47:44 +02:00
Trang Le
b618a70727 import type PluginHooks 2025-10-20 09:14:04 +07:00
Johannes Millan
0f4b82ba6b build: fix missing icon 2025-10-17 17:52:46 +02:00
Johannes Millan
61d2290917 fix: errors 2025-10-14 19:46:45 +02:00
Vedant Mahajan
db36327383 Updated Package-lock.json 2025-10-13 03:22:00 +05:30
Johannes Millan
c11ae6e5e9 feat(projectFolders): make it basic drag and drop work via pragmatic drag and drop 2025-09-19 16:05:11 +02:00
Johannes Millan
e669037c17 feat(projectFolders): first working draft 2025-09-19 16:05:11 +02:00
Johannes Millan
749752fcea fix: ai prompts icon 2025-09-16 18:04:40 +02:00
Trang Le
e72de51819 rewrite registerShortcut 2025-09-11 13:16:58 +07:00
Trang Le
1f8361c735 remove onDestroy because it doesn't exist in PluginAPI 2025-09-11 13:14:47 +07:00
Trang Le
bcc1f7a36f rewrite onMessage handler 2025-09-11 13:14:12 +07:00
Trang Le
f417ea5d49 fix anyTaskUpdate hook 2025-09-11 12:55:35 +07:00
Trang Le
6f788e8007 register hooj ANY_TASK_UPDATE 2025-09-10 18:01:10 +07:00
Trang Le
9344f30247 remove unused members imported from plugin-api 2025-09-10 17:47:13 +07:00
Trang Le
ed18216cc8 fix registration of task update hook 2025-09-10 17:28:43 +07:00
Trang Le
61d7223113 fix config options for registering header button 2025-09-10 17:26:10 +07:00
Trang Le
970b1c9294 fix plugin logging 2025-09-10 17:25:33 +07:00
Trang Le
48e0f788cf fix registration of task complete hook 2025-09-10 17:25:05 +07:00
Trang Le
c435edd4e2 fix config options for registerHeaderButton and registerMenuEntry 2025-09-10 17:14:01 +07:00
Trang Le
ec2467bf66 change from PluginInterface to PluginAPI 2025-09-10 17:09:08 +07:00
Johannes Millan
4c94eeb578 feat: add open sans as default font 2025-09-04 18:30:09 +02:00
Johannes Millan
0d3789a75f build: add new plugin to build all 2025-08-30 13:06:43 +02:00
Johannes Millan
d7685190a6 refactor(aiPlugin): improve all the code 2025-08-30 12:22:11 +02:00
Johannes Millan
132a72d5da feat(aiPlugin): instruct prompts to give back markdown 2025-08-30 11:52:28 +02:00
Johannes Millan
960db8d2ce feat(aiPlugin): persist last include tasks selection 2025-08-30 11:00:44 +02:00
Johannes Millan
274aa9bd2c feat(aiPlugin): make task select work better 2025-08-29 21:00:00 +02:00
Johannes Millan
205cb30922 feat(aiPlugin): allow to save and load custom prompts 2025-08-29 20:56:24 +02:00
Johannes Millan
44661eea85 feat(aiPlugin): improve prompts 2025-08-29 20:26:18 +02:00
Johannes Millan
b434d53a40 feat(aiPlugin): re-structure and improve 2025-08-29 20:17:36 +02:00
Johannes Millan
6e7f6a4fe6 feat(aiPlugin): allow to select project tasks 2025-08-29 19:47:51 +02:00
Johannes Millan
5f9453cb6c feat(aiPlugin): re-structure 2025-08-29 19:34:45 +02:00
Johannes Millan
01f185b7c4 feat(aiPlugin): select and preview tasks 2025-08-29 19:29:33 +02:00