Commit Graph

3226 Commits

Author SHA1 Message Date
Arnab Chakraborty
b3769231ea Fix shell error in build 2025-02-22 05:27:09 +00:00
Arnab Chakraborty
1541519f26 Try to fix linux release runner 2025-02-22 05:23:10 +00:00
Arnab Chakraborty
d3269667ca Disable Drag & Drop on Linux for now 2025-02-22 05:14:14 +00:00
Arnab Chakraborty
c45268c571 Attempt to fix linux compile 2025-02-18 05:34:01 +00:00
pr
19708e5b38 Add YYYY-MM-DD HH:mm datetime format (#2806)
Add ISO date format to date picker
2025-02-12 01:26:49 +03:00
Julian Braha
d51f4eb14d Optimize Option<Flash>::from(FlashValue) using bitwise AND (#2843) 2025-02-12 01:25:08 +03:00
Nickolay
28a390f167 Fix builds on windows (#2864)
* Fix builds on windows

* Fix rust compile issues

* Autoformat

* Fix windows volumes compile again

---------

Co-authored-by: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com>
2025-02-10 22:57:43 +03:00
Jamie Pine
fbae190393 disable categories temp 2025-02-04 20:58:15 -08:00
Arnab Chakraborty
2df9a98c48 Run prep before building release 2025-02-02 20:18:05 -05:00
Arnab Chakraborty
b30a962837 Trying to disable drag on linux again 2025-02-02 03:26:55 -05:00
Arnab Chakraborty
40fc8964b4 Disable drag & drop outside on Linux & Browser 2025-02-02 03:02:28 -05:00
Arnab Chakraborty
110f6126e2 Fix drag working in dev & prod 2025-02-02 02:59:28 -05:00
Arnab Chakraborty
5ae45c62a6 Disable drag on linux 2025-02-02 02:43:54 -05:00
Arnab Chakraborty
150413fb08 Fix gtk_window() call again 2025-02-02 02:08:59 -05:00
Arnab Chakraborty
9bdf0fe569 Fix for drag window gtk req for linux 2025-02-02 01:51:49 -05:00
Arnab Chakraborty
9e932b82f0 Fix linux volume watcher again 2025-02-02 00:24:18 -05:00
Arnab Chakraborty
042dd45289 Rewrite linux volume code 2025-02-02 00:06:18 -05:00
Arnab Chakraborty
fd3188e1c0 Fix linux volume compile 2025-02-01 23:29:35 -05:00
Arnab Chakraborty
e5085d7fbc Update drag-rs revision 2025-02-01 23:07:58 -05:00
Arnab Chakraborty
ab01b5d0ee Fix drag & drop in prod 2025-02-01 22:38:35 -05:00
Arnab Chakraborty
3faa93e2d2 Rename Beta to Alpha & Default location device_id 2025-01-30 01:40:46 -05:00
Arnab Chakraborty
94db2c8815 More updates (#2861)
* Fix migrations

* Fix migrations
2025-01-30 07:20:01 +03:00
Jamie Pine
e0c20a71db 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
3e50ebcc65 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
f55d5bcfee Fix crashing due to rapid concurrent writes 2025-01-05 19:00:49 +03:00
Arnab Chakraborty
148c2eb14f Fix email error in the profile page 2025-01-04 17:06:16 +03:00
James Pine
34673c5512 [BUG FIX] Fix indexer failing to remove files that are no longer there 2025-01-03 20:49:09 -08:00
James Pine
f741200e2c Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2025-01-03 17:56:43 -08:00
James Pine
a9ee1036c6 Added local devices endpoint
Co-authored-by: Ericson "Fogo" Soares <ericson.ds999@gmail.com>
2025-01-03 17:56:41 -08:00
Jamie Pine
92f3ab65a2 Merge pull request #2717 from spacedriveapp/eng-1896-add-date-range-to-search-options
[ENG-1896] Improved search filters and added date range
2025-01-03 17:56:19 -08:00
Jamie Pine
3bbb60409a Merge branch 'main' into eng-1896-add-date-range-to-search-options 2025-01-03 17:55:23 -08:00
Arnab Chakraborty
17467f1a2b Fix script docs 2025-01-01 14:25:26 +03:00
Arnab Chakraborty
bcf82614e6 Scripts switching prod and dev service endpoints
A script that switches the prod and dev endpoints for the auth & relay services.
2025-01-01 13:57:01 +03:00
Arnab Chakraborty
26a9f30b0d Remove debug <SizeDisplay /> component 2024-12-30 21:55:48 +03:00
Arnab Chakraborty
9de0c9423b 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
lzt1008
09cd5a6183 Refine i18n zh-CN translations for better accuracy (#2840)
Refine zh-CN translations for better accuracy
2024-12-26 00:45:04 +03:00
Arnab Chakraborty
0090af6b2f [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
5f2b57d592 Better UI/UX for accepting cloud sync connections 2024-12-19 17:51:56 -05:00
Lynx
78afa0c014 Fix font in landing and app 2024-12-17 19:11:20 -06:00
Arnab Chakraborty
e8c59bb7a4 Update CONTRIBUTING.md 2024-12-17 12:25:45 -05:00
Arnab Chakraborty
14353bf0a2 Fix note and tip blocks in CONTRIBUTING.md 2024-12-17 12:24:01 -05:00
James Pine
a445deb60b more contributing guides 2024-12-16 17:07:47 -08:00
Arnab Chakraborty
5935f7f51c Update tailwind.js 2024-12-15 18:34:20 -05:00
Arnab Chakraborty
7fc34e007c Fix for styling 2024-12-15 18:25:16 -05:00
Arnab Chakraborty
152d1c7e07 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
58e7151e19 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
b565339c6b Merge pull request #2815 from spacedriveapp/pro-5-new-landing-page 2024-12-12 17:03:00 -08:00
Jamie Pine
6f50f438e1 yes 2024-12-12 15:55:57 -08:00
Jamie Pine
2e6443ec11 Merge branch 'main' into pro-5-new-landing-page 2024-12-12 15:54:43 -08:00
Ericson "Fogo" Soares
78986bba36 Merge pull request #2828 from spacedriveapp/update-cloud-related-deps
Update Cloud Services related dependencies
2024-12-10 15:27:09 -03:00