mirror of
https://github.com/HDInnovations/UNIT3D.git
synced 2026-01-31 01:35:31 +01:00
refactor: swap united-community-edition to unit3d
This commit is contained in:
14
README.md
14
README.md
@@ -5,11 +5,11 @@
|
||||
<p align="center">
|
||||
<a href="http://laravel.com"><img src="https://img.shields.io/badge/Laravel-12-f4645f.svg" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-AGPL%20v3.0-yellow.svg" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/lint.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/lint.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/phpunit-test.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/phpunit-test.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/compile-assets-test.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/compile-assets-test.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/larastan.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/larastan.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/prettier-blade.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D-Community-Edition/actions/workflows/prettier-blade.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D/actions/workflows/lint.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D/actions/workflows/lint.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D/actions/workflows/phpunit-test.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D/actions/workflows/phpunit-test.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D/actions/workflows/compile-assets-test.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D/actions/workflows/compile-assets-test.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D/actions/workflows/larastan.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D/actions/workflows/larastan.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://github.com/HDInnovations/UNIT3D/actions/workflows/prettier-blade.yml/badge.svg?branch=master"><img src="https://github.com/HDInnovations/UNIT3D/actions/workflows/prettier-blade.yml/badge.svg?branch=master" /></a>
|
||||
<a href="https://hosted.weblate.org/engage/unit3d/">
|
||||
<img src="https://hosted.weblate.org/widget/unit3d/svg-badge.svg" alt="Translation status" />
|
||||
</a>
|
||||
@@ -53,7 +53,7 @@ https://hdinnovations.github.io/HDInnovations
|
||||
|
||||
## <a name="contributing"></a> 🤝 Contributing
|
||||
|
||||
Please read [CONTRIBUTING.md](https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests to us. A massive thank you to all of our <a href="https://github.com/HDInnovations/UNIT3D-Community-Edition/graphs/contributors">contributors</a>.
|
||||
Please read [CONTRIBUTING.md](https://github.com/HDInnovations/UNIT3D/blob/master/CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests to us. A massive thank you to all of our <a href="https://github.com/HDInnovations/UNIT3D/graphs/contributors">contributors</a>.
|
||||
|
||||
## <a name="translations"></a> 🌎 Translations
|
||||
|
||||
@@ -65,6 +65,6 @@ We use Weblate for translations. You can easily contribute to translations at ht
|
||||
|
||||
## <a name="license"></a> 📜 License
|
||||
|
||||
This project is licensed under the AGPL v3.0 License. See the [LICENSE](https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/LICENSE.md) file for details.
|
||||
This project is licensed under the AGPL v3.0 License. See the [LICENSE](https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE.md) file for details.
|
||||
|
||||
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
|
||||
Please email us at hdinnovations@protonmail.com
|
||||
|
||||
Thank you for improving the security of unit3d-community-edition.
|
||||
Thank you for improving the security of unit3d.
|
||||
|
||||
@@ -52,7 +52,7 @@ Clone the UNIT3D repository to your local environment:
|
||||
2. Clone the repository:
|
||||
|
||||
```sh
|
||||
git clone git@github.com:HDInnovations/UNIT3D-Community-Edition.git
|
||||
git clone git@github.com:HDInnovations/UNIT3D.git
|
||||
```
|
||||
|
||||
## Step 2: Composer dependency installation
|
||||
@@ -60,7 +60,7 @@ Clone the UNIT3D repository to your local environment:
|
||||
1. **Change to the project’s root directory:**
|
||||
|
||||
```sh
|
||||
cd ~/PhpstormProjects/UNIT3D-Community-Edition
|
||||
cd ~/PhpstormProjects/UNIT3D
|
||||
```
|
||||
|
||||
2. **Install Composer dependencies:**
|
||||
|
||||
@@ -57,11 +57,11 @@ Once installed, launch PHPStorm
|
||||
|
||||
## Step 1: clone the repository
|
||||
|
||||
Firstly, clone the UNIT3D repository to your local environment by visiting [UNIT3D-Community-Edition Repo](https://github.com/HDInnovations/UNIT3D-Community-Edition). Then click the blue colored code button and select `Open with Github Desktop`. Once Github Desktop is open set you local path to clone to like `/Users/HDVinnie/Documents/Personal/UNIT3D-Community-Edition`
|
||||
Firstly, clone the UNIT3D repository to your local environment by visiting [UNIT3D Repo](https://github.com/HDInnovations/UNIT3D). Then click the blue colored code button and select `Open with Github Desktop`. Once Github Desktop is open set you local path to clone to like `/Users/HDVinnie/Documents/Personal/UNIT3D`
|
||||
|
||||
## Step 2: open the project in PHPStorm
|
||||
|
||||
Within PHPStorm goto `File` and then click `Open`. Select the local path you just did like `/Users/HDVinnie/Documents/Personal/UNIT3D-Community-Edition`.
|
||||
Within PHPStorm goto `File` and then click `Open`. Select the local path you just did like `/Users/HDVinnie/Documents/Personal/UNIT3D`.
|
||||
|
||||
### The following commands are run in PHPStorm. Can do so by clicking `Tools->Run Command`.
|
||||
|
||||
|
||||
@@ -92,4 +92,4 @@ bun run build
|
||||
|
||||
## 5. Meilisearch maintenance
|
||||
|
||||
Refer [Meilisearch setup for UNIT3D](https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Meilisearch-Setup-for-UNIT3D), specifically the [maintenance](https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Meilisearch-Setup-for-UNIT3D#3-maintenance) section, for managing upgrades and syncing indexes.
|
||||
Refer [Meilisearch setup for UNIT3D](https://github.com/HDInnovations/UNIT3D/wiki/Meilisearch-Setup-for-UNIT3D), specifically the [maintenance](https://github.com/HDInnovations/UNIT3D/wiki/Meilisearch-Setup-for-UNIT3D#3-maintenance) section, for managing upgrades and syncing indexes.
|
||||
|
||||
@@ -4,7 +4,7 @@ _A guide by EkoNesLeg_
|
||||
|
||||
## 1. Introduction
|
||||
|
||||
As part of complying with the [GNU Affero General Public License (AGPL)](https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/LICENSE), sites that modify and distribute UNIT3D are required to share their source code. This guide provides an easy process for creating a sanitized tarball of your modified source code and encourages you to create and update an "Open Source" page on your site to make this code available.
|
||||
As part of complying with the [GNU Affero General Public License (AGPL)](https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE), sites that modify and distribute UNIT3D are required to share their source code. This guide provides an easy process for creating a sanitized tarball of your modified source code and encourages you to create and update an "Open Source" page on your site to make this code available.
|
||||
|
||||
## 2. Setting up tarball creation
|
||||
|
||||
@@ -133,7 +133,7 @@ To create a tarball that includes only the modified source code and excludes sen
|
||||
|
||||
### License information
|
||||
|
||||
Our site runs on a modified version of [UNIT3D](https://github.com/HDInnovations/UNIT3D-Community-Edition). For more details on the license, visit the [GNU AGPL License](https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/LICENSE).
|
||||
Our site runs on a modified version of [UNIT3D](https://github.com/HDInnovations/UNIT3D). For more details on the license, visit the [GNU AGPL License](https://github.com/HDInnovations/UNIT3D/blob/master/LICENSE).
|
||||
```
|
||||
|
||||
3. **Manually update this page whenever you update your site:**
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Torrent-API-(UNIT3D-v8.x.x)"
|
||||
href="https://github.com/HDInnovations/UNIT3D/wiki/Torrent-API-(UNIT3D-v8.x.x)"
|
||||
>
|
||||
API documentation
|
||||
</a>
|
||||
@@ -256,7 +256,7 @@
|
||||
Site and design ©
|
||||
{{ date('Y', strtotime(config('other.birthdate'))) }}-{{ date('Y') }}
|
||||
{{ config('other.title') }} |
|
||||
<a href="https://github.com/HDInnovations/UNIT3D-Community-Edition">
|
||||
<a href="https://github.com/HDInnovations/UNIT3D">
|
||||
UNIT3D {{ config('unit3d.version') }}
|
||||
</a>
|
||||
@if (config('announce.external_tracker.is_enabled'))
|
||||
|
||||
@@ -33,7 +33,7 @@ uses(RefreshDatabase::class);
|
||||
|
||||
test('upload a torrent creates a notification for followers', function (): void {
|
||||
$this->markTestIncomplete('Works locally, but fails in pipeline with:
|
||||
file_put_contents(/home/runner/work/UNIT3D-Community-Edition/UNIT3D-Community-Edition/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
|
||||
file_put_contents(/home/runner/work/UNIT3D/UNIT3D/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
|
||||
|
||||
// Required for ChatRepository()
|
||||
$this->seed(UserSeeder::class);
|
||||
@@ -117,7 +117,7 @@ test('upload a torrent creates a notification for followers', function (): void
|
||||
|
||||
test('upload a torrent does not create a notification for followers when all notifications disabled', function (): void {
|
||||
$this->markTestIncomplete('Works locally, but fails in pipeline with:
|
||||
file_put_contents(/home/runner/work/UNIT3D-Community-Edition/UNIT3D-Community-Edition/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
|
||||
file_put_contents(/home/runner/work/UNIT3D/UNIT3D/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
|
||||
|
||||
// Required for ChatRepository()
|
||||
$this->seed(UserSeeder::class);
|
||||
@@ -197,7 +197,7 @@ test('upload a torrent does not create a notification for followers when all not
|
||||
|
||||
test('upload a torrent does not create a notification for followers when following upload notifications are disabled', function (): void {
|
||||
$this->markTestIncomplete('Works locally, but fails in pipeline with:
|
||||
file_put_contents(/home/runner/work/UNIT3D-Community-Edition/UNIT3D-Community-Edition/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
|
||||
file_put_contents(/home/runner/work/UNIT3D/UNIT3D/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
|
||||
|
||||
// Required for ChatRepository()
|
||||
$this->seed(UserSeeder::class);
|
||||
@@ -277,7 +277,7 @@ test('upload a torrent does not create a notification for followers when followi
|
||||
|
||||
test('upload a torrent does not create a notification for followers when following upload notifications are disabled for specific group', function (): void {
|
||||
$this->markTestIncomplete('Works locally, but fails in pipeline with:
|
||||
file_put_contents(/home/runner/work/UNIT3D-Community-Edition/UNIT3D-Community-Edition/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
|
||||
file_put_contents(/home/runner/work/UNIT3D/UNIT3D/files/torrents/676034f8afd077.09743623.torrent): Failed to open stream: No such file or directory');
|
||||
|
||||
// Required for ChatRepository()
|
||||
$this->seed(UserSeeder::class);
|
||||
|
||||
Reference in New Issue
Block a user