Commit Graph

3213 Commits

Author SHA1 Message Date
James Pine
b49a3cfae8 add tauri plugin clipboard manager for pasting credentials (not impl yet) 2024-10-12 01:01:17 -07:00
James Pine
d64eb1c715 increase max file size for thubm generation 2024-10-12 00:59:27 -07:00
James Pine
6b3ac18b99 improvements to account style 2024-10-12 00:57:34 -07:00
Ericson Soares
cf68ce3bf2 Only notify other nodes 2024-10-11 23:29:13 -03:00
Ericson Soares
c8b68735e9 Forgot to call needed function 2024-10-11 23:20:57 -03:00
Ericson Soares
c363f61204 Introduce a new sync messages notification system between devices 2024-10-11 22:43:26 -03:00
ameer2468
27a23d279d cleanup auth, sync join modal, and more 2024-10-11 17:56:01 +03:00
Ericson Soares
dc52f3e032 Backfill ops on init cloud sync 2024-10-10 13:13:40 -03:00
Ericson Soares
69df6d9c93 Better logs related to joining sync groups 2024-10-10 00:20:46 -03:00
Arnab Chakraborty
0133173069 Merge branch 'main' into eng-1828-migration-to-new-cloud-api-system 2024-10-09 23:14:00 -04:00
Ericson Soares
6251a3c45f Swap postcard for rmp-serde, due to incompatibility to deserialize sync messages 2024-10-09 23:27:11 -03:00
Ericson Soares
8490173d04 Some tweaks on sync messages encryption and decryption 2024-10-09 22:04:49 -03:00
Ameer Al Ashhab
51bee05a60 [ENG-1925] Fix windows scroll (#2756)
* Fix scroll on windows

* use a different class
2024-10-09 20:57:48 +00:00
Arnab Chakraborty
d0dc8bbae9 Fix Android builds failing to compile (#2755)
Update Cargo.toml
2024-10-08 22:25:55 +00:00
Arnab Chakraborty
c036ffb16e Auto accept sync group requests 2024-10-08 14:59:57 -04:00
Ericson Soares
41ca786fc9 Ingest sync ops in correct order 2024-10-08 14:45:14 -03:00
Ericson Soares
4edcfa0941 Merge branch 'eng-1828-migration-to-new-cloud-api-system' of github.com:spacedriveapp/spacedrive into eng-1828-migration-to-new-cloud-api-system 2024-10-07 22:39:35 -03:00
Ericson Soares
fef2e92936 Change database to use device id on everything instead of pub_id 2024-10-07 22:38:45 -03:00
myung03
13ba8d9e30 add device popup modal 2024-10-07 15:51:03 -07:00
Lynx
a3048fbd10 Add no telemetry option and improve analytics code clarity (#2740)
* Refactor analytics configuration to use `configureAnalyticsProperties` instead of `initPlausible` for improved clarity

* format & add comment explaining analytics ping code
if any people reviewing source for their own verification of its purpose, this should make it much clearer what this does

* refactor Setting to use named function so its references can be source-peeked

* add basic support for 'none' telemetry option
changing the option in the Select dropdown breaks things right now, gotta figure out why

* fix usePlausibleEvent sending old telemetry level preference property to submitPlausibleEvent

* Fall back fo 'unknown' instead of '0.1.0' for app version stats

* Better explain the purpose of more things in submitPlausibleEvent

* organize and clean up internationalization file keys

* fix lowercase connect/connecting key names in code

* add no-telemetry option to onboarding

* Only display error report button if telemetry is enabled

* Add explainer to Sentry plugin for Vite

* Fix onboarding selection in both interface and mobile

* Add more explanation and checks to usePlausible to never send data unless allowed

* add support for onLoad to transform data from persisted mutable stores

* update some analytics explainers on mobile

* add telemetry state migration

* add migration for telemetry state from explorer layout key in persisted store

* fix cypress test for onboarding privacy page

* remove some accidentally included console.log statements

* Add localized analytics preference names

* Use localized telemetry preference names in Settings

* use cleaner text wrapping in settings

* Update the telemetry setting title

* fix telemetry typo

* update mobile no-analytics text

* remove telemetry override option

* eslint: disable no-empty-object-type for PlausibleOptions

the reason is commented
2024-10-07 22:00:38 +00:00
Lynx
26f7b5d670 Merge branch '0.5.0-dev' into eng-1828-migration-to-new-cloud-api-system 2024-10-07 13:31:25 -07:00
Vítor Vasconcellos
8134160671 Merge remote-tracking branch 'origin/main' into eng-1828-migration-to-new-cloud-api-system 2024-10-06 23:36:06 -03:00
Lynx
e4659295bf Merge branch 'main' of github.com:spacedriveapp/spacedrive into 0.5.0-dev 2024-10-06 18:25:08 -07:00
Lynx
7825903b7d Change sample date (#2754)
* switch sample date to 15 Jan 2024, 08:51

* undo removed reference to default date in format option
2024-10-06 22:19:43 +00:00
Lynx
f5d2420d63 Merge remote-tracking branch 'origin/main' into 0.5.0-dev 2024-10-06 15:14:30 -07:00
Vítor Vasconcellos
7cd0556f15 [ENG-1928] Update to tauri 2.0.1 stable (#2752)
* Update to tauri 2.0.0 stable
 - Update a some othe dependencies
 - Autoformat rust and toml files

* Fix clippy complain

* Update tauri 2.0.1
 - Update rspc
 - Update some frontend files due changes in rspc
 - Update some frontend build dependencies

* Revert babel update

* Fix code typing typing and style + a couple of bugs

* More type fixes
2024-10-05 21:17:30 +00:00
Arnab Chakraborty
3f231c37a0 Update index.tsx 2024-10-05 14:12:32 -04:00
Arnab Chakraborty
3a1d52e86d Update cloud.tsx 2024-10-03 22:23:35 -04:00
Arnab Chakraborty
d5d94fd99e Merge branch 'main' into eng-1828-migration-to-new-cloud-api-system 2024-10-03 22:23:31 -04:00
lynx
0c9e05c0ae fix classname ordering with new font changes 2024-10-03 06:28:54 -07:00
lynx
9ad97ed814 fix app border on boundary 2024-10-03 06:28:54 -07:00
lynx
10249f8974 use Plex font on error boundary page 2024-10-03 06:28:54 -07:00
lynx
b20f0771d5 fix new app icon image sizes 2024-10-03 06:28:54 -07:00
lynx
fc6ad28b24 add new brand font font to some screens in the app
IBM Plex Sans
2024-10-03 06:28:54 -07:00
lynx
d9738eea9d use new ball for assets/icons/Ball 2024-10-03 06:28:54 -07:00
lynx
f61f7bd08b Update logos for beta 2024-10-03 06:28:54 -07:00
Jamie Pine
cc8975cd75 Fix Inspector notes (#2748)
fix notes
2024-10-02 15:27:16 +00:00
Arnab Chakraborty
8cbfb13f9b Update index.tsx 2024-10-02 09:07:50 -04:00
Ericson Soares
b53bd44531 Fix sync group join 2024-10-02 03:09:20 -03:00
Ericson Soares
bc093a2b43 Update schema 2024-10-01 15:18:28 -03:00
Ericson Soares
60cfafe77e Update schema and deps 2024-10-01 14:46:27 -03:00
ameer2468
bdd26ebba3 change to sd cloud 2024-10-01 19:36:15 +03:00
ameer2468
411ae08ac8 improve profile ui 2024-10-01 19:25:29 +03:00
Arnab Chakraborty
81662c6cc4 Update Profile.tsx 2024-09-30 17:22:46 -04:00
Consoli
0f10476ae2 Remove dependency on once_cell and use std types (#2746)
* Remove dependency on once_cell and use std types

* Bump MSRV across the project to 1.81

* Cargo fmt

* Update rust-toolchain to 1.81
2024-09-30 21:19:59 +00:00
Arnab Chakraborty
de82f0350d Fix join sync group on mobile 2024-09-30 17:12:07 -04:00
Consoli
1b8ae8d4b9 Handle thumbnail encoder error (#2745)
* Treat thumbnail encoder error

* Use a single instance of WebPConfig for the entire application

* Clippy
2024-09-30 20:00:57 +00:00
Arnab Chakraborty
25c02c431d Fix type errors & add notif logging on mobile 2024-09-30 11:35:59 -04:00
Lynx
a0173caccf Organize and clean up internationalization file keys (#2741)
* organize and clean up internationalization file keys

* fix lowercase connect/connecting key names in code
2024-09-29 07:33:32 +00:00
Ericson Soares
7cd57c222d Rust fmt 2024-09-29 02:08:59 -03:00