Commit Graph

3025 Commits

Author SHA1 Message Date
Vítor Vasconcellos
01d61631d7 Merge remote-tracking branch 'origin/main' into eng-1828-migration-to-new-cloud-api-system 2024-08-15 18:16:13 -03:00
Arnab Chakraborty
ef418d43bd Working backend deeplink event
The backend registers deeplink events. However, emit breaks it, meaning the data can't be sent to the frontend.
2024-08-15 22:26:31 +03:00
Vítor Vasconcellos
6672c6cffc Remove unused code and update rust deps (#2662)
* Remove deps-generator app
 - It is broken for quite a while and not being used

* Remove unused code and unused deps

* auto format

* Restore incorrectly removed files
 - Remove aws deps and test code using it

* Replace winapi-util with windows-rs
 - Adjust some deps versions

* Autoformat

* Update rand, remove unused dep

* Fix image crate due to changes in pdf-renderer
 - Dont use default features in reqwest
 - Use native-tls tauri

* Remove incorrect notice about blake3
2024-08-15 17:09:03 +00:00
Ericson "Fogo" Soares
8527b42f84 Crypto revamp (#2660)
* Revamping crypto subcrate

* Merge with main

* More tweaks on crypto crate

* Remove some unsused crypto references

* Fix crypto erase example
2024-08-15 06:35:26 +00:00
Ericson Soares
16f4eb6f68 Fix crypto erase example 2024-08-15 00:50:36 -03:00
Ericson Soares
42e004a23c More tweaks on crypto crate 2024-08-15 00:46:40 -03:00
Arnab Chakraborty
b14e4fce3a Deep linking wip
Pop up shows but doesn't pull focus on the app and actually doesn't receive events
2024-08-15 00:46:27 +03:00
Ericson Soares
5604e33bcc Fixing or commenting broken crap 2024-08-14 18:18:44 -03:00
Ericson Soares
45c90e4a29 Merge with main 2024-08-14 17:50:39 -03:00
Ericson Soares
1fd5c5f6bf Bad merge 2024-08-14 16:56:20 -03:00
Ericson Soares
1aa459ad23 Revamping crypto subcrate 2024-08-14 16:51:16 -03:00
Arnab Chakraborty
139ba6e1a4 [ENG-1854] Migrate to Tauri v2 Release Candidate (#2654)
* Migrate to Tauri v2 Release Canidate

* Formatting

* Update pnpm

* Update all tauri deps (js and rust) to Release Candidate 2
 - A lot of misc fixes due to changes in the new versions of tauri, rspc and specta

* Recreate pnpm-lock

* Fix pnpm-lock

* Formatting

* Use 10 chars SHA for git deps
 - Update a couple of rust dependencies
 - Add taplo for toml auto formatting
 - Adjust some formatting configurations
 - Updated prettier and its plugins

* Fix formatter settings

* Minor improvements to Cargo.toml format

---------

Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
2024-08-14 18:22:46 +00:00
myung03
749d228a58 added min width for list and device items 2024-08-13 19:13:22 -07:00
myung03
6d6291b379 added device info to "Libraries" in settings 2024-08-13 16:40:44 -07:00
Arnab Chakraborty
7b66730ba8 More merge fixes 2024-08-13 14:08:13 +03:00
Lkhsss
d246154c2d Update Chinese Translations (#2656)
* Update Chinses tanstation

Chinese will be used in different ways in different places.If it's just a translation program or a word-for-word translation, it's going to be very stiff. Call me if you need a translator.<a href="mailto:lkhsss1019@gmail.com">lkhsss1019@gmail.com</a>

1.[fix] `"direction": "方向",`to`"direction": "次序",`
2.[fix]`"ascending": "上升",`to`"ascending": "升序",`
3.[fix]`"item_size": "项目大小"`,to`"item_size": "图标大小",`
.........etc   太多了数不过来了。。。

## I Need Some Help
Please send me a screenshot of where these entries are in the app so I can best translate them!(Better tell me where they are in the app.)
- failed_to_open_file_with
- file_from
- file_one
- file_picker_not_supported
- for_library
- image
- incoming_spacedrop
- indexed_new_files
- indexer_rules_error
- indexer_rules_not_available
- accept_files
- app_crashed_description
- collection
- directories
- directory
- do_the_thing
- dont_have_any
- dotfile
- ends_with
- erase
- erase_a_file
- erase_a_file_description
- file_picker_not_supported
- files_many
- for_library
- gitignore
- hosted_locations
- my_sick_location

* Change some translations...
2024-08-13 11:06:56 +00:00
Arnab Chakraborty
f16bd40843 Fix Cargo.toml because merge is fun 2024-08-13 13:56:02 +03:00
Arnab Chakraborty
f3871ac6aa Update pnpm-lock.yaml 2024-08-13 13:52:38 +03:00
Arnab Chakraborty
019b157d9f Merge branch 'rocky/tauri-v2-rc' into eng-1828-migration-to-new-cloud-api-system 2024-08-13 13:51:52 +03:00
Vítor Vasconcellos
0e94a97fce Fix formatter settings 2024-08-12 17:56:04 -03:00
Vítor Vasconcellos
8b3574d7a6 Use 10 chars SHA for git deps
- Update a couple of rust dependencies
 - Add taplo for toml auto formatting
 - Adjust some formatting configurations
 - Updated prettier and its plugins
2024-08-12 17:49:31 -03:00
Arnab Chakraborty
f9e7ea7302 Make sure Java version running is 17 for Android 2024-08-12 21:26:37 +03:00
Arnab Chakraborty
1db15a5f50 Remove keyring crate
We found a different solution, as the keyring crate isn't supported on Android
2024-08-12 20:26:11 +03:00
Matthew Yung
16444fbfb4 [ENG-1836] Prevent "zombie" jobs from appearing in the job manager (#2653)
job manager doesn't display zombie jobs while not running
2024-08-12 16:42:54 +00:00
Vítor Vasconcellos
404c5ccdd6 Formatting 2024-08-10 01:23:46 -03:00
Vítor Vasconcellos
18ab45f42a Fix pnpm-lock 2024-08-10 01:05:35 -03:00
Vítor Vasconcellos
587b379f07 Recreate pnpm-lock 2024-08-10 00:17:30 -03:00
Vítor Vasconcellos
a9fc60095d Update all tauri deps (js and rust) to Release Candidate 2
- A lot of misc fixes due to changes in the new versions of tauri, rspc and specta
2024-08-10 00:11:52 -03:00
Vítor Vasconcellos
aa01b0e82c Update pnpm 2024-08-09 20:18:14 -03:00
Arnab Chakraborty
6e4cbe7a70 Working signout button
Turns out, I forgot an await
2024-08-09 18:25:27 +03:00
Arnab Chakraborty
b797610571 Formatting 2024-08-09 00:01:55 +03:00
Arnab Chakraborty
f0c71ca74f Migrate to Tauri v2 Release Canidate 2024-08-08 23:21:21 +03:00
Arnab Chakraborty
ca33e6f8c3 Working Popout to default browser + Signout button
Signout button should be working, and popout is working great
2024-08-08 11:10:44 +03:00
Arnab Chakraborty
5be1acd941 Proper state change for showing logged out page 2024-08-08 01:46:27 +03:00
Arnab Chakraborty
381a9e4577 Mocked Device data for UI 2024-08-08 01:46:08 +03:00
Arnab Chakraborty
41e21a375a Forgot library delete D: 2024-08-07 23:14:56 +03:00
Arnab Chakraborty
01cc022f43 PubId, not Uuid 2024-08-07 20:00:15 +03:00
Arnab Chakraborty
fa7de373fe Forgot to import types D: 2024-08-07 18:20:20 +03:00
Arnab Chakraborty
f3bbee09e0 Add create library route to libraries.rs 2024-08-07 18:16:06 +03:00
Arnab Chakraborty
46a400880b Migrate all cloud routes to the new API system
All cloud routes are now migrated to the new system in the backend.

The old routes are still available, as the frontend has not been modified to use the new ones yet.
2024-08-07 17:55:22 +03:00
Ericson Soares
8739a7466a Some new abstractions and tweaks to develop cloud services calls 2024-08-07 03:21:01 -03:00
Arnab Chakraborty
04955c7003 Bring back old cloud.library.list
Old API stuff
2024-08-07 01:19:11 +03:00
Arnab Chakraborty
2a24022f93 Completed cloud.devices rspc route
Everything is done except "hello", "register", and "update", which are being handled by Ericson
2024-08-07 01:17:38 +03:00
Ericson Soares
60695b8dd4 Converting cloud services error to rspc 2024-08-06 18:51:50 -03:00
Arnab Chakraborty
25ee5ca362 Working example for new API system
A working example to fetch data from the new cloud services system.
2024-08-06 12:47:53 +03:00
Arnab Chakraborty
f229a2ac85 Refresh to update auth state on desktop 2024-08-04 16:54:24 +03:00
Arnab Chakraborty
c930b417ef Update ShowPassword.tsx 2024-08-03 21:25:47 +03:00
Arnab Chakraborty
acda40ba78 Use secureTextEntry for password fields 2024-08-03 21:01:56 +03:00
Ericson Soares
584cce7bf0 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-08-02 18:54:50 -03:00
Ericson Soares
2647cdc222 Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1828-migration-to-new-cloud-api-system 2024-08-02 18:54:03 -03:00