chore: replace group slug from ad-aures to adaures in repo url

this fixes the adblocker loading viewer error
This commit is contained in:
Yassine Doghri 2022-02-20 13:23:57 +00:00
parent 3c89bc15ef
commit f58f712aa6
11 changed files with 730 additions and 730 deletions

View File

@ -1,4 +1,4 @@
image: code.castopod.org:5050/ad-aures/castopod:latest
image: code.castopod.org:5050/adaures/castopod:latest
stages:
- prepare

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@ ways to get started.
> **Note**
>
> Contributions must be made on
> [the original repository](https://code.castopod.org/ad-aures/castopod) to be
> [the original repository](https://code.castopod.org/adaures/castopod) to be
> accepted.
## Contact
@ -52,7 +52,7 @@ You may reach us for help or ask any question you have on:
- [Discord](https://castopod.org/discord) (for direct interaction with
developers and the community)
- [Issue tracker](https://code.castopod.org/ad-aures/castopod/-/issues) (for
- [Issue tracker](https://code.castopod.org/adaures/castopod/-/issues) (for
feature requests & bug reports)
Alternatively, you can follow us on social media platforms to get news about
@ -88,10 +88,10 @@ backers. If you'd like to help, please consider
Copyright © 2020-present, [Ad Aures](https://adaures.com/).
[release]: https://code.castopod.org/ad-aures/castopod/-/releases
[release]: https://code.castopod.org/adaures/castopod/-/releases
[release-badge]:
https://img.shields.io/gitlab/v/release/2?color=brightgreen&gitlab_url=https%3A%2F%2Fcode.castopod.org%2F&include_prereleases&label=release
[license]: https://code.castopod.org/ad-aures/castopod/-/blob/beta/LICENSE.md
[license]: https://code.castopod.org/adaures/castopod/-/blob/beta/LICENSE.md
[license-badge]:
https://img.shields.io/github/license/ad-aures/castopod?color=blue
[semantic-release]: https://github.com/semantic-release/semantic-release

View File

@ -77,7 +77,7 @@
]
},
"support": {
"source": "https://code.castopod.org/ad-aures/castopod.git",
"source": "https://code.castopod.org/adaures/castopod.git",
"discord": "https://castopod.org/discord"
},
"minimum-stability": "dev",

8
composer.lock generated
View File

@ -11,7 +11,7 @@
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://code.castopod.org/ad-aures/ipcat-php",
"url": "https://code.castopod.org/adaures/ipcat-php",
"reference": "478a121cc32147359df27d2f5d087595ddcdc8b4"
},
"require": {
@ -38,7 +38,7 @@
}
],
"description": "Categorization of IP Addresses adapted to PHP 5.4+ from https://github.com/client9/ipcat",
"homepage": "https://code.castopod.org/ad-aures/ipcat-php",
"homepage": "https://code.castopod.org/adaures/ipcat-php",
"time": "2022-02-12T10:19:28+00:00"
},
{
@ -46,7 +46,7 @@
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://code.castopod.org/ad-aures/podcast-persons-taxonomy",
"url": "https://code.castopod.org/adaures/podcast-persons-taxonomy",
"reference": "9cb2bc9a36700f28ae907482a6ee2017aa4c38b0"
},
"type": "library",
@ -70,7 +70,7 @@
}
],
"description": "Generate PHP translation files for CodeIgniter4 from the podcast-namespace's Persons Taxonomy json files.",
"homepage": "https://code.castopod.org/ad-aures/podcast-persons-taxonomy",
"homepage": "https://code.castopod.org/adaures/podcast-persons-taxonomy",
"time": "2022-02-12T10:45:50+00:00"
},
{

View File

@ -46,7 +46,7 @@ export default defineConfig({
themeConfig: {
logo: "/images/castopod-icon.svg",
lastUpdated: "Last Updated",
repo: "https://code.castopod.org/ad-aures/castopod",
repo: "https://code.castopod.org/adaures/castopod",
docsDir: "docs/src",
docsBranch: "develop",
editLinks: true,

View File

@ -16,12 +16,12 @@ should reciprocate that respect in addressing your issue or assessing patches
and features.
⚠️ Note that **any** contribution made on a repository other than
[the original repository](https://code.castopod.org/ad-aures/castopod) will not
[the original repository](https://code.castopod.org/adaures/castopod) will not
be accepted.
## Using the issue tracker
The [issue tracker](https://code.castopod.org/ad-aures/castopod/-/issues) is the
The [issue tracker](https://code.castopod.org/adaures/castopod/-/issues) is the
preferred channel for [bug reports](#bug-reports),
[features requests](#feature-requests) and
[submitting pull requests](#pull-requests).
@ -87,7 +87,7 @@ git clone https://code.castopod.org/<your-username>/castopod.git
cd castopod
# Assign the original repo to a remote called "upstream"
git remote add upstream https://code.castopod.org/ad-aures/castopod.git
git remote add upstream https://code.castopod.org/adaures/castopod.git
```
2. If you cloned a while ago, get the latest changes from upstream:
@ -127,7 +127,7 @@ git push origin <topic-branch-name>
**IMPORTANT**: By submitting a patch, you agree to allow the project owners to
license your work under the terms of the
[GNU AGPLv3](https://code.castopod.org/ad-aures/castopod/-/blob/main/LICENSE).
[GNU AGPLv3](https://code.castopod.org/adaures/castopod/-/blob/main/LICENSE).
## Collaborating guidelines

View File

@ -26,7 +26,7 @@ to help you kickstart your contribution.
1. Clone Castopod project by running:
```bash
git clone https://code.castopod.org/ad-aures/castopod.git
git clone https://code.castopod.org/adaures/castopod.git
```
2. Create a `.env` file with the minimum required config to connect the app to

View File

@ -16,7 +16,7 @@ improvements ⚡.
## Manual update instructions
1. Go to the
[releases page](https://code.castopod.org/ad-aures/castopod/-/releases) and
[releases page](https://code.castopod.org/adaures/castopod/-/releases) and
see if your instance is up to date with the latest Castopod version
- cf.
@ -40,8 +40,8 @@ improvements ⚡.
:::
4. Releases may come with additional update instructions (see
[releases page](https://code.castopod.org/ad-aures/castopod/-/releases)).
They are usually database migration scripts in `.sql` format to update your
[releases page](https://code.castopod.org/adaures/castopod/-/releases)). They
are usually database migration scripts in `.sql` format to update your
database schema.
- 👉 Make sure you run the scripts on your phpmyadmin panel or using command

View File

@ -156,7 +156,7 @@ to get you&nbsp;started.
Castopod has adopted a Code of Conduct that we expect project participants to
adhere to. Please read the
[CODE_OF_CONDUCT manual](https://code.castopod.org/ad-aures/castopod/-/blob/beta/CODE_OF_CONDUCT.md)
[CODE_OF_CONDUCT manual](https://code.castopod.org/adaures/castopod/-/blob/beta/CODE_OF_CONDUCT.md)
so that you can understand what actions will and will not be&nbsp;tolerated.
### Contributing guide
@ -171,7 +171,7 @@ You may reach us for help or ask any question you have on:
- [Discord](https://castopod.org/discord) (for direct interaction with
developers and the community)
- [Issue tracker](https://code.castopod.org/ad-aures/castopod/-/issues) (for
- [Issue tracker](https://code.castopod.org/adaures/castopod/-/issues) (for
feature requests & bug reports)
Alternatively, you can follow us on social media platforms to get news about
@ -199,10 +199,10 @@ backers. If you'd like to help, please consider
Copyright © 2020-present, [Ad Aures](https://adaures.com/).
[release]: https://code.castopod.org/ad-aures/castopod/-/releases
[release]: https://code.castopod.org/adaures/castopod/-/releases
[release-badge]:
https://img.shields.io/gitlab/v/release/2?color=brightgreen&gitlab_url=https%3A%2F%2Fcode.castopod.org%2F&include_prereleases&label=release
[license]: https://code.castopod.org/ad-aures/castopod/-/blob/beta/LICENSE.md
[license]: https://code.castopod.org/adaures/castopod/-/blob/beta/LICENSE.md
[license-badge]:
https://img.shields.io/github/license/ad-aures/castopod?color=blue
[semantic-release]: https://github.com/semantic-release/semantic-release

View File

@ -6,7 +6,7 @@
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://code.castopod.org/ad-aures/castopod.git"
"url": "https://code.castopod.org/adaures/castopod.git"
},
"scripts": {
"dev": "vite",