Commit Graph

936 Commits

Author SHA1 Message Date
Ylber Gashi
41f86a7003 fixed some retrieval bugs and added selectedContextNodeIds when triggering assistant jobs 2025-09-20 11:10:26 +02:00
Ylber Gashi
cc2326a44f removed some console logs 2025-09-20 11:06:08 +02:00
Ylber Gashi
b4644fe134 improved agents prompts and fixed some retrieval bugs 2025-09-20 11:04:57 +02:00
Ylber Gashi
582e39b90b Update MessageCreate component to include askAI, accountId, and workspace.id in message creation logic 2025-08-28 23:15:53 +02:00
Ylber Gashi
41736d74b3 added latest mastra version which has now support for zod v4 2025-08-28 23:12:39 +02:00
Ylber Gashi
58efe1931c switched back to ai-sdk only because of mastra's incompatibility with zod v4 2025-08-27 22:06:50 +02:00
Ylber Gashi
03c3523206 Merge branch 'main' of https://github.com/colanode/colanode into mastra-migration 2025-08-11 20:32:46 +02:00
Ylber Gashi
9c3616d192 updated mastra implementation 2025-08-10 17:31:53 +02:00
Hakan Shehu
91073c41b7 Add password placeholder for confirm input in register (#185) v0.3.1 2025-08-08 14:36:59 +02:00
Hakan Shehu
84f7cb70f0 Downgrade typescript version tempirary (#184) 2025-08-08 14:32:40 +02:00
Hakan Shehu
4fb5b7db85 Update packages (#183) 2025-08-08 13:42:31 +02:00
Hakan Shehu
3de2bdf2f7 Fix editor drag handle positioning (#182) 2025-08-08 13:02:22 +02:00
Hakan Shehu
b31684b7cd Fix drag and drop for inline databases (#181) 2025-08-08 12:36:10 +02:00
Hakan Shehu
766952b31e Add plain tables to editor (#180) 2025-08-08 11:19:19 +02:00
Ylber Gashi
85c68878bc migrated from langchain to mastra ai - alpha state 2025-08-06 23:16:35 +02:00
Hakan Shehu
fd675d7d9b Add hard break node for editor (#177) 2025-08-02 17:14:22 +02:00
Hakan Shehu
2a9fea972f Improve upload and download handling on file delete (#176) v0.3.0 2025-08-02 14:49:15 +02:00
Hakan Shehu
e117770e20 Don't change upload id on resumed uploads (#175) 2025-08-02 14:19:48 +02:00
Hakan Shehu
8ddef7086a Delete downloads and uploads if file is deleted (#174) 2025-08-02 14:07:34 +02:00
Hakan Shehu
7a2781fa51 Fix TUS upload url generation (#173) 2025-08-02 10:59:47 +02:00
Hakan Shehu
fefcd29664 Improve existing updates sync (#172) 2025-08-02 08:47:02 +02:00
Hakan Shehu
d747ebb0da Update packages (#171) 2025-08-02 08:40:10 +02:00
Hakan Shehu
80dd1c60c6 Define chunk and file part size constant (#170) 2025-08-01 23:07:21 +02:00
Hakan Shehu
85ad4e7551 Fallback to legacy upload for older server versions (#168) 2025-08-01 20:10:27 +02:00
Hakan Shehu
eaf2b4afb2 Add max file size settings for user (#167) 2025-08-01 19:53:16 +02:00
Hakan Shehu
db4aa16891 Implement filter by relation field (#166) 2025-08-01 14:50:45 +02:00
Hakan Shehu
e8f168304f Fix app init in web (#165) 2025-08-01 14:29:44 +02:00
Hakan Shehu
79925e1fc6 Improve file uploads and downloads (#164)
* Track upload progress in clients
* Implement client side jobs
* Separate local files, downloads and uploads
* Use dates instead of timestamps in jobs
* Improve some recurring jobs
* Local file improvements
* Remove job schedules on cancel
* Improve avatar handling
* Fix manual download
* Improve file uploads and downloads
* Improve downloads
* Use tus resumable uploads
* Drop file states table migration
* Remove some unused file system methods and types
* Use Redis KV and Locker for distributed TUS deployments
* Fix file name generation
* Add uploads clean job
* Have a dedicated endpoint for TUS uploads
* Do not revert uploads state because ot TUS resumables
* Use integer instead of text for job and job schedule status
* Rename a query
* Fix error handling for file uploads and downloads jobs
* Check node sync for file uploads
* Rename the temp files clean job
* Minor renames for consistency
* Improve uploads badge
* Small refactor in server job service
* Add env varaibles config for some tus stuff
* Use ms package for millisecond conversions
* Fix some migrations
* Fix logout
* Update hosting values
2025-08-01 14:13:40 +02:00
Ylber Gashi
ee82afe493 first version 2025-07-31 22:44:03 +02:00
Hakan Shehu
6212e7c65e Update packages (#155) 2025-07-23 10:10:23 +02:00
Hakan Shehu
170a801603 Upgrade to Tiptap v3 (#154) 2025-07-23 08:30:22 +02:00
Hakan Shehu
6aca87de55 Implement inline databases (#153) 2025-07-22 17:26:48 +02:00
Hakan Shehu
d9bb2666c7 Fix server feature support check (#150) v0.2.9 2025-07-21 19:57:09 +02:00
Hakan Shehu
60357507d1 Fix sidebar header action button display (#148) 2025-07-21 17:14:14 +02:00
Hakan Shehu
78dbe71c0f Add new config options in helm chart (#147) 2025-07-21 13:24:48 +02:00
Hakan Shehu
d9f67a3154 Disable all ai features temporarily (#146) 2025-07-21 13:21:17 +02:00
Hakan Shehu
b6d6d73782 Add workspace configs (#145) 2025-07-21 13:18:33 +02:00
Hakan Shehu
b1ebfcf2e2 Use pino for server logging (#144) 2025-07-21 11:33:07 +02:00
Hakan Shehu
3f3aa3c79a Add a message that Colanode is not supported in mobile devices (#143) 2025-07-21 10:17:45 +02:00
Hakan Shehu
24a91fc154 Improve browser not supported message (#142) 2025-07-21 10:02:02 +02:00
Hakan Shehu
decc182de0 Fix editor placeholder color (#141) 2025-07-21 09:32:41 +02:00
Hakan Shehu
e1e503e7b2 Workspace storage limits (#140) 2025-07-21 09:22:15 +02:00
Hakan Shehu
4813d715ae Implement workspace and account settings in sidebar (#130) 2025-07-17 13:02:02 +02:00
Hakan Shehu
d23547b4d4 Fix docker compose bucket creation in minio (#129) 2025-07-12 08:44:08 +02:00
Hakan Shehu
5c95a03194 Implement collaborator, created by, updated by and updated at field filters (#126) v0.2.8 2025-07-09 21:40:38 +02:00
Hakan Shehu
7c0d421bc2 Show the count and a list of records that have no value for calendar group field (#124) 2025-07-09 18:01:08 +02:00
Hakan Shehu
d33be86637 Add number of records for each board column (#122) 2025-07-09 07:45:07 +02:00
Hakan Shehu
4469301f38 Group board views by multi-select, collaborator or creator and some calendar view improvements (#121)
* Improve board views
* Allow group by collaborator in board views
* Allow group by creator in boards
* Add calendar view no group component
* Add updated by and updated at field selectors
2025-07-08 23:47:30 +02:00
Hakan Shehu
dc1f5b6a2c Update discord link (#120) 2025-07-07 19:27:16 +02:00
Hakan Shehu
01ffcc3ae2 Fix code block renderer (#119) v0.2.7 2025-07-07 07:34:16 +02:00