Commit graph

119 commits

Author SHA1 Message Date
Utku 2dc233f1b4
Update readme & contributing guide & language stuff (#2071)
* updates

* keep common errors

* fix selector being empty for english

* sort by label

* update contributing

* update ndk and docs

* Update CONTRIBUTING.md
2024-02-09 15:42:42 +00:00
Utku abdf703217
Fix plugin (#1979)
* Fix plugin

* fix typo

* another typo

* typos
2024-01-23 20:11:13 +00:00
Naman Garg 8bc5a0c9ef
Replace tauri with new link (#1852)
Tauri apps have new URL, that is Tauri.app instead of tauri.studio!

So, it should be updated here in the README

Thank You
2023-12-03 14:35:01 +00:00
HardikBandhiya aa2997d7d8
fix: changed "Twitter" Logo "𝕏" in README.md (#1692)
* Update README.md

changed "Twitter" Logo "𝕏"

* Update README.md

removed 𝕏 as per suggested
2023-10-28 19:31:09 +00:00
AhmedKaram a4acd2c533
Update README.md (#1521)
* Update README.md

adding links for available realses

* Update README.md

done i believe

* Update README.md

* reformat

---------

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2023-10-18 05:59:09 +00:00
Jamie Pine a3582ee8d3
Update README.md (#1517) 2023-10-11 21:34:40 +00:00
jake 1694ff0f3b
[ENG-1165] Add a security policy and notices to the appropriate READMEs (#1409)
* add security policy

* add a link to it in the main and crypto readmes
2023-09-30 08:31:38 +00:00
Tom Heaton a53a61ea79
Twitter -> X (#1321) 2023-09-11 11:36:00 +00:00
Jamie Pine 03a6f20463
Readme update (#1192)
* update

* compress img

* add gradient
2023-08-10 08:16:09 +00:00
Oscar Beaumont 85d0ddf6d3
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 d430a56101
fix README logo 2023-03-16 14:34:51 +08:00
Oscar Beaumont aacdf33216 merge duplicate prettier config and format repo with it 2022-10-07 07:45:15 +08:00
Jamie Pine 9f0ef3cc53
Fix readme licence badge 2022-09-30 20:51:46 -07:00
Brendan Allan 5e30331dad typo fixes 2022-09-23 13:46:23 +08:00
Jamie Pine 3e7efb3491
fix readme 2022-09-15 12:58:33 -07:00
Vikram Srinivas 340f5a5278
Update README.md (#384) 2022-09-15 10:10:32 -07:00
Oscar Beaumont db11f899c9
fix readme message 2022-09-07 00:30:01 +08:00
Oscar Beaumont 4427065658 Upgraded rspc with libraries + upgrade PCR 0.6.0 2022-09-06 22:08:19 +08:00
Oscar Beaumont ea92af57f8
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 85e5eec993
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 d950a19cc7
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 45e2613651
(fix) README: remove diagram 2022-06-21 07:45:12 -07:00
maxichrome aa0fb6c2d1
Merge branch 'main' into jamie-unsorted-changes 2022-05-29 02:39:29 -05:00
Polar 026b559d77 various grammar and typo fixes. 2022-05-27 14:54:56 -07:00
Jamie Pine 6f04854daa visualizer 2022-05-23 11:56:38 -07:00
maxichrome f5e0666d11
Format existing code with new conventions 2022-05-22 23:24:43 -05:00
maxichrome a0d0938001
format using tabs 2022-05-22 23:07:35 -05:00
Jamie Pine ce909836e9
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 ce058ab49c
Update README.md 2022-05-11 22:07:15 -07:00
Jamie Pine 34ebbf4364
Update README.md 2022-05-11 22:06:04 -07:00
maxichrome 423c9063d4
update all other instances of .app 2022-05-10 02:34:19 -05:00
Abhinav A 8d961c5d95
Update README.md 2022-05-10 12:23:24 +05:30
Abhinav A 63613f6f95
Update README.md 2022-05-10 12:23:02 +05:30
Oscar Beaumont 8e2805b156
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 8b97e5bac3
Update README.md (#62) 2022-04-30 11:03:14 -07:00
Jamie Pine 0e1855526f readme update 2022-04-28 17:45:08 -07:00
Oscar Beaumont f5debf38b5
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 d22f6538f4
Update README.md
remove outdated message
2022-04-26 13:15:28 -07:00
Jamie Pine 5a1d8fc174 Merge branch 'main' of https://github.com/spacedriveapp/spacedrive 2022-04-25 13:00:06 -07:00
Jamie Pine 0d07f539a7 landing tweaks 2022-04-25 13:00:05 -07:00
Eric Wyne 124dc6ab56 fix typo in Readme.md 2022-04-26 03:48:04 +08:00
Jamie Pine 473436a68a trucate dropdown & edit readme 2022-04-25 09:51:47 -07:00
Harry Hopkinson d7cbba7a12 Linted Files according to the .prettierrc. 2022-04-24 21:16:55 +01:00
Jamie Pine e626c576e4 seo + image op 2022-04-24 12:44:05 -07:00
Jamie Pine 5a5afe783a readme 2022-04-23 05:29:04 -07:00
Jamie Pine 91e8cccf01 add discord link to readme 2022-04-23 05:21:01 -07:00
Jamie Pine f2e1f72811 fix readme logo 2022-04-22 21:52:19 -07:00
Jamie Pine 5eade6e08f readme 2022-04-22 16:02:40 -07:00
Jamie Pine b71ff45db6 landing changes, readme, faq 2022-04-21 21:34:27 -07:00
Jamie Pine 118a35835a explorer upgrades
- file navigation works
- thumbnails display
2022-04-08 02:44:57 -07:00