48 Commits

Author SHA1 Message Date
Hakan Shehu
076fa49d5a Update packages (#367)
* Update packages
* Add missing core and crdt dependencies to client package

The client package imports from @colanode/core and @colanode/crdt but
didn't declare them in package.json, causing Turbo to not guarantee
building them first. This led to TS6305 errors in CI.
2026-04-03 11:10:50 +02:00
Hakan Shehu
6d40a2b574 Fix undo & redo for documents (#314) 2026-02-02 09:38:00 +01:00
Hakan Shehu
5ea69ba06d Update packages (#311) 2026-01-30 17:38:34 +01:00
Ylber Gashi
3e1070f3a6 test(server): add vitest harness and initial integration tests (#302) 2026-01-19 22:17:32 +01:00
Hakan Shehu
3ccde245e9 Update pakcages (#278) 2026-01-08 11:17:53 +01:00
Hakan Shehu
3e4c8b8125 Implement new routing with tanstack router and mobile app kickoff (#248)
* Init mobile app
* Minor fixes and improvements
* Improve assets loading
* Fix event bus proxy
* Improve emojis and icons loading
* Improve app initialization in web
* Init tanstack router
* Refactor components
* Refactor some more components
* Refactor layouts
* Improve routing
* Improve routing
* Routing improvements
* Make sidebar work in mobile
* Refactor container and breadcrumb
* Fix some packages and warnings
* Encode and decode yjs update for ipc communication
* Refactor servers in client
* Fix some errors and warnings in editor and sidebar
* Add route masking for web
* Improve container layout
* Improve ui for mobile
* Improve mobile ui
* Create custom link component
* Router improvements
* Implement tabs for desktop
* tabs improvements
* Refactor routes
* Layout improvements
* Improve desktop tabs
* Use tanstack-db for global collections
* Improve tanstack db collections
* Refactor workspaces and accounts databases and routes locally
* Use tanstackdb for users
* Use tanstackdb for uploads and downloads
* Use tanstackdb for temp files
* Rename database to collections
* Improve tabs
* Fix packages
* Improve local file handling
* Rename sync cursor keys
* Save some bootstrap data in a file
* Reset all data on new version update in desktop
* Minor refactor
* Implement app reset on startup
* UI fixes and improvements
* More Ui improvements
* Fix logout
* Add tab in route contexts for workspace routes
* Store last used workspace id as metadata
* Fix account logout
* Fix file preview
* Fix file thumbnail loading in tabs
* Fix chat tab loading
* Fix some redirect handling
* Disable staletime for icon.svg.get query
* Fix not found pages and throws
* add readme for mobile
* fix some keys
* Improve add tab handler
* Fix path
2025-11-11 07:00:14 -08:00
Hakan Shehu
c64c5a6406 Update packages (#224) 2025-10-07 20:22:27 +02:00
Hakan Shehu
3217764a7b Update packages (#212) 2025-09-11 14:19:45 +02:00
Hakan Shehu
4a2ac3f1ed Update packages (#196) 2025-08-29 16:25:52 +02:00
Hakan Shehu
a3de8a84ac Update packages (#191) 2025-08-12 10:31:28 +02:00
Hakan Shehu
4fb5b7db85 Update packages (#183) 2025-08-08 13:42:31 +02:00
Hakan Shehu
d747ebb0da Update packages (#171) 2025-08-02 08:40:10 +02:00
Hakan Shehu
6212e7c65e Update packages (#155) 2025-07-23 10:10:23 +02:00
Hakan Shehu
6a2635320f Update packages (#112) 2025-07-04 09:12:30 +02:00
Hakan Shehu
1fd2cb0245 Update packages (#94) 2025-06-25 19:58:24 +02:00
Hakan Shehu
035ed6b677 Add background jobs to merge document & node updates (#90) 2025-06-25 07:13:28 +02:00
Hakan Shehu
3f3c7b3719 Implement undo & redo for document editor (#83) 2025-06-24 07:10:25 +02:00
Hakan Shehu
9294600c61 Update packages (#66) 2025-06-15 11:55:43 +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
a0df904981 Update packages 2025-04-23 18:04:40 +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
3a276d79d4 Update packages 2025-02-19 22:13:02 +01:00
Hakan Shehu
d8745d84cd Separate documents into it's own table 2025-02-11 18:43:07 +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
7e39676081 Update packages 2025-01-19 19:23:50 +01:00
Hakan Shehu
a322fafcbf Update packages 2025-01-13 10:50:36 +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
Hakan Shehu
9c8b803b67 Remove author from package.json files 2024-12-13 18:03:20 +01:00
Hakan Shehu
3df94f7c40 Fix imports order 2024-12-02 00:44:02 +01:00
Hakan Shehu
1c204a17dc Lint fixes 2024-12-01 23:51:33 +01:00
Hakan Shehu
a19c6274b9 Update packages 2024-12-01 21:40:17 +01:00
Hakan Shehu
5342e0e203 Fix yText changes 2024-11-30 22:14:07 +01:00
Hakan Shehu
99b94f6f33 New version of syncing 2024-11-26 22:21:35 +01:00
Hakan Shehu
63fb4ff300 Update packages 2024-11-22 17:50:44 +01:00
Hakan Shehu
d41d3abd03 Implement message subtypes 2024-11-22 13:40:58 +01:00
Hakan Shehu
14f0c0ab19 Add extra checks when changes fail to sync 2024-11-18 11:32:48 +01:00
Hakan Shehu
3a05bd495f Add schema for package json warnings 2024-11-16 19:40:51 +01:00
Ylber Gashi
3ef5051233 Dockerfile update and Docker Compose configuration 2024-11-16 17:49:50 +01:00
Hakan Shehu
184851403e Switch to npm workspaces and electron forge 2024-11-16 16:55:45 +01:00
Hakan Shehu
35182bdb3d Add workspace as root node 2024-11-10 20:02:25 +01:00
Hakan Shehu
4f77314c6b Refactor CRDT usage 2024-11-10 17:49:26 +01:00
Hakan Shehu
307b191b75 Fix a bug in crdt array sync 2024-11-09 19:25:20 +01:00
Hakan Shehu
372fe62fa8 Move id and contants in core package and use lodash-es package 2024-11-09 12:20:01 +01:00
Hakan Shehu
3042625e34 Add crdt as a separate package 2024-11-07 09:32:26 +01:00