965 Commits

Author SHA1 Message Date
FICU
85bebf4d12 feat(i18n): Add Polish language support (#2890)
feat(i18n): added Polish translations for Spacedrive
2025-10-30 11:12:40 -04:00
Arnab Chakraborty
4693f31e90 Working Sync & Thumbnail Sync (#2875)
* First draft on new p2p design

* Test sync

* Sync works

* Update version

* Fix merge conflicts

* More stuff for thumbnail sync

* Get the thumbnail

* Update mod.rs

* Working thumbnail sync

* Format

* Update thumbnails.rs

* Update runner.rs

* Update runner.rs

---------

Co-authored-by: Ericson Soares <ericson.ds999@gmail.com>
2025-03-20 07:34:59 +03:00
pr
9af021036c Add YYYY-MM-DD HH:mm datetime format (#2806)
Add ISO date format to date picker
2025-02-12 01:26:49 +03:00
Jamie Pine
193a693cad disable categories temp 2025-02-04 20:58:15 -08:00
Jamie Pine
0d9d9b4f1b Landing & Bug Fixes (#2850)
* added companies carousel

* vdfs section wip

* Fix for compile error on Vercel

* better bento boxes and security animation

* goated vault animation

* cloud page

* sike ig thats a pricing page

* improvement to button components

* added yearly pricing

* roadmap updates

* hero updates (wip in figma)

* mobile app section

* upgrade next in hopes of successful deploy

* downgrade next

* changes to content layer for deployment

* Fix vercel compile error, again

* Update next.config.js

* Fix for onboarding

* mut http_client_builder

* fix cloud URL

* Fix mobile compile

* Remove auth

* Fix volumes deadlock

* Update pnpm-lock.yaml

* Update lib.rs

* Get statistics working with volumes

* Disable date filters

* Updates

* Roadmap updates

* Update team members

* Update page.tsx

* Fix to date filters

* Get readable dates & fix date filter search

* Change version to `0.4.3`

---------

Co-authored-by: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com>
2025-01-28 04:35:29 +03:00
Arnab Chakraborty
645b412ca3 Drag & Drop into/out of Spacedrive (#2849)
* Better drag & drop into the os

* Update drag.rs

* Drag & Drop into Spacedrive from OS

* Re-enable Supertokes & change Drag-rs pointer

* Autoformat
2025-01-10 15:01:44 +03:00
Arnab Chakraborty
9a2284d5e0 Fix email error in the profile page 2025-01-04 17:06:16 +03:00
James Pine
ac0b391994 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2025-01-03 17:56:43 -08:00
James Pine
22fdc69cf5 Added local devices endpoint
Co-authored-by: Ericson "Fogo" Soares <ericson.ds999@gmail.com>
2025-01-03 17:56:41 -08:00
Jamie Pine
ee5287c17d Merge branch 'main' into eng-1896-add-date-range-to-search-options 2025-01-03 17:55:23 -08:00
Arnab Chakraborty
efd8c43582 Better Drag & Drop into OS
Now it doesn't freeze the entire app and UI, and the drag & drop into OS system is only called when the mouse leaves the app's boundaries!

However, the event/system doesn't cancel when you re-enter the application, and is something I'm still working on.
2024-12-30 21:47:28 +03:00
Arnab Chakraborty
56c9f7fbff [ENG-1402] Drag & drop into OS (#2839)
* Wip but functional drag drop out.

* Working transparent image for drag & drop

* Clean up

* Drag & Drop into OS from indexed locations

* autoformat
2024-12-26 00:43:31 +03:00
Arnab Chakraborty
e35e249360 Save email address for re-login
It saves the email address in the login form so we don't have users always type in their email when they have to log in.
2024-12-15 17:53:46 -05:00
Arnab Chakraborty
c839d7dc2a Move Auth Tokens storage from Local Storage to custom encrypted .sdks file (#2831)
* Initial encryption functions

* Storage of encrypted tokens & working login

* Add customized `tauri-plugin-cors-fetch`

We need to have it in our crates folder due to the dependency of `sd-crypto` for the handling of cookies.

* Lint
2024-12-14 19:49:50 -05:00
Jamie Pine
2d3c8fd676 Merge pull request #2815 from spacedriveapp/pro-5-new-landing-page 2024-12-12 17:03:00 -08:00
Jamie Pine
7346dc62ea Merge branch 'main' into pro-5-new-landing-page 2024-12-12 15:54:43 -08:00
Ericson Soares
64a02f1201 pnpm autoformat fix 2024-12-10 13:15:10 -03:00
Ericson Soares
b48b0b2b0b pnpm typecheck fix 2024-12-10 13:03:29 -03:00
Jamie Pine
7ee10656b9 Merge branch 'main' into eng-1896-add-date-range-to-search-options 2024-12-09 15:50:04 -08:00
James Pine
d16025590c Merge branch 'main' into eng-294-volume-awareness 2024-11-25 19:31:50 -08:00
andriizaiets
df66299f34 Added Ukrainian language (#2802) 2024-11-10 22:26:00 -05:00
Jamie Pine
e9ce227128 Add unmount functionality using fingerprint, enhance error handling in volume management, and improve UI integration for ejecting volumes 2024-11-03 05:40:16 -08:00
Jamie Pine
378edccc3d Refactor volume management to include library awareness, enhance fingerprint handling, and improve system volume interactions 2024-11-03 04:03:21 -08:00
Jamie Pine
4c866e603d Refactor volume management to streamline event handling, state updates, and improve watcher interactions within the system 2024-11-03 00:29:57 -07:00
ameer2468
590e50e9d1 Merge remote-tracking branch 'origin' into pro-5-new-landing-page 2024-11-01 15:31:01 +03:00
Jamie Pine
8a5befc020 Implement volume tracking, unmounting, and event subscriptions; enhance volume API with new types and improve UI handling 2024-10-31 23:54:44 -07:00
Jamie Pine
e57086257c Enhance volume management: add volume watcher, optimize volume APIs, and integrate volume speed tests with refined types and event handling 2024-10-31 21:36:35 -07:00
Lynx
88d9040c95 Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1896-add-date-range-to-search-options 2024-10-30 18:54:19 -07:00
Lynx
d8ffe867d2 Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1896-add-date-range-to-search-options 2024-10-30 18:44:58 -07:00
Lynx
28f82bc3eb Autoformat some classnames' order 2024-10-30 18:21:24 -07:00
Lynx
347dd0ec3a Merge remote-tracking branch 'origin/main' into 0.5.0-dev 2024-10-30 18:08:12 -07:00
Jamie Pine
678bcb9ecc Refactor volume handling to replace storage statistics with volume management; adjust related API and schema accordingly 2024-10-24 15:29:32 -07:00
Jamie Pine
5f77ad07fc Merge branch 'eng-1828-migration-to-new-cloud-api-system' into eng-294-volume-awareness 2024-10-23 21:34:16 -07:00
Vítor Vasconcellos
73cb22075f Merge remote-tracking branch 'origin/main' into eng-1828-migration-to-new-cloud-api-system 2024-10-21 14:40:59 -03:00
Vítor Vasconcellos
ea92383b78 Improve file thumbnails and Quick Preview (+ some code clean-up and rust deps update) (#2758)
* Update rspc, prisma-client-rust, axum and tanstack-query
 - Deleted some unused examples and fully commented out frontend code
 - Implement many changes required due to the updates
 - Update most rust dependencies

* Re-enable p2p

* Fix server

* Auto format

* Fix injected script format
 - Update some github actions
 - Update pnpm lock file

* Fix devtools showing up when app opens
 - Fix million complaining about Sparkles component

* Fix sd-server

* Fix and improve thumbnails rendering
 - Fix core always saying a new thumbnail was generated even for files that it skiped thumbnail generation
 - Rewrite FileThumb and improve related components

* Ignore tmp files when running prettier

* Improve FileThumb component performance
 - Rework useExplorerDraggable and useExplorerItemData hooks due to reduce unecessary re-renders

* More fixes for thumb component
 - A couple of minor performance improvements to frontend code

* auto format

* Fix Thumbnail and QuickPreview

* Fix logic for when to show 'fail to load original' error message in QuickPreview
 - Updated prisma-client-rust, libp2p, tauri, tauri-specta, rspc and hyper

* Fix type checking
 - Format scripts

* Add script prettier config

* Fix serde missing feature
 - Use rust-libp2p spacedrive fork again
 - Update rspc

* Autoformat + fix pnpm lock

* Fix thumbnail first load again

* Autoformat

* autoformat

* Fix rust-libp2p fork url again?

* Remove usePathsInfiniteQuery hook

* Update tauri 2.0.6
2024-10-21 15:47:40 +00:00
Vítor Vasconcellos
e29114c1e8 Fix onbording test 2024-10-19 12:45:57 -03:00
Vítor Vasconcellos
b29d165fed autoformat 2024-10-19 08:35:53 -03:00
Vítor Vasconcellos
9795014099 autoformat 2024-10-19 08:20:18 -03:00
Vítor Vasconcellos
3e763295f2 Remove obsolete settings cloud page
- Fixed some typings
 - Update vite
2024-10-19 08:06:11 -03:00
Jamie Pine
d842590847 volume awareness init 2024-10-17 14:13:26 -07:00
Jamie Pine
c67eaf1ae9 fun indicators for debug 2024-10-14 22:11:49 -07:00
Lynx
53bb6c32ad Merge branch '0.5.0-dev' into eng-1828-migration-to-new-cloud-api-system 2024-10-14 20:49:12 -07:00
Arnab Chakraborty
97e1d0a122 Fix lint error 2024-10-14 22:52:18 -04:00
Arnab Chakraborty
960e7c4ef5 Autoformatting 2024-10-14 22:49:46 -04:00
James Pine
e699ca27ec debug sync indicators 2024-10-14 19:28:31 -07:00
Lynx
2ee94ca0b5 fix onboarding prerelease screen 2024-10-14 18:57:15 -07:00
Arnab Chakraborty
8a1ee22a24 Merge branch '0.5.0-dev' into eng-1828-migration-to-new-cloud-api-system 2024-10-14 21:22:38 -04:00
Arnab Chakraborty
6d67a880e0 Merge branch 'main' into 0.5.0-dev 2024-10-14 21:20:28 -04:00
Arnab Chakraborty
c7e87f0862 Sync profile page & Update mobile device names
DO NOT TRY ANDROID. IT IS BROKEN AND PANICKING ON CORE WHEN COMPILED.
2024-10-14 21:18:28 -04:00
James Pine
122b4b2b23 create sync group button 2024-10-14 15:16:26 -07:00