Commit Graph

162 Commits

Author SHA1 Message Date
Hakan Shehu
6aca87de55 Implement inline databases (#153) 2025-07-22 17:26:48 +02:00
Hakan Shehu
d9bb2666c7 Fix server feature support check (#150) 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
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
5c95a03194 Implement collaborator, created by, updated by and updated at field filters (#126) 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
01ffcc3ae2 Fix code block renderer (#119) 2025-07-07 07:34:16 +02:00
Hakan Shehu
6fe6f324e8 Filter and sort by name (#117) 2025-07-06 14:55:40 +02:00
Hakan Shehu
f86e7afe11 Allow database name field update (#116) 2025-07-06 11:03:54 +02:00
Hakan Shehu
66ac097923 Reorder space children in sidebar (#115) 2025-07-06 09:30:12 +02:00
Hakan Shehu
d63d29e633 Preview audio files (#114) 2025-07-04 18:34:51 +02:00
Hakan Shehu
583bebeae9 Add placeholders for password inputs (#113) 2025-07-04 09:14:58 +02:00
Hakan Shehu
6a2635320f Update packages (#112) 2025-07-04 09:12:30 +02:00
Hakan Shehu
5e48910a05 Close file tab on delete (#111) 2025-07-04 07:41:17 +02:00
Hakan Shehu
e8f56449d5 Implement save file (#108)
* Implement save file
* Delete locally downloaded files that have not been opened in last 7 days
2025-07-03 20:42:21 +02:00
Hakan Shehu
b1c4069743 Add unread states in sidebar menu (#106) 2025-06-28 09:31:40 +02:00
Hakan Shehu
1fd2cb0245 Update packages (#94) 2025-06-25 19:58:24 +02:00
Hakan Shehu
b75e98cab6 Improve workspace users invite input (#92) 2025-06-25 19:28:05 +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
0087dfb5e6 Improve avatars loading (#79) 2025-06-17 16:06:43 +02:00
Jonathan Hyry
3d2af7c374 Make sure AvatarFallback has the size prop defined as required (#77)
The AvatarFallback requires the size prop be defined.
This commit adds handling to ensure that it is defined when AvatarImage
 falls back on AvatarFallback.

Closes #73
2025-06-17 15:31:23 +02:00
Hakan Shehu
0bf66b3f05 Fix calendar view grid (#74) 2025-06-16 14:46:30 +02:00
Hakan Shehu
39901d3898 Minor UI improvements in databases (#70) 2025-06-16 09:47:23 +02:00
Hakan Shehu
0d985b923a Fix select option settings popover trigger (#69) 2025-06-16 09:40:48 +02:00
Hakan Shehu
9294600c61 Update packages (#66) 2025-06-15 11:55:43 +02:00
Hakan Shehu
0b192bad03 Prepare for release 0.2.1 (#60) 2025-06-13 00:31:09 +02:00
Hakan Shehu
10ac2d3019 Server settings dialog and other minor improvements (#58) 2025-06-12 23:56:23 +02:00
Hakan Shehu
756af021d1 Implement login with google (#57) 2025-06-12 22:08:54 +02:00
Hakan Shehu
ab2e38624a Fix server isOutdated update (#52) 2025-06-12 00:18:21 +02:00
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