Hakan Shehu
ea34da3326
Fix some mutations
2025-10-25 01:17:30 +02:00
Hakan Shehu
59ea93e136
Use tanstackdb for node updates
2025-10-24 16:40:12 +02:00
Hakan Shehu
0e1b658b7d
Use tanstackdb for node deletes
2025-10-24 11:56:38 +02:00
Hakan Shehu
6b4ff24852
Implement node creation with tanstack db
2025-10-24 11:17:06 +02:00
Hakan Shehu
c6144268bb
Use tanstackdb for message nodes
2025-10-23 18:22:01 +02:00
Hakan Shehu
2e71ee1f46
Use tanstackdb for file nodes
2025-10-23 17:50:56 +02:00
Hakan Shehu
74209c3b09
Use tanstackdb for database and database view nodes
2025-10-23 17:38:30 +02:00
Hakan Shehu
7ac4fda582
Use tanstackdb for space and chat nodes
2025-10-11 16:22:11 +02:00
Hakan Shehu
71319c48c0
Use tanstackdb for temp files
2025-10-11 15:40:30 +02:00
Hakan Shehu
35820350eb
Use tanstackdb for uploads and downloads
2025-10-11 14:22:54 +02:00
Hakan Shehu
2cb84e8715
Use tanstackdb for users
2025-10-11 13:12:14 +02:00
Hakan Shehu
ac54c510da
Refactor workspaces and accounts databases and routes locally
2025-10-11 11:44:08 +02:00
Hakan Shehu
3d336b9ef3
Use tanstack-db for global collections
2025-10-07 19:01:51 +02:00
Hakan Shehu
26dd0b2d45
Improve desktop tabs
2025-10-04 00:59:17 +02:00
Hakan Shehu
78c515dacd
Implement tabs for desktop
2025-10-03 10:20:10 +02:00
Hakan Shehu
4a63e23bc4
Router improvements
2025-10-02 16:29:26 +02:00
Hakan Shehu
3a56c8600f
Refactor servers in client
2025-09-24 11:15:38 +02:00
Hakan Shehu
c850e67b15
Encode and decode yjs update for ipc communication
2025-09-24 10:12:30 +02:00
Hakan Shehu
8749446759
Make sidebar work in mobile
2025-09-20 23:16:10 +02:00
Hakan Shehu
dbafed83ba
Routing improvements
2025-09-20 19:10:16 +02:00
Hakan Shehu
cd53a8e69f
Improve emojis and icons loading
2025-09-18 14:37:45 +02:00
Hakan Shehu
56c5aa8a04
Improve assets loading
2025-09-18 14:08:01 +02:00
Hakan Shehu
7192cb34e9
Init mobile app
2025-09-17 22:32:25 +02:00
Hakan Shehu
733a4d1f59
Consider servers as available by default on init ( #214 )
2025-09-11 16:50:05 +02:00
Hakan Shehu
f8cf2c8c56
Improve file preview handling for non finished uploads ( #213 )
2025-09-11 16:44:35 +02:00
Hakan Shehu
3217764a7b
Update packages ( #212 )
2025-09-11 14:19:45 +02:00
Hakan Shehu
095651ea60
Add a message in file preview if it hasn't been uploaded yet ( #211 )
2025-09-11 11:39:38 +02:00
Hakan Shehu
49ee759e93
Fix message files handling ( #210 )
2025-09-11 11:22:40 +02:00
Hakan Shehu
a813877c2d
Decrease mutation sync retry delay ( #198 )
2025-08-29 16:52:40 +02:00
Hakan Shehu
4a2ac3f1ed
Update packages ( #196 )
2025-08-29 16:25:52 +02:00
Hakan Shehu
fc3669bedb
Dark theme & color customizations ( #194 )
2025-08-29 13:55:35 +02:00
Hakan Shehu
a3de8a84ac
Update packages ( #191 )
2025-08-12 10:31:28 +02:00
Hakan Shehu
3de2bdf2f7
Fix editor drag handle positioning ( #182 )
2025-08-08 13:02:22 +02:00
Hakan Shehu
766952b31e
Add plain tables to editor ( #180 )
2025-08-08 11:19:19 +02:00
Hakan Shehu
2a9fea972f
Improve upload and download handling on file delete ( #176 )
2025-08-02 14:49:15 +02:00
Hakan Shehu
8ddef7086a
Delete downloads and uploads if file is deleted ( #174 )
2025-08-02 14:07:34 +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
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
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
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