From 08bbfd91fe7e722dc1f063f7a98da647202f2d9f Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 15 Jun 2023 11:17:16 +0900 Subject: [PATCH] Add a privacy policy --- PRIVACY.md | 44 +++++++++++++++++++ README.md | 8 +--- .../packages/primitives/src/themes/theme.tsx | 4 +- 3 files changed, 47 insertions(+), 9 deletions(-) create mode 100644 PRIVACY.md diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 000000000..f5f313830 --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1,44 @@ +# Privacy Policy for Kyoo + +Effective Date: 2023-06-15 + +Thank you for using Kyoo. This Privacy Policy outlines how we collect, use, and protect your personal information when you use our service. We are committed to ensuring the privacy and security of your data. Please read this policy carefully to understand our practices regarding your information. + +### 1. Information We Collect: + +We collect and store only the email addresses you provide during the registration process. No other personal information is requested or stored. + +### 2. Use of Personal Information: + +We use your email address solely for the purpose of user authentication and login. We do not use, access, or share your email address with any third parties. + +### 3. Data Storage and Security: + +All personal information, limited to email addresses, is stored securely on our self-hosted servers. We take appropriate technical and organizational measures to protect against unauthorized access, alteration, disclosure, or destruction of your personal information. + +### 4. Data Sharing: + +We do not share any personal information, including email addresses, with any third parties. Your data remains confidential and is used only for the purposes stated in this Privacy Policy. + +### 5. Account Deletion: + +You have the right to delete your Kyoo account at any time. To do so, please click on the `Delete your account` button on the account's menu of the app/website. Upon account deletion, all associated personal information, including your email address, will be permanently and irreversibly removed from our servers. + +### 6. Cookies and Tracking Technologies: + +Kyoo does not use any cookies or tracking technologies to collect or store user information. + +### 7. Legal Basis for Processing: + +Our collection and processing of your email address is based on your consent, as it is necessary for the performance of the contract between you and Kyoo. + +### 8. Changes to this Privacy Policy: + +We may update this Privacy Policy from time to time. Any changes will be posted on this page, and the effective date will be indicated at the top of the policy. Please review this policy periodically for any updates. + +### 9. Contact Us: + +If you have any questions, concerns, or requests regarding this Privacy Policy or the processing of your personal information, please contact us at https://github.com/zoriya/kyoo/issues. + + +By using Kyoo, you acknowledge and agree to the practices described in this Privacy Policy. diff --git a/README.md b/README.md index 05449367e..f35bcd1a6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Feel free to open issues or pull requests, all contribution are welcomed. ## Features - Manage your movies, tv-series & anime - Download metadata automatically - - Transmux files to make them available on every platform (Transcode coming soon) + - Transmux/Transcode files to make them available on every platform - Account system with a permission system - Handle subtitles natively with embedded fonts (ass, subrip or vtt) - Entirely free and works without internet (when metadata have already been downloaded) @@ -26,12 +26,6 @@ Feel free to open issues or pull requests, all contribution are welcomed. You can see a live demo with copyright-free movies here: [demo.kyoo.moe](https://demo.kyoo.moe). Thanks to the [blender studio](https://www.blender.org/about/studio/) for providing open-source movies available for all. -## FAQ - -### How to delete your account - -To delete your account, simply click on your avatar on the app/website and click "Delete your account". - ## Screens ![Movie](https://raw.githubusercontent.com/zoriya/kyoo/screens/movie.png) diff --git a/front/packages/primitives/src/themes/theme.tsx b/front/packages/primitives/src/themes/theme.tsx index db210f93a..60805b73a 100644 --- a/front/packages/primitives/src/themes/theme.tsx +++ b/front/packages/primitives/src/themes/theme.tsx @@ -72,8 +72,8 @@ declare module "yoshiki" { export type { Theme } from "yoshiki"; export type ThemeBuilder = { - light: Omit & { default: Variant }; - dark: Omit & { default: Variant }; + light: Omit & { default: Variant }; + dark: Omit & { default: Variant }; }; const selectMode = (