bye bye sussy code :(

This commit is contained in:
Pas 2025-04-17 11:28:17 -06:00
parent 5dc5fe95db
commit d73f9c0833
12 changed files with 22 additions and 22 deletions

2
.github/CODEOWNERS vendored
View file

@ -1,2 +1,2 @@
* Maintainers: [MW-Exodus Team](https://github.com/MW-Legacy)
* Founder: (sussy-code)[https://github.com/sussy-code]
* Founder: (P-Stream)[https://github.com/p-stream]

View file

@ -60,7 +60,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
our [Discord](https://docs.undi.rest/links/discord).
our [Discord](https://docs.pstream.org/links/discord).
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the

View file

@ -34,17 +34,17 @@ There are two places where to request features or report bugs:
### Discord Server
If you do not have a GitHub account or want to discuss a feature or bug with us before making an issue, you can join our Discord server.
[Join bruh](https://docs.undi.rest/links/discord)
[Join bruh](https://docs.pstream.org/links/discord)
### GitHub Issues
To make a GitHub issue for sudo-flix, please visit the [new issue page](https://github.com/sussy-code/smov/issues/new/choose) where you can pick either the "Bug Report" or "Feature Request" template.
To make a GitHub issue for sudo-flix, please visit the [new issue page](https://github.com/p-stream/p-strean/issues/new/choose) where you can pick either the "Bug Report" or "Feature Request" template.
When filling out an issue template, please include as much detail as possible and any screenshots or console logs as appropriate.
After an issue is created, it will be assigned either the https://github.com/sussy-code/smov/labels/bug or https://github.com/sussy-code/smov/labels/feature label, along with https://github.com/sussy-code/smov/labels/awaiting-approval. One of our maintainers will review your issue and, if it's accepted, will set the https://github.com/sussy-code/smov/labels/approved label.
After an issue is created, it will be assigned either the https://github.com/p-stream/p-strean/labels/bug or https://github.com/p-stream/p-strean/labels/feature label, along with https://github.com/p-stream/p-strean/labels/awaiting-approval. One of our maintainers will review your issue and, if it's accepted, will set the https://github.com/p-stream/p-strean/labels/approved label.
## Before you start!
Before starting a contribution, please check your contribution is part of an open issue on [our issues page](https://github.com/sussy-code/smov/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved).
Before starting a contribution, please check your contribution is part of an open issue on [our issues page](https://github.com/p-stream/p-strean/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved).
GitHub issues are how we track our bugs and feature requests that will be implemented into sudo-flix - all contributions **must** have an issue and be approved by a maintainer before a pull request can be worked on.
@ -53,7 +53,7 @@ If a pull request is opened before an issue is created and accepted, you may ris
> **Note**
> The exception to this are language contributions, which are discussed in [this section](#language-contributions)
Also, make sure that the issue you would like to work on has been given the https://github.com/sussy-code/smov/labels/approved label by a maintainer. Otherwise, if we reject the issue, it means your work will have gone to waste!
Also, make sure that the issue you would like to work on has been given the https://github.com/p-stream/p-strean/labels/approved label by a maintainer. Otherwise, if we reject the issue, it means your work will have gone to waste!
## Contributing
If you're here because you'd like to work on an issue, amazing! Thank you for even considering contributing to sudo-flix; it means a lot :heart:

2
.github/SECURITY.md vendored
View file

@ -7,4 +7,4 @@ The latest version of sudo-flix is the only version that is supported, as it is
## Reporting a Vulnerability
You can contact the sudo-flix maintainers to report a vulnerability:
- Report the vulnerability in the [Discord](https://docs.undi.rest/links/discord).
- Report the vulnerability in the [Discord](https://docs.pstream.org/links/discord).

View file

@ -1,6 +1,6 @@
This pull request resolves #XXX
- [ ] I have read and agreed to the [code of conduct](https://github.com/sussy-code/smov/blob/dev/.github/CODE_OF_CONDUCT.md).
- [ ] I have read and complied with the [contributing guidelines](https://github.com/sussy-code/smov/blob/dev/.github/CONTRIBUTING.md).
- [ ] I have read and agreed to the [code of conduct](https://github.com/p-stream/p-strean/blob/production/.github/CODE_OF_CONDUCT.md).
- [ ] I have read and complied with the [contributing guidelines](https://github.com/p-stream/p-strean/blob/production/.github/CONTRIBUTING.md).
- [ ] I have tested all of my changes.
- Enter discord user: `` (we require this for the contributor role)

View file

@ -3,7 +3,7 @@
"name": "P-Stream",
"version": "4.9.0",
"private": true,
"homepage": "https://github.com/sussy-code/smov",
"homepage": "https://github.com/p-stream/p-stream",
"scripts": {
"dev": "vite",
"build": "vite build",
@ -36,7 +36,7 @@
"@headlessui/react": "^1.7.19",
"@ladjs/country-language": "^1.0.3",
"@marsidev/react-turnstile": "^0.7.2",
"@movie-web/providers": "github:Pasithea0/smov-providers#production",
"@movie-web/providers": "github:p-stream/providers#production",
"@noble/hashes": "^1.7.2",
"@plasmohq/messaging": "^0.6.2",
"@react-spring/web": "^9.7.5",

View file

@ -3,7 +3,7 @@
Locales are difficult, here is some guidance.
## Process on adding new languages
1. Use [Weblate](https://docs.undi.rest/links/weblate) to add translations, see contributing guidelines.
1. Use [Weblate](https://docs.pstream.org/links/weblate) to add translations, see contributing guidelines.
2. Add your language to `@/assets/languages.ts`. Must be in ISO format (ISO-639 for language and ISO-3166 for country/region). For joke languages, use any format.
3. If the language code doesn't have a region specified (Such as in `pt-BR`, `BR` being the region), add a default region in `@/utils/language.ts` at `defaultLanguageCodes`
4. If the language code doesn't contain a region (Such as in `zh-Hant`), add a default country in `@/utils/language.ts` at `countryPriority`.

View file

@ -141,7 +141,7 @@ function ChromeExtensionPage(props: ExtensionPageProps) {
<ExtensionStatus status={props.status} loading={props.loading} />
<Link
href="https://github.com/sussy-code/browser-ext"
href="https://github.com/p-stream/extension"
target="_blank"
className="pt-4 !text-type-dimmed"
>
@ -170,7 +170,7 @@ function FirefoxExtensionPage(props: ExtensionPageProps) {
<ExtensionStatus status={props.status} loading={props.loading} showHelp />
<Link
href="https://github.com/sussy-code/browser-ext"
href="https://github.com/p-stream/extension"
target="_blank"
className="pt-4 !text-type-dimmed"
>
@ -226,7 +226,7 @@ function UnknownExtensionPage(props: ExtensionPageProps) {
<ExtensionStatus status={props.status} loading={props.loading} showHelp />
<Link
href="https://github.com/sussy-code/browser-ext"
href="https://github.com/p-stream/extension"
target="_blank"
className="pt-4 !text-type-dimmed"
>

View file

@ -90,7 +90,7 @@ function ProxyEdit({
</p>
<p className="max-w-[30rem] font-medium">
<Trans i18nKey="settings.connections.workers.description">
<MwLink to="https://docs.undi.rest/proxy/deploy">
<MwLink to="https://docs.pstream.org/proxy/deploy">
Proxy documentation
</MwLink>
</Trans>
@ -176,7 +176,7 @@ function BackendEdit({ backendUrl, setBackendUrl }: BackendEditProps) {
</p>
<p className="max-w-[30rem] font-medium">
<Trans i18nKey="settings.connections.server.description">
<MwLink to="https://docs.undi.rest/backend/deploy">
<MwLink to="https://docs.pstream.org/backend/deploy">
Backend documentation
</MwLink>
</Trans>

View file

@ -109,11 +109,11 @@ export function conf(): RuntimeConfig {
DMCA_EMAIL: getKey("DMCA_EMAIL"),
ONBOARDING_CHROME_EXTENSION_INSTALL_LINK: getKey(
"ONBOARDING_CHROME_EXTENSION_INSTALL_LINK",
"https://docs.undi.rest/extension",
"https://docs.pstream.org/extension",
),
ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK: getKey(
"ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK",
"https://docs.undi.rest/extension",
"https://docs.pstream.org/extension",
),
ONBOARDING_PROXY_INSTALL_LINK: getKey("ONBOARDING_PROXY_INSTALL_LINK"),
BACKEND_URL: getKey("BACKEND_URL", BACKEND_URL),

View file

@ -1,6 +1,6 @@
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
export const DISCORD_LINK = "https://discord.gg/7z6znYgrTG";
export const GITHUB_LINK = "https://github.com/sussy-code/smov";
export const GITHUB_LINK = "https://github.com/p-stream/p-strean";
export const TWITTER_LINK = "https://twitter.com/SudoFlix";
export const GA_ID = import.meta.env.VITE_GA_ID;
export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;

View file

@ -1,5 +1,5 @@
export const APP_VERSION = import.meta.env.PACKAGE_VERSION;
export const DISCORD_LINK = "https://discord.gg/7z6znYgrTG";
export const GITHUB_LINK = "https://github.com/sussy-code/smov";
export const GITHUB_LINK = "https://github.com/p-stream/p-strean";
export const GA_ID = import.meta.env.VITE_GA_ID;
export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;