Commit Graph

111 Commits

Author SHA1 Message Date
Hakan Shehu
afc259be3f Move tasks in account level and some other improvements 2025-05-10 19:09:32 +02:00
Hakan Shehu
c1ccb90240 Initial implementation of workspace import task 2025-05-09 18:52:13 +02:00
Hakan Shehu
2c8ff8a543 Improve date informations 2025-05-08 12:07:59 +02:00
Hakan Shehu
69641b0783 Switch exports to general 'tasks' 2025-05-08 10:59:22 +02:00
Hakan Shehu
1e07f7862c Workspace export improvements 2025-05-07 00:28:39 +02:00
Hakan Shehu
989101a03b Include uploads in data and zip uploaded files as part of the export 2025-05-06 21:03:48 +02:00
Hakan Shehu
f8fe6f40ca Initial implementation of workspace data export 2025-05-06 19:22:41 +02:00
Hakan Shehu
90c7a22685 Send client metadata as headers on each request (#19) 2025-05-01 10:57:24 +02:00
Hakan Shehu
7e5c31d7f8 Include immutable version and commit sha as part of server docker build (#18) 2025-05-01 10:41:10 +02:00
Hakan Shehu
412a396b28 Switch from express to fastify (#16)
* Switch from express to fastify

* Use zod validation for api routes

* Fix type in password reset routes

* Use string as data type for bigint because of serialization issues

* Fix use of user id instead of account id for some file operations
2025-04-30 11:07:58 +02:00
Hakan Shehu
1d739879c3 Implement mentions 2025-04-28 19:28:58 +02:00
Hakan Shehu
c10ec7e856 Mark preview tab as opened in double click 2025-04-24 17:44:27 +02:00
Hakan Shehu
63437894bf Implement password reset 2025-04-23 14:33:23 +02:00
Hakan Shehu
d095dbbd16 Add recurring jobs to check node and document embeddings 2025-03-03 23:07:50 +01:00
Ylber Gashi
29c96f7dd6 Add support for specifying context nodes in AI assistant response 2025-02-21 22:49:00 +01:00
Ylber Gashi
913c2f05cf Merge branch 'main' of https://github.com/colanode/colanode into ai-assistant-rag 2025-02-20 22:21:22 +01:00
Hakan Shehu
81dd328d4b Store all uploads in a special table in server 2025-02-20 08:55:25 +01:00
Hakan Shehu
f7a1388536 Rename some pending entries to nodes 2025-02-19 19:50:43 +01:00
Ylber Gashi
cce2d41f8d Merge branch 'restructure' of https://github.com/colanode/colanode into ai-assistant-rag 2025-02-19 19:38:33 +01:00
Ylber Gashi
ee111a845f Enhance assistant response handling and node type support
- Update assistant response job to handle optional citations
- Modify node creation to trigger assistant response for question messages
- Add new message subtypes: 'question' and 'answer'
- Refactor node embedding scheduling to skip embedding for message nodes
- Integrate Langfuse callback for LLM service tracing
- Update SQL vector similarity queries for embedding retrieval
2025-02-19 19:16:10 +01:00
Hakan Shehu
a0eaf40735 Fix an issue with node sync 2025-02-19 15:17:48 +01:00
Hakan Shehu
0c2fb121c9 Refactor node updates 2025-02-19 13:14:57 +01:00
Hakan Shehu
25fb7ac46a Refactor documents and text indexing 2025-02-19 11:23:03 +01:00
Hakan Shehu
18b15e09c3 Add document update validation and revert 2025-02-18 11:23:36 +01:00
Hakan Shehu
99b3189fc3 Refactor node reaction permission check 2025-02-18 10:00:39 +01:00
Hakan Shehu
f4ad5756f3 Merge files with nodes 2025-02-12 21:45:02 +01:00
Hakan Shehu
6d79824f93 Minor renames for clarity 2025-02-12 12:32:14 +01:00
Hakan Shehu
95999b4f9e Permission checks improvements 2025-02-12 12:16:05 +01:00
Hakan Shehu
d8745d84cd Separate documents into it's own table 2025-02-11 18:43:07 +01:00
Hakan Shehu
c82fbedefa Consolidate entries and messages into 'nodes' 2025-02-05 22:40:35 +01:00
Hakan Shehu
15b2384a7e User access improvements 2025-01-20 10:23:32 +01:00
Hakan Shehu
1d8bb8760b Use sqlite for emojis and icons 2025-01-19 15:41:39 +01:00
Hakan Shehu
89c3969b72 Add some extra columns in desktop tables 2025-01-18 01:56:43 +01:00
Hakan Shehu
2c4b92120f Send event on user created 2025-01-17 16:47:56 +01:00
Hakan Shehu
74f74ea37a Restructure and refactor services in desktop 2025-01-17 14:35:13 +01:00
Hakan Shehu
194b0fce44 Refactor debuggers 2025-01-15 15:34:03 +01:00
Hakan Shehu
81583cf054 Add visibility attribute for spaces 2025-01-15 01:29:20 +01:00
Hakan Shehu
fce5bdc60d Improve device creation on login/register 2025-01-15 01:24:19 +01:00
Hakan Shehu
5b40313ff4 Improve account sync 2025-01-15 01:11:49 +01:00
Hakan Shehu
faa0554112 Improve message interactions tracking 2025-01-13 16:23:36 +01:00
Hakan Shehu
d63e2ee2d0 Refactor some columns 2025-01-13 15:59:59 +01:00
Hakan Shehu
4fb71bcaad Improve file state handling 2025-01-13 14:27:42 +01:00
Hakan Shehu
75132d5b60 Add total storage limit and max file size limit for files 2025-01-12 18:25:04 +01:00
Hakan Shehu
86dba5762c Store entry transaction operation as integer enum instead of text 2025-01-09 11:26:18 +01:00
Hakan Shehu
6f9c09b121 Refactor message attributes 2025-01-09 11:13:22 +01:00
Hakan Shehu
dec5812a6a Implement account email verification 2025-01-05 20:25:48 +01:00
Hakan Shehu
d778db6040 Add ip in server config output 2025-01-05 10:18:20 +01:00
Hakan Shehu
2660f3d3a9 Add rate limits for auth attempts 2025-01-05 09:51:10 +01:00
Hakan Shehu
0ac450932f Make nullable fields optional in entry schemas and some crdt optimizations 2025-01-04 11:14:13 +01:00
Hakan Shehu
19de9bf56c Fix null value in crdt and document updates handlers 2025-01-03 18:35:09 +01:00