Commit Graph

110 Commits

Author SHA1 Message Date
Oscar Beaumont
a435acf4a7 rspc 0.1.3 prep (#756)
* Upgrade rspc + Specta + PCR

* fix jsonrpc executor

* fix invalidate excessive logging

* fix `Protected` type

* fix mobile

* clippy

* lol
2023-04-25 15:14:52 +08:00
Oscar Beaumont
4e1ac828a3 fix README logo 2023-03-16 14:34:51 +08:00
Oscar Beaumont
450ad0daa2 merge duplicate prettier config and format repo with it 2022-10-07 07:45:15 +08:00
Jamie Pine
b670c49fca Fix readme licence badge 2022-09-30 20:51:46 -07:00
Brendan Allan
2f9a7c306c typo fixes 2022-09-23 13:46:23 +08:00
Jamie Pine
0512843a03 fix readme 2022-09-15 12:58:33 -07:00
Vikram Srinivas
ca05cca09d Update README.md (#384) 2022-09-15 10:10:32 -07:00
Oscar Beaumont
878b6e97bb fix readme message 2022-09-07 00:30:01 +08:00
Oscar Beaumont
873dc7b89c Upgraded rspc with libraries + upgrade PCR 0.6.0 2022-09-06 22:08:19 +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
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
jenniferdewan
5550af67db Updates to ReadMe (#286)
1st change - This sentence should be combined because its format is like for X kinds of people Y program provides Z service. While I may have not explained it too well, these two sentences would flow better together. 

2nd change - The sentence makes more sense this way.
2022-06-21 23:04:39 -07:00
Jamie Pine
b08e6eb829 (fix) README: remove diagram 2022-06-21 07:45:12 -07:00
maxichrome
d6d00f878c Merge branch 'main' into jamie-unsorted-changes 2022-05-29 02:39:29 -05:00
Polar
7babc6619d various grammar and typo fixes. 2022-05-27 14:54:56 -07:00
Jamie Pine
4d7829cc60 visualizer 2022-05-23 11:56:38 -07:00
maxichrome
85c1404542 Format existing code with new conventions 2022-05-22 23:24:43 -05:00
maxichrome
2f14ff0b5f format using tabs 2022-05-22 23:07:35 -05:00
Jamie Pine
8d2fa5fba7 deploy landing 2 (#151)
* use NO instead of `false` in toolbar init (#141)

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>

* condense cocoa YES/NO in titlebar code

* niceify some menu items

* Update README.md

* Update README.md

* Reorder steps

The steps:
- `$ cd spacedrive`
and
- For Linux or MacOS users run: `chmod +x ./.github/scripts/setup-system.sh && ./.github/scripts/setup-system.sh`
were backwards.

* add typo discussion as dedicated link on the issue page

* clearer message for typos issue option

Co-authored-by: maxichrome <33473181+maxichrome@users.noreply.github.com>
Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
Co-authored-by: he1d1 <email@lewie.me>
Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
2022-05-12 17:13:36 -07:00
Jamie Pine
186e88074d Update README.md 2022-05-11 22:07:15 -07:00
Jamie Pine
f173756054 Update README.md 2022-05-11 22:06:04 -07:00
maxichrome
690b2154e9 update all other instances of .app 2022-05-10 02:34:19 -05:00
Abhinav A
959ddb22a3 Update README.md 2022-05-10 12:23:24 +05:30
Abhinav A
e16ab59a89 Update README.md 2022-05-10 12:23:02 +05:30
Oscar Beaumont
ea7133489e Update Setup Script for Fedora (#87)
* added contributing guide + setup script

* fix README typo

Co-authored-by: matt <30363562+mmattbtw@users.noreply.github.com>

* Added ffmpeg dependencies for fedora (#86)

* Added ffmpeg dependencies for fedora

Added ffmpeg dependencies for fedora as requested.
Fedora still requires nodejs to be installed seperately.

* remove missing ffmpeg warning from Fedora

Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>

Co-authored-by: matt <30363562+mmattbtw@users.noreply.github.com>
Co-authored-by: 사무엘 <84483873+kor-pixel@users.noreply.github.com>
2022-05-01 16:47:44 +08:00
fivestones
0c36fbe5eb Update README.md (#62) 2022-04-30 11:03:14 -07:00
Jamie Pine
fe2a68fdee readme update 2022-04-28 17:45:08 -07:00
Oscar Beaumont
56d20b57ba added contributing guide + setup script (#47)
Co-authored-by: matt <30363562+mmattbtw@users.noreply.github.com>
2022-04-28 21:31:57 +08:00
Jamie Pine
2791cd274d Update README.md
remove outdated message
2022-04-26 13:15:28 -07:00
Jamie Pine
f8743089ea Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-04-25 13:00:06 -07:00
Jamie Pine
3396fef03b landing tweaks 2022-04-25 13:00:05 -07:00
Eric Wyne
e7cf023cee fix typo in Readme.md 2022-04-26 03:48:04 +08:00
Jamie Pine
1fb69b6bd2 trucate dropdown & edit readme 2022-04-25 09:51:47 -07:00
Harry Hopkinson
d6bb002586 Linted Files according to the .prettierrc. 2022-04-24 21:16:55 +01:00
Jamie Pine
2dbd060281 seo + image op 2022-04-24 12:44:05 -07:00
Jamie Pine
a40dfc2266 readme 2022-04-23 05:29:04 -07:00
Jamie Pine
a393eab4f3 add discord link to readme 2022-04-23 05:21:01 -07:00
Jamie Pine
34c727ef98 fix readme logo 2022-04-22 21:52:19 -07:00
Jamie Pine
1946b8d94b readme 2022-04-22 16:02:40 -07:00
Jamie Pine
92a92d0109 landing changes, readme, faq 2022-04-21 21:34:27 -07:00
Jamie Pine
96ed81686b explorer upgrades
- file navigation works
- thumbnails display
2022-04-08 02:44:57 -07:00
Jamie Pine
c9e93f32ce readme 2022-04-02 17:02:17 -07:00
Jamie Pine
2ca37db878 readme 2022-03-31 20:21:36 -07:00
Jamie Pine
66479b7ee1 readme 2022-03-31 20:21:13 -07:00
Jamie Pine
bb05900982 readme 2022-03-31 20:20:20 -07:00
Jamie Pine
4aae9274c3 fix a bunch of dependency issues & remove web 2022-03-31 20:18:25 -07:00
Jamie Pine
cd28407c96 remove codegen'd files + update dev docs 2022-03-31 18:10:56 -07:00
Jamie Pine
9117f35a42 restructure project files layout 2022-03-31 17:41:17 -07:00
Oscar Beaumont
7dfe950296 Linux support + upgrade prisma-client-rust 2022-03-29 22:02:54 +08:00
Jamie Pine
164c74a7bc spelling mistakes in readme 2022-03-25 01:39:16 -07:00