1104 Commits

Author SHA1 Message Date
jake
e1da54d75b Fix metadata/preview media sizes for 32-bit targets (#446)
replace `usize` with `u64` for md/pvm lengths

Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
2022-10-29 02:07:10 -07:00
Oscar Beaumont
aff03b3f49 Error Bounary Sentry support (#444)
* Sentry support

* remove broken import

Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com>
Co-authored-by: Jamie Pine <ijamespine@me.com>
2022-10-29 02:06:09 -07:00
Brendan Allan
ebddb873f0 More Sync Stuff (#438)
* broken sync example

* move to react

* filter owned ops more

* update deps

* working sync

* relation operations

* fix pnpm lock

* please rustfmt

* fix api

* compare strings properly

* please clippy

* feature gate logging

* use bleeding rspc in example

* use bleeding rspc

* use generated rspc client
2022-10-27 23:12:28 -07:00
Brendan Allan
168c77f203 Update Prisma (#441) 2022-10-27 01:56:18 -07:00
Jamie Pine
4476a52dd7 Update Team Page (#440)
update team page
2022-10-27 00:45:03 -07:00
Jamie Pine
63a846c56d Polish Icon Usage (#437) 2022-10-25 18:47:09 -07:00
maxichrome
aa5d43efff Improve setup script (#436)
* Improve bash setup script (less silent!)

* use proper FFmpeg capitalization in relevant docs

* Fix typo in Homebrew error message

Co-authored-by: maxichrome <maxichrome@users.noreply.github.com>
2022-10-25 18:08:50 -07:00
Oscar Beaumont
22212a5177 fix ENG-226 - App crashing with no libraries 2022-10-25 19:16:00 +10:00
Oscar Beaumont
90ab5088f2 Merge pull request #431 from spacedriveapp/spacedrive-but-themable
New color system & better UI components
2022-10-25 12:41:00 +10:00
Oscar Beaumont
d2798d1e5e Fix types 2022-10-25 11:48:00 +10:00
Oscar Beaumont
847394046a React Query devtools 2022-10-25 11:41:46 +10:00
Oscar Beaumont
1e4b8286b4 add useDebouncedForm hook 2022-10-25 11:41:05 +10:00
Oscar Beaumont
d536824ca1 Fix enter key not submitting dialog 2022-10-25 10:11:07 +10:00
Oscar Beaumont
ef94923bf1 fix database migrations 2022-10-25 06:53:24 +10:00
Jamie Pine
0fb1d944b8 keybinds 2022-10-24 04:14:07 -07:00
Jamie Pine
dc52360593 more styles 2022-10-24 03:04:52 -07:00
Jamie Pine
9094d64d1e Merge branch 'spacedrive-but-themable' of github.com:spacedriveapp/spacedrive into spacedrive-but-themable 2022-10-24 01:18:05 -07:00
Jamie Pine
ecc24a43d8 job indicator + styling 2022-10-24 01:17:10 -07:00
Oscar Beaumont
41752bff43 debug mode + minor fixes 2022-10-24 17:48:52 +10:00
Jamie Pine
af1cedccc8 Merge branch 'main'
Conflicts:
	packages/interface/src/screens/settings/library/LibraryGeneralSettings.tsx
2022-10-23 18:43:27 -07:00
Jamie Pine
b2a0cd1b5c more style tweaks 2022-10-23 18:20:36 -07:00
Jamie Pine
b696f2a510 various style fixes 2022-10-23 18:09:15 -07:00
Jamie Pine
35344087f9 revert merge error in docs 2022-10-23 17:15:37 -07:00
Jamie Pine
5b39400070 style tweaks, fix TS CI 2022-10-23 16:17:53 -07:00
itschip
b26c6251bf fix(interface/settings): remove library dep when updating general settings (#432)
* fix(interface/settings): remove library dep when updating general settings

* LibraryGeneralSettings use react-hook-form

useEffects are cringe

* Fix Typescript errors

Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
2022-10-23 16:16:49 -07:00
jake
702e3a7613 [ENG-258] Key Manager and Crypto Crate Improvements (#423)
* add base keymanager structs/functions

* change md/pvm `new()` to prevent useless re-hashing

* update lockfile

* update keymanager

* cleanup code, make things easier to understand

* move md and pvm construction to the header

* update pvm ser/de

* update metadata ser/de

* additional API changes, update example

* formatting and clippy

* update examples

* move `impl` to associated files

* formatting+clippy

* add more keymanager functionality

* add docs

* wrap `master_password` as an option

* add `sd-crypto` crate as a dependency to `core`

* add key manager to `LibraryContext`

* rename `id` -> `uuid`

* add more keymanager functions

* add `set_master_password()` function

* function to see if keymanager has master password

* update schema

* add default bool to schema

* populate keystore on SD startup

* clippy+formatting

* implement requested changes

* remove unwrap

* fmt, clippy, remove ser/de derives

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
2022-10-23 03:47:41 -07:00
Jamie Pine
050dcebc9f remove spline test 2022-10-23 03:43:10 -07:00
Jamie Pine
7495192662 finish theming 2022-10-23 03:24:46 -07:00
Jamie Pine
7a58887048 more theming 2022-10-22 22:46:46 -07:00
Oscar Beaumont
f4bdcbe6c8 Merge pull request #430 from spacedriveapp/update-codeowners
Add the new crates into CODEOWNERS
2022-10-23 14:41:04 +10:00
Jamie Pine
5948593bd7 further tweaking 2022-10-22 07:01:59 -07:00
Jamie Pine
54e27dba47 more theming 2022-10-22 04:24:00 -07:00
Oscar Beaumont
7f507c0014 Add the new crates into CODEOWNERS 2022-10-22 17:28:59 +10:00
Oscar Beaumont
f7fc554780 Merge pull request #428 from spacedriveapp/no-openssl-in-core
remove openssl from core
2022-10-22 17:22:44 +10:00
Jamie Pine
71f987a4dc morpe stuf 2022-10-22 00:02:35 -07:00
Jamie Pine
83f86eeaba styled explorer top bar 2022-10-21 23:21:22 -07:00
Jamie Pine
55c81e18c9 Merge remote-tracking branch 'refs/remotes/origin/spacedrive-but-themable'
Conflicts:
	packages/interface/src/screens/settings/client/GeneralSettings.tsx
	packages/ui/src/Dropdown.tsx
2022-10-21 21:53:45 -07:00
Jamie Pine
4b9b8f335f refactor switch component + update styles 2022-10-21 21:50:47 -07:00
Brendan Allan
79f05f1de0 remove openssl from core 2022-10-22 05:43:39 +08:00
Brendan Allan
18d3c947f7 dropdown refactor 2022-10-22 01:35:03 +08:00
Jamie Pine
23a45563df refactor progress 2022-10-21 04:45:53 -07:00
Jamie Pine
237c5a12af Merge branch 'eng-259-identify-objectkind'
Conflicts:
	apps/landing/package.json
	apps/landing/vite.config.ts
	packages/interface/src/AppLayout.tsx
	packages/interface/src/components/explorer/Explorer.tsx
	packages/interface/src/components/explorer/ExplorerTopBar.tsx
	packages/ui/src/ContextMenu.tsx
	pnpm-lock.yaml
2022-10-20 22:49:15 -07:00
Jamie Pine
db91ba80f9 progress 2022-10-20 22:36:25 -07:00
Jamie Pine
ed20c0ca1d merge 2022-10-20 21:55:39 -07:00
Jamie Pine
9e87df78b7 Merge remote-tracking branch 'origin/refactor-dropdown' into spacedrive-but-themable 2022-10-20 21:54:50 -07:00
Brendan Allan
3bf95b2993 add CreateLibraryDialog to sidebar dropdown 2022-10-21 11:26:15 +08:00
Brendan Allan
276cf43a70 disable dropdown storybook 2022-10-21 10:30:19 +08:00
Brendan Allan
d4ad33e9c1 refactor dropdown 2022-10-21 10:29:50 +08:00
Brendan Allan
4ed63cc85d use custom tailwind styled function (#426)
* use custom tailwind styled function

* update pnpm lock

* fix landing vite config
2022-10-20 17:34:40 -07:00
Jamie Pine
3d0994f5df some esm vite plugin thing (#425) 2022-10-20 16:21:50 -07:00