Commit Graph

120 Commits

Author SHA1 Message Date
Jamie Pine
e36dbedbd6 Update README.md (#2590)
* Update README.md

* Update README.md
2024-07-08 08:23:02 +00:00
Utku
d51773caaf 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
d9ef836349 Fix plugin (#1979)
* Fix plugin

* fix typo

* another typo

* typos
2024-01-23 20:11:13 +00:00
Naman Garg
95d7699274 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
7819428e6b 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
4a0b3bf79d 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
b2225e2b76 Update README.md (#1517) 2023-10-11 21:34:40 +00:00
jake
003d468833 [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
3591ec7bd9 Twitter -> X (#1321) 2023-09-11 11:36:00 +00:00
Jamie Pine
02d8e985ce Readme update (#1192)
* update

* compress img

* add gradient
2023-08-10 08:16:09 +00:00
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