diff --git a/.all-contributorsrc b/.all-contributorsrc
index 7902f4aa..bc7fea69 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -467,6 +467,42 @@
"contributions": [
"translation"
]
+ },
+ {
+ "login": "Jabster28",
+ "name": "Jabster28",
+ "avatar_url": "https://avatars.githubusercontent.com/u/29015942?v=4",
+ "profile": "https://github.com/Jabster28",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "littlerooster",
+ "name": "littlerooster",
+ "avatar_url": "https://avatars.githubusercontent.com/u/83890654?v=4",
+ "profile": "https://github.com/littlerooster",
+ "contributions": [
+ "translation"
+ ]
+ },
+ {
+ "login": "dphildebrandt",
+ "name": "Dustin Hildebrandt",
+ "avatar_url": "https://avatars.githubusercontent.com/u/154459?v=4",
+ "profile": "https://github.com/dphildebrandt",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "Generator",
+ "name": "Bruno Guerreiro",
+ "avatar_url": "https://avatars.githubusercontent.com/u/44146?v=4",
+ "profile": "https://github.com/Generator",
+ "contributions": [
+ "translation"
+ ]
}
],
"badgeTemplate": "-orange.svg\"/>",
diff --git a/.gitbook.yaml b/.gitbook.yaml
index 6c5133ed..2b0a6c4e 100644
--- a/.gitbook.yaml
+++ b/.gitbook.yaml
@@ -1,5 +1,5 @@
root: ./docs
structure:
- readme: README.md
- summary: SUMMARY.md
+ readme: README.md
+ summary: SUMMARY.md
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 9d966899..6b2dc700 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,2 +1,2 @@
-github: [sct]
+github: [sct]
patreon: overseerr
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 522628a6..f65cfa76 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Support via Discord
- url: https://discord.gg/PkCWJSeCk7
+ url: https://discord.gg/overseerr
about: Chat with users and devs on support and setup related topics.
- name: Support via GitHub Discussions
url: https://github.com/sct/overseerr/discussions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7e1212b5..06cccb78 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
container: node:14.16-alpine
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Install dependencies
env:
HUSKY_SKIP_INSTALL: 1
@@ -32,31 +32,31 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Set up QEMU
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v1.3.0
- name: Cache Docker layers
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Log in to Docker Hub
- uses: docker/login-action@v1
+ uses: docker/login-action@v1.9.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Log in to GitHub Container Registry
- uses: docker/login-action@v1
+ uses: docker/login-action@v1.9.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v2.5.0
with:
context: .
file: ./Dockerfile
@@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Get Build Job Status
- uses: technote-space/workflow-conclusion-action@v2.1.5
+ uses: technote-space/workflow-conclusion-action@v2.1.6
- name: Combine Job Status
id: status
run: |
diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml
index 13e3e01d..809d4706 100644
--- a/.github/workflows/deploy_docs.yml
+++ b/.github/workflows/deploy_docs.yml
@@ -11,12 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Generate Swagger UI
- uses: Legion2/swagger-ui-action@v1
+ uses: Legion2/swagger-ui-action@v1.1.2
with:
output: swagger-ui
spec-file: overseerr-api.yml
- name: Deploy to GitHub Pages
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v3.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: swagger-ui
diff --git a/.github/workflows/invalid_template.yml b/.github/workflows/invalid_template.yml
index 641b1d6a..24f95d74 100644
--- a/.github/workflows/invalid_template.yml
+++ b/.github/workflows/invalid_template.yml
@@ -8,7 +8,7 @@ jobs:
support:
runs-on: ubuntu-20.04
steps:
- - uses: dessant/support-requests@v2
+ - uses: dessant/support-requests@v2.0.1
with:
github-token: ${{ github.token }}
support-label: 'invalid:template-incomplete'
diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml
index 9f05f86e..a4246428 100644
--- a/.github/workflows/preview.yml
+++ b/.github/workflows/preview.yml
@@ -11,27 +11,27 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
- name: Set up QEMU
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v1.3.0
- name: Log in to Docker Hub
- uses: docker/login-action@v1
+ uses: docker/login-action@v1.9.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Log in to GitHub Container Registry
- uses: docker/login-action@v1
+ uses: docker/login-action@v1.9.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v2.5.0
with:
context: .
file: ./Dockerfile
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8ff0fbb7..13464f61 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
container: node:14.16-alpine
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Install dependencies
env:
HUSKY_SKIP_INSTALL: 1
@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Set up Node.js
@@ -36,16 +36,16 @@ jobs:
with:
node-version: 14
- name: Set up QEMU
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v1.3.0
- name: Log in to Docker Hub
- uses: docker/login-action@v1
+ uses: docker/login-action@v1.9.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Log in to GitHub Container Registry
- uses: docker/login-action@v1
+ uses: docker/login-action@v1.9.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
@@ -72,7 +72,7 @@ jobs:
- armhf
steps:
- name: Checkout Code
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Switch to master branch
@@ -89,7 +89,7 @@ jobs:
echo ::set-output name=RELEASE::edge
fi
- name: Set Up QEMU
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v1.2.0
with:
image: tonistiigi/binfmt@sha256:df15403e06a03c2f461c1f7938b171fda34a5849eb63a70e2a2109ed5a778bde
- name: Build Snap Package
@@ -103,7 +103,7 @@ jobs:
name: overseerr-snap-package-${{ matrix.architecture }}
path: ${{ steps.build.outputs.snap }}
- name: Review Snap Package
- uses: diddlesnaps/snapcraft-review-tools-action@v1.2.0
+ uses: diddlesnaps/snapcraft-review-tools-action@v1.3.0
with:
snap: ${{ steps.build.outputs.snap }}
- name: Publish Snap Package
@@ -120,7 +120,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Get Build Job Status
- uses: technote-space/workflow-conclusion-action@v2.1.5
+ uses: technote-space/workflow-conclusion-action@v2.1.6
- name: Combine Job Status
id: status
run: |
diff --git a/.github/workflows/snap.yaml b/.github/workflows/snap.yaml
index b0b5a399..c74e6b13 100644
--- a/.github/workflows/snap.yaml
+++ b/.github/workflows/snap.yaml
@@ -23,7 +23,7 @@ jobs:
container: node:14.16-alpine
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Install dependencies
env:
HUSKY_SKIP_INSTALL: 1
@@ -46,7 +46,7 @@ jobs:
- armhf
steps:
- name: Checkout Code
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Prepare
id: prepare
run: |
@@ -57,7 +57,7 @@ jobs:
echo ::set-output name=RELEASE::edge
fi
- name: Set Up QEMU
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v1.2.0
with:
image: tonistiigi/binfmt@sha256:df15403e06a03c2f461c1f7938b171fda34a5849eb63a70e2a2109ed5a778bde
- name: Build Snap Package
@@ -71,7 +71,7 @@ jobs:
name: overseerr-snap-package-${{ matrix.architecture }}
path: ${{ steps.build.outputs.snap }}
- name: Review Snap Package
- uses: diddlesnaps/snapcraft-review-tools-action@v1.2.0
+ uses: diddlesnaps/snapcraft-review-tools-action@v1.3.0
with:
snap: ${{ steps.build.outputs.snap }}
- name: Publish Snap Package
@@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Get Build Job Status
- uses: technote-space/workflow-conclusion-action@v2.1.5
+ uses: technote-space/workflow-conclusion-action@v2.1.6
- name: Combine Job Status
id: status
run: |
diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml
index 9c4bf49e..09d86bc6 100644
--- a/.github/workflows/support.yml
+++ b/.github/workflows/support.yml
@@ -8,7 +8,7 @@ jobs:
support:
runs-on: ubuntu-20.04
steps:
- - uses: dessant/support-requests@v2
+ - uses: dessant/support-requests@v2.0.1
with:
github-token: ${{ github.token }}
support-label: 'support'
@@ -18,7 +18,7 @@ jobs:
to be a support request. Please use our support channels
to get help with Overseerr.
- - [Discord](https://discord.gg/PkCWJSeCk7)
+ - [Discord](https://discord.gg/overseerr)
- [GitHub Discussions](https://github.com/sct/overseerr/discussions)
close-issue: true
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1c9b31dc..9e16f9ea 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -76,7 +76,7 @@ All help is welcome and greatly appreciated! If you would like to contribute to
- You can create a "draft" pull request early to get feedback on your work.
- Your code **must** be formatted correctly, or the tests will fail.
- We use Prettier to format our code base. It should automatically run with a Git hook, but it is recommended to have the Prettier extension installed in your editor and format on save.
-- If you have questions or need help, you can reach out via [Discussions](https://github.com/sct/overseerr/discussions) or our [Discord server](https://discord.gg/PkCWJSeCk7).
+- If you have questions or need help, you can reach out via [Discussions](https://github.com/sct/overseerr/discussions) or our [Discord server](https://discord.gg/overseerr).
- Only open pull requests to `develop`, never `master`! Any pull requests opened to `master` will be closed.
### UI Text Style
diff --git a/README.md b/README.md
index 3bd9f66e..3dbf40fb 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,13 @@