Commit Graph

128 Commits

Author SHA1 Message Date
Hakan Shehu
30bdd2dce2 Minor fixes for server config url generation and file preview (#50) 2025-06-11 21:47:06 +02:00
Hakan Shehu
29d7fcdb0d Prepare for release 0.2.0 (#49) 2025-06-11 20:07:12 +02:00
Hakan Shehu
9e6d53d147 Allow users to delete custom servers (#48) 2025-06-11 16:13:48 +02:00
Hakan Shehu
08ffd69229 Update mutation naming convention (#47) 2025-06-11 12:55:15 +02:00
Hakan Shehu
eb3a8a9216 Docker and workflow improvements (#46) 2025-06-11 12:31:52 +02:00
Hakan Shehu
30e15e4bd3 Web version (#43)
* Create client package
* Create the UI package
* Init web app
* Use isomorphic 'ws' for web sockets
* File and asset implementations
* Use Opfs SAH version of sqlite in browser
* Generate Svg sprites for emojis and icons
* Include emojis sprite
* Improve and refactor assets
* More assets improvements
* Implement emoji and icons db import as readonly
* Improve import paths
* Handle concurrency limits for sqlite
* Fix event broadcast in web
* Pass windowId for subscribe and unsubscribe queries in desktop
* Remove asset context
* Implement avatar upload/download with the new structure
* Improve file handlings
* Move the necessary dependencies to client and ui packages
* Update packages
* Improve open file dialog
* Make sure database files are deleted in browser
* Improve avatar loading
* Improve file loading
* Fix some assets
* Implement asset caching for offline access
* Small fixes and improvements
* Use server instead of pre signed urls for file upload/download
* Cleanup some client related metadata
* Switch Axios with ky
* Refactor mutation results
* Minor concurrency fix
* Refactor web sockets
* Improve file uploading
* Handle connection close on server
* Use stream for downloading the file
* Add config options for cors
* Update document in all tabs on local change
* Include necessary icons for web
* Update docker compose
* Implement server upgrade required component
* Use correct client type and platform in web and desktop
* Improve service worker
* Improve versioning
* Fix an import
* Minor fixes
* Update some user endpoints
* Minor endpoint changes
* Enable app badge for desktop
* Add error handling in some database operations
* Update mutation naming convention
* Update query naming convention
* Update event and some metadata naming conventions
* Update event and job naming conventions in server
* Update Github workflow files
* Restructure assets directory
* Update packages
* Upgrade to Zod v4
* Upgrade to react 19
* Upgrade to tailwind v4
* Minor ui improvements
* Fix some cursor pointers
* Add browser not supported message in web
* Enhance server create flow, allow insecure connections and custom api paths
* Execute electron-rebuild as postinstall command
* Update docker compose
2025-06-11 00:14:17 +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
a0df904981 Update packages 2025-04-23 18:04:40 +02:00
Hakan Shehu
63437894bf Implement password reset 2025-04-23 14:33:23 +02:00
Hakan Shehu
fa8c941e93 Update packages in desktop, core & crdt 2025-04-08 19:58:08 +02:00
Hakan Shehu
130524708d Update packages 2025-03-17 23:33:48 +01: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
3a276d79d4 Update packages 2025-02-19 22:13:02 +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
565fd2af50 Implement space container 2025-01-28 22:46:20 +01:00
Hakan Shehu
852a1e4ed7 Skip entry update if there are no changes 2025-01-21 19:38:10 +01:00
Hakan Shehu
715be7910d Fix an out of bound exception in crdt array operations 2025-01-21 19:24:23 +01:00
Hakan Shehu
15b2384a7e User access improvements 2025-01-20 10:23:32 +01:00
Hakan Shehu
7e39676081 Update packages 2025-01-19 19:23:50 +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
a322fafcbf Update packages 2025-01-13 10:50:36 +01:00