Commit Graph

793 Commits

Author SHA1 Message Date
Oscar Beaumont
c97cdeaf8a fix macos ffmpeg install command 2022-08-04 13:17:19 +08:00
Oscar Beaumont
4db78f9927 Merge pull request #351 from spacedriveapp/brew-lock-ffmpeg
install custom ffmpeg version
2022-08-04 13:08:50 +08:00
Oscar Beaumont
3804f034f1 Move Rust backend to rspc (#345)
* move Rust backend to rspc

* move server to Axum + remove parts of old bridge

* move frontend over to @rspc/client

* move core to rspc + update deps

* fix Typescript errors + upgrade deps

* document invalidate_query! macro

* general cleanup + upgrade to PCR 0.6.0

* prisma error handling

* upgrade to rspc 0.0.4

* update vite-plugin-ssr

* fix typescript

* fix builds

* put landing page app name back

* hardcode ffmpeg version on Windows

* rename 'command' to 'mutation' to line up with react-query terminology

* upgrade rspc to v0.0.5 + fix types

* use shared ffmpeg binaries

* general Typescript cleanup

* fix clippy workflow failing due to tauri proc-macro

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-08-03 08:36:03 -07:00
Brendan Allan
302651dba2 fix almos all lint errors 2022-08-01 11:30:10 +08:00
Brendan Allan
df1405d665 install custom ffmpeg version 2022-08-01 11:09:29 +08:00
Brendan Allan
7d5d2fb8f3 add xctest error explanation 2022-08-01 04:27:16 +08:00
Ericson "Fogo" Soares
1d30850c21 Resumable Jobs + Lefthook Integration (#344)
* Introducing Lefthook for git hooks automation
* TypeScript typechecking and linting
* Rust formatting and linting
* Spellchecking (also corrected spell errors in some files)
* Check links in md files

* Introducing resumable jobs
* Abstractions to pause and resume jobs automatically when application exits and is started
* Changing database to use Bytes for UUID fields
* Changing uuid fields on core to use uuid::Uuid instead of String
* Updating some dependencies and introducing msg_pack serialization to save job state on database

* Fixing some clippy warnings

* Fixing a regression introduced on identifier job, doing too much db accesses concurrently
2022-07-27 00:06:34 -07:00
Utku
2629da8323 Introducing assets package (#347)
* Move file Icons & Spacedrive logo to assets folder

* Fix all imports

Co-authored-by: Utku <>
2022-07-25 20:08:44 -07:00
xPolar
3b8cb99c71 Don't show Tags on the sidebar if no tags exist. (#342) 2022-07-18 22:23:46 -07:00
Oscar Beaumont
8c9521060d Remove frozen flag from clippy workflow 2022-07-19 09:59:13 +08:00
Oscar Beaumont
411a628a05 fix Typescript errors 2022-07-19 00:57:32 +08:00
Oscar Beaumont
70cb99bd7f Merge pull request #319 from fogodev/main
Fixing Clippy warnings
2022-07-19 00:36:16 +08:00
Ericson Fogo Soares
17fffda421 Merge remote-tracking branch 'fork/main'
# Conflicts:
#	packages/interface/src/components/layout/TopBar.tsx
2022-07-18 12:41:34 -03:00
Ericson Fogo Soares
34195e2d51 Merging latest main branch commits and some small fixes 2022-07-18 12:39:58 -03:00
Jamie Pine
47ae02b743 Bunch 'O Features (#336)
* CRUD for tags.

* Implement tags query in open.rs and make some changes to CRUD.

* Tag update.

* Hopefully working get tags.

* added node config + spaces schema

* add missing routes

* begin tag ui

* renaming query names to better fit convention

* tags progress

* tag edit

* fix delete tag description

Co-authored-by: xPolar <polar@polar.blue>
2022-07-17 20:45:04 -07:00
Ericson Fogo Soares
7c5aa70963 Merge branch 'main' of github.com:spacedriveapp/spacedrive 2022-07-17 17:28:05 -03:00
Oscar Beaumont
26cbcae948 fix incorrect import in Typescript 2022-07-17 19:58:21 +08:00
Utku
8425ff9c04 Use quadratic counter instead of react-countup (#333)
* Fix import

* Use quadratic counter instead of react-countup

* Fix counter not working on launch

Co-authored-by: Utku <utku.bakir@postdio.com>
2022-07-16 01:42:59 -07:00
Jamie Pine
75f9e34a6c Explorer Grid View (#334)
added grid view, as well as:
- moved location context to client lib
- merged library settings with main settings
- added some missing settings
- removed demo locations due to FileItem props syntax change, they are currently being replaced anyway by Oscar in another PR
- added functioning favorite button to the inspector, that works now
2022-07-14 13:50:48 -07:00
Ericson Fogo Soares
7d59a25041 Merge branch 'main' of github.com:spacedriveapp/spacedrive 2022-07-12 09:12:43 -03:00
Oscar Beaumont
b2e12c18e8 Merge pull request #328 from spacedriveapp/eng-195-make-events-work-over-websocket
[ENG-195] allow events to work from web
2022-07-12 19:34:21 +08:00
Oscar Beaumont
59dbbde33c make the Socket have named fields for clarity 2022-07-12 19:33:04 +08:00
Alex
cc2cbdb070 SearchBar Logo fix (#310)
* SearchBar Component

* showing cmd+k for macOS&web

Co-authored-by: Ahriox <28069568+Ahriox@users.noreply.github.com>
2022-07-12 04:33:00 -07:00
Ericson Fogo Soares
428bd9be80 Merging with main 2022-07-11 18:21:50 -03:00
Oscar Beaumont
c0bc7745e3 allow events to work from web 2022-07-11 16:38:02 +08:00
Oscar Beaumont
dfd0482183 Merge pull request #323 from he1d1/main
Client tries to reconnect when sockets close
2022-07-11 13:03:55 +08:00
Oscar Beaumont
632705f1ce Merge pull request #321 from voletro/main
Rewrite of setup-system.ps1 for Windows development setup
2022-07-11 11:41:28 +08:00
Oscar Beaumont
017ef8b005 Library manager (#258) 2022-07-10 19:05:24 -07:00
Oscar Beaumont
b4c0cb68c4 reconnect websocket on web - with jitter & exponential backoff 2022-07-09 16:12:51 +08:00
Oscar Beaumont
d2de698764 fix Linux setup script for PopOS 2022-07-07 12:53:41 +08:00
Oscar Beaumont
e496e42cbe fix Tauri Appimage icon 2022-07-07 12:50:43 +08:00
voletro
c14da1c00c Add a close bracket (i'm dumb) 2022-07-06 12:33:23 +10:00
voletro
afd33b2d4c Remove Action for LLVM, use action that is already built in. Set GH env variables. 2022-07-06 12:28:28 +10:00
Oscar Beaumont
6ee4974068 remove Cargo frozen flag 2022-07-05 23:55:44 +08:00
voletro
827177c5ca Merge branch 'main' of https://github.com/voletro/spacedrive 2022-07-05 11:23:15 +10:00
voletro
b783c32a04 Added headless mode, added LLVM installer to ci. 2022-07-05 11:21:42 +10:00
voletro
4bd56eec8d Merge branch 'spacedriveapp:main' into main 2022-07-05 10:58:56 +10:00
he1d1
351a47ef30 Client tries to reconnect when sockets close 2022-07-03 13:52:29 +01:00
Brendan Allan
54b531f6e3 Switch license to AGPL (#307)
* switch license to AGPL

* re-add copyright header
2022-07-02 14:26:00 -07:00
voletro
65ad2bab7e Remove user input so it works with ci. 2022-07-01 10:38:41 +10:00
Ericson Fogo Soares
f06911e08a Removing tokio::spawn_blocking from identifier job
* Some small optimizations to await many queries concurrently
2022-06-30 00:04:37 -03:00
voletro
b692426db4 Rewrite of setup-system.ps1
This is a full rewrite of setup-system.ps1 that sets up a users machine for Spacedrive development. The CONTRIBUTING.md also includes info on this file.
2022-06-30 11:44:14 +10:00
Ericson Fogo Soares
b96944a346 Removing tokio::spawn_blocking from thumbnail generation 2022-06-29 14:46:47 -03:00
Ericson Fogo Soares
86ba1bd04a Fixing Clippy warnings
* Using tokio on all filesystem operations
* Some minor tweaks to be more consistent on paths between &str, AsRef<Path> and PathBuf
* Using logging instead of println
2022-06-28 22:56:49 -03:00
Jamie Pine
efd322c6d7 Location Settings (#302)
* Delete locations

+ Show online status

* style tweaks

* tweaks

* location rescan button

* fix location delete db locking bug

* opting to remove self referencial relation on file_path

* correct query

* consolodate migration

* consolodate migrations
2022-06-24 06:26:45 -07:00
matt
edd5c8cd36 feat: Allow Dropdown component to have alignment (#303)
* feat: Allow Dropdown component to have alignment

* fix: Align quick actions dropdown

* fix: content width of dropdown items

Co-authored-by: kaj <40004347+KAJdev@users.noreply.github.com>
Co-authored-by: kajdev <zekewotring@gmail.com>
2022-06-24 06:01:25 -07:00
Andre
d95c03dcc9 Fix LandingPage ENG-140, ENG-186 (#296)
Update Major Fixes

- Create a better mobile View for the
   Desktop App Image.
- Changed to Badge to be
   automatically refreshed when new
   Jobs added, or Jobs opportunities
   removed.
- Extend the Tailwind config.
- Fixing the Image bug on the
   LandingPage.
2022-06-23 00:46:27 -07:00
Andre
c2f39fa17c Merge #297 Correction (#298)
* Update Input.tsx

- Fixing the Line Height Issue ENG-144

* Update Input.tsx

Correct the #297 Merge. This Error should fix the Line Height Error for the (TEXTAREA) not for the Input.
2022-06-23 00:45:49 -07:00
mark-strudwick
a9c430e770 Fix CONTRIBUTING.md Tauri Link (#300)
Fix Tauri Link

Fixed the old Tauri "Your first app" link, that has now been removed from the Tauri docs. Instead, replace it with a link to the getting started page.
2022-06-23 00:45:13 -07:00
Andre
824951f5f3 Fixing Input.tsx ENG-144 (#297)
Update Input.tsx

- Fixing the Line Height Issue ENG-144
2022-06-22 05:23:57 -07:00