mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
Compare commits
91 Commits
feat/repls
...
20251020-2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47002ec81c | ||
|
|
6ab264eb36 | ||
|
|
59af536e29 | ||
|
|
5c7eec68d0 | ||
|
|
94d7320e70 | ||
|
|
a42ddcbbfa | ||
|
|
530264f747 | ||
|
|
ae1d4dd264 | ||
|
|
4789dd4847 | ||
|
|
f91d3bbfdd | ||
|
|
5b50532d15 | ||
|
|
938480ccec | ||
|
|
f422e8e917 | ||
|
|
1632e3dacf | ||
|
|
cc9a68b9c5 | ||
|
|
77a23239ea | ||
|
|
d03e6be2eb | ||
|
|
0a4d77ffd3 | ||
|
|
c6f121f585 | ||
|
|
96ddeb79d2 | ||
|
|
a36b138978 | ||
|
|
860c47fbad | ||
|
|
a770d5822a | ||
|
|
10c9682bba | ||
|
|
eb48975428 | ||
|
|
28ed85a779 | ||
|
|
95ca735b7b | ||
|
|
901ac56154 | ||
|
|
3dbf3bb7a0 | ||
|
|
45df5724b3 | ||
|
|
ea1c165d80 | ||
|
|
48e0b48ea9 | ||
|
|
61038ddcf1 | ||
|
|
b96f07e615 | ||
|
|
d830fb0911 | ||
|
|
cc9ff9a632 | ||
|
|
02f18705f4 | ||
|
|
a841df3b36 | ||
|
|
2a36f5912d | ||
|
|
a110a087be | ||
|
|
21b9164ee7 | ||
|
|
2f3d1f0c7e | ||
|
|
62204fe50b | ||
|
|
773b890012 | ||
|
|
9c3b2fb364 | ||
|
|
5fe19d9815 | ||
|
|
c1c5b0fd29 | ||
|
|
6737100b4b | ||
|
|
6f0e80eef9 | ||
|
|
bfc6f50ee5 | ||
|
|
7abbad700c | ||
|
|
a671ba6308 | ||
|
|
1d385ef2bc | ||
|
|
6558e9f7c4 | ||
|
|
92f4b44cb3 | ||
|
|
370442bf4e | ||
|
|
d54c5e80fa | ||
|
|
a42746c55b | ||
|
|
9a98c53aff | ||
|
|
4ea08a189d | ||
|
|
ae15a0b4c7 | ||
|
|
9e5fbec9b0 | ||
|
|
0b02c84f04 | ||
|
|
8bfe3ec6b0 | ||
|
|
a7345a7b90 | ||
|
|
12854d0f1b | ||
|
|
9a2a7901e7 | ||
|
|
e8cb0bb88a | ||
|
|
343b90b9af | ||
|
|
a4246f39e4 | ||
|
|
38380db6e7 | ||
|
|
091aa4705b | ||
|
|
8b5e085232 | ||
|
|
9c2cc8736c | ||
|
|
951128032b | ||
|
|
367ac887f4 | ||
|
|
060b4c43f4 | ||
|
|
2593a4272b | ||
|
|
742eb3bb7d | ||
|
|
41a6de67cd | ||
|
|
c8ae34ba73 | ||
|
|
c55b5bf75f | ||
|
|
9de87a01ab | ||
|
|
2f7294705e | ||
|
|
120ca449b8 | ||
|
|
ffbc899792 | ||
|
|
675c7d6c0d | ||
|
|
67569f932e | ||
|
|
7a4421089c | ||
|
|
ae87bc0b67 | ||
|
|
ad0dcad497 |
147
.github/ISSUE_TEMPLATE/bug.yml
vendored
147
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -1,147 +0,0 @@
|
|||||||
name: Bug Report
|
|
||||||
description: Report a bug in Stoat — please fill out every required field to help us triage quickly.
|
|
||||||
title: "[Bug]: "
|
|
||||||
labels:
|
|
||||||
- bug
|
|
||||||
- unconfirmed
|
|
||||||
|
|
||||||
body:
|
|
||||||
# ── Thank you section ────────────────────────────────────────────────────────
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Thank you for taking the time to report a bug for Stoat!**
|
|
||||||
|
|
||||||
Please follow the instructions below and provide as much detail as possible to help us understand and reproduce the issue.
|
|
||||||
|
|
||||||
# ── Pre-flight checks ────────────────────────────────────────────────────────
|
|
||||||
- type: checkboxes
|
|
||||||
id: preflight
|
|
||||||
attributes:
|
|
||||||
label: Pre-flight checklist
|
|
||||||
description: Please confirm all of the following before submitting.
|
|
||||||
options:
|
|
||||||
- label: I am on the latest available version of Stoat.
|
|
||||||
required: true
|
|
||||||
- label: I searched existing issues and did not find a duplicate.
|
|
||||||
required: true
|
|
||||||
- label: This is a bug report, not a support question or feature request.
|
|
||||||
required: true
|
|
||||||
|
|
||||||
# ── Bug description ──────────────────────────────────────────────────────────
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Bug description
|
|
||||||
description: >
|
|
||||||
What happened? What did you expect to happen instead?
|
|
||||||
Keep this brief — detailed steps go in the next field.
|
|
||||||
placeholder: "Example: When I open a DM thread, new messages from the other person do not appear unless I reload the page."
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
# ── Steps to reproduce ───────────────────────────────────────────────────────
|
|
||||||
- type: textarea
|
|
||||||
id: steps
|
|
||||||
attributes:
|
|
||||||
label: Steps to reproduce
|
|
||||||
description: >
|
|
||||||
Provide a numbered list of every step needed to trigger the bug.
|
|
||||||
The clearer this is, the faster we can fix it.
|
|
||||||
placeholder: |
|
|
||||||
1. Log in to Stoat on the web client.
|
|
||||||
2. Open a direct message conversation.
|
|
||||||
3. Ask the other person to send a message.
|
|
||||||
4. Observe that the message does not appear without reloading.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
# ── Expected behavior ────────────────────────────────────────────────────────
|
|
||||||
- type: textarea
|
|
||||||
id: expected
|
|
||||||
attributes:
|
|
||||||
label: Expected behavior
|
|
||||||
description: What should have happened?
|
|
||||||
placeholder: "New messages should appear in real time without a page reload."
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
# ── Client / platform ────────────────────────────────────────────────────────
|
|
||||||
- type: dropdown
|
|
||||||
id: platform
|
|
||||||
attributes:
|
|
||||||
label: Client / platform
|
|
||||||
description: Which Stoat client are you using?
|
|
||||||
options:
|
|
||||||
- Web (browser)
|
|
||||||
- Stoat for Desktop
|
|
||||||
- Android
|
|
||||||
- iOS
|
|
||||||
- Self-hosted server
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
# ── Client version ───────────────────────────────────────────────────────────
|
|
||||||
- type: input
|
|
||||||
id: version
|
|
||||||
attributes:
|
|
||||||
label: Client version
|
|
||||||
description: >
|
|
||||||
Find this in **Settings**. For the web client, include the build
|
|
||||||
number shown in the footer or About page.
|
|
||||||
placeholder: "e.g. Stoat for Desktop 1.3.0 or 0.2.1 (2025-10-10)"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
# ── OS / browser details ─────────────────────────────────────────────────────
|
|
||||||
- type: input
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: OS / browser details
|
|
||||||
description: Your operating system and, for web bugs, your browser and its version.
|
|
||||||
placeholder: "e.g. Windows 11, Chrome 121 or macOS 14.3, Stoat for Desktop 1.3.0 or Android 14"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
# ── Reproducibility ──────────────────────────────────────────────────────────
|
|
||||||
- type: dropdown
|
|
||||||
id: reproducibility
|
|
||||||
attributes:
|
|
||||||
label: Reproducibility
|
|
||||||
description: How consistently does this bug occur?
|
|
||||||
options:
|
|
||||||
- Always
|
|
||||||
- Usually
|
|
||||||
- Rarely
|
|
||||||
- Only once
|
|
||||||
- Unknown
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
# ── Screenshots or video ─────────────────────────────────────────────────────
|
|
||||||
- type: textarea
|
|
||||||
id: screenshots
|
|
||||||
attributes:
|
|
||||||
label: Screenshots or video
|
|
||||||
description: Paste images or drag-and-drop a screen recording here. GitHub accepts common image and video formats.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
# ── Additional context ───────────────────────────────────────────────────────
|
|
||||||
- type: textarea
|
|
||||||
id: additional
|
|
||||||
attributes:
|
|
||||||
label: Additional context
|
|
||||||
description: >
|
|
||||||
Anything else that might help: workarounds you found, links to related issues,
|
|
||||||
self-hosted configuration details (Redis, MongoDB, LiveKit, SMTP), network environment, etc.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
# ── Closing note ─────────────────────────────────────────────────────────────
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
---
|
|
||||||
A maintainer will review your report. Please watch for follow-up questions — issues
|
|
||||||
that go unanswered are harder to resolve and may be closed after 30 days of inactivity.
|
|
||||||
37
.github/workflows/book.yml
vendored
Normal file
37
.github/workflows/book.yml
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
name: Build documentation
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write # To push a branch
|
||||||
|
pages: write # To push to a GitHub Pages site
|
||||||
|
id-token: write # To update the deployment status
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- name: Install latest mdbook
|
||||||
|
run: |
|
||||||
|
tag=$(curl 'https://api.github.com/repos/rust-lang/mdbook/releases/latest' | jq -r '.tag_name')
|
||||||
|
url="https://github.com/rust-lang/mdbook/releases/download/${tag}/mdbook-${tag}-x86_64-unknown-linux-gnu.tar.gz"
|
||||||
|
mkdir mdbook
|
||||||
|
curl -sSL $url | tar -xz --directory=./mdbook
|
||||||
|
echo `pwd`/mdbook >> $GITHUB_PATH
|
||||||
|
- name: Build Book
|
||||||
|
run: |
|
||||||
|
cd doc
|
||||||
|
mdbook build
|
||||||
|
- name: Setup Pages
|
||||||
|
uses: actions/configure-pages@v4
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
with:
|
||||||
|
path: "doc/book"
|
||||||
|
- name: Deploy to GitHub Pages
|
||||||
|
id: deployment
|
||||||
|
uses: actions/deploy-pages@v4
|
||||||
11
.github/workflows/docker.yaml
vendored
11
.github/workflows/docker.yaml
vendored
@@ -5,22 +5,19 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
paths:
|
paths:
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.head_ref || github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
base:
|
base:
|
||||||
name: Test base image build
|
name: Test base image build
|
||||||
runs-on: arc-runner-set
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
steps:
|
steps:
|
||||||
# Configure build environment
|
# Configure build environment
|
||||||
@@ -41,7 +38,7 @@ jobs:
|
|||||||
cache-to: type=gha,scope=buildx-base-multi-arch,mode=max
|
cache-to: type=gha,scope=buildx-base-multi-arch,mode=max
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
runs-on: arc-runner-set
|
runs-on: self-hosted
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
name: Publish Docker images
|
name: Publish Docker images
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
23
.github/workflows/docs-test.yml
vendored
23
.github/workflows/docs-test.yml
vendored
@@ -1,23 +0,0 @@
|
|||||||
name: Documentation (test)
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test-deploy:
|
|
||||||
name: Test deployment
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: ./docs
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup Mise
|
|
||||||
uses: immich-app/devtools/actions/use-mise@cd24790a7f5f6439ac32cc94f5523cb2de8bfa8c # use-mise-action-v1.1.0
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- run: mise docs:build
|
|
||||||
48
.github/workflows/docs.yml
vendored
48
.github/workflows/docs.yml
vendored
@@ -1,48 +0,0 @@
|
|||||||
name: Documentation
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Build Docusaurus
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: ./docs
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup Mise
|
|
||||||
uses: immich-app/devtools/actions/use-mise@cd24790a7f5f6439ac32cc94f5523cb2de8bfa8c # use-mise-action-v1.1.0
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- run: mise docs:build
|
|
||||||
|
|
||||||
- name: Upload Build Artifact
|
|
||||||
uses: actions/upload-pages-artifact@v3
|
|
||||||
with:
|
|
||||||
path: ./docs/build
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
name: Deploy to GitHub Pages
|
|
||||||
needs: build
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
pages: write # to deploy to Pages
|
|
||||||
id-token: write # to verify the deployment originates from an appropriate source
|
|
||||||
|
|
||||||
environment:
|
|
||||||
name: github-pages
|
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Deploy to GitHub Pages
|
|
||||||
id: deployment
|
|
||||||
uses: actions/deploy-pages@v4
|
|
||||||
23
.github/workflows/git-town.yml
vendored
23
.github/workflows/git-town.yml
vendored
@@ -1,23 +0,0 @@
|
|||||||
# DO NOT EDIT DIRECTLY IN REPOSITORY
|
|
||||||
# Managed in Terraform templates
|
|
||||||
|
|
||||||
name: Git Town
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
git-town:
|
|
||||||
name: Display the branch stack
|
|
||||||
runs-on: ubuntu-slim
|
|
||||||
|
|
||||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.head_ref, 'release-please--') }}
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
|
||||||
- uses: stoatchat/action-git-town@4bc5c942e4603bffa0806b51d5fe5f0bc5deb0ac
|
|
||||||
continue-on-error: true
|
|
||||||
24
.github/workflows/publish-crates.yml
vendored
24
.github/workflows/publish-crates.yml
vendored
@@ -1,24 +0,0 @@
|
|||||||
name: Publish Crates
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
release:
|
|
||||||
types: [published]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
publish:
|
|
||||||
name: Publish Crates
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
|
|
||||||
- name: Setup Mise
|
|
||||||
uses: immich-app/devtools/actions/use-mise@cd24790a7f5f6439ac32cc94f5523cb2de8bfa8c # use-mise-action-v1.1.0
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Publish
|
|
||||||
run: mise publish --workspace
|
|
||||||
63
.github/workflows/release-please.yml
vendored
63
.github/workflows/release-please.yml
vendored
@@ -1,63 +0,0 @@
|
|||||||
name: Release Please
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main] # updates/opens the release PR when commits land on main
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
pull-requests: write
|
|
||||||
id-token: write
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: release-please
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
release-please:
|
|
||||||
name: Release Please
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
outputs:
|
|
||||||
release_created: ${{ steps.rp.outputs.release_created }}
|
|
||||||
tag_name: ${{ steps.rp.outputs.tag_name }}
|
|
||||||
steps:
|
|
||||||
- id: app-token
|
|
||||||
uses: actions/create-github-app-token@v2
|
|
||||||
with:
|
|
||||||
app-id: ${{ secrets.GH_STOAT_RELEASE_APP_ID }}
|
|
||||||
private-key: ${{ secrets.GH_STOAT_RELEASE_APP_PRIVATE_KEY }}
|
|
||||||
- id: rp
|
|
||||||
uses: googleapis/release-please-action@v4
|
|
||||||
with:
|
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
|
||||||
config-file: release-please-config.json
|
|
||||||
|
|
||||||
- name: Install latest stable
|
|
||||||
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
|
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
|
||||||
with:
|
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
|
||||||
- name: Update Cargo.lock
|
|
||||||
if: ${{ steps.rp.outputs.prs_created == 'true' || steps.rp.outputs.prs_updated == 'true' }}
|
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ steps.app-token.outputs.token }}
|
|
||||||
RP_PR_OUTPUT_JSON: ${{ steps.rp.outputs.prs }}
|
|
||||||
run: |
|
|
||||||
PR_NUMBER=$(echo "$RP_PR_OUTPUT_JSON" | jq -r '.[0].number')
|
|
||||||
gh pr checkout "$PR_NUMBER"
|
|
||||||
|
|
||||||
cargo update -w
|
|
||||||
|
|
||||||
if git diff --quiet Cargo.lock; then
|
|
||||||
echo "No changes to Cargo.lock"
|
|
||||||
else
|
|
||||||
git config user.name "github-actions[bot]"
|
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
|
||||||
git add Cargo.lock
|
|
||||||
git commit -s -m "chore: update Cargo.lock"
|
|
||||||
git push
|
|
||||||
fi
|
|
||||||
26
.github/workflows/release-webhook.yml
vendored
26
.github/workflows/release-webhook.yml
vendored
@@ -1,26 +0,0 @@
|
|||||||
# DO NOT EDIT DIRECTLY IN REPOSITORY
|
|
||||||
# Managed in Terraform templates
|
|
||||||
|
|
||||||
name: Release Webhook
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
release:
|
|
||||||
types: [published]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
release-webhook:
|
|
||||||
name: Send Release Webhook
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Send release notification webhook
|
|
||||||
env:
|
|
||||||
TAG_NAME: ${{ github.event.release.tag_name }}
|
|
||||||
REPOSITORY: ${{ github.repository }}
|
|
||||||
WEBHOOK_URL: ${{ secrets.STOAT_WEBHOOK_UPDATES_URL }}
|
|
||||||
run: |
|
|
||||||
RELEASE_URL="https://github.com/${REPOSITORY}/releases/tag/${TAG_NAME}"
|
|
||||||
curl -X POST "$WEBHOOK_URL" \
|
|
||||||
-H "Content-Type: application/json" \
|
|
||||||
-d "{\"content\": \"$RELEASE_URL\"}"
|
|
||||||
73
.github/workflows/rust.yaml
vendored
73
.github/workflows/rust.yaml
vendored
@@ -2,12 +2,16 @@ name: Rust build, test, and generate specification
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
paths-ignore:
|
||||||
|
- ".github/**"
|
||||||
|
- "!.github/workflows/rust.yaml"
|
||||||
|
- ".vscode/**"
|
||||||
|
- "doc/**"
|
||||||
|
- ".gitignore"
|
||||||
|
- "LICENSE"
|
||||||
|
- "README"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
concurrency:
|
|
||||||
group: ${{ github.head_ref || github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
@@ -15,58 +19,63 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Rust project
|
name: Rust project
|
||||||
runs-on: arc-runner-set
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install latest stable
|
||||||
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
toolchain: stable
|
||||||
|
override: true
|
||||||
# Using our own runners for now:
|
components: rustfmt, clippy
|
||||||
# - name: Free up disk space
|
- name: Install cargo-nextest
|
||||||
# run: |
|
uses: baptiste0928/cargo-install@v1
|
||||||
# sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc
|
|
||||||
|
|
||||||
- name: Setup Mise
|
|
||||||
uses: immich-app/devtools/actions/use-mise@cd24790a7f5f6439ac32cc94f5523cb2de8bfa8c # use-mise-action-v1.1.0
|
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
crate: cargo-nextest
|
||||||
|
locked: true
|
||||||
|
|
||||||
- run: mise build
|
- name: Run cargo build
|
||||||
- run: mise docker:start
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
- name: Reference Test
|
command: build
|
||||||
|
|
||||||
|
- name: Run services in background
|
||||||
|
run: |
|
||||||
|
docker compose -f compose.yml up -d
|
||||||
|
|
||||||
|
- name: Run cargo test
|
||||||
env:
|
env:
|
||||||
TEST_DB: REFERENCE
|
TEST_DB: REFERENCE
|
||||||
run: |
|
run: |
|
||||||
mise test
|
cargo nextest run
|
||||||
|
|
||||||
- name: MongoDB Test
|
- name: Run cargo test (with MongoDB)
|
||||||
env:
|
env:
|
||||||
TEST_DB: MONGODB
|
TEST_DB: MONGODB
|
||||||
MONGODB: mongodb://localhost
|
MONGODB: mongodb://localhost
|
||||||
run: |
|
run: |
|
||||||
mise test
|
cargo nextest run
|
||||||
|
|
||||||
- name: Start API in background
|
- name: Start API in background
|
||||||
if: github.event_name != 'pull_request' && github.ref_name == 'main'
|
if: github.event_name != 'pull_request' && github.ref_name == 'main'
|
||||||
env:
|
env:
|
||||||
TEST_DB: REFERENCE
|
TEST_DB: REFERENCE
|
||||||
run: |
|
run: |
|
||||||
mise build --bin revolt-delta && (mise service:api &)
|
cargo build --bin revolt-delta && (cargo run --bin revolt-delta &)
|
||||||
|
|
||||||
- name: Wait for API to go up
|
- name: Wait for API to go up
|
||||||
if: github.event_name != 'pull_request' && github.ref_name == 'main'
|
if: github.event_name != 'pull_request' && github.ref_name == 'main'
|
||||||
uses: nev7n/wait_for_response@7fef3c1a6e8939d0b09062f14fec50d3c5d15fa1 # v1.0.1
|
uses: nev7n/wait_for_response@v1
|
||||||
with:
|
with:
|
||||||
url: "http://localhost:14702/"
|
url: "http://localhost:14702/"
|
||||||
|
|
||||||
- name: Checkout API repository
|
- name: Checkout API repository
|
||||||
if: github.event_name != 'pull_request' && github.ref_name == 'main'
|
if: github.event_name != 'pull_request' && github.ref_name == 'main'
|
||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: stoatchat/javascript-client-api
|
repository: stoatchat/api
|
||||||
path: api
|
path: api
|
||||||
ssh-key: ${{ secrets.DEPLOY_KEY_JAVASCRIPT_CLIENT_API }}
|
token: ${{ secrets.PAT }}
|
||||||
|
|
||||||
- name: Download OpenAPI specification
|
- name: Download OpenAPI specification
|
||||||
if: github.event_name != 'pull_request' && github.ref_name == 'main'
|
if: github.event_name != 'pull_request' && github.ref_name == 'main'
|
||||||
@@ -74,10 +83,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
if: github.event_name != 'pull_request' && github.ref_name == 'main'
|
if: github.event_name != 'pull_request' && github.ref_name == 'main'
|
||||||
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
|
uses: EndBug/add-and-commit@v4
|
||||||
with:
|
with:
|
||||||
cwd: "api"
|
cwd: "api"
|
||||||
add: "*.json"
|
add: "*.json"
|
||||||
author_name: Stoat CI
|
author_name: Revolt CI
|
||||||
author_email: stoat-ci@users.noreply.github.com
|
author_email: revolt-ci@users.noreply.github.com
|
||||||
message: "chore: generate OpenAPI specification"
|
message: "chore: generate OpenAPI specification"
|
||||||
|
|||||||
54
.github/workflows/triage_issue.yml
vendored
Normal file
54
.github/workflows/triage_issue.yml
vendored
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
name: Add Issue to Board
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
track_issue:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Get project data
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
|
run: |
|
||||||
|
gh api graphql -f query='
|
||||||
|
query {
|
||||||
|
organization(login: "stoatchat"){
|
||||||
|
projectV2(number: 3) {
|
||||||
|
id
|
||||||
|
fields(first:20) {
|
||||||
|
nodes {
|
||||||
|
... on ProjectV2SingleSelectField {
|
||||||
|
id
|
||||||
|
name
|
||||||
|
options {
|
||||||
|
id
|
||||||
|
name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}' > project_data.json
|
||||||
|
|
||||||
|
echo 'PROJECT_ID='$(jq '.data.organization.projectV2.id' project_data.json) >> $GITHUB_ENV
|
||||||
|
echo 'STATUS_FIELD_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .id' project_data.json) >> $GITHUB_ENV
|
||||||
|
echo 'TODO_OPTION_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .options[] | select(.name=="Todo") |.id' project_data.json) >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Add issue to project
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
|
ISSUE_ID: ${{ github.event.issue.node_id }}
|
||||||
|
run: |
|
||||||
|
item_id="$( gh api graphql -f query='
|
||||||
|
mutation($project:ID!, $issue:ID!) {
|
||||||
|
addProjectV2ItemById(input: {projectId: $project, contentId: $issue}) {
|
||||||
|
item {
|
||||||
|
id
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}' -f project=$PROJECT_ID -f issue=$ISSUE_ID --jq '.data.addProjectV2ItemById.item.id')"
|
||||||
|
|
||||||
|
echo 'ITEM_ID='$item_id >> $GITHUB_ENV
|
||||||
79
.github/workflows/triage_pr.yml
vendored
Normal file
79
.github/workflows/triage_pr.yml
vendored
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
name: Add PR to Board
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [opened, synchronize, ready_for_review, review_requested]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
track_pr:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Get project data
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
|
run: |
|
||||||
|
gh api graphql -f query='
|
||||||
|
query {
|
||||||
|
organization(login: "stoatchat"){
|
||||||
|
projectV2(number: 5) {
|
||||||
|
id
|
||||||
|
fields(first:20) {
|
||||||
|
nodes {
|
||||||
|
... on ProjectV2SingleSelectField {
|
||||||
|
id
|
||||||
|
name
|
||||||
|
options {
|
||||||
|
id
|
||||||
|
name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}' > project_data.json
|
||||||
|
|
||||||
|
echo 'PROJECT_ID='$(jq '.data.organization.projectV2.id' project_data.json) >> $GITHUB_ENV
|
||||||
|
echo 'STATUS_FIELD_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .id' project_data.json) >> $GITHUB_ENV
|
||||||
|
echo 'INCOMING_OPTION_ID='$(jq '.data.organization.projectV2.fields.nodes[] | select(.name== "Status") | .options[] | select(.name=="🆕 Untriaged") |.id' project_data.json) >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Add PR to project
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
|
PR_ID: ${{ github.event.pull_request.node_id }}
|
||||||
|
run: |
|
||||||
|
item_id="$( gh api graphql -f query='
|
||||||
|
mutation($project:ID!, $pr:ID!) {
|
||||||
|
addProjectV2ItemById(input: {projectId: $project, contentId: $pr}) {
|
||||||
|
item {
|
||||||
|
id
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}' -f project=$PROJECT_ID -f pr=$PR_ID --jq '.data.addProjectV2ItemById.item.id')"
|
||||||
|
|
||||||
|
echo 'ITEM_ID='$item_id >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Set fields
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
|
run: |
|
||||||
|
gh api graphql -f query='
|
||||||
|
mutation (
|
||||||
|
$project: ID!
|
||||||
|
$item: ID!
|
||||||
|
$status_field: ID!
|
||||||
|
$status_value: String!
|
||||||
|
) {
|
||||||
|
set_status: updateProjectV2ItemFieldValue(input: {
|
||||||
|
projectId: $project
|
||||||
|
itemId: $item
|
||||||
|
fieldId: $status_field
|
||||||
|
value: {
|
||||||
|
singleSelectOptionId: $status_value
|
||||||
|
}
|
||||||
|
}) {
|
||||||
|
projectV2Item {
|
||||||
|
id
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}' -f project=$PROJECT_ID -f item=$ITEM_ID -f status_field=$STATUS_FIELD_ID -f status_value=${{ env.INCOMING_OPTION_ID }} --silent
|
||||||
23
.github/workflows/validate-pr-title.yml
vendored
23
.github/workflows/validate-pr-title.yml
vendored
@@ -1,23 +0,0 @@
|
|||||||
# DO NOT EDIT DIRECTLY IN REPOSITORY
|
|
||||||
# Managed in Terraform templates
|
|
||||||
|
|
||||||
name: "Lint PR"
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request_target:
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- reopened
|
|
||||||
- edited
|
|
||||||
- synchronize
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
main:
|
|
||||||
name: Validate PR title
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
pull-requests: read
|
|
||||||
steps:
|
|
||||||
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,4 +12,5 @@ venv/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
livekit.yml
|
livekit.yml
|
||||||
.idea
|
.idea
|
||||||
|
start
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
[tools]
|
|
||||||
node = "25.4.0"
|
|
||||||
pnpm = "10.28.1"
|
|
||||||
|
|
||||||
gh = "2.25.0"
|
|
||||||
|
|
||||||
rust = "1.92.0"
|
|
||||||
"cargo:cargo-nextest" = "0.9.122"
|
|
||||||
|
|
||||||
"github:git-town/git-town" = "22.4.0"
|
|
||||||
|
|
||||||
[settings]
|
|
||||||
experimental = true
|
|
||||||
idiomatic_version_file_enable_tools = ["rust"]
|
|
||||||
|
|
||||||
[tasks.start]
|
|
||||||
description = "Run all services"
|
|
||||||
depends = ["docker:start", "build"]
|
|
||||||
run = [{ task = "service:*" }]
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Build project"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cargo build "$@"
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Check project with clippy"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cargo clippy
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Start Docker containers"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
docker compose up -d
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Stop Docker containers"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
docker compose down
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Start the Stoat Developers website"
|
|
||||||
#MISE depends=["docs:install"]
|
|
||||||
#MISE dir="{{config_root}}/docs"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
pnpm build
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Build the Stoat Developers website"
|
|
||||||
#MISE depends=["docs:install"]
|
|
||||||
#MISE dir="{{config_root}}/docs"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
pnpm build
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Install dependencies for docs site"
|
|
||||||
#MISE dir="{{config_root}}/docs"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
pnpm i --frozen-lockfile
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Publish project"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cargo publish "$@"
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Run API server"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cargo run --bin revolt-delta
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Run cron daemon"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cargo run --bin revolt-crond
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Run events server"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cargo run --bin revolt-bonfire
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Run file server"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cargo run --bin revolt-autumn
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Run GIF proxy server"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cargo run --bin revolt-gifbox
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Run proxy server"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cargo run --bin revolt-january
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Run push daemon"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cargo run --bin revolt-pushd
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#MISE description="Test project"
|
|
||||||
set -e
|
|
||||||
|
|
||||||
: "${TEST_DB:=REFERENCE}"
|
|
||||||
export TEST_DB
|
|
||||||
|
|
||||||
cargo nextest run
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
".": "0.11.5"
|
|
||||||
}
|
|
||||||
149
CHANGELOG.md
149
CHANGELOG.md
@@ -1,149 +0,0 @@
|
|||||||
# Changelog
|
|
||||||
|
|
||||||
## [0.11.5](https://github.com/stoatchat/stoatchat/compare/v0.11.4...v0.11.5) (2026-02-17)
|
|
||||||
|
|
||||||
|
|
||||||
### Reverts
|
|
||||||
|
|
||||||
* disable user update events ([#593](https://github.com/stoatchat/stoatchat/issues/593)) ([1c98ead](https://github.com/stoatchat/stoatchat/commit/1c98ead69579b4700be0b51c9020bb8402336cc6))
|
|
||||||
|
|
||||||
## [0.11.4](https://github.com/stoatchat/stoatchat/compare/v0.11.3...v0.11.4) (2026-02-16)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* add separate config option for redis events replica url ([#590](https://github.com/stoatchat/stoatchat/issues/590)) ([a75e4ea](https://github.com/stoatchat/stoatchat/commit/a75e4eabfc4b34aba7620c82ba77558a32d9e10a))
|
|
||||||
|
|
||||||
## [0.11.3](https://github.com/stoatchat/stoatchat/compare/v0.11.2...v0.11.3) (2026-02-13)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* cut presence traffic too while we engineer a new events architecture ([#561](https://github.com/stoatchat/stoatchat/issues/561)) ([1f8ea96](https://github.com/stoatchat/stoatchat/commit/1f8ea963ad742f693f405e6438f1c343c81e6579))
|
|
||||||
|
|
||||||
## [0.11.2](https://github.com/stoatchat/stoatchat/compare/v0.11.1...v0.11.2) (2026-02-13)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* cut events traffic while we engineer a new events architecture ([#559](https://github.com/stoatchat/stoatchat/issues/559)) ([a11986b](https://github.com/stoatchat/stoatchat/commit/a11986ba1ad16b672ff1080913a684567d88adbb))
|
|
||||||
|
|
||||||
## [0.11.1](https://github.com/stoatchat/stoatchat/compare/v0.11.0...v0.11.1) (2026-02-13)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* bots in multiple voice channel logic ([#544](https://github.com/stoatchat/stoatchat/issues/544)) ([94cb916](https://github.com/stoatchat/stoatchat/commit/94cb916231b9b8befb2e94065917ff40815bec52))
|
|
||||||
|
|
||||||
## [0.11.0](https://github.com/stoatchat/stoatchat/compare/v0.10.3...v0.11.0) (2026-02-10)
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* appeal to the almighty Spamhaus ([#524](https://github.com/stoatchat/stoatchat/issues/524)) ([5132270](https://github.com/stoatchat/stoatchat/commit/5132270f2edd6df25ce414daa42ed1b2aa6fa7a9))
|
|
||||||
|
|
||||||
## [0.10.3](https://github.com/stoatchat/stoatchat/compare/v0.10.2...v0.10.3) (2026-02-07)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* update `Revolt` -> `Stoat` in email titles/desc. ([#508](https://github.com/stoatchat/stoatchat/issues/508)) ([84483ce](https://github.com/stoatchat/stoatchat/commit/84483cee7af3e5dfa16f7fe13e334c4d9f5abd60))
|
|
||||||
|
|
||||||
## [0.10.2](https://github.com/stoatchat/stoatchat/compare/v0.10.1...v0.10.2) (2026-01-25)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* thumbnailification requires rgb8/rgba8 ([#505](https://github.com/stoatchat/stoatchat/issues/505)) ([413aa04](https://github.com/stoatchat/stoatchat/commit/413aa04dcaf8bff3935ed1e5f31432e11a03ce6f))
|
|
||||||
|
|
||||||
## [0.10.1](https://github.com/stoatchat/stoatchat/compare/v0.10.0...v0.10.1) (2026-01-25)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* use Rust 1.92.0 for Docker build ([#503](https://github.com/stoatchat/stoatchat/issues/503)) ([98da8a2](https://github.com/stoatchat/stoatchat/commit/98da8a28a0aa2fee4e8eee1d86bd7c49e3187477))
|
|
||||||
|
|
||||||
## [0.10.0](https://github.com/stoatchat/stoatchat/compare/v0.9.4...v0.10.0) (2026-01-25)
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* allow kicking members from voice channels ([#495](https://github.com/stoatchat/stoatchat/issues/495)) ([0dc5442](https://github.com/stoatchat/stoatchat/commit/0dc544249825a49c793309edee5ec1838458a6da))
|
|
||||||
* repository architecture for files crate w. added tests ([#498](https://github.com/stoatchat/stoatchat/issues/498)) ([01ded20](https://github.com/stoatchat/stoatchat/commit/01ded209c62208fc906d6aab9b08c04e860e10ef))
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* expose ratelimit headers via cors ([#496](https://github.com/stoatchat/stoatchat/issues/496)) ([a1a2125](https://github.com/stoatchat/stoatchat/commit/a1a21252d0ad58937e41f16e5fb86f96bebd2a51))
|
|
||||||
|
|
||||||
## [0.9.4](https://github.com/stoatchat/stoatchat/compare/v0.9.3...v0.9.4) (2026-01-10)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* checkout repo. before bumping lock ([#490](https://github.com/stoatchat/stoatchat/issues/490)) ([b2da2a8](https://github.com/stoatchat/stoatchat/commit/b2da2a858787853be43136fd526a0bd72baf78ef))
|
|
||||||
* persist credentials for git repo ([#492](https://github.com/stoatchat/stoatchat/issues/492)) ([c674a9f](https://github.com/stoatchat/stoatchat/commit/c674a9fd4e0abbd51569870e4b38074d4a1de03c))
|
|
||||||
|
|
||||||
## [0.9.3](https://github.com/stoatchat/stoatchat/compare/v0.9.2...v0.9.3) (2026-01-10)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* pipeline fixes ([#487](https://github.com/stoatchat/stoatchat/issues/487)) ([aeeafeb](https://github.com/stoatchat/stoatchat/commit/aeeafebefc36a43a656cf797c9251ca50292733c))
|
|
||||||
|
|
||||||
## [0.9.2](https://github.com/stoatchat/stoatchat/compare/v0.9.1...v0.9.2) (2026-01-10)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* disable publish for services ([#485](https://github.com/stoatchat/stoatchat/issues/485)) ([d13609c](https://github.com/stoatchat/stoatchat/commit/d13609c37279d6a40445dcd99564e5c3dd03bac1))
|
|
||||||
|
|
||||||
## [0.9.1](https://github.com/stoatchat/stoatchat/compare/v0.9.0...v0.9.1) (2026-01-10)
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* **ci:** pipeline fixes (marked as fix to force release) ([#483](https://github.com/stoatchat/stoatchat/issues/483)) ([303e52b](https://github.com/stoatchat/stoatchat/commit/303e52b476585eea81c33837f1b01506ce387684))
|
|
||||||
|
|
||||||
## [0.9.0](https://github.com/stoatchat/stoatchat/compare/v0.8.8...v0.9.0) (2026-01-10)
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* add id field to role ([#470](https://github.com/stoatchat/stoatchat/issues/470)) ([2afea56](https://github.com/stoatchat/stoatchat/commit/2afea56e56017f02de98e67316b4457568ad5b26))
|
|
||||||
* add ratelimits to gifbox ([1542047](https://github.com/stoatchat/stoatchat/commit/154204742d21cbeff6e2577b00f50b495ea44631))
|
|
||||||
* include groups and dms in fetch mutuals ([caa8607](https://github.com/stoatchat/stoatchat/commit/caa86074680d46223cebc20f41e9c91c41ec825d))
|
|
||||||
* include member payload in ServerMemberJoin event ([480f210](https://github.com/stoatchat/stoatchat/commit/480f210ce85271e13d1dac58a5dae08de108579d))
|
|
||||||
* initial work on tenor gif searching ([b0c977b](https://github.com/stoatchat/stoatchat/commit/b0c977b324b8144c1152589546eb8fec5954c3e7))
|
|
||||||
* make message lexer use unowned string ([1561481](https://github.com/stoatchat/stoatchat/commit/1561481eb4cdc0f385fbf0a81e4950408050e11f))
|
|
||||||
* ready payload field customisation ([db57706](https://github.com/stoatchat/stoatchat/commit/db577067948f13e830b5fb773034e9713a1abaff))
|
|
||||||
* require auth for search ([b5cd5e3](https://github.com/stoatchat/stoatchat/commit/b5cd5e30ef7d5e56e8964fb7c543965fa6bf5a4a))
|
|
||||||
* trending and categories routes ([5885e06](https://github.com/stoatchat/stoatchat/commit/5885e067a627b8fff1c8ce2bf9e852ff8cf3f07a))
|
|
||||||
* voice chats v2 ([#414](https://github.com/stoatchat/stoatchat/issues/414)) ([d567155](https://github.com/stoatchat/stoatchat/commit/d567155f124e4da74115b1a8f810062f7c6559d9))
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* add license to revolt-parser ([5335124](https://github.com/stoatchat/stoatchat/commit/53351243064cac8d499dd74284be73928fa78a43))
|
|
||||||
* allow for disabling default features ([65fbd36](https://github.com/stoatchat/stoatchat/commit/65fbd3662462aed1333b79e59155fa6377e83fcc))
|
|
||||||
* apple music to use original url instead of metadata url ([bfe4018](https://github.com/stoatchat/stoatchat/commit/bfe4018e436a4075bae780dd4d35a9b58315e12f))
|
|
||||||
* apply uname fix to january and autumn ([8f9015a](https://github.com/stoatchat/stoatchat/commit/8f9015a6ff181d208d9269ab8691bd417d39811a))
|
|
||||||
* **ci:** publish images under stoatchat and remove docker hub ([d65c1a1](https://github.com/stoatchat/stoatchat/commit/d65c1a1ab3bdc7e5684b03f280af77d881661a3d))
|
|
||||||
* correct miniz_oxide in lockfile ([#478](https://github.com/stoatchat/stoatchat/issues/478)) ([5d27a91](https://github.com/stoatchat/stoatchat/commit/5d27a91e901dd2ea3e860aeaed8468db6c5f3214))
|
|
||||||
* correct shebang for try-tag-and-release ([050ba16](https://github.com/stoatchat/stoatchat/commit/050ba16d4adad5d0fb247867aa3e94e3d42bd12d))
|
|
||||||
* correct string_cache in lockfile ([#479](https://github.com/stoatchat/stoatchat/issues/479)) ([0b178fc](https://github.com/stoatchat/stoatchat/commit/0b178fc791583064bf9ca94b1d39b42d021e1d79))
|
|
||||||
* don't remove timeouts when a member leaves a server ([#409](https://github.com/stoatchat/stoatchat/issues/409)) ([e635bc2](https://github.com/stoatchat/stoatchat/commit/e635bc23ec857d648d5705e1a3875d7bc3402b0d))
|
|
||||||
* don't update the same field while trying to remove it ([f4ee35f](https://github.com/stoatchat/stoatchat/commit/f4ee35fb093ca49f0a64ff4b17fd61587df28145)), closes [#392](https://github.com/stoatchat/stoatchat/issues/392)
|
|
||||||
* github webhook incorrect payload and formatting ([#468](https://github.com/stoatchat/stoatchat/issues/468)) ([dc9c82a](https://github.com/stoatchat/stoatchat/commit/dc9c82aa4e9667ea6639256c65ac8de37a24d1f7))
|
|
||||||
* implement Serialize to ClientMessage ([dea0f67](https://github.com/stoatchat/stoatchat/commit/dea0f675dde7a63c7a59b38d469f878b7a8a3af4))
|
|
||||||
* newly created roles should be ranked the lowest ([947eb15](https://github.com/stoatchat/stoatchat/commit/947eb15771ed6785b3dcd16c354c03ded5e4cbe0))
|
|
||||||
* permit empty `remove` array in edit requests ([6ad3da5](https://github.com/stoatchat/stoatchat/commit/6ad3da5f35f989a2e7d8e29718b98374248e76af))
|
|
||||||
* preserve order of replies in message ([#447](https://github.com/stoatchat/stoatchat/issues/447)) ([657a3f0](https://github.com/stoatchat/stoatchat/commit/657a3f08e5d652814bbf0647e089ed9ebb139bbf))
|
|
||||||
* prevent timing out members which have TimeoutMembers permission ([e36fc97](https://github.com/stoatchat/stoatchat/commit/e36fc9738bac0de4f3fcbccba521f1e3754f7ae7))
|
|
||||||
* relax settings name regex ([3a34159](https://github.com/stoatchat/stoatchat/commit/3a3415915f0d0fdce1499d47a2b7fa097f5946ea))
|
|
||||||
* remove authentication tag bytes from attachment download ([32e6600](https://github.com/stoatchat/stoatchat/commit/32e6600272b885c595c094f0bc69459250220dcb))
|
|
||||||
* rename openapi operation ids ([6048587](https://github.com/stoatchat/stoatchat/commit/6048587d348fbca0dc3a9b47690c56df8fece576)), closes [#406](https://github.com/stoatchat/stoatchat/issues/406)
|
|
||||||
* respond with 201 if no body in requests ([#465](https://github.com/stoatchat/stoatchat/issues/465)) ([24fedf8](https://github.com/stoatchat/stoatchat/commit/24fedf8c4d9cd3160bdec97aa451520f8beaa739))
|
|
||||||
* swap to using reqwest for query building ([38dd4d1](https://github.com/stoatchat/stoatchat/commit/38dd4d10797b3e6e397fc219e818f379bdff19f2))
|
|
||||||
* use `trust_cloudflare` config value instead of env var ([cc7a796](https://github.com/stoatchat/stoatchat/commit/cc7a7962a882e1627fcd0bc75858a017415e8cfc))
|
|
||||||
* use our own result types instead of tenors types ([a92152d](https://github.com/stoatchat/stoatchat/commit/a92152d86da136997817e797c7af8e38731cdde8))
|
|
||||||
771
Cargo.lock
generated
771
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
36
Cargo.toml
36
Cargo.toml
@@ -14,37 +14,9 @@ redis23 = { package = "redis", version = "0.23.3", git = "https://github.com/rev
|
|||||||
#authifier = { package = "authifier", version = "1.0.10", path = "../authifier/crates/authifier" }
|
#authifier = { package = "authifier", version = "1.0.10", path = "../authifier/crates/authifier" }
|
||||||
#rocket_authifier = { package = "rocket_authifier", version = "1.0.10", path = "../authifier/crates/rocket_authifier" }
|
#rocket_authifier = { package = "rocket_authifier", version = "1.0.10", path = "../authifier/crates/rocket_authifier" }
|
||||||
|
|
||||||
|
# I'm 99% sure this is overloading the GitHub worker
|
||||||
|
# hence builds have been failing since, let's just
|
||||||
|
# disable it for now. In the future, we could use this
|
||||||
|
# if we were rolling our own CI (that is now).
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
|
||||||
[workspace.dependencies]
|
|
||||||
# Async
|
|
||||||
async-trait = "0.1.89"
|
|
||||||
tokio = { version = "1.49.0", features = ["macros", "rt"] }
|
|
||||||
|
|
||||||
# Error Handling
|
|
||||||
anyhow = "1.0.100"
|
|
||||||
thiserror = "2.0.18"
|
|
||||||
|
|
||||||
# Other Utilities
|
|
||||||
uuid = { version = "1.19.0", features = ["v4"] }
|
|
||||||
|
|
||||||
# Axum (HTTP server)
|
|
||||||
axum-macros = "0.4.1"
|
|
||||||
axum_typed_multipart = "0.12.1"
|
|
||||||
axum = { version = "0.7.5", features = ["multipart"] }
|
|
||||||
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
|
|
||||||
|
|
||||||
# Image Processing
|
|
||||||
jxl-oxide = { version = "0.12.5", features = ["image"] }
|
|
||||||
image = "0.25.9"
|
|
||||||
|
|
||||||
# OpenTelemetry
|
|
||||||
tracing = "0.1.44"
|
|
||||||
tracing-subscriber = { version = "0.3.22", features = [
|
|
||||||
"env-filter",
|
|
||||||
] } # consider https://crates.io/crates/better-tracing
|
|
||||||
opentelemetry = { version = "0.31.0", features = ["logs"] }
|
|
||||||
opentelemetry_sdk = { version = "0.31.0", features = ["logs"] }
|
|
||||||
opentelemetry-otlp = { version = "0.31.0", features = ["logs"] }
|
|
||||||
opentelemetry-appender-tracing = { version = "0.31.1" }
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Build Stage
|
# Build Stage
|
||||||
FROM --platform="${BUILDPLATFORM}" rust:1.92.0-slim-bookworm
|
FROM --platform="${BUILDPLATFORM}" rust:1.86.0-slim-bookworm
|
||||||
USER 0:0
|
USER 0:0
|
||||||
WORKDIR /home/rust/src
|
WORKDIR /home/rust/src
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Build Stage
|
# Build Stage
|
||||||
FROM rust:1.92.0-slim-bookworm
|
FROM rust:1.86.0-slim-bookworm
|
||||||
USER 0:0
|
USER 0:0
|
||||||
WORKDIR /home/rust/src
|
WORKDIR /home/rust/src
|
||||||
|
|
||||||
|
|||||||
50
README.md
50
README.md
@@ -1,15 +1,15 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>
|
<h1>
|
||||||
Stoat Backend
|
Revolt Backend
|
||||||
|
|
||||||
[](https://github.com/stoatchat/stoatchat/stargazers)
|
[](https://github.com/revoltchat/backend/stargazers)
|
||||||
[](https://github.com/stoatchat/stoatchat/network/members)
|
[](https://github.com/revoltchat/backend/network/members)
|
||||||
[](https://github.com/stoatchat/stoatchat/pulls)
|
[](https://github.com/revoltchat/backend/pulls)
|
||||||
[](https://github.com/stoatchat/stoatchat/issues)
|
[](https://github.com/revoltchat/backend/issues)
|
||||||
[](https://github.com/stoatchat/stoatchat/graphs/contributors)
|
[](https://github.com/revoltchat/backend/graphs/contributors)
|
||||||
[](https://github.com/stoatchat/stoatchat/blob/main/LICENSE)
|
[](https://github.com/revoltchat/backend/blob/main/LICENSE)
|
||||||
</h1>
|
</h1>
|
||||||
The services and libraries that power the Stoat service.<br/>
|
The services and libraries that power the Revolt service.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
| Crate | Path | Description | |
|
| Crate | Path | Description | |
|
||||||
@@ -37,19 +37,22 @@ The services and libraries that power the Stoat service.<br/>
|
|||||||
|
|
||||||
Rust 1.86.0 or higher.
|
Rust 1.86.0 or higher.
|
||||||
|
|
||||||
|
> [!CAUTION]
|
||||||
|
> The events server has a significant performance regression between Rust 1.77.2 and 1.78.0 onwards, see [issue #341](https://github.com/revoltchat/backend/issues/341). This is currently solved by build time options but we are looking for a proper fix.
|
||||||
|
|
||||||
## Development Guide
|
## Development Guide
|
||||||
|
|
||||||
Before contributing, make yourself familiar with [our contribution guidelines](https://developers.stoat.chat/developing/contrib/) and the [technical documentation for this project](https://developers.stoat.chat/).
|
Before contributing, make yourself familiar with [our contribution guidelines](https://developers.revolt.chat/contrib.html) and the [technical documentation for this project](https://revoltchat.github.io/backend/).
|
||||||
|
|
||||||
Before getting started, you'll want to install:
|
Before getting started, you'll want to install:
|
||||||
|
|
||||||
- mise
|
- Rust toolchain (rustup recommended)
|
||||||
- Docker
|
- Docker
|
||||||
- Git
|
- Git
|
||||||
- mold (optional, faster compilation)
|
- mold (optional, faster compilation)
|
||||||
|
|
||||||
> A **default.nix** is available for Nix users!
|
> A **default.nix** is available for Nix users!
|
||||||
> Run `nix-shell` to activate mise.
|
> Just run `nix-shell` and continue.
|
||||||
|
|
||||||
As a heads-up, the development environment uses the following ports:
|
As a heads-up, the development environment uses the following ports:
|
||||||
|
|
||||||
@@ -70,10 +73,9 @@ As a heads-up, the development environment uses the following ports:
|
|||||||
Now you can clone and build the project:
|
Now you can clone and build the project:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/stoatchat/stoatchat stoat-backend
|
git clone https://github.com/revoltchat/backend revolt-backend
|
||||||
cd stoat-backend
|
cd revolt-backend
|
||||||
mise install
|
cargo build
|
||||||
mise build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
A default configuration `Revolt.toml` is present in this project that is suited for development.
|
A default configuration `Revolt.toml` is present in this project that is suited for development.
|
||||||
@@ -131,6 +133,9 @@ Then continue:
|
|||||||
# start other necessary services
|
# start other necessary services
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
|
# run everything together
|
||||||
|
./scripts/start.sh
|
||||||
|
# .. or individually
|
||||||
# run the API server
|
# run the API server
|
||||||
cargo run --bin revolt-delta
|
cargo run --bin revolt-delta
|
||||||
# run the events server
|
# run the events server
|
||||||
@@ -156,11 +161,16 @@ You can start a web client by doing the following:
|
|||||||
corepack enable
|
corepack enable
|
||||||
|
|
||||||
# clone the web client and run it:
|
# clone the web client and run it:
|
||||||
git clone --recursive https://github.com/stoatchat/for-web stoat-web
|
git clone --recursive https://github.com/revoltchat/revite
|
||||||
cd stoat-web
|
cd revite
|
||||||
# refer to stoat-web/README.md for startup, creating an account and loging in
|
yarn
|
||||||
|
yarn build:deps
|
||||||
|
echo "VITE_API_URL=http://local.revolt.chat:14702" > .env.local
|
||||||
|
yarn dev --port 14701
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then go to http://local.revolt.chat:14701 to create an account/login.
|
||||||
|
|
||||||
When signing up, go to http://localhost:14080 to find confirmation/password reset emails.
|
When signing up, go to http://localhost:14080 to find confirmation/password reset emails.
|
||||||
|
|
||||||
## Deployment Guide
|
## Deployment Guide
|
||||||
@@ -191,7 +201,7 @@ Tag and push a new release by running:
|
|||||||
just release
|
just release
|
||||||
```
|
```
|
||||||
|
|
||||||
If you have bumped the crate versions, proceed to [GitHub releases](https://github.com/stoatchat/stoatchat/releases/new) to create a changelog.
|
If you have bumped the crate versions, proceed to [GitHub releases](https://github.com/revoltchat/backend/releases/new) to create a changelog.
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
@@ -210,6 +220,6 @@ TEST_DB=MONGODB cargo nextest run
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The Stoat backend is generally licensed under the [GNU Affero General Public License v3.0](https://github.com/stoatchat/stoatchat/blob/main/LICENSE).
|
The Revolt backend is generally licensed under the [GNU Affero General Public License v3.0](https://github.com/revoltchat/backend/blob/master/LICENSE).
|
||||||
|
|
||||||
**Individual crates may supply their own licenses!**
|
**Individual crates may supply their own licenses!**
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
[database]
|
[database]
|
||||||
# MongoDB connection URL
|
# MongoDB connection URL
|
||||||
# Defaults to the container name specified in self-hosted
|
# Defaults to the container name specified in self-hosted
|
||||||
mongodb = "mongodb://127.0.0.1:27017?directConnection=true&replicaSet=rs0"
|
mongodb = "mongodb://127.0.0.1:27017"
|
||||||
# Redis connection URL
|
# Redis connection URL
|
||||||
# Defaults to the container name specified in self-hosted
|
# Defaults to the container name specified in self-hosted
|
||||||
redis = "redis://127.0.0.1:6379/"
|
redis = "redis://127.0.0.1:6379/"
|
||||||
@@ -15,7 +15,7 @@ host = "127.0.0.1"
|
|||||||
[hosts]
|
[hosts]
|
||||||
# Web locations of various services
|
# Web locations of various services
|
||||||
# Defaults assume all services are reverse-proxied
|
# Defaults assume all services are reverse-proxied
|
||||||
# See https://github.com/stoatchat/self-hosted/blob/main/Caddyfile
|
# See https://github.com/revoltchat/self-hosted/blob/master/Caddyfile
|
||||||
#
|
#
|
||||||
# Remember to change these to https/wss where appropriate in production!
|
# Remember to change these to https/wss where appropriate in production!
|
||||||
app = "http://local.revolt.chat:14701"
|
app = "http://local.revolt.chat:14701"
|
||||||
@@ -54,7 +54,7 @@ use_starttls = false
|
|||||||
url = "http://livekit"
|
url = "http://livekit"
|
||||||
lat = 0.0
|
lat = 0.0
|
||||||
lon = 0.0
|
lon = 0.0
|
||||||
key = "worldwide"
|
key = "worldwide_key"
|
||||||
secret = "ZjCofRlfm6GGtjlifmNpCDkcQbEIIVC0"
|
secret = "ZjCofRlfm6GGtjlifmNpCDkcQbEIIVC0"
|
||||||
|
|
||||||
[files.s3]
|
[files.s3]
|
||||||
|
|||||||
73
STYLE_GUIDE.md
Normal file
73
STYLE_GUIDE.md
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
# Code Style Guide
|
||||||
|
|
||||||
|
Beyond using Cargo format and Clippy, there are some specific code style guidelines laid out in this document for different parts of the project.
|
||||||
|
|
||||||
|
## Writing Style
|
||||||
|
|
||||||
|
- Shorten "identifier" to "Id" with that exact casing, i.e. Server Id.
|
||||||
|
|
||||||
|
## `core/database` crate
|
||||||
|
|
||||||
|
w.r.t. `model.rs` files
|
||||||
|
|
||||||
|
- All struct definitions must be commented.
|
||||||
|
```rust
|
||||||
|
/// Server
|
||||||
|
pub struct Server {
|
||||||
|
/// Name of the server
|
||||||
|
pub name: String,
|
||||||
|
```
|
||||||
|
- Struct definitions should not include derives unless necessary (if additional traits such as Hash are required) and instead use `auto_derived!` and `auto_derived_partial!`.
|
||||||
|
```rust
|
||||||
|
auto_derived_partial!(
|
||||||
|
/// Server
|
||||||
|
pub struct Server { .. },
|
||||||
|
"PartialServer"
|
||||||
|
);
|
||||||
|
```
|
||||||
|
- `auto_derived!` macro accepts multiple entries and should be used as such:
|
||||||
|
|
||||||
|
```rust
|
||||||
|
auto_derived!(
|
||||||
|
/// Optional fields on server object
|
||||||
|
pub enum FieldsServer { .. }
|
||||||
|
|
||||||
|
/// Optional fields on server object
|
||||||
|
pub enum FieldsRole { .. }
|
||||||
|
);
|
||||||
|
```
|
||||||
|
|
||||||
|
- If special serialisation conditions are required, such as checking if a boolean is false, use the existing definitions for these functions from the crate root:
|
||||||
|
```rust
|
||||||
|
#[serde(skip_serializing_if = "crate::if_false", default)]
|
||||||
|
```
|
||||||
|
- `impl` blocks may be defined below the struct definitions and should be ordered in the same order of definition. Methods in the block must follow the same guidelines as traits where-in: methods are ordered in terms of CRUD, there are empty line breaks, and methods are commented.
|
||||||
|
|
||||||
|
w.r.t. `ops` module for models
|
||||||
|
|
||||||
|
- All traits must use a the name format `AbstractPlural` where Plural is the plural form of the collection. e.g. Servers
|
||||||
|
- Traits defined must follow these guidelines:
|
||||||
|
|
||||||
|
- Methods are ordered in terms of CRUD, create-read-update-delete ordering.
|
||||||
|
|
||||||
|
```rust
|
||||||
|
#[async_trait]
|
||||||
|
pub trait AbstractServerMembers: Sync + Send {
|
||||||
|
/// Insert a new server member into the database
|
||||||
|
async fn insert_member(&self, member: &Member) -> Result<()>;
|
||||||
|
|
||||||
|
/// Fetch a server member by their id
|
||||||
|
async fn fetch_member(&self, server_id: &str, user_id: &str) -> Result<Member>;
|
||||||
|
|
||||||
|
/// Update information for a server member
|
||||||
|
async fn update_member(&self, .. ) -> Result<()>;
|
||||||
|
|
||||||
|
/// Delete a server member by their id
|
||||||
|
async fn delete_member(&self, id: &MemberCompositeKey) -> Result<()>;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
- There should be an empty line break between each method declaration.
|
||||||
|
- All methods must have an appropriate comment.
|
||||||
|
|
||||||
|
- When implementing the trait defined in `ops.rs` with each driver, the method declaration style should be the same for ease of searching: same ordering, same comments, same line breaks.
|
||||||
32
compose.yml
32
compose.yml
@@ -8,33 +8,10 @@ services:
|
|||||||
# MongoDB
|
# MongoDB
|
||||||
database:
|
database:
|
||||||
image: mongo
|
image: mongo
|
||||||
command: ["--replSet", "rs0", "--bind_ip_all"]
|
|
||||||
ports:
|
ports:
|
||||||
- "27017:27017"
|
- "27017:27017"
|
||||||
volumes:
|
volumes:
|
||||||
- ./.data/db:/data/db
|
- ./.data/db:/data/db
|
||||||
- ./scripts/mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
|
|
||||||
healthcheck:
|
|
||||||
test: >
|
|
||||||
mongosh --quiet --eval "
|
|
||||||
try {
|
|
||||||
const status = rs.status();
|
|
||||||
if (status.ok === 1 && status.members[0].stateStr === 'PRIMARY') {
|
|
||||||
quit(0);
|
|
||||||
} else {
|
|
||||||
quit(1);
|
|
||||||
}
|
|
||||||
} catch (e) {
|
|
||||||
quit(1);
|
|
||||||
}"
|
|
||||||
interval: 5s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 10
|
|
||||||
start_period: 10s
|
|
||||||
ulimits:
|
|
||||||
nofile:
|
|
||||||
soft: 65536
|
|
||||||
hard: 65536
|
|
||||||
|
|
||||||
# MinIO
|
# MinIO
|
||||||
minio:
|
minio:
|
||||||
@@ -78,7 +55,7 @@ services:
|
|||||||
|
|
||||||
# Mock SMTP server
|
# Mock SMTP server
|
||||||
maildev:
|
maildev:
|
||||||
image: maildev/maildev
|
image: soulteary/maildev
|
||||||
ports:
|
ports:
|
||||||
- "14025:25"
|
- "14025:25"
|
||||||
- "14080:8080"
|
- "14080:8080"
|
||||||
@@ -87,10 +64,3 @@ services:
|
|||||||
MAILDEV_WEB_PORT: 8080
|
MAILDEV_WEB_PORT: 8080
|
||||||
MAILDEV_INCOMING_USER: smtp
|
MAILDEV_INCOMING_USER: smtp
|
||||||
MAILDEV_INCOMING_PASS: smtp
|
MAILDEV_INCOMING_PASS: smtp
|
||||||
|
|
||||||
livekit:
|
|
||||||
image: ghcr.io/stoatchat/livekit-server:v1.9.13
|
|
||||||
command: --config /etc/livekit.yml
|
|
||||||
network_mode: "host"
|
|
||||||
volumes:
|
|
||||||
- ./livekit.yml:/etc/livekit.yml
|
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "revolt-bonfire"
|
name = "revolt-bonfire"
|
||||||
version = "0.11.5"
|
version = "0.8.9"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
@@ -38,12 +37,12 @@ async-std = { version = "1.8.0", features = [
|
|||||||
] }
|
] }
|
||||||
|
|
||||||
# core
|
# core
|
||||||
authifier = { version = "1.0.16" }
|
authifier = { version = "1.0.15" }
|
||||||
revolt-result = { path = "../core/result" }
|
revolt-result = { path = "../core/result" }
|
||||||
revolt-models = { path = "../core/models" }
|
revolt-models = { path = "../core/models" }
|
||||||
revolt-config = { path = "../core/config" }
|
revolt-config = { path = "../core/config" }
|
||||||
revolt-database = { path = "../core/database", features = ["voice"] }
|
revolt-database = { path = "../core/database" }
|
||||||
revolt-permissions = { path = "../core/permissions" }
|
revolt-permissions = { version = "0.8.9", path = "../core/permissions" }
|
||||||
revolt-presence = { path = "../core/presence", features = ["redis-is-patched"] }
|
revolt-presence = { path = "../core/presence", features = ["redis-is-patched"] }
|
||||||
|
|
||||||
# redis
|
# redis
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
use std::collections::{HashMap, HashSet};
|
use std::collections::HashSet;
|
||||||
|
|
||||||
use futures::future::join_all;
|
use futures::future::join_all;
|
||||||
use revolt_database::{
|
use revolt_database::{
|
||||||
events::client::{EventV1, ReadyPayloadFields},
|
events::client::{EventV1, ReadyPayloadFields},
|
||||||
util::permissions::DatabasePermissionQuery,
|
util::permissions::DatabasePermissionQuery,
|
||||||
voice::{get_channel_voice_state, UserVoiceChannel},
|
voice::get_channel_voice_state,
|
||||||
Channel, Database, Member, MemberCompositeKey, Presence, RelationshipStatus,
|
Channel, Database, Member, MemberCompositeKey, Presence, RelationshipStatus,
|
||||||
};
|
};
|
||||||
use revolt_models::v0;
|
use revolt_models::v0;
|
||||||
@@ -124,7 +124,12 @@ impl State {
|
|||||||
.unwrap_or_default();
|
.unwrap_or_default();
|
||||||
|
|
||||||
// Fetch all memberships with their corresponding servers.
|
// Fetch all memberships with their corresponding servers.
|
||||||
let mut members: Vec<Member> = db.fetch_all_memberships(&user.id).await?;
|
let members: Vec<Member> = db.fetch_all_memberships(&user.id).await?;
|
||||||
|
self.cache.members = members
|
||||||
|
.iter()
|
||||||
|
.cloned()
|
||||||
|
.map(|x| (x.id.server.clone(), x))
|
||||||
|
.collect();
|
||||||
|
|
||||||
let server_ids: Vec<String> = members.iter().map(|x| x.id.server.clone()).collect();
|
let server_ids: Vec<String> = members.iter().map(|x| x.id.server.clone()).collect();
|
||||||
let servers = db.fetch_servers(&server_ids).await?;
|
let servers = db.fetch_servers(&server_ids).await?;
|
||||||
@@ -153,55 +158,6 @@ impl State {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let voice_states = if fields.voice_states {
|
|
||||||
let mut voice_state_server_members: HashMap<String, HashSet<String>> = HashMap::new();
|
|
||||||
|
|
||||||
// fetch voice states for all the channels we can see
|
|
||||||
let mut voice_states = Vec::new();
|
|
||||||
|
|
||||||
for channel in channels.iter().filter(|c| {
|
|
||||||
matches!(
|
|
||||||
c,
|
|
||||||
Channel::DirectMessage { .. }
|
|
||||||
| Channel::Group { .. }
|
|
||||||
| Channel::TextChannel { voice: Some(_), .. }
|
|
||||||
)
|
|
||||||
}) {
|
|
||||||
if let Ok(Some(voice_state)) =
|
|
||||||
get_channel_voice_state(&UserVoiceChannel::from_channel(channel)).await
|
|
||||||
{
|
|
||||||
if let Some(server) = channel.server() {
|
|
||||||
let set = voice_state_server_members
|
|
||||||
.entry(server.to_string())
|
|
||||||
.or_default();
|
|
||||||
|
|
||||||
for participant in &voice_state.participants {
|
|
||||||
user_ids.insert(participant.id.clone());
|
|
||||||
set.insert(participant.id.clone());
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
for participant in &voice_state.participants {
|
|
||||||
user_ids.insert(participant.id.clone());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
voice_states.push(voice_state);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Fetch all the members for for the participants who are in a server
|
|
||||||
for (server, user_ids) in voice_state_server_members {
|
|
||||||
let user_ids = user_ids.into_iter().collect::<Vec<_>>();
|
|
||||||
let voice_members = db.fetch_members(&server, &user_ids).await?;
|
|
||||||
|
|
||||||
members.extend(voice_members);
|
|
||||||
}
|
|
||||||
|
|
||||||
Some(voice_states)
|
|
||||||
} else {
|
|
||||||
None
|
|
||||||
};
|
|
||||||
|
|
||||||
// Fetch presence data for known users.
|
// Fetch presence data for known users.
|
||||||
let online_ids = filter_online(&user_ids.iter().cloned().collect::<Vec<String>>()).await;
|
let online_ids = filter_online(&user_ids.iter().cloned().collect::<Vec<String>>()).await;
|
||||||
|
|
||||||
@@ -215,12 +171,6 @@ impl State {
|
|||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
self.cache.members = members
|
|
||||||
.iter()
|
|
||||||
.cloned()
|
|
||||||
.map(|x| (x.id.server.clone(), x))
|
|
||||||
.collect();
|
|
||||||
|
|
||||||
// Fetch customisations.
|
// Fetch customisations.
|
||||||
let emojis = if fields.emojis {
|
let emojis = if fields.emojis {
|
||||||
Some(
|
Some(
|
||||||
@@ -262,6 +212,28 @@ impl State {
|
|||||||
None
|
None
|
||||||
};
|
};
|
||||||
|
|
||||||
|
let voice_states = if fields.voice_states {
|
||||||
|
// fetch voice states for all the channels we can see
|
||||||
|
let mut voice_states = Vec::new();
|
||||||
|
|
||||||
|
for channel in channels.iter().filter(|c| {
|
||||||
|
matches!(
|
||||||
|
c,
|
||||||
|
Channel::DirectMessage { .. }
|
||||||
|
| Channel::Group { .. }
|
||||||
|
| Channel::TextChannel { voice: Some(_), .. }
|
||||||
|
)
|
||||||
|
}) {
|
||||||
|
if let Ok(Some(voice_state)) = get_channel_voice_state(channel).await {
|
||||||
|
voice_states.push(voice_state)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Some(voice_states)
|
||||||
|
} else {
|
||||||
|
None
|
||||||
|
};
|
||||||
|
|
||||||
// Copy data into local state cache.
|
// Copy data into local state cache.
|
||||||
self.cache.users = users.iter().cloned().map(|x| (x.id.clone(), x)).collect();
|
self.cache.users = users.iter().cloned().map(|x| (x.id.clone(), x)).collect();
|
||||||
self.cache
|
self.cache
|
||||||
@@ -401,11 +373,6 @@ impl State {
|
|||||||
|
|
||||||
/// Push presence change to the user and all associated server topics
|
/// Push presence change to the user and all associated server topics
|
||||||
pub async fn broadcast_presence_change(&self, target: bool) {
|
pub async fn broadcast_presence_change(&self, target: bool) {
|
||||||
let config = revolt_config::config().await;
|
|
||||||
if config.disable_events_dont_use {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if if let Some(status) = &self.cache.users.get(&self.cache.user_id).unwrap().status {
|
if if let Some(status) = &self.cache.users.get(&self.cache.user_id).unwrap().status {
|
||||||
status.presence != Some(Presence::Invisible)
|
status.presence != Some(Presence::Invisible)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
use std::env;
|
use std::{env, sync::Arc};
|
||||||
|
|
||||||
use async_std::net::TcpListener;
|
use async_std::net::TcpListener;
|
||||||
use revolt_presence::clear_region;
|
use revolt_presence::clear_region;
|
||||||
|
use once_cell::sync::OnceCell;
|
||||||
|
use revolt_database::voice::VoiceClient;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate log;
|
||||||
@@ -12,6 +14,15 @@ pub mod events;
|
|||||||
mod database;
|
mod database;
|
||||||
mod websocket;
|
mod websocket;
|
||||||
|
|
||||||
|
pub static VOICE_CLIENT: OnceCell<Arc<VoiceClient>> = OnceCell::new();
|
||||||
|
|
||||||
|
pub fn get_voice_client() -> Arc<VoiceClient> {
|
||||||
|
VOICE_CLIENT
|
||||||
|
.get()
|
||||||
|
.expect("get_voice_client called before set")
|
||||||
|
.clone()
|
||||||
|
}
|
||||||
|
|
||||||
#[async_std::main]
|
#[async_std::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
// Configure requirements for Bonfire.
|
// Configure requirements for Bonfire.
|
||||||
@@ -24,6 +35,8 @@ async fn main() {
|
|||||||
clear_region(None).await;
|
clear_region(None).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
VOICE_CLIENT.set(Arc::new(VoiceClient::from_revolt_config().await)).unwrap();
|
||||||
|
|
||||||
// Setup a TCP listener to accept WebSocket connections on.
|
// Setup a TCP listener to accept WebSocket connections on.
|
||||||
// By default, we bind to port 14703 on all interfaces.
|
// By default, we bind to port 14703 on all interfaces.
|
||||||
let bind = env::var("HOST").unwrap_or_else(|_| "0.0.0.0:14703".into());
|
let bind = env::var("HOST").unwrap_or_else(|_| "0.0.0.0:14703".into());
|
||||||
|
|||||||
@@ -218,13 +218,7 @@ async fn listener(
|
|||||||
kill_signal_r: async_channel::Receiver<()>,
|
kill_signal_r: async_channel::Receiver<()>,
|
||||||
write: &Mutex<WsWriter>,
|
write: &Mutex<WsWriter>,
|
||||||
) {
|
) {
|
||||||
let stoat_config = revolt_config::config().await;
|
let redis_config = RedisConfig::from_url(&REDIS_URI).unwrap();
|
||||||
let url = stoat_config
|
|
||||||
.database
|
|
||||||
.redis_pubsub
|
|
||||||
.unwrap_or(REDIS_URI.to_string());
|
|
||||||
|
|
||||||
let redis_config = RedisConfig::from_url(&url).unwrap();
|
|
||||||
let subscriber = match report_internal_error!(
|
let subscriber = match report_internal_error!(
|
||||||
fred::types::Builder::from_config(redis_config).build_subscriber_client()
|
fred::types::Builder::from_config(redis_config).build_subscriber_client()
|
||||||
) {
|
) {
|
||||||
@@ -428,8 +422,6 @@ async fn worker(
|
|||||||
mut read: WsReader,
|
mut read: WsReader,
|
||||||
write: &Mutex<WsWriter>,
|
write: &Mutex<WsWriter>,
|
||||||
) {
|
) {
|
||||||
let revolt_config = revolt_config::config().await;
|
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
let t1 = read.try_next().fuse();
|
let t1 = read.try_next().fuse();
|
||||||
let t2 = kill_signal_r.recv().fuse();
|
let t2 = kill_signal_r.recv().fuse();
|
||||||
@@ -466,10 +458,6 @@ async fn worker(
|
|||||||
|
|
||||||
match payload {
|
match payload {
|
||||||
ClientMessage::BeginTyping { channel } => {
|
ClientMessage::BeginTyping { channel } => {
|
||||||
if revolt_config.disable_events_dont_use {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if !subscribed.read().await.contains(&channel) {
|
if !subscribed.read().await.contains(&channel) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@@ -482,10 +470,6 @@ async fn worker(
|
|||||||
.await;
|
.await;
|
||||||
}
|
}
|
||||||
ClientMessage::EndTyping { channel } => {
|
ClientMessage::EndTyping { channel } => {
|
||||||
if revolt_config.disable_events_dont_use {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if !subscribed.read().await.contains(&channel) {
|
if !subscribed.read().await.contains(&channel) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "revolt-coalesced"
|
name = "revolt-coalesced"
|
||||||
version = "0.11.5"
|
version = "0.8.9"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Paul Makles <me@insrt.uk>", "Zomatree <me@zomatree.live>"]
|
authors = ["Paul Makles <me@insrt.uk>", "Zomatree <me@zomatree.live>"]
|
||||||
description = "Revolt Backend: Coalescion service"
|
description = "Revolt Backend: Coalescion service"
|
||||||
repository = "https://github.com/stoatchat/stoatchat"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
tokio = ["dep:tokio"]
|
tokio = ["dep:tokio"]
|
||||||
@@ -16,13 +15,8 @@ default = ["tokio"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.47.0", features = ["sync"], optional = true }
|
tokio = { version = "1.47.0", features = ["sync"], optional = true }
|
||||||
indexmap = { version = "2.13.0", optional = true }
|
indexmap = { version = "*", optional = true }
|
||||||
lru = { version = "0.16.3", optional = true }
|
lru = { version = "*", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.47.0", features = [
|
tokio = { version = "1.47.0", features = ["rt", "rt-multi-thread", "macros", "time"] }
|
||||||
"rt",
|
|
||||||
"rt-multi-thread",
|
|
||||||
"macros",
|
|
||||||
"time",
|
|
||||||
] }
|
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "revolt-config"
|
name = "revolt-config"
|
||||||
version = "0.11.5"
|
version = "0.8.9"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Paul Makles <me@insrt.uk>"]
|
authors = ["Paul Makles <me@insrt.uk>"]
|
||||||
description = "Revolt Backend: Configuration"
|
description = "Revolt Backend: Configuration"
|
||||||
repository = "https://github.com/stoatchat/stoatchat"
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
@@ -38,4 +37,4 @@ sentry = { version = "0.31.5", optional = true }
|
|||||||
sentry-anyhow = { version = "0.38.1", optional = true }
|
sentry-anyhow = { version = "0.38.1", optional = true }
|
||||||
|
|
||||||
# Core
|
# Core
|
||||||
revolt-result = { version = "0.11.5", path = "../result", optional = true }
|
revolt-result = { version = "0.8.9", path = "../result", optional = true }
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[database]
|
[database]
|
||||||
mongodb = "mongodb://localhost?directConnection=true&replicaSet=rs0"
|
mongodb = "mongodb://localhost"
|
||||||
redis = "redis://localhost/"
|
redis = "redis://localhost/"
|
||||||
|
|
||||||
[rabbit]
|
[rabbit]
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
production = false
|
production = false
|
||||||
disable_events_dont_use = false
|
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
# MongoDB connection URL
|
# MongoDB connection URL
|
||||||
# Defaults to the container name specified in self-hosted
|
# Defaults to the container name specified in self-hosted
|
||||||
mongodb = "mongodb://database?directConnection=true&replicaSet=rs0"
|
mongodb = "mongodb://database"
|
||||||
# Redis connection URL
|
# Redis connection URL
|
||||||
# Defaults to the container name specified in self-hosted
|
# Defaults to the container name specified in self-hosted
|
||||||
redis = "redis://redis/"
|
redis = "redis://redis/"
|
||||||
@@ -12,7 +11,7 @@ redis = "redis://redis/"
|
|||||||
[hosts]
|
[hosts]
|
||||||
# Web locations of various services
|
# Web locations of various services
|
||||||
# Defaults assume all services are reverse-proxied
|
# Defaults assume all services are reverse-proxied
|
||||||
# See https://github.com/stoatchat/self-hosted/blob/main/Caddyfile
|
# See https://github.com/revoltchat/self-hosted/blob/master/Caddyfile
|
||||||
#
|
#
|
||||||
# Remember to change these to https/wss where appropriate in production!
|
# Remember to change these to https/wss where appropriate in production!
|
||||||
app = "http://local.revolt.chat"
|
app = "http://local.revolt.chat"
|
||||||
@@ -35,7 +34,7 @@ password = "rabbitpass"
|
|||||||
|
|
||||||
[api.registration]
|
[api.registration]
|
||||||
# Whether an invite should be required for registration
|
# Whether an invite should be required for registration
|
||||||
# See https://github.com/stoatchat/self-hosted#making-your-instance-invite-only
|
# See https://github.com/revoltchat/self-hosted#making-your-instance-invite-only
|
||||||
invite_only = false
|
invite_only = false
|
||||||
|
|
||||||
[api.smtp]
|
[api.smtp]
|
||||||
@@ -89,18 +88,13 @@ production = true
|
|||||||
# Increasing this will resolve mentions faster, but will consume more memory while resolving.
|
# Increasing this will resolve mentions faster, but will consume more memory while resolving.
|
||||||
mass_mention_chunk_size = 200
|
mass_mention_chunk_size = 200
|
||||||
|
|
||||||
# How long pushd will cache resolved names for rendered message notifications.
|
|
||||||
# Increasing this will result in lower database usage, but may result in a situation where a user/channel/role name changes
|
|
||||||
# and the notifications still resolve to the old name.
|
|
||||||
render_cache_time = 60
|
|
||||||
|
|
||||||
# none of these should need changing
|
# none of these should need changing
|
||||||
exchange = "revolt.notifications"
|
exchange = "revolt.notifications"
|
||||||
message_queue = "notifications.origin.message"
|
message_queue = "notifications.origin.message"
|
||||||
mass_mention_queue = "notifications.origin.mass_mention" # handles messages that contain role or everyone mentions
|
mass_mention_queue = "notifications.origin.mass_mention" # handles messages that contain role or everyone mentions
|
||||||
fr_accepted_queue = "notifications.ingest.fr_accepted" # friend request accepted
|
fr_accepted_queue = "notifications.ingest.fr_accepted" # friend request accepted
|
||||||
fr_received_queue = "notifications.ingest.fr_received" # friend request received
|
fr_received_queue = "notifications.ingest.fr_received" # friend request received
|
||||||
dm_call_queue = "notifications.ingest.dm_call" # direct message voice call
|
dm_call_queue = "notifications.ingest.dm_call" # friend request received
|
||||||
generic_queue = "notifications.ingest.generic" # generic messages (title + body)
|
generic_queue = "notifications.ingest.generic" # generic messages (title + body)
|
||||||
ack_queue = "notifications.process.ack" # updates badges for apple devices
|
ack_queue = "notifications.process.ack" # updates badges for apple devices
|
||||||
|
|
||||||
@@ -226,10 +220,6 @@ new_user_hours = 72
|
|||||||
# (should be greater than any one file upload limit)
|
# (should be greater than any one file upload limit)
|
||||||
body_limit_size = 20_000_000
|
body_limit_size = 20_000_000
|
||||||
|
|
||||||
# If any userids are entered here, only those users will be able to create servers.
|
|
||||||
# Leave empty to allow all users to create servers
|
|
||||||
restrict_server_creation = []
|
|
||||||
|
|
||||||
[features.limits.new_user]
|
[features.limits.new_user]
|
||||||
# Limits imposed on new users
|
# Limits imposed on new users
|
||||||
|
|
||||||
@@ -254,7 +244,7 @@ voice_quality = 16000
|
|||||||
# Whether the user can use video streams in voice calls
|
# Whether the user can use video streams in voice calls
|
||||||
video = true
|
video = true
|
||||||
|
|
||||||
# Maximum resolution (width, height) of video streams in voice calls
|
# Mamimum resolution (width, height) of video streams in voice calls
|
||||||
video_resolution = [1080, 720]
|
video_resolution = [1080, 720]
|
||||||
|
|
||||||
# Minimum and maximum aspect ratio of video streams in voice calls
|
# Minimum and maximum aspect ratio of video streams in voice calls
|
||||||
@@ -293,8 +283,8 @@ voice_quality = 16000
|
|||||||
# Whether the user can use video streams in voice calls
|
# Whether the user can use video streams in voice calls
|
||||||
video = true
|
video = true
|
||||||
|
|
||||||
# Maximum resolution (width, height) of video streams in voice calls
|
# Mamimum resolution (width, height) of video streams in voice calls
|
||||||
video_resolution = [1280, 720]
|
video_resolution = [1080, 720]
|
||||||
|
|
||||||
# Minimum and maximum aspect ratio of video streams in voice calls
|
# Minimum and maximum aspect ratio of video streams in voice calls
|
||||||
video_aspect_ratio = [0.3, 2.5]
|
video_aspect_ratio = [0.3, 2.5]
|
||||||
@@ -322,4 +312,4 @@ files = ""
|
|||||||
proxy = ""
|
proxy = ""
|
||||||
pushd = ""
|
pushd = ""
|
||||||
crond = ""
|
crond = ""
|
||||||
gifbox = ""
|
gifbox = ""
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
use std::{collections::HashMap, path::Path};
|
use std::collections::HashMap;
|
||||||
|
|
||||||
use cached::proc_macro::cached;
|
use cached::proc_macro::cached;
|
||||||
use config::{Config, Environment, File, FileFormat};
|
use config::{Config, File, FileFormat};
|
||||||
use futures_locks::RwLock;
|
use futures_locks::RwLock;
|
||||||
use once_cell::sync::Lazy;
|
use once_cell::sync::Lazy;
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
@@ -94,23 +94,12 @@ static CONFIG_BUILDER: Lazy<RwLock<Config>> = Lazy::new(|| {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let cwd = std::env::current_dir().unwrap();
|
for path in CONFIG_SEARCH_PATHS {
|
||||||
let mut cwd: Option<&Path> = Some(&cwd);
|
if std::path::Path::new(path).exists() {
|
||||||
|
builder = builder.add_source(File::new(path, FileFormat::Toml));
|
||||||
while let Some(path) = cwd {
|
|
||||||
for config_path in CONFIG_SEARCH_PATHS {
|
|
||||||
let config_path = path.join(config_path);
|
|
||||||
if config_path.exists() {
|
|
||||||
builder = builder
|
|
||||||
.add_source(File::new(config_path.to_str().unwrap(), FileFormat::Toml));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cwd = path.parent();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
builder = builder.add_source(Environment::with_prefix("REVOLT").separator("__"));
|
|
||||||
|
|
||||||
builder.build().unwrap()
|
builder.build().unwrap()
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
@@ -119,7 +108,6 @@ static CONFIG_BUILDER: Lazy<RwLock<Config>> = Lazy::new(|| {
|
|||||||
pub struct Database {
|
pub struct Database {
|
||||||
pub mongodb: String,
|
pub mongodb: String,
|
||||||
pub redis: String,
|
pub redis: String,
|
||||||
pub redis_pubsub: Option<String>,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Deserialize, Debug, Clone)]
|
#[derive(Deserialize, Debug, Clone)]
|
||||||
@@ -248,7 +236,6 @@ pub struct Pushd {
|
|||||||
pub production: bool,
|
pub production: bool,
|
||||||
pub exchange: String,
|
pub exchange: String,
|
||||||
pub mass_mention_chunk_size: usize,
|
pub mass_mention_chunk_size: usize,
|
||||||
pub render_cache_time: usize,
|
|
||||||
|
|
||||||
// Queues
|
// Queues
|
||||||
pub message_queue: String,
|
pub message_queue: String,
|
||||||
@@ -345,8 +332,6 @@ pub struct GlobalLimits {
|
|||||||
pub new_user_hours: usize,
|
pub new_user_hours: usize,
|
||||||
|
|
||||||
pub body_limit_size: usize,
|
pub body_limit_size: usize,
|
||||||
|
|
||||||
pub restrict_server_creation: Vec<String>,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Deserialize, Debug, Clone)]
|
#[derive(Deserialize, Debug, Clone)]
|
||||||
@@ -424,7 +409,6 @@ pub struct Settings {
|
|||||||
pub features: Features,
|
pub features: Features,
|
||||||
pub sentry: Sentry,
|
pub sentry: Sentry,
|
||||||
pub production: bool,
|
pub production: bool,
|
||||||
pub disable_events_dont_use: bool,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Settings {
|
impl Settings {
|
||||||
@@ -455,14 +439,12 @@ pub async fn config() -> Settings {
|
|||||||
let mut config = read().await.try_deserialize::<Settings>().unwrap();
|
let mut config = read().await.try_deserialize::<Settings>().unwrap();
|
||||||
|
|
||||||
// inject REDIS_URI for redis-kiss library
|
// inject REDIS_URI for redis-kiss library
|
||||||
if std::env::var("REDIS_URI").is_err() {
|
if std::env::var("REDIS_URL").is_err() {
|
||||||
std::env::set_var("REDIS_URI", config.database.redis.clone());
|
std::env::set_var("REDIS_URI", config.database.redis.clone());
|
||||||
}
|
}
|
||||||
|
|
||||||
// auto-detect production nodes
|
// auto-detect production nodes
|
||||||
if config.hosts.api.contains("https")
|
if config.hosts.api.contains("https") && config.hosts.api.contains("revolt.chat") {
|
||||||
&& (config.hosts.api.contains("revolt.chat") || config.hosts.api.contains("stoat.chat"))
|
|
||||||
{
|
|
||||||
config.production = true;
|
config.production = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "revolt-database"
|
name = "revolt-database"
|
||||||
version = "0.11.5"
|
version = "0.8.9"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
authors = ["Paul Makles <me@insrt.uk>"]
|
authors = ["Paul Makles <me@insrt.uk>"]
|
||||||
description = "Revolt Backend: Database Implementation"
|
description = "Revolt Backend: Database Implementation"
|
||||||
repository = "https://github.com/stoatchat/stoatchat"
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
@@ -16,35 +15,28 @@ mongodb = ["dep:mongodb", "bson", "authifier/database-mongodb"]
|
|||||||
# ... Other
|
# ... Other
|
||||||
tasks = ["isahc", "linkify", "url-escape"]
|
tasks = ["isahc", "linkify", "url-escape"]
|
||||||
async-std-runtime = ["async-std", "authifier/async-std-runtime"]
|
async-std-runtime = ["async-std", "authifier/async-std-runtime"]
|
||||||
rocket-impl = [
|
rocket-impl = ["rocket", "schemars", "revolt_okapi", "revolt_rocket_okapi", "authifier/rocket_impl"]
|
||||||
"rocket",
|
axum-impl = ["axum"]
|
||||||
"schemars",
|
|
||||||
"revolt_okapi",
|
|
||||||
"revolt_rocket_okapi",
|
|
||||||
"authifier/rocket_impl",
|
|
||||||
]
|
|
||||||
axum-impl = ["axum", "revolt-result/axum"]
|
|
||||||
redis-is-patched = ["revolt-presence/redis-is-patched"]
|
redis-is-patched = ["revolt-presence/redis-is-patched"]
|
||||||
voice = ["livekit-api", "livekit-protocol", "livekit-runtime"]
|
|
||||||
|
|
||||||
# Default Features
|
# Default Features
|
||||||
default = ["mongodb", "async-std-runtime", "tasks"]
|
default = ["mongodb", "async-std-runtime", "tasks"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Core
|
# Core
|
||||||
revolt-config = { version = "0.11.5", path = "../config", features = [
|
revolt-config = { version = "0.8.9", path = "../config", features = [
|
||||||
"report-macros",
|
"report-macros",
|
||||||
] }
|
] }
|
||||||
revolt-result = { version = "0.11.5", path = "../result" }
|
revolt-result = { version = "0.8.9", path = "../result" }
|
||||||
revolt-models = { version = "0.11.5", path = "../models", features = [
|
revolt-models = { version = "0.8.9", path = "../models", features = [
|
||||||
"validator",
|
"validator",
|
||||||
] }
|
] }
|
||||||
revolt-presence = { version = "0.11.5", path = "../presence" }
|
revolt-presence = { version = "0.8.9", path = "../presence" }
|
||||||
revolt-permissions = { version = "0.11.5", path = "../permissions", features = [
|
revolt-permissions = { version = "0.8.9", path = "../permissions", features = [
|
||||||
"serde",
|
"serde",
|
||||||
"bson",
|
"bson",
|
||||||
] }
|
] }
|
||||||
revolt-parser = { version = "0.11.5", path = "../parser" }
|
revolt-parser = { version = "0.8.9", path = "../parser" }
|
||||||
|
|
||||||
# Utility
|
# Utility
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
@@ -100,12 +92,12 @@ revolt_okapi = { version = "0.9.1", optional = true }
|
|||||||
revolt_rocket_okapi = { version = "0.10.0", optional = true }
|
revolt_rocket_okapi = { version = "0.10.0", optional = true }
|
||||||
|
|
||||||
# Authifier
|
# Authifier
|
||||||
authifier = { version = "1.0.16" }
|
authifier = { version = "1.0.15" }
|
||||||
|
|
||||||
# RabbitMQ
|
# RabbitMQ
|
||||||
amqprs = { version = "1.7.0" }
|
amqprs = { version = "1.7.0" }
|
||||||
|
|
||||||
# Voice
|
# Voice
|
||||||
livekit-api = { version = "0.4.4", optional = true }
|
livekit-api = "0.4.4"
|
||||||
livekit-protocol = { version = "0.4.0", optional = true }
|
livekit-protocol = "0.4.0"
|
||||||
livekit-runtime = { version = "0.3.1", features = ["tokio"], optional = true }
|
livekit-runtime = { version = "0.3.1", features = ["tokio"] }
|
||||||
|
|||||||
@@ -47,7 +47,6 @@
|
|||||||
],
|
],
|
||||||
"roles": {
|
"roles": {
|
||||||
"__ID:5__": {
|
"__ID:5__": {
|
||||||
"_id": "__ID:5__",
|
|
||||||
"name": "Moderator",
|
"name": "Moderator",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"a": 545270208,
|
"a": 545270208,
|
||||||
@@ -56,7 +55,6 @@
|
|||||||
"rank": 1
|
"rank": 1
|
||||||
},
|
},
|
||||||
"__ID:6__": {
|
"__ID:6__": {
|
||||||
"_id": "__ID:6__",
|
|
||||||
"name": "Owner",
|
"name": "Owner",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"a": 0,
|
"a": 0,
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ use authifier::config::SMTPSettings;
|
|||||||
use authifier::config::Shield;
|
use authifier::config::Shield;
|
||||||
use authifier::config::Template;
|
use authifier::config::Template;
|
||||||
use authifier::config::Templates;
|
use authifier::config::Templates;
|
||||||
use authifier::config::EmailExpiryConfig;
|
|
||||||
use authifier::Authifier;
|
use authifier::Authifier;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
use revolt_config::config;
|
use revolt_config::config;
|
||||||
@@ -70,7 +69,7 @@ impl DatabaseInfo {
|
|||||||
.await;
|
.await;
|
||||||
|
|
||||||
#[cfg(not(feature = "mongodb"))]
|
#[cfg(not(feature = "mongodb"))]
|
||||||
return Err("MongoDB not enabled.".to_string());
|
return Err("MongoDB not enabled.".to_string())
|
||||||
} else {
|
} else {
|
||||||
DatabaseInfo::Reference.connect().await
|
DatabaseInfo::Reference.connect().await
|
||||||
}
|
}
|
||||||
@@ -91,7 +90,7 @@ impl DatabaseInfo {
|
|||||||
.await;
|
.await;
|
||||||
|
|
||||||
#[cfg(not(feature = "mongodb"))]
|
#[cfg(not(feature = "mongodb"))]
|
||||||
return Err("MongoDB not enabled.".to_string());
|
return Err("MongoDB not enabled.".to_string())
|
||||||
}
|
}
|
||||||
_ => unreachable!("must specify REFERENCE or MONGODB"),
|
_ => unreachable!("must specify REFERENCE or MONGODB"),
|
||||||
}
|
}
|
||||||
@@ -138,33 +137,29 @@ impl Database {
|
|||||||
.api
|
.api
|
||||||
.smtp
|
.smtp
|
||||||
.reply_to
|
.reply_to
|
||||||
.unwrap_or("support@stoat.chat".into()),
|
.unwrap_or("support@revolt.chat".into()),
|
||||||
),
|
),
|
||||||
port: config.api.smtp.port,
|
port: config.api.smtp.port,
|
||||||
use_tls: config.api.smtp.use_tls,
|
use_tls: config.api.smtp.use_tls,
|
||||||
use_starttls: config.api.smtp.use_starttls,
|
use_starttls: config.api.smtp.use_starttls,
|
||||||
},
|
},
|
||||||
expiry: EmailExpiryConfig {
|
expiry: Default::default(),
|
||||||
expire_verification: 3600 * 24 * 7,
|
|
||||||
expire_password_reset: 3600 * 24,
|
|
||||||
expire_account_deletion: 3600 * 24,
|
|
||||||
},
|
|
||||||
templates: if config.production {
|
templates: if config.production {
|
||||||
Templates {
|
Templates {
|
||||||
verify: Template {
|
verify: Template {
|
||||||
title: "Verify your Stoat account.".into(),
|
title: "Verify your Revolt account.".into(),
|
||||||
text: include_str!("../../templates/verify.txt").into(),
|
text: include_str!("../../templates/verify.txt").into(),
|
||||||
url: format!("{}/login/verify/", config.hosts.app),
|
url: format!("{}/login/verify/", config.hosts.app),
|
||||||
html: Some(include_str!("../../templates/verify.html").into()),
|
html: Some(include_str!("../../templates/verify.html").into()),
|
||||||
},
|
},
|
||||||
reset: Template {
|
reset: Template {
|
||||||
title: "Reset your Stoat password.".into(),
|
title: "Reset your Revolt password.".into(),
|
||||||
text: include_str!("../../templates/reset.txt").into(),
|
text: include_str!("../../templates/reset.txt").into(),
|
||||||
url: format!("{}/login/reset/", config.hosts.app),
|
url: format!("{}/login/reset/", config.hosts.app),
|
||||||
html: Some(include_str!("../../templates/reset.html").into()),
|
html: Some(include_str!("../../templates/reset.html").into()),
|
||||||
},
|
},
|
||||||
reset_existing: Template {
|
reset_existing: Template {
|
||||||
title: "You already have a Stoat account, reset your password."
|
title: "You already have a Revolt account, reset your password."
|
||||||
.into(),
|
.into(),
|
||||||
text: include_str!("../../templates/reset-existing.txt").into(),
|
text: include_str!("../../templates/reset-existing.txt").into(),
|
||||||
url: format!("{}/login/reset/", config.hosts.app),
|
url: format!("{}/login/reset/", config.hosts.app),
|
||||||
|
|||||||
@@ -295,9 +295,7 @@ pub enum EventV1 {
|
|||||||
},
|
},
|
||||||
UserMoveVoiceChannel {
|
UserMoveVoiceChannel {
|
||||||
node: String,
|
node: String,
|
||||||
from: String,
|
token: String
|
||||||
to: String,
|
|
||||||
token: String,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -112,7 +112,6 @@ pub mod tasks;
|
|||||||
mod amqp;
|
mod amqp;
|
||||||
pub use amqp::amqp::AMQP;
|
pub use amqp::amqp::AMQP;
|
||||||
|
|
||||||
#[cfg(feature = "voice")]
|
|
||||||
pub mod voice;
|
pub mod voice;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ struct MigrationInfo {
|
|||||||
revision: i32,
|
revision: i32,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const LATEST_REVISION: i32 = 50; // MUST BE +1 to last migration
|
pub const LATEST_REVISION: i32 = 48; // MUST BE +1 to last migration
|
||||||
|
|
||||||
pub async fn migrate_database(db: &MongoDb) {
|
pub async fn migrate_database(db: &MongoDb) {
|
||||||
let migrations = db.col::<Document>("migrations");
|
let migrations = db.col::<Document>("migrations");
|
||||||
@@ -1246,8 +1246,8 @@ pub async fn run_migrations(db: &MongoDb, revision: i32) -> i32 {
|
|||||||
.expect("Failed to update voice channels");
|
.expect("Failed to update voice channels");
|
||||||
};
|
};
|
||||||
|
|
||||||
if revision <= 48 {
|
if revision <= 47 {
|
||||||
info!("Running migration [revision 48 / 22-10-2025]: Add Video + Listen to default permissions");
|
info!("Running migration [revision 47 / 29-04-2025]: Add Video to default permissions");
|
||||||
|
|
||||||
db.col::<Document>("servers")
|
db.col::<Document>("servers")
|
||||||
.update_many(
|
.update_many(
|
||||||
@@ -1255,7 +1255,7 @@ pub async fn run_migrations(db: &MongoDb, revision: i32) -> i32 {
|
|||||||
doc! {
|
doc! {
|
||||||
"$bit": {
|
"$bit": {
|
||||||
"default_permissions": {
|
"default_permissions": {
|
||||||
"or": (ChannelPermission::Video + ChannelPermission::Speak + ChannelPermission::Listen) as i64
|
"or": ChannelPermission::Video as i64
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1264,48 +1264,6 @@ pub async fn run_migrations(db: &MongoDb, revision: i32) -> i32 {
|
|||||||
.expect("Failed to update default_permissions");
|
.expect("Failed to update default_permissions");
|
||||||
};
|
};
|
||||||
|
|
||||||
if revision <= 49 {
|
|
||||||
info!("Running migration [revision 49 / 12-12-2025]: Add _id key to roles");
|
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Clone)]
|
|
||||||
struct Server {
|
|
||||||
#[serde(rename = "_id")]
|
|
||||||
pub id: String,
|
|
||||||
#[serde(default = "HashMap::<String, Document>::new")]
|
|
||||||
pub roles: HashMap<String, Document>,
|
|
||||||
}
|
|
||||||
|
|
||||||
let mut servers = db
|
|
||||||
.db()
|
|
||||||
.collection::<Server>("servers")
|
|
||||||
.find(doc! {
|
|
||||||
"roles": {
|
|
||||||
"$exists": true,
|
|
||||||
"$ne": {}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
.await
|
|
||||||
.unwrap()
|
|
||||||
.map(|res| res.expect("Failed to decode Server { id, roles }"));
|
|
||||||
|
|
||||||
while let Some(server) = servers.next().await {
|
|
||||||
let mut doc = doc! {};
|
|
||||||
|
|
||||||
for id in server.roles.keys() {
|
|
||||||
doc.insert(
|
|
||||||
format!("roles.{id}._id"),
|
|
||||||
id,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
db.db()
|
|
||||||
.collection::<Server>("servers")
|
|
||||||
.update_one(doc! { "_id": &server.id }, doc! { "$set": doc })
|
|
||||||
.await
|
|
||||||
.unwrap();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
// Reminder to update LATEST_REVISION when adding new migrations.
|
// Reminder to update LATEST_REVISION when adding new migrations.
|
||||||
LATEST_REVISION.max(revision)
|
LATEST_REVISION.max(revision)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -110,10 +110,6 @@ auto_derived!(
|
|||||||
/// Voice Information for when this channel is also a voice channel
|
/// Voice Information for when this channel is also a voice channel
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
voice: Option<VoiceInformation>,
|
voice: Option<VoiceInformation>,
|
||||||
|
|
||||||
/// The channel's slowmode delay in seconds
|
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
|
||||||
slowmode: Option<u64>,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -150,8 +146,6 @@ auto_derived!(
|
|||||||
pub last_message_id: Option<String>,
|
pub last_message_id: Option<String>,
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub voice: Option<VoiceInformation>,
|
pub voice: Option<VoiceInformation>,
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
|
||||||
pub slowmode: Option<u64>,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Optional fields on channel object
|
/// Optional fields on channel object
|
||||||
@@ -212,7 +206,6 @@ impl Channel {
|
|||||||
role_permissions: HashMap::new(),
|
role_permissions: HashMap::new(),
|
||||||
nsfw: data.nsfw.unwrap_or(false),
|
nsfw: data.nsfw.unwrap_or(false),
|
||||||
voice: data.voice.map(|voice| voice.into()),
|
voice: data.voice.map(|voice| voice.into()),
|
||||||
slowmode: None
|
|
||||||
},
|
},
|
||||||
v0::LegacyServerChannelType::Voice => Channel::TextChannel {
|
v0::LegacyServerChannelType::Voice => Channel::TextChannel {
|
||||||
id: id.clone(),
|
id: id.clone(),
|
||||||
@@ -225,7 +218,6 @@ impl Channel {
|
|||||||
role_permissions: HashMap::new(),
|
role_permissions: HashMap::new(),
|
||||||
nsfw: data.nsfw.unwrap_or(false),
|
nsfw: data.nsfw.unwrap_or(false),
|
||||||
voice: Some(data.voice.unwrap_or_default().into()),
|
voice: Some(data.voice.unwrap_or_default().into()),
|
||||||
slowmode: None
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -45,9 +45,7 @@ auto_derived!(
|
|||||||
Image {
|
Image {
|
||||||
width: isize,
|
width: isize,
|
||||||
height: isize,
|
height: isize,
|
||||||
thumbhash: Option<Vec<u8>>,
|
// animated: bool // TODO: https://docs.rs/image/latest/image/trait.AnimationDecoder.html for APNG support
|
||||||
#[serde(default)]
|
|
||||||
animated: bool,
|
|
||||||
},
|
},
|
||||||
/// File is a video with specific dimensions
|
/// File is a video with specific dimensions
|
||||||
Video { width: isize, height: isize },
|
Video { width: isize, height: isize },
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
use std::{collections::HashSet, hash::RandomState};
|
||||||
|
|
||||||
use indexmap::{IndexMap, IndexSet};
|
use indexmap::{IndexMap, IndexSet};
|
||||||
use iso8601_timestamp::Timestamp;
|
use iso8601_timestamp::Timestamp;
|
||||||
use revolt_config::{config, FeaturesLimits};
|
use revolt_config::{config, FeaturesLimits};
|
||||||
@@ -7,8 +9,6 @@ use revolt_models::v0::{
|
|||||||
};
|
};
|
||||||
use revolt_permissions::{calculate_channel_permissions, ChannelPermission, PermissionValue};
|
use revolt_permissions::{calculate_channel_permissions, ChannelPermission, PermissionValue};
|
||||||
use revolt_result::{ErrorType, Result};
|
use revolt_result::{ErrorType, Result};
|
||||||
use std::time::SystemTime;
|
|
||||||
use std::{collections::HashSet, hash::RandomState};
|
|
||||||
use ulid::Ulid;
|
use ulid::Ulid;
|
||||||
use validator::Validate;
|
use validator::Validate;
|
||||||
|
|
||||||
@@ -388,7 +388,6 @@ impl Message {
|
|||||||
mut role_mentions,
|
mut role_mentions,
|
||||||
mut mentions_everyone,
|
mut mentions_everyone,
|
||||||
mut mentions_online,
|
mut mentions_online,
|
||||||
..
|
|
||||||
} = message_mentions;
|
} = message_mentions;
|
||||||
|
|
||||||
if allow_mass_mentions && server_id.is_some() && !role_mentions.is_empty() {
|
if allow_mass_mentions && server_id.is_some() && !role_mentions.is_empty() {
|
||||||
@@ -444,8 +443,7 @@ impl Message {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Verify replies are valid.
|
// Verify replies are valid.
|
||||||
let mut replies = Vec::new();
|
let mut replies = HashSet::new();
|
||||||
|
|
||||||
if let Some(entries) = data.replies {
|
if let Some(entries) = data.replies {
|
||||||
if entries.len() > config.features.limits.global.message_replies {
|
if entries.len() > config.features.limits.global.message_replies {
|
||||||
return Err(create_error!(TooManyReplies {
|
return Err(create_error!(TooManyReplies {
|
||||||
@@ -453,8 +451,6 @@ impl Message {
|
|||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
replies.reserve(entries.len());
|
|
||||||
|
|
||||||
for ReplyIntent {
|
for ReplyIntent {
|
||||||
id,
|
id,
|
||||||
mention,
|
mention,
|
||||||
@@ -468,12 +464,7 @@ impl Message {
|
|||||||
user_mentions.insert(message.author.to_owned());
|
user_mentions.insert(message.author.to_owned());
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is O(n^2), but this is faster than a HashSet
|
replies.insert(message.id);
|
||||||
// when n < 20; as long as the message_replies limit
|
|
||||||
// is reasonable, this will be fast.
|
|
||||||
if !replies.contains(&message.id) {
|
|
||||||
replies.push(message.id);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// If the referenced message doesn't exist and fail_if_not_exists
|
// If the referenced message doesn't exist and fail_if_not_exists
|
||||||
// is set to false, send the message without the reply.
|
// is set to false, send the message without the reply.
|
||||||
@@ -498,7 +489,7 @@ impl Message {
|
|||||||
user_mentions.retain(|m| recipients_hash.contains(m));
|
user_mentions.retain(|m| recipients_hash.contains(m));
|
||||||
role_mentions.clear();
|
role_mentions.clear();
|
||||||
}
|
}
|
||||||
Channel::TextChannel { ref server, .. } => {
|
Channel::TextChannel { ref server, .. }=> {
|
||||||
let mentions_vec = Vec::from_iter(user_mentions.iter().cloned());
|
let mentions_vec = Vec::from_iter(user_mentions.iter().cloned());
|
||||||
|
|
||||||
let valid_members = db.fetch_members(server.as_str(), &mentions_vec[..]).await;
|
let valid_members = db.fetch_members(server.as_str(), &mentions_vec[..]).await;
|
||||||
@@ -546,7 +537,9 @@ impl Message {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !replies.is_empty() {
|
if !replies.is_empty() {
|
||||||
message.replies.replace(replies);
|
message
|
||||||
|
.replies
|
||||||
|
.replace(replies.into_iter().collect::<Vec<String>>());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calculate final message flags
|
// Calculate final message flags
|
||||||
@@ -688,13 +681,8 @@ impl Message {
|
|||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
let is_dm_or_group = matches!(
|
|
||||||
channel,
|
|
||||||
Channel::DirectMessage { .. } | Channel::Group { .. }
|
|
||||||
);
|
|
||||||
|
|
||||||
if !self.has_suppressed_notifications()
|
if !self.has_suppressed_notifications()
|
||||||
&& (is_dm_or_group || self.mentions.is_some() || self.contains_mass_push_mention())
|
&& (self.mentions.is_some() || self.contains_mass_push_mention())
|
||||||
{
|
{
|
||||||
// send Push notifications
|
// send Push notifications
|
||||||
#[cfg(feature = "tasks")]
|
#[cfg(feature = "tasks")]
|
||||||
@@ -1035,31 +1023,6 @@ impl Message {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Bulk delete messages by an author since a given time
|
|
||||||
pub async fn bulk_delete_by_author_since(
|
|
||||||
db: &Database,
|
|
||||||
channels: &[String],
|
|
||||||
author: &str,
|
|
||||||
since: SystemTime,
|
|
||||||
) -> Result<()> {
|
|
||||||
let deleted_groups = db
|
|
||||||
.delete_messages_by_author_since(channels, author, since)
|
|
||||||
.await?;
|
|
||||||
|
|
||||||
for (channel_id, message_ids) in deleted_groups {
|
|
||||||
if !message_ids.is_empty() {
|
|
||||||
EventV1::BulkMessageDelete {
|
|
||||||
channel: channel_id.clone(),
|
|
||||||
ids: message_ids,
|
|
||||||
}
|
|
||||||
.p(channel_id)
|
|
||||||
.await;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Remove a reaction from a message
|
/// Remove a reaction from a message
|
||||||
pub async fn remove_reaction(&self, db: &Database, user: &str, emoji: &str) -> Result<()> {
|
pub async fn remove_reaction(&self, db: &Database, user: &str, emoji: &str) -> Result<()> {
|
||||||
// Check if it actually exists
|
// Check if it actually exists
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
use std::collections::HashMap;
|
|
||||||
use std::time::SystemTime;
|
|
||||||
use revolt_result::Result;
|
use revolt_result::Result;
|
||||||
|
|
||||||
use crate::{AppendMessage, FieldsMessage, Message, MessageQuery, PartialMessage};
|
use crate::{AppendMessage, FieldsMessage, Message, MessageQuery, PartialMessage};
|
||||||
@@ -42,12 +40,4 @@ pub trait AbstractMessages: Sync + Send {
|
|||||||
|
|
||||||
/// Delete messages from a channel by their ids and corresponding channel id
|
/// Delete messages from a channel by their ids and corresponding channel id
|
||||||
async fn delete_messages(&self, channel: &str, ids: &[String]) -> Result<()>;
|
async fn delete_messages(&self, channel: &str, ids: &[String]) -> Result<()>;
|
||||||
|
|
||||||
/// Delete all messages from a specific author in a server from a certain ULID onwards
|
|
||||||
async fn delete_messages_by_author_since(
|
|
||||||
&self,
|
|
||||||
channels: &[String],
|
|
||||||
author: &str,
|
|
||||||
since: SystemTime
|
|
||||||
) -> Result<HashMap<String, Vec<String>>>;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
use bson::{to_bson, Document};
|
use bson::{to_bson, Document};
|
||||||
use futures::try_join;
|
use futures::try_join;
|
||||||
use futures::StreamExt;
|
|
||||||
use mongodb::options::FindOptions;
|
use mongodb::options::FindOptions;
|
||||||
use revolt_models::v0::MessageSort;
|
use revolt_models::v0::MessageSort;
|
||||||
use revolt_result::Result;
|
use revolt_result::Result;
|
||||||
use std::collections::{HashMap, HashSet};
|
|
||||||
use std::time::SystemTime;
|
|
||||||
use ulid::Ulid;
|
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
AppendMessage, DocumentId, FieldsMessage, IntoDocumentPath, Message, MessageQuery,
|
AppendMessage, DocumentId, FieldsMessage, IntoDocumentPath, Message, MessageQuery,
|
||||||
@@ -310,112 +306,6 @@ impl AbstractMessages for MongoDb {
|
|||||||
.map(|_| ())
|
.map(|_| ())
|
||||||
.map_err(|_| create_database_error!("delete_many", COL))
|
.map_err(|_| create_database_error!("delete_many", COL))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Delete all messages from a specific author in a server from a certain ULID onwards
|
|
||||||
async fn delete_messages_by_author_since(
|
|
||||||
&self,
|
|
||||||
channels: &[String],
|
|
||||||
author: &str,
|
|
||||||
since: SystemTime,
|
|
||||||
) -> Result<HashMap<String, Vec<String>>> {
|
|
||||||
let threshold_ulid = Ulid::from_datetime(since).to_string();
|
|
||||||
|
|
||||||
let filter = doc! {
|
|
||||||
"author": author,
|
|
||||||
"channel": { "$in": channels },
|
|
||||||
"_id": { "$gte": &threshold_ulid }
|
|
||||||
};
|
|
||||||
|
|
||||||
let pipeline = vec![
|
|
||||||
doc! { "$match": filter.clone() },
|
|
||||||
doc! {
|
|
||||||
"$project": {
|
|
||||||
"channel": 1_i32,
|
|
||||||
"message_id": "$_id",
|
|
||||||
"attachment_ids": {
|
|
||||||
"$map": {
|
|
||||||
"input": { "$ifNull": ["$attachments", Vec::<bson::Bson>::new()] },
|
|
||||||
"as": "a",
|
|
||||||
"in": "$$a._id"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
doc! {
|
|
||||||
"$group": {
|
|
||||||
"_id": "$channel",
|
|
||||||
"message_ids": { "$push": "$message_id" },
|
|
||||||
"attachment_ids_nested": { "$push": "$attachment_ids" }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
doc! {
|
|
||||||
"$project": {
|
|
||||||
"message_ids": 1_i32,
|
|
||||||
"attachment_ids": {
|
|
||||||
"$reduce": {
|
|
||||||
"input": "$attachment_ids_nested",
|
|
||||||
"initialValue": Vec::<bson::Bson>::new(),
|
|
||||||
"in": { "$setUnion": ["$$value", "$$this"] }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
#[derive(serde::Deserialize)]
|
|
||||||
struct AggregatedChannel {
|
|
||||||
#[serde(rename = "_id")]
|
|
||||||
channel: String,
|
|
||||||
message_ids: Vec<String>,
|
|
||||||
#[serde(default)]
|
|
||||||
attachment_ids: Vec<String>,
|
|
||||||
}
|
|
||||||
|
|
||||||
let mut cursor = self
|
|
||||||
.col::<Document>(COL)
|
|
||||||
.aggregate(pipeline)
|
|
||||||
.await
|
|
||||||
.map_err(|_| create_database_error!("aggregate", COL))?
|
|
||||||
.with_type::<AggregatedChannel>();
|
|
||||||
|
|
||||||
let mut deleted_messages: HashMap<String, Vec<String>> = HashMap::new();
|
|
||||||
let mut attachment_ids: HashSet<String> = HashSet::new();
|
|
||||||
|
|
||||||
while let Some(result) = cursor.next().await {
|
|
||||||
if let Ok(item) = result {
|
|
||||||
for id in item.attachment_ids {
|
|
||||||
attachment_ids.insert(id);
|
|
||||||
}
|
|
||||||
deleted_messages.insert(item.channel, item.message_ids);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Mark attachments as deleted before deleting messages
|
|
||||||
if !attachment_ids.is_empty() {
|
|
||||||
self.col::<Document>("attachments")
|
|
||||||
.update_many(
|
|
||||||
doc! {
|
|
||||||
"_id": {
|
|
||||||
"$in": attachment_ids.into_iter().collect::<Vec<String>>()
|
|
||||||
}
|
|
||||||
},
|
|
||||||
doc! {
|
|
||||||
"$set": {
|
|
||||||
"deleted": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
)
|
|
||||||
.await
|
|
||||||
.map_err(|_| create_database_error!("update_many", "attachments"))?;
|
|
||||||
}
|
|
||||||
|
|
||||||
self.col::<Document>(COL)
|
|
||||||
.delete_many(filter)
|
|
||||||
.await
|
|
||||||
.map_err(|_| create_database_error!("delete_many", COL))?;
|
|
||||||
|
|
||||||
Ok(deleted_messages)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl IntoDocumentPath for FieldsMessage {
|
impl IntoDocumentPath for FieldsMessage {
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
use std::collections::HashMap;
|
|
||||||
use futures::future::try_join_all;
|
use futures::future::try_join_all;
|
||||||
use indexmap::IndexSet;
|
use indexmap::IndexSet;
|
||||||
use revolt_result::Result;
|
use revolt_result::Result;
|
||||||
use std::time::SystemTime;
|
|
||||||
use ulid::Ulid;
|
|
||||||
use crate::{AppendMessage, FieldsMessage, Message, MessageQuery, PartialMessage, ReferenceDb};
|
use crate::{AppendMessage, FieldsMessage, Message, MessageQuery, PartialMessage, ReferenceDb};
|
||||||
|
|
||||||
use super::AbstractMessages;
|
use super::AbstractMessages;
|
||||||
@@ -288,63 +286,4 @@ impl AbstractMessages for ReferenceDb {
|
|||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Delete all messages from a specific author in a list of channels from a certain ULID onwards
|
|
||||||
async fn delete_messages_by_author_since(
|
|
||||||
&self,
|
|
||||||
channels: &[String],
|
|
||||||
author: &str,
|
|
||||||
since: SystemTime
|
|
||||||
) -> Result<HashMap<String, Vec<String>>> {
|
|
||||||
let threshold_ulid = Ulid::from_datetime(since).to_string();
|
|
||||||
let mut deleted_messages: HashMap<String, Vec<String>> = HashMap::new();
|
|
||||||
let mut attachment_ids: Vec<String> = Vec::new();
|
|
||||||
|
|
||||||
let messages = self.messages.lock().await;
|
|
||||||
|
|
||||||
// First pass: collect attachment IDs and message IDs to delete
|
|
||||||
for (id, message) in messages.iter() {
|
|
||||||
let should_delete = message.author == author
|
|
||||||
&& channels.contains(&message.channel)
|
|
||||||
&& id.as_str() >= threshold_ulid.as_str();
|
|
||||||
|
|
||||||
if should_delete {
|
|
||||||
// Collect attachment IDs
|
|
||||||
if let Some(attachments) = &message.attachments {
|
|
||||||
for attachment in attachments {
|
|
||||||
attachment_ids.push(attachment.id.clone());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
deleted_messages
|
|
||||||
.entry(message.channel.clone())
|
|
||||||
.or_default()
|
|
||||||
.push(id.clone());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
drop(messages);
|
|
||||||
|
|
||||||
// Mark attachments as deleted
|
|
||||||
if !attachment_ids.is_empty() {
|
|
||||||
let mut files = self.files.lock().await;
|
|
||||||
for attachment_id in attachment_ids {
|
|
||||||
if let Some(file) = files.get_mut(&attachment_id) {
|
|
||||||
file.deleted = Some(true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Delete the messages
|
|
||||||
self.messages
|
|
||||||
.lock()
|
|
||||||
.await
|
|
||||||
.retain(|id, message| {
|
|
||||||
let should_keep = !(message.author == author
|
|
||||||
&& channels.contains(&message.channel)
|
|
||||||
&& id.as_str() >= threshold_ulid.as_str());
|
|
||||||
should_keep
|
|
||||||
});
|
|
||||||
|
|
||||||
Ok(deleted_messages)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
use iso8601_timestamp::Timestamp;
|
use iso8601_timestamp::Timestamp;
|
||||||
use revolt_permissions::{calculate_channel_permissions, ChannelPermission};
|
use revolt_permissions::{calculate_channel_permissions, ChannelPermission};
|
||||||
use revolt_result::{create_error, Result};
|
use revolt_result::{create_error, Result};
|
||||||
|
use crate::voice::get_channel_voice_state;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
events::client::EventV1, util::permissions::DatabasePermissionQuery, Channel, Database, File,
|
events::client::EventV1, util::permissions::DatabasePermissionQuery, Channel,
|
||||||
Server, SystemMessage, User,
|
Database, File, Server, SystemMessage, User,
|
||||||
};
|
};
|
||||||
|
|
||||||
fn default_true() -> bool {
|
fn default_true() -> bool {
|
||||||
@@ -45,6 +46,7 @@ auto_derived_partial!(
|
|||||||
/// Whether the member is server-wide voice deafened
|
/// Whether the member is server-wide voice deafened
|
||||||
#[serde(skip_serializing_if = "is_true", default = "default_true")]
|
#[serde(skip_serializing_if = "is_true", default = "default_true")]
|
||||||
pub can_receive: bool,
|
pub can_receive: bool,
|
||||||
|
|
||||||
// This value only exists in the database, not the models.
|
// This value only exists in the database, not the models.
|
||||||
// If it is not-None, the database layer should return None to member fetching queries.
|
// If it is not-None, the database layer should return None to member fetching queries.
|
||||||
// pub pending_deletion_at: Option<Timestamp>
|
// pub pending_deletion_at: Option<Timestamp>
|
||||||
@@ -71,7 +73,6 @@ auto_derived!(
|
|||||||
CanReceive,
|
CanReceive,
|
||||||
CanPublish,
|
CanPublish,
|
||||||
JoinedAt,
|
JoinedAt,
|
||||||
VoiceChannel,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Member removal intention
|
/// Member removal intention
|
||||||
@@ -147,16 +148,10 @@ impl Member {
|
|||||||
|
|
||||||
let emojis = db.fetch_emoji_by_parent_id(&server.id).await?;
|
let emojis = db.fetch_emoji_by_parent_id(&server.id).await?;
|
||||||
|
|
||||||
#[allow(unused_mut)]
|
|
||||||
let mut voice_states = Vec::new();
|
let mut voice_states = Vec::new();
|
||||||
|
|
||||||
#[cfg(feature = "voice")]
|
|
||||||
for channel in &channels {
|
for channel in &channels {
|
||||||
if let Ok(Some(voice_state)) = crate::voice::get_channel_voice_state(
|
if let Ok(Some(voice_state)) = get_channel_voice_state(channel).await {
|
||||||
&crate::voice::UserVoiceChannel::from_channel(channel),
|
|
||||||
)
|
|
||||||
.await
|
|
||||||
{
|
|
||||||
voice_states.push(voice_state)
|
voice_states.push(voice_state)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -178,7 +173,7 @@ impl Member {
|
|||||||
.map(|channel| channel.into())
|
.map(|channel| channel.into())
|
||||||
.collect(),
|
.collect(),
|
||||||
emojis: emojis.into_iter().map(|emoji| emoji.into()).collect(),
|
emojis: emojis.into_iter().map(|emoji| emoji.into()).collect(),
|
||||||
voice_states,
|
voice_states
|
||||||
}
|
}
|
||||||
.private(user.id.clone())
|
.private(user.id.clone())
|
||||||
.await;
|
.await;
|
||||||
@@ -228,14 +223,13 @@ impl Member {
|
|||||||
|
|
||||||
pub fn remove_field(&mut self, field: &FieldsMember) {
|
pub fn remove_field(&mut self, field: &FieldsMember) {
|
||||||
match field {
|
match field {
|
||||||
FieldsMember::JoinedAt => {}
|
FieldsMember::JoinedAt => (),
|
||||||
FieldsMember::Avatar => self.avatar = None,
|
FieldsMember::Avatar => self.avatar = None,
|
||||||
FieldsMember::Nickname => self.nickname = None,
|
FieldsMember::Nickname => self.nickname = None,
|
||||||
FieldsMember::Roles => self.roles.clear(),
|
FieldsMember::Roles => self.roles.clear(),
|
||||||
FieldsMember::Timeout => self.timeout = None,
|
FieldsMember::Timeout => self.timeout = None,
|
||||||
FieldsMember::CanReceive => self.can_receive = true,
|
FieldsMember::CanReceive => self.can_receive = true,
|
||||||
FieldsMember::CanPublish => self.can_publish = true,
|
FieldsMember::CanPublish => self.can_publish = true,
|
||||||
FieldsMember::VoiceChannel => {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -330,15 +330,14 @@ impl AbstractServerMembers for MongoDb {
|
|||||||
|
|
||||||
impl IntoDocumentPath for FieldsMember {
|
impl IntoDocumentPath for FieldsMember {
|
||||||
fn as_path(&self) -> Option<&'static str> {
|
fn as_path(&self) -> Option<&'static str> {
|
||||||
match self {
|
Some(match self {
|
||||||
FieldsMember::JoinedAt => Some("joined_at"),
|
FieldsMember::JoinedAt => "joined_at",
|
||||||
FieldsMember::Avatar => Some("avatar"),
|
FieldsMember::Avatar => "avatar",
|
||||||
FieldsMember::Nickname => Some("nickname"),
|
FieldsMember::Nickname => "nickname",
|
||||||
FieldsMember::Roles => Some("roles"),
|
FieldsMember::Roles => "roles",
|
||||||
FieldsMember::Timeout => Some("timeout"),
|
FieldsMember::Timeout => "timeout",
|
||||||
FieldsMember::CanPublish => Some("can_publish"),
|
FieldsMember::CanPublish => "is_publishing",
|
||||||
FieldsMember::CanReceive => Some("can_receive"),
|
FieldsMember::CanReceive => "is_receiving",
|
||||||
FieldsMember::VoiceChannel => None,
|
})
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,9 +68,6 @@ auto_derived_partial!(
|
|||||||
auto_derived_partial!(
|
auto_derived_partial!(
|
||||||
/// Role
|
/// Role
|
||||||
pub struct Role {
|
pub struct Role {
|
||||||
/// Unique Id
|
|
||||||
#[serde(rename = "_id")]
|
|
||||||
pub id: String,
|
|
||||||
/// Role name
|
/// Role name
|
||||||
pub name: String,
|
pub name: String,
|
||||||
/// Permissions available to this role
|
/// Permissions available to this role
|
||||||
@@ -249,6 +246,7 @@ impl Server {
|
|||||||
role.update(
|
role.update(
|
||||||
db,
|
db,
|
||||||
&self.id,
|
&self.id,
|
||||||
|
role_id,
|
||||||
PartialRole {
|
PartialRole {
|
||||||
permissions: Some(permissions),
|
permissions: Some(permissions),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
@@ -299,7 +297,6 @@ impl Role {
|
|||||||
/// Into optional struct
|
/// Into optional struct
|
||||||
pub fn into_optional(self) -> PartialRole {
|
pub fn into_optional(self) -> PartialRole {
|
||||||
PartialRole {
|
PartialRole {
|
||||||
id: Some(self.id),
|
|
||||||
name: Some(self.name),
|
name: Some(self.name),
|
||||||
permissions: Some(self.permissions),
|
permissions: Some(self.permissions),
|
||||||
colour: self.colour,
|
colour: self.colour,
|
||||||
@@ -309,29 +306,20 @@ impl Role {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Create a role
|
/// Create a role
|
||||||
pub async fn create(db: &Database, server: &Server, name: String) -> Result<Self> {
|
pub async fn create(&self, db: &Database, server_id: &str) -> Result<String> {
|
||||||
let role = Role {
|
let role_id = Ulid::new().to_string();
|
||||||
id: Ulid::new().to_string(),
|
db.insert_role(server_id, &role_id, self).await?;
|
||||||
name,
|
|
||||||
// Rank of the new role should be below the lowest role
|
|
||||||
rank: server.roles.len() as i64,
|
|
||||||
colour: None,
|
|
||||||
hoist: false,
|
|
||||||
permissions: Default::default(),
|
|
||||||
};
|
|
||||||
|
|
||||||
db.insert_role(&server.id, &role).await?;
|
|
||||||
|
|
||||||
EventV1::ServerRoleUpdate {
|
EventV1::ServerRoleUpdate {
|
||||||
id: server.id.clone(),
|
id: server_id.to_string(),
|
||||||
role_id: role.id.clone(),
|
role_id: role_id.to_string(),
|
||||||
data: role.clone().into_optional().into(),
|
data: self.clone().into_optional().into(),
|
||||||
clear: vec![],
|
clear: vec![],
|
||||||
}
|
}
|
||||||
.p(server.id.clone())
|
.p(server_id.to_string())
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
Ok(role)
|
Ok(role_id)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Update server data
|
/// Update server data
|
||||||
@@ -339,6 +327,7 @@ impl Role {
|
|||||||
&mut self,
|
&mut self,
|
||||||
db: &Database,
|
db: &Database,
|
||||||
server_id: &str,
|
server_id: &str,
|
||||||
|
role_id: &str,
|
||||||
partial: PartialRole,
|
partial: PartialRole,
|
||||||
remove: Vec<FieldsRole>,
|
remove: Vec<FieldsRole>,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
@@ -348,14 +337,14 @@ impl Role {
|
|||||||
|
|
||||||
self.apply_options(partial.clone());
|
self.apply_options(partial.clone());
|
||||||
|
|
||||||
db.update_role(server_id, &self.id, &partial, remove.clone())
|
db.update_role(server_id, role_id, &partial, remove.clone())
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
EventV1::ServerRoleUpdate {
|
EventV1::ServerRoleUpdate {
|
||||||
id: server_id.to_string(),
|
id: server_id.to_string(),
|
||||||
role_id: self.id.clone(),
|
role_id: role_id.to_string(),
|
||||||
data: partial.into(),
|
data: partial.into(),
|
||||||
clear: remove.into_iter().map(Into::into).collect(),
|
clear: vec![],
|
||||||
}
|
}
|
||||||
.p(server_id.to_string())
|
.p(server_id.to_string())
|
||||||
.await;
|
.await;
|
||||||
@@ -371,15 +360,15 @@ impl Role {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Delete a role
|
/// Delete a role
|
||||||
pub async fn delete(self, db: &Database, server_id: &str) -> Result<()> {
|
pub async fn delete(self, db: &Database, server_id: &str, role_id: &str) -> Result<()> {
|
||||||
EventV1::ServerRoleDelete {
|
EventV1::ServerRoleDelete {
|
||||||
id: server_id.to_string(),
|
id: server_id.to_string(),
|
||||||
role_id: self.id.clone(),
|
role_id: role_id.to_string(),
|
||||||
}
|
}
|
||||||
.p(server_id.to_string())
|
.p(server_id.to_string())
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
db.delete_role(server_id, &self.id).await
|
db.delete_role(server_id, role_id).await
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ pub trait AbstractServers: Sync + Send {
|
|||||||
async fn delete_server(&self, id: &str) -> Result<()>;
|
async fn delete_server(&self, id: &str) -> Result<()>;
|
||||||
|
|
||||||
/// Insert a new role into server object
|
/// Insert a new role into server object
|
||||||
async fn insert_role(&self, server_id: &str, role: &Role) -> Result<()>;
|
async fn insert_role(&self, server_id: &str, role_id: &str, role: &Role) -> Result<()>;
|
||||||
|
|
||||||
/// Update an existing role on a server
|
/// Update an existing role on a server
|
||||||
async fn update_role(
|
async fn update_role(
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ impl AbstractServers for MongoDb {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Insert a new role into server object
|
/// Insert a new role into server object
|
||||||
async fn insert_role(&self, server_id: &str, role: &Role) -> Result<()> {
|
async fn insert_role(&self, server_id: &str, role_id: &str, role: &Role) -> Result<()> {
|
||||||
self.col::<Document>(COL)
|
self.col::<Document>(COL)
|
||||||
.update_one(
|
.update_one(
|
||||||
doc! {
|
doc! {
|
||||||
@@ -77,7 +77,7 @@ impl AbstractServers for MongoDb {
|
|||||||
},
|
},
|
||||||
doc! {
|
doc! {
|
||||||
"$set": {
|
"$set": {
|
||||||
"roles.".to_owned() + &role.id: to_document(role)
|
"roles.".to_owned() + role_id: to_document(role)
|
||||||
.map_err(|_| create_database_error!("to_document", "role"))?
|
.map_err(|_| create_database_error!("to_document", "role"))?
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -72,10 +72,10 @@ impl AbstractServers for ReferenceDb {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Insert a new role into server object
|
/// Insert a new role into server object
|
||||||
async fn insert_role(&self, server_id: &str, role: &Role) -> Result<()> {
|
async fn insert_role(&self, server_id: &str, role_id: &str, role: &Role) -> Result<()> {
|
||||||
let mut servers = self.servers.lock().await;
|
let mut servers = self.servers.lock().await;
|
||||||
if let Some(server) = servers.get_mut(server_id) {
|
if let Some(server) = servers.get_mut(server_id) {
|
||||||
server.roles.insert(role.id.clone(), role.clone());
|
server.roles.insert(role_id.to_string(), role.clone());
|
||||||
Ok(())
|
Ok(())
|
||||||
} else {
|
} else {
|
||||||
Err(create_error!(NotFound))
|
Err(create_error!(NotFound))
|
||||||
|
|||||||
@@ -190,7 +190,6 @@ impl From<crate::Channel> for Channel {
|
|||||||
role_permissions,
|
role_permissions,
|
||||||
nsfw,
|
nsfw,
|
||||||
voice,
|
voice,
|
||||||
slowmode
|
|
||||||
} => Channel::TextChannel {
|
} => Channel::TextChannel {
|
||||||
id,
|
id,
|
||||||
server,
|
server,
|
||||||
@@ -202,7 +201,6 @@ impl From<crate::Channel> for Channel {
|
|||||||
role_permissions,
|
role_permissions,
|
||||||
nsfw,
|
nsfw,
|
||||||
voice: voice.map(|voice| voice.into()),
|
voice: voice.map(|voice| voice.into()),
|
||||||
slowmode
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -256,7 +254,6 @@ impl From<Channel> for crate::Channel {
|
|||||||
role_permissions,
|
role_permissions,
|
||||||
nsfw,
|
nsfw,
|
||||||
voice,
|
voice,
|
||||||
slowmode
|
|
||||||
} => crate::Channel::TextChannel {
|
} => crate::Channel::TextChannel {
|
||||||
id,
|
id,
|
||||||
server,
|
server,
|
||||||
@@ -268,7 +265,6 @@ impl From<Channel> for crate::Channel {
|
|||||||
role_permissions,
|
role_permissions,
|
||||||
nsfw,
|
nsfw,
|
||||||
voice: voice.map(|voice| voice.into()),
|
voice: voice.map(|voice| voice.into()),
|
||||||
slowmode
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -287,8 +283,7 @@ impl From<crate::PartialChannel> for PartialChannel {
|
|||||||
role_permissions: value.role_permissions,
|
role_permissions: value.role_permissions,
|
||||||
default_permissions: value.default_permissions,
|
default_permissions: value.default_permissions,
|
||||||
last_message_id: value.last_message_id,
|
last_message_id: value.last_message_id,
|
||||||
voice: value.voice.map(|voice| voice.into()),
|
voice: value.voice.map(|voice| voice.into())
|
||||||
slowmode: value.slowmode,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -306,8 +301,7 @@ impl From<PartialChannel> for crate::PartialChannel {
|
|||||||
role_permissions: value.role_permissions,
|
role_permissions: value.role_permissions,
|
||||||
default_permissions: value.default_permissions,
|
default_permissions: value.default_permissions,
|
||||||
last_message_id: value.last_message_id,
|
last_message_id: value.last_message_id,
|
||||||
voice: value.voice.map(|voice| voice.into()),
|
voice: value.voice.map(|voice| voice.into())
|
||||||
slowmode: value.slowmode
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -412,16 +406,9 @@ impl From<crate::Metadata> for Metadata {
|
|||||||
match value {
|
match value {
|
||||||
crate::Metadata::File => Metadata::File,
|
crate::Metadata::File => Metadata::File,
|
||||||
crate::Metadata::Text => Metadata::Text,
|
crate::Metadata::Text => Metadata::Text,
|
||||||
crate::Metadata::Image {
|
crate::Metadata::Image { width, height } => Metadata::Image {
|
||||||
width,
|
|
||||||
height,
|
|
||||||
thumbhash,
|
|
||||||
animated,
|
|
||||||
} => Metadata::Image {
|
|
||||||
width: width as usize,
|
width: width as usize,
|
||||||
height: height as usize,
|
height: height as usize,
|
||||||
thumbhash,
|
|
||||||
animated,
|
|
||||||
},
|
},
|
||||||
crate::Metadata::Video { width, height } => Metadata::Video {
|
crate::Metadata::Video { width, height } => Metadata::Video {
|
||||||
width: width as usize,
|
width: width as usize,
|
||||||
@@ -437,16 +424,9 @@ impl From<Metadata> for crate::Metadata {
|
|||||||
match value {
|
match value {
|
||||||
Metadata::File => crate::Metadata::File,
|
Metadata::File => crate::Metadata::File,
|
||||||
Metadata::Text => crate::Metadata::Text,
|
Metadata::Text => crate::Metadata::Text,
|
||||||
Metadata::Image {
|
Metadata::Image { width, height } => crate::Metadata::Image {
|
||||||
width,
|
|
||||||
height,
|
|
||||||
thumbhash,
|
|
||||||
animated,
|
|
||||||
} => crate::Metadata::Image {
|
|
||||||
width: width as isize,
|
width: width as isize,
|
||||||
height: height as isize,
|
height: height as isize,
|
||||||
thumbhash,
|
|
||||||
animated,
|
|
||||||
},
|
},
|
||||||
Metadata::Video { width, height } => crate::Metadata::Video {
|
Metadata::Video { width, height } => crate::Metadata::Video {
|
||||||
width: width as isize,
|
width: width as isize,
|
||||||
@@ -535,9 +515,7 @@ impl From<crate::SystemMessage> for SystemMessage {
|
|||||||
crate::SystemMessage::UserRemove { id, by } => Self::UserRemove { id, by },
|
crate::SystemMessage::UserRemove { id, by } => Self::UserRemove { id, by },
|
||||||
crate::SystemMessage::MessagePinned { id, by } => Self::MessagePinned { id, by },
|
crate::SystemMessage::MessagePinned { id, by } => Self::MessagePinned { id, by },
|
||||||
crate::SystemMessage::MessageUnpinned { id, by } => Self::MessageUnpinned { id, by },
|
crate::SystemMessage::MessageUnpinned { id, by } => Self::MessageUnpinned { id, by },
|
||||||
crate::SystemMessage::CallStarted { by, finished_at } => {
|
crate::SystemMessage::CallStarted { by, finished_at } => Self::CallStarted { by, finished_at }
|
||||||
Self::CallStarted { by, finished_at }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -713,7 +691,6 @@ impl From<crate::FieldsMember> for FieldsMember {
|
|||||||
crate::FieldsMember::CanReceive => FieldsMember::CanReceive,
|
crate::FieldsMember::CanReceive => FieldsMember::CanReceive,
|
||||||
crate::FieldsMember::CanPublish => FieldsMember::CanPublish,
|
crate::FieldsMember::CanPublish => FieldsMember::CanPublish,
|
||||||
crate::FieldsMember::JoinedAt => FieldsMember::JoinedAt,
|
crate::FieldsMember::JoinedAt => FieldsMember::JoinedAt,
|
||||||
crate::FieldsMember::VoiceChannel => FieldsMember::VoiceChannel,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -728,7 +705,6 @@ impl From<FieldsMember> for crate::FieldsMember {
|
|||||||
FieldsMember::CanReceive => crate::FieldsMember::CanReceive,
|
FieldsMember::CanReceive => crate::FieldsMember::CanReceive,
|
||||||
FieldsMember::CanPublish => crate::FieldsMember::CanPublish,
|
FieldsMember::CanPublish => crate::FieldsMember::CanPublish,
|
||||||
FieldsMember::JoinedAt => crate::FieldsMember::JoinedAt,
|
FieldsMember::JoinedAt => crate::FieldsMember::JoinedAt,
|
||||||
FieldsMember::VoiceChannel => crate::FieldsMember::VoiceChannel,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -920,7 +896,6 @@ impl From<SystemMessageChannels> for crate::SystemMessageChannels {
|
|||||||
impl From<crate::Role> for Role {
|
impl From<crate::Role> for Role {
|
||||||
fn from(value: crate::Role) -> Self {
|
fn from(value: crate::Role) -> Self {
|
||||||
Role {
|
Role {
|
||||||
id: value.id,
|
|
||||||
name: value.name,
|
name: value.name,
|
||||||
permissions: value.permissions,
|
permissions: value.permissions,
|
||||||
colour: value.colour,
|
colour: value.colour,
|
||||||
@@ -933,7 +908,6 @@ impl From<crate::Role> for Role {
|
|||||||
impl From<Role> for crate::Role {
|
impl From<Role> for crate::Role {
|
||||||
fn from(value: Role) -> crate::Role {
|
fn from(value: Role) -> crate::Role {
|
||||||
crate::Role {
|
crate::Role {
|
||||||
id: value.id,
|
|
||||||
name: value.name,
|
name: value.name,
|
||||||
permissions: value.permissions,
|
permissions: value.permissions,
|
||||||
colour: value.colour,
|
colour: value.colour,
|
||||||
@@ -946,7 +920,6 @@ impl From<Role> for crate::Role {
|
|||||||
impl From<crate::PartialRole> for PartialRole {
|
impl From<crate::PartialRole> for PartialRole {
|
||||||
fn from(value: crate::PartialRole) -> Self {
|
fn from(value: crate::PartialRole) -> Self {
|
||||||
PartialRole {
|
PartialRole {
|
||||||
id: value.id,
|
|
||||||
name: value.name,
|
name: value.name,
|
||||||
permissions: value.permissions,
|
permissions: value.permissions,
|
||||||
colour: value.colour,
|
colour: value.colour,
|
||||||
@@ -959,7 +932,6 @@ impl From<crate::PartialRole> for PartialRole {
|
|||||||
impl From<PartialRole> for crate::PartialRole {
|
impl From<PartialRole> for crate::PartialRole {
|
||||||
fn from(value: PartialRole) -> crate::PartialRole {
|
fn from(value: PartialRole) -> crate::PartialRole {
|
||||||
crate::PartialRole {
|
crate::PartialRole {
|
||||||
id: value.id,
|
|
||||||
name: value.name,
|
name: value.name,
|
||||||
permissions: value.permissions,
|
permissions: value.permissions,
|
||||||
colour: value.colour,
|
colour: value.colour,
|
||||||
@@ -1404,7 +1376,7 @@ impl From<FieldsMessage> for crate::FieldsMessage {
|
|||||||
impl From<VoiceInformation> for crate::VoiceInformation {
|
impl From<VoiceInformation> for crate::VoiceInformation {
|
||||||
fn from(value: VoiceInformation) -> Self {
|
fn from(value: VoiceInformation) -> Self {
|
||||||
crate::VoiceInformation {
|
crate::VoiceInformation {
|
||||||
max_users: value.max_users,
|
max_users: value.max_users
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1412,7 +1384,7 @@ impl From<VoiceInformation> for crate::VoiceInformation {
|
|||||||
impl From<crate::VoiceInformation> for VoiceInformation {
|
impl From<crate::VoiceInformation> for VoiceInformation {
|
||||||
fn from(value: crate::VoiceInformation) -> Self {
|
fn from(value: crate::VoiceInformation) -> Self {
|
||||||
VoiceInformation {
|
VoiceInformation {
|
||||||
max_users: value.max_users,
|
max_users: value.max_users
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,3 @@
|
|||||||
use std::fmt::{Display, Write};
|
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
events::client::EventV1,
|
events::client::EventV1,
|
||||||
models::{Channel, User},
|
models::{Channel, User},
|
||||||
@@ -8,11 +6,7 @@ use crate::{
|
|||||||
};
|
};
|
||||||
use iso8601_timestamp::{Duration, Timestamp};
|
use iso8601_timestamp::{Duration, Timestamp};
|
||||||
use livekit_protocol::ParticipantPermission;
|
use livekit_protocol::ParticipantPermission;
|
||||||
use redis_kiss::{
|
use redis_kiss::{get_connection as _get_connection, redis::Pipeline, AsyncCommands, Conn};
|
||||||
get_connection as _get_connection,
|
|
||||||
redis::{FromRedisValue, Pipeline, RedisError, RedisWrite, ToRedisArgs, Value},
|
|
||||||
AsyncCommands, Conn,
|
|
||||||
};
|
|
||||||
use revolt_config::FeaturesLimits;
|
use revolt_config::FeaturesLimits;
|
||||||
use revolt_models::v0::{self, PartialUserVoiceState, UserVoiceState};
|
use revolt_models::v0::{self, PartialUserVoiceState, UserVoiceState};
|
||||||
use revolt_permissions::{calculate_channel_permissions, ChannelPermission, PermissionValue};
|
use revolt_permissions::{calculate_channel_permissions, ChannelPermission, PermissionValue};
|
||||||
@@ -22,60 +16,48 @@ mod voice_client;
|
|||||||
pub use voice_client::VoiceClient;
|
pub use voice_client::VoiceClient;
|
||||||
|
|
||||||
async fn get_connection() -> Result<Conn> {
|
async fn get_connection() -> Result<Conn> {
|
||||||
_get_connection()
|
_get_connection().await.to_internal_error()
|
||||||
.await
|
|
||||||
.map_err(|_| create_error!(InternalError))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn raise_if_in_voice(user: &User, channel: &UserVoiceChannel) -> Result<()> {
|
pub async fn raise_if_in_voice(user: &User, channel_id: &str) -> Result<()> {
|
||||||
let mut conn = get_connection().await?;
|
let mut conn = get_connection().await?;
|
||||||
|
|
||||||
if user.bot.is_some() {
|
if user.bot.is_some()
|
||||||
// bots can be in as many voice channels as it wants so we just check if its already connected to the one its trying to connect to
|
// bots can be in as many voice channels as it wants so we just check if its already connected to the one its trying to connect to
|
||||||
if conn
|
&& conn.sismember(format!("vc:{}", &user.id), channel_id)
|
||||||
.sismember(format!("vc:{}", &user.id), channel)
|
|
||||||
.await
|
.await
|
||||||
.to_internal_error()?
|
.to_internal_error()?
|
||||||
{
|
{
|
||||||
return Err(create_error!(AlreadyConnected));
|
Err(create_error!(AlreadyConnected))
|
||||||
};
|
|
||||||
} else if conn
|
} else if conn
|
||||||
.scard::<_, u32>(format!("vc:{}", &user.id)) // check if the current vc set is empty
|
.scard::<_, u32>(format!("vc:{}", &user.id)) // check if the current vc set is empty
|
||||||
.await
|
.await
|
||||||
.to_internal_error()?
|
.to_internal_error()?
|
||||||
> 0
|
> 0
|
||||||
{
|
{
|
||||||
return Err(create_error!(AlreadyConnected));
|
Err(create_error!(AlreadyConnected))
|
||||||
};
|
} else {
|
||||||
|
Ok(())
|
||||||
Ok(())
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn set_channel_node(channel_id: &str, node: &str) -> Result<()> {
|
pub async fn set_channel_node(channel: &str, node: &str) -> Result<()> {
|
||||||
get_connection()
|
get_connection()
|
||||||
.await?
|
.await?
|
||||||
.set(format!("node:{channel_id}"), node)
|
.set(format!("node:{channel}"), node)
|
||||||
.await
|
.await
|
||||||
.to_internal_error()
|
.to_internal_error()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn get_channel_node(channel_id: &str) -> Result<Option<String>> {
|
pub async fn get_channel_node(channel: &str) -> Result<Option<String>> {
|
||||||
get_connection()
|
get_connection()
|
||||||
.await?
|
.await?
|
||||||
.get(format!("node:{channel_id}"))
|
.get(format!("node:{channel}"))
|
||||||
.await
|
.await
|
||||||
.to_internal_error()
|
.to_internal_error()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn delete_channel_node(channel_id: &str) -> Result<()> {
|
pub async fn get_user_voice_channels(user_id: &str) -> Result<Vec<String>> {
|
||||||
get_connection()
|
|
||||||
.await?
|
|
||||||
.del(format!("node:{channel_id}"))
|
|
||||||
.await
|
|
||||||
.to_internal_error()
|
|
||||||
}
|
|
||||||
|
|
||||||
pub async fn get_user_voice_channels(user_id: &str) -> Result<Vec<UserVoiceChannel>> {
|
|
||||||
get_connection()
|
get_connection()
|
||||||
.await?
|
.await?
|
||||||
.smembers(format!("vc:{user_id}"))
|
.smembers(format!("vc:{user_id}"))
|
||||||
@@ -84,14 +66,14 @@ pub async fn get_user_voice_channels(user_id: &str) -> Result<Vec<UserVoiceChann
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub async fn set_user_moved_from_voice(
|
pub async fn set_user_moved_from_voice(
|
||||||
old_channel_id: &str,
|
old_channel: &str,
|
||||||
new_channel: &UserVoiceChannel,
|
new_channel: &str,
|
||||||
user_id: &str,
|
user_id: &str,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
get_connection()
|
get_connection()
|
||||||
.await?
|
.await?
|
||||||
.set_ex(
|
.set_ex(
|
||||||
format!("moved_from:{user_id}:{old_channel_id}"),
|
format!("moved_from:{user_id}:{old_channel}"),
|
||||||
new_channel,
|
new_channel,
|
||||||
10,
|
10,
|
||||||
)
|
)
|
||||||
@@ -108,25 +90,18 @@ pub async fn get_user_moved_from_voice(channel_id: &str, user_id: &str) -> Resul
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub async fn set_user_moved_to_voice(
|
pub async fn set_user_moved_to_voice(
|
||||||
new_channel_id: &str,
|
new_channel: &str,
|
||||||
old_channel: &UserVoiceChannel,
|
old_channel: &str,
|
||||||
user_id: &str,
|
user_id: &str,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
get_connection()
|
get_connection()
|
||||||
.await?
|
.await?
|
||||||
.set_ex(
|
.set_ex(format!("moved_to:{user_id}:{new_channel}"), old_channel, 10)
|
||||||
format!("moved_to:{user_id}:{new_channel_id}"),
|
|
||||||
old_channel,
|
|
||||||
10,
|
|
||||||
)
|
|
||||||
.await
|
.await
|
||||||
.to_internal_error()
|
.to_internal_error()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn get_user_moved_to_voice(
|
pub async fn get_user_moved_to_voice(channel_id: &str, user_id: &str) -> Result<Option<String>> {
|
||||||
channel_id: &str,
|
|
||||||
user_id: &str,
|
|
||||||
) -> Result<Option<UserVoiceChannel>> {
|
|
||||||
get_connection()
|
get_connection()
|
||||||
.await?
|
.await?
|
||||||
.get_del(format!("moved_to:{user_id}:{channel_id}"))
|
.get_del(format!("moved_to:{user_id}:{channel_id}"))
|
||||||
@@ -134,10 +109,10 @@ pub async fn get_user_moved_to_voice(
|
|||||||
.to_internal_error()
|
.to_internal_error()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn is_in_voice_channel(user_id: &str, channel: &UserVoiceChannel) -> Result<bool> {
|
pub async fn is_in_voice_channel(user_id: &str, channel_id: &str) -> Result<bool> {
|
||||||
get_connection()
|
get_connection()
|
||||||
.await?
|
.await?
|
||||||
.sismember(format!("vc:{user_id}"), channel)
|
.sismember(format!("vc:{user_id}"), channel_id)
|
||||||
.await
|
.await
|
||||||
.to_internal_error()
|
.to_internal_error()
|
||||||
}
|
}
|
||||||
@@ -171,15 +146,12 @@ pub fn get_allowed_sources(
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub async fn create_voice_state(
|
pub async fn create_voice_state(
|
||||||
channel: &UserVoiceChannel,
|
channel_id: &str,
|
||||||
|
server_id: Option<&str>,
|
||||||
user_id: &str,
|
user_id: &str,
|
||||||
joined_at: Timestamp,
|
joined_at: Timestamp,
|
||||||
) -> Result<UserVoiceState> {
|
) -> Result<UserVoiceState> {
|
||||||
let unique_key = format!(
|
let unique_key = format!("{}:{}", &user_id, server_id.unwrap_or(channel_id));
|
||||||
"{}:{}",
|
|
||||||
&user_id,
|
|
||||||
channel.server_id.as_ref().unwrap_or(&channel.id)
|
|
||||||
);
|
|
||||||
|
|
||||||
let voice_state = UserVoiceState {
|
let voice_state = UserVoiceState {
|
||||||
joined_at,
|
joined_at,
|
||||||
@@ -191,9 +163,9 @@ pub async fn create_voice_state(
|
|||||||
};
|
};
|
||||||
|
|
||||||
Pipeline::new()
|
Pipeline::new()
|
||||||
.sadd(format!("vc_members:{}", &channel.id), user_id)
|
.sadd(format!("vc_members:{channel_id}"), user_id)
|
||||||
.sadd(format!("vc:{user_id}"), channel)
|
.sadd(format!("vc:{user_id}"), channel_id)
|
||||||
.set(&unique_key, &channel.id)
|
.set(&unique_key, channel_id)
|
||||||
.set(
|
.set(
|
||||||
format!("joined_at:{unique_key}"),
|
format!("joined_at:{unique_key}"),
|
||||||
joined_at
|
joined_at
|
||||||
@@ -220,16 +192,16 @@ pub async fn create_voice_state(
|
|||||||
Ok(voice_state)
|
Ok(voice_state)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn delete_voice_state(channel: &UserVoiceChannel, user_id: &str) -> Result<()> {
|
pub async fn delete_voice_state(
|
||||||
let unique_key = format!(
|
channel_id: &str,
|
||||||
"{}:{}",
|
server_id: Option<&str>,
|
||||||
&user_id,
|
user_id: &str,
|
||||||
channel.server_id.as_ref().unwrap_or(&channel.id)
|
) -> Result<()> {
|
||||||
);
|
let unique_key = format!("{}:{}", &user_id, server_id.unwrap_or(channel_id));
|
||||||
|
|
||||||
Pipeline::new()
|
Pipeline::new()
|
||||||
.srem(format!("vc_members:{}", &channel.id), user_id)
|
.srem(format!("vc_members:{channel_id}"), user_id)
|
||||||
.srem(format!("vc:{user_id}"), channel)
|
.srem(format!("vc:{user_id}"), channel_id)
|
||||||
.del(&[
|
.del(&[
|
||||||
format!("joined_at:{unique_key}"),
|
format!("joined_at:{unique_key}"),
|
||||||
format!("is_publishing:{unique_key}"),
|
format!("is_publishing:{unique_key}"),
|
||||||
@@ -244,19 +216,19 @@ pub async fn delete_voice_state(channel: &UserVoiceChannel, user_id: &str) -> Re
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub async fn delete_channel_voice_state(
|
pub async fn delete_channel_voice_state(
|
||||||
channel: &UserVoiceChannel,
|
channel_id: &str,
|
||||||
|
server_id: Option<&str>,
|
||||||
user_ids: &[String],
|
user_ids: &[String],
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
let parent_id = channel.server_id.as_ref().unwrap_or(&channel.id);
|
let parent_id = server_id.unwrap_or(channel_id);
|
||||||
|
|
||||||
let mut pipeline = Pipeline::new();
|
let mut pipeline = Pipeline::new();
|
||||||
pipeline.del(format!("vc_members:{}", &channel.id));
|
pipeline.del(format!("vc_members:{channel_id}"));
|
||||||
pipeline.del(format!("node:{}", &channel.id));
|
|
||||||
|
|
||||||
for user_id in user_ids {
|
for user_id in user_ids {
|
||||||
let unique_key = format!("{user_id}:{parent_id}");
|
let unique_key = format!("{user_id}:{parent_id}");
|
||||||
|
|
||||||
pipeline.srem(format!("vc:{user_id}"), channel).del(&[
|
pipeline.srem(format!("vc:{user_id}"), channel_id).del(&[
|
||||||
format!("joined_at:{unique_key}"),
|
format!("joined_at:{unique_key}"),
|
||||||
format!("is_publishing:{unique_key}"),
|
format!("is_publishing:{unique_key}"),
|
||||||
format!("is_receiving:{unique_key}"),
|
format!("is_receiving:{unique_key}"),
|
||||||
@@ -273,7 +245,8 @@ pub async fn delete_channel_voice_state(
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub async fn update_voice_state_tracks(
|
pub async fn update_voice_state_tracks(
|
||||||
channel: &UserVoiceChannel,
|
channel_id: &str,
|
||||||
|
server_id: Option<&str>,
|
||||||
user_id: &str,
|
user_id: &str,
|
||||||
added: bool,
|
added: bool,
|
||||||
track: i32,
|
track: i32,
|
||||||
@@ -298,21 +271,18 @@ pub async fn update_voice_state_tracks(
|
|||||||
_ => unreachable!(),
|
_ => unreachable!(),
|
||||||
};
|
};
|
||||||
|
|
||||||
update_voice_state(channel, user_id, &partial).await?;
|
update_voice_state(channel_id, server_id, user_id, &partial).await?;
|
||||||
|
|
||||||
Ok(partial)
|
Ok(partial)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn update_voice_state(
|
pub async fn update_voice_state(
|
||||||
channel: &UserVoiceChannel,
|
channel_id: &str,
|
||||||
|
server_id: Option<&str>,
|
||||||
user_id: &str,
|
user_id: &str,
|
||||||
partial: &PartialUserVoiceState,
|
partial: &PartialUserVoiceState,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
let unique_key = format!(
|
let unique_key = format!("{}:{}", &user_id, server_id.unwrap_or(channel_id));
|
||||||
"{}:{}",
|
|
||||||
&user_id,
|
|
||||||
channel.server_id.as_ref().unwrap_or(&channel.id)
|
|
||||||
);
|
|
||||||
|
|
||||||
let mut pipeline = Pipeline::new();
|
let mut pipeline = Pipeline::new();
|
||||||
|
|
||||||
@@ -338,24 +308,21 @@ pub async fn update_voice_state(
|
|||||||
.to_internal_error()
|
.to_internal_error()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn get_voice_channel_members(channel: &UserVoiceChannel) -> Result<Option<Vec<String>>> {
|
pub async fn get_voice_channel_members(channel_id: &str) -> Result<Option<Vec<String>>> {
|
||||||
get_connection()
|
get_connection()
|
||||||
.await?
|
.await?
|
||||||
.smembers::<_, Option<Vec<String>>>(format!("vc_members:{}", &channel.id))
|
.smembers::<_, Option<Vec<String>>>(format!("vc_members:{channel_id}"))
|
||||||
.await
|
.await
|
||||||
.to_internal_error()
|
.to_internal_error()
|
||||||
.map(|opt| opt.and_then(|v| if v.is_empty() { None } else { Some(v) }))
|
.map(|opt| opt.and_then(|v| if v.is_empty() { None } else { Some(v) }))
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn get_voice_state(
|
pub async fn get_voice_state(
|
||||||
channel: &UserVoiceChannel,
|
channel_id: &str,
|
||||||
|
server_id: Option<&str>,
|
||||||
user_id: &str,
|
user_id: &str,
|
||||||
) -> Result<Option<UserVoiceState>> {
|
) -> Result<Option<UserVoiceState>> {
|
||||||
let unique_key = format!(
|
let unique_key = format!("{}:{}", user_id, server_id.unwrap_or(channel_id));
|
||||||
"{}:{}",
|
|
||||||
&user_id,
|
|
||||||
channel.server_id.as_ref().unwrap_or(&channel.id)
|
|
||||||
);
|
|
||||||
|
|
||||||
let (joined_at, is_publishing, is_receiving, screensharing, camera) = get_connection()
|
let (joined_at, is_publishing, is_receiving, screensharing, camera) = get_connection()
|
||||||
.await?
|
.await?
|
||||||
@@ -396,21 +363,21 @@ pub async fn get_voice_state(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn get_channel_voice_state(
|
pub async fn get_channel_voice_state(channel: &Channel) -> Result<Option<v0::ChannelVoiceState>> {
|
||||||
channel: &UserVoiceChannel,
|
let members = get_voice_channel_members(channel.id()).await?;
|
||||||
) -> Result<Option<v0::ChannelVoiceState>> {
|
|
||||||
let members = get_voice_channel_members(channel).await?;
|
let server = channel.server();
|
||||||
|
|
||||||
if let Some(members) = members {
|
if let Some(members) = members {
|
||||||
let mut participants = Vec::with_capacity(members.len());
|
let mut participants = Vec::with_capacity(members.len());
|
||||||
|
|
||||||
for user_id in members {
|
for user_id in members {
|
||||||
if let Some(voice_state) = get_voice_state(channel, &user_id).await? {
|
if let Some(voice_state) = get_voice_state(channel.id(), server, &user_id).await? {
|
||||||
participants.push(voice_state);
|
participants.push(voice_state);
|
||||||
} else {
|
} else {
|
||||||
log::info!("Voice state not found but member in voice channel members, removing.");
|
log::info!("Voice state not found but member in voice channel members, removing.");
|
||||||
|
|
||||||
delete_voice_state(channel, &user_id).await?;
|
delete_voice_state(channel.id(), server, &user_id).await?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -418,7 +385,7 @@ pub async fn get_channel_voice_state(
|
|||||||
participants.shrink_to_fit();
|
participants.shrink_to_fit();
|
||||||
|
|
||||||
Ok(Some(v0::ChannelVoiceState {
|
Ok(Some(v0::ChannelVoiceState {
|
||||||
id: channel.id.clone(),
|
id: channel.id().to_string(),
|
||||||
participants,
|
participants,
|
||||||
}))
|
}))
|
||||||
} else {
|
} else {
|
||||||
@@ -426,12 +393,12 @@ pub async fn get_channel_voice_state(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn move_user(user: &str, from_channel_id: &str, to_channel_id: &str) -> Result<()> {
|
pub async fn move_user(user: &str, from: &str, to: &str) -> Result<()> {
|
||||||
get_connection()
|
get_connection()
|
||||||
.await?
|
.await?
|
||||||
.smove(
|
.smove(
|
||||||
format!("vc_members:{from_channel_id}"),
|
format!("vc-members-{from}"),
|
||||||
format!("vc_members:{to_channel_id}"),
|
format!("vc-members-{to}"),
|
||||||
user,
|
user,
|
||||||
)
|
)
|
||||||
.await
|
.await
|
||||||
@@ -445,13 +412,11 @@ pub async fn sync_voice_permissions(
|
|||||||
server: Option<&Server>,
|
server: Option<&Server>,
|
||||||
role_id: Option<&str>,
|
role_id: Option<&str>,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
let user_voice_channel = UserVoiceChannel::from_channel(channel);
|
|
||||||
|
|
||||||
let Some(node) = get_channel_node(channel.id()).await? else {
|
let Some(node) = get_channel_node(channel.id()).await? else {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
};
|
};
|
||||||
|
|
||||||
for user_id in get_voice_channel_members(&user_voice_channel)
|
for user_id in get_voice_channel_members(channel.id())
|
||||||
.await?
|
.await?
|
||||||
.iter()
|
.iter()
|
||||||
.flatten()
|
.flatten()
|
||||||
@@ -491,9 +456,7 @@ pub async fn sync_user_voice_permissions(
|
|||||||
.as_ref()
|
.as_ref()
|
||||||
.is_none_or(|member| member.roles.iter().any(|r| r == role_id))
|
.is_none_or(|member| member.roles.iter().any(|r| r == role_id))
|
||||||
}) {
|
}) {
|
||||||
let user_voice_channel = UserVoiceChannel::from_channel(channel);
|
let Some(voice_state) = get_voice_state(channel_id, server_id, &user.id).await? else {
|
||||||
|
|
||||||
let Some(voice_state) = get_voice_state(&user_voice_channel, &user.id).await? else {
|
|
||||||
return Ok(());
|
return Ok(());
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -524,7 +487,7 @@ pub async fn sync_user_voice_permissions(
|
|||||||
update_event.screensharing = voice_state.screensharing.then_some(can_video);
|
update_event.screensharing = voice_state.screensharing.then_some(can_video);
|
||||||
update_event.is_publishing = voice_state.is_publishing.then_some(can_speak);
|
update_event.is_publishing = voice_state.is_publishing.then_some(can_speak);
|
||||||
|
|
||||||
update_voice_state(&user_voice_channel, &user.id, &update_event).await?;
|
update_voice_state(channel_id, server_id, &user.id, &update_event).await?;
|
||||||
|
|
||||||
voice_client
|
voice_client
|
||||||
.update_permissions(
|
.update_permissions(
|
||||||
@@ -601,96 +564,3 @@ pub async fn get_call_notification_recipients(
|
|||||||
.await
|
.await
|
||||||
.to_internal_error()
|
.to_internal_error()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn remove_user_from_voice_channels(
|
|
||||||
voice_client: &VoiceClient,
|
|
||||||
user_id: &str,
|
|
||||||
) -> Result<()> {
|
|
||||||
for channel in get_user_voice_channels(user_id).await? {
|
|
||||||
remove_user_from_voice_channel(voice_client, &channel, user_id).await?;
|
|
||||||
}
|
|
||||||
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
|
|
||||||
pub async fn remove_user_from_voice_channel(
|
|
||||||
voice_client: &VoiceClient,
|
|
||||||
channel: &UserVoiceChannel,
|
|
||||||
user_id: &str,
|
|
||||||
) -> Result<()> {
|
|
||||||
if let Some(node) = get_channel_node(&channel.id).await? {
|
|
||||||
let _ = voice_client.remove_user(&node, user_id, &channel.id).await;
|
|
||||||
}
|
|
||||||
|
|
||||||
delete_voice_state(channel, user_id).await?;
|
|
||||||
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
|
|
||||||
pub async fn delete_voice_channel(
|
|
||||||
voice_client: &VoiceClient,
|
|
||||||
channel: &UserVoiceChannel,
|
|
||||||
) -> Result<()> {
|
|
||||||
if let Some(users) = get_voice_channel_members(channel).await? {
|
|
||||||
let node = get_channel_node(&channel.id).await?.unwrap();
|
|
||||||
voice_client.delete_room(&node, &channel.id).await?;
|
|
||||||
|
|
||||||
delete_channel_voice_state(channel, &users).await?;
|
|
||||||
};
|
|
||||||
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
|
|
||||||
pub struct RoomMetadata {
|
|
||||||
pub server: Option<String>,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
|
||||||
pub struct UserVoiceChannel {
|
|
||||||
pub id: String,
|
|
||||||
pub server_id: Option<String>,
|
|
||||||
}
|
|
||||||
|
|
||||||
impl UserVoiceChannel {
|
|
||||||
pub fn from_string(input: String) -> Self {
|
|
||||||
let mut parts = input.splitn(2, '-');
|
|
||||||
|
|
||||||
Self {
|
|
||||||
id: parts.next().unwrap().to_string(),
|
|
||||||
server_id: parts.next().map(ToString::to_string),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn from_channel(channel: &Channel) -> Self {
|
|
||||||
Self {
|
|
||||||
id: channel.id().to_string(),
|
|
||||||
server_id: channel.server().map(ToString::to_string),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl Display for UserVoiceChannel {
|
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
|
||||||
f.write_str(&self.id)?;
|
|
||||||
|
|
||||||
if let Some(server_id) = &self.server_id {
|
|
||||||
f.write_char('-')?;
|
|
||||||
f.write_str(server_id)?
|
|
||||||
};
|
|
||||||
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl ToRedisArgs for UserVoiceChannel {
|
|
||||||
fn write_redis_args<W: ?Sized + RedisWrite>(&self, out: &mut W) {
|
|
||||||
out.write_arg_fmt(self);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl FromRedisValue for UserVoiceChannel {
|
|
||||||
fn from_redis_value(v: &Value) -> Result<Self, RedisError> {
|
|
||||||
String::from_redis_value(v).map(UserVoiceChannel::from_string)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
use crate::{
|
use crate::{
|
||||||
models::{Channel, User},
|
models::{Channel, User},
|
||||||
voice::RoomMetadata,
|
|
||||||
Database,
|
Database,
|
||||||
};
|
};
|
||||||
use livekit_api::{
|
use livekit_api::{
|
||||||
@@ -103,16 +102,11 @@ impl VoiceClient {
|
|||||||
pub async fn create_room(&self, node: &str, channel: &Channel) -> Result<Room> {
|
pub async fn create_room(&self, node: &str, channel: &Channel) -> Result<Room> {
|
||||||
let room = self.get_node(node)?;
|
let room = self.get_node(node)?;
|
||||||
|
|
||||||
let metadata = RoomMetadata {
|
|
||||||
server: channel.server().map(|id| id.to_string()),
|
|
||||||
};
|
|
||||||
|
|
||||||
room.client
|
room.client
|
||||||
.create_room(
|
.create_room(
|
||||||
channel.id(),
|
channel.id(),
|
||||||
CreateRoomOptions {
|
CreateRoomOptions {
|
||||||
empty_timeout: 5 * 60, // 5 minutes,
|
empty_timeout: 5 * 60, // 5 minutes,
|
||||||
metadata: serde_json::to_string(&metadata).to_internal_error()?,
|
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Compiled with Bootstrap Email version: 1.6.0 --><meta http-equiv="x-ua-compatible" content="ie=edge">
|
<!-- Compiled with Bootstrap Email version: 1.5.1 --><meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
<meta name="x-apple-disable-message-reformatting">
|
<meta name="x-apple-disable-message-reformatting">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
|
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
|
||||||
<img alt="Stoat Logo" class="w-24" src="https://stoat.chat/favicon.svg" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
|
<img alt="Revolt Logo" class="w-24" src="https://app.revolt.chat/assets/logo_round.png" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<div class="text-muted text-center" style="color: #718096;" align="center">
|
<div class="text-muted text-center" style="color: #718096;" align="center">
|
||||||
This email is intended for {{email}}<br>
|
This email is intended for {{email}}<br>
|
||||||
Sent from Stoat<br>
|
Sent from Revolt<br>
|
||||||
Made in Europe
|
Made in Europe
|
||||||
</div>
|
</div>
|
||||||
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
||||||
|
|||||||
@@ -1,37 +1,38 @@
|
|||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<style>
|
||||||
<style>
|
/* Add custom classes and styles that you want inlined here */
|
||||||
/* Add custom classes and styles that you want inlined here */
|
</style>
|
||||||
</style>
|
</head>
|
||||||
</head>
|
<body class="bg-light">
|
||||||
|
<div class="container">
|
||||||
<body class="bg-light">
|
<img
|
||||||
<div class="container">
|
alt="Revolt Logo"
|
||||||
<img alt="Stoat Logo" class="ax-center my-10 w-24" src="https://stoat.chat/favicon.svg" />
|
class="ax-center my-10 w-24"
|
||||||
<div class="card p-6 p-lg-10 space-y-4">
|
src="https://app.revolt.chat/assets/logo_round.png"
|
||||||
<h1 class="h3 fw-700">Account Deletion</h1>
|
/>
|
||||||
<p>
|
<div class="card p-6 p-lg-10 space-y-4">
|
||||||
You requested to have your account deleted, if you did not perform
|
<h1 class="h3 fw-700">Account Deletion</h1>
|
||||||
this action please take measures to secure your account immediately.
|
<p>
|
||||||
</p>
|
You requested to have your account deleted, if you did not perform
|
||||||
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
|
this action please take measures to secure your account immediately.
|
||||||
|
</p>
|
||||||
|
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
|
||||||
|
</div>
|
||||||
|
<div class="text-muted text-center my-6">
|
||||||
|
This email is intended for {{email}}<br />
|
||||||
|
Sent from Revolt<br />
|
||||||
|
Made in Europe
|
||||||
|
</div>
|
||||||
|
<div class="text-muted text-xs my-6 ax-center">
|
||||||
|
Revolt Platforms Ltd. is a company incorporated and registered under the
|
||||||
|
laws of England and Wales.<br />
|
||||||
|
Registered Company Number: 16260658<br />
|
||||||
|
Registered Office:<br />
|
||||||
|
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
|
||||||
|
Holborn, United Kingdom, EC1N 8DX
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-muted text-center my-6">
|
</body>
|
||||||
This email is intended for {{email}}<br />
|
</html>
|
||||||
Sent from Stoat<br />
|
|
||||||
Made in Europe
|
|
||||||
</div>
|
|
||||||
<div class="text-muted text-xs my-6 ax-center">
|
|
||||||
Revolt Platforms Ltd. is a company incorporated and registered under the
|
|
||||||
laws of England and Wales.<br />
|
|
||||||
Registered Company Number: 16260658<br />
|
|
||||||
Registered Office:<br />
|
|
||||||
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
|
|
||||||
Holborn, United Kingdom, EC1N 8DX
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ You requested to have your account deleted, if you did not perform this action p
|
|||||||
Please navigate to: {{url}}
|
Please navigate to: {{url}}
|
||||||
|
|
||||||
This email is intended for {{email}}
|
This email is intended for {{email}}
|
||||||
Sent by Stoat
|
Sent by Revolt
|
||||||
Made in Europe
|
Made in Europe
|
||||||
|
|
||||||
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.
|
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ Please navigate to: {{url}}
|
|||||||
|
|
||||||
This email is intended for {{email}}
|
This email is intended for {{email}}
|
||||||
|
|
||||||
This email has no association with Stoat or Revolt Platforms Ltd.
|
This email has no association with Revolt or Revolt Platforms Ltd.
|
||||||
Learn more about third party instances here:
|
Learn more about third party instances here:
|
||||||
https://developers.stoat.chat/faq/
|
https://developers.revolt.chat/faq.html
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Compiled with Bootstrap Email version: 1.6.0 --><meta http-equiv="x-ua-compatible" content="ie=edge">
|
<!-- Compiled with Bootstrap Email version: 1.5.1 --><meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
<meta name="x-apple-disable-message-reformatting">
|
<meta name="x-apple-disable-message-reformatting">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
|
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
|
||||||
<img class="w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
|
<img class="w-24" src="https://app.revolt.chat/assets/logo_round.png" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -120,7 +120,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<div class="text-muted text-center" style="color: #718096;" align="center">
|
<div class="text-muted text-center" style="color: #718096;" align="center">
|
||||||
This email is intended for {{email}}<br>
|
This email is intended for {{email}}<br>
|
||||||
Sent from Stoat<br>
|
Sent from Revolt<br>
|
||||||
Made in Europe
|
Made in Europe
|
||||||
</div>
|
</div>
|
||||||
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<img
|
<img
|
||||||
class="ax-center my-10 w-24"
|
class="ax-center my-10 w-24"
|
||||||
src="https://stoat.chat/favicon.svg"
|
src="https://app.revolt.chat/assets/logo_round.png"
|
||||||
alt="Stoat Logo"
|
|
||||||
/>
|
/>
|
||||||
<div class="card p-6 p-lg-10 space-y-4">
|
<div class="card p-6 p-lg-10 space-y-4">
|
||||||
<h1 class="h3 fw-700">Password Reset</h1>
|
<h1 class="h3 fw-700">Password Reset</h1>
|
||||||
@@ -26,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="text-muted text-center my-6">
|
<div class="text-muted text-center my-6">
|
||||||
This email is intended for {{email}}<br />
|
This email is intended for {{email}}<br />
|
||||||
Sent from Stoat<br />
|
Sent from Revolt<br />
|
||||||
Made in Europe
|
Made in Europe
|
||||||
</div>
|
</div>
|
||||||
<div class="text-muted text-xs my-6 ax-center">
|
<div class="text-muted text-xs my-6 ax-center">
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ password on it, click below to continue.
|
|||||||
Please navigate to: {{url}}
|
Please navigate to: {{url}}
|
||||||
|
|
||||||
This email is intended for {{email}}
|
This email is intended for {{email}}
|
||||||
Sent by Stoat
|
Sent by Revolt
|
||||||
Made in Europe
|
Made in Europe
|
||||||
|
|
||||||
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.
|
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Compiled with Bootstrap Email version: 1.6.0 --><meta http-equiv="x-ua-compatible" content="ie=edge">
|
<!-- Compiled with Bootstrap Email version: 1.5.1 --><meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
<meta name="x-apple-disable-message-reformatting">
|
<meta name="x-apple-disable-message-reformatting">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
|
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
|
||||||
<img class="w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
|
<img class="w-24" src="https://app.revolt.chat/assets/logo_round.png" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<div class="text-muted text-center" style="color: #718096;" align="center">
|
<div class="text-muted text-center" style="color: #718096;" align="center">
|
||||||
This email is intended for {{email}}<br>
|
This email is intended for {{email}}<br>
|
||||||
Sent from Stoat<br>
|
Sent from Revolt<br>
|
||||||
Made in Europe
|
Made in Europe
|
||||||
</div>
|
</div>
|
||||||
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
||||||
|
|||||||
@@ -1,34 +1,34 @@
|
|||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<style>
|
||||||
<style>
|
/* Add custom classes and styles that you want inlined here */
|
||||||
/* Add custom classes and styles that you want inlined here */
|
</style>
|
||||||
</style>
|
</head>
|
||||||
</head>
|
<body class="bg-light">
|
||||||
|
<div class="container">
|
||||||
<body class="bg-light">
|
<img
|
||||||
<div class="container">
|
class="ax-center my-10 w-24"
|
||||||
<img class="ax-center my-10 w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" />
|
src="https://app.revolt.chat/assets/logo_round.png"
|
||||||
<div class="card p-6 p-lg-10 space-y-4">
|
/>
|
||||||
<h1 class="h3 fw-700">Password Reset</h1>
|
<div class="card p-6 p-lg-10 space-y-4">
|
||||||
<p>You requested a password reset, click below to continue.</p>
|
<h1 class="h3 fw-700">Password Reset</h1>
|
||||||
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Reset</a>
|
<p>You requested a password reset, click below to continue.</p>
|
||||||
|
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Reset</a>
|
||||||
|
</div>
|
||||||
|
<div class="text-muted text-center my-6">
|
||||||
|
This email is intended for {{email}}<br />
|
||||||
|
Sent from Revolt<br />
|
||||||
|
Made in Europe
|
||||||
|
</div>
|
||||||
|
<div class="text-muted text-xs my-6 ax-center">
|
||||||
|
Revolt Platforms Ltd. is a company incorporated and registered under the
|
||||||
|
laws of England and Wales.<br />
|
||||||
|
Registered Company Number: 16260658<br />
|
||||||
|
Registered Office:<br />
|
||||||
|
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
|
||||||
|
Holborn, United Kingdom, EC1N 8DX
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-muted text-center my-6">
|
</body>
|
||||||
This email is intended for {{email}}<br />
|
</html>
|
||||||
Sent from Stoat<br />
|
|
||||||
Made in Europe
|
|
||||||
</div>
|
|
||||||
<div class="text-muted text-xs my-6 ax-center">
|
|
||||||
Revolt Platforms Ltd. is a company incorporated and registered under the
|
|
||||||
laws of England and Wales.<br />
|
|
||||||
Registered Company Number: 16260658<br />
|
|
||||||
Registered Office:<br />
|
|
||||||
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
|
|
||||||
Holborn, United Kingdom, EC1N 8DX
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ You requested a password reset, if you did not perform this action you can safel
|
|||||||
Please navigate to: {{url}}
|
Please navigate to: {{url}}
|
||||||
|
|
||||||
This email is intended for {{email}}
|
This email is intended for {{email}}
|
||||||
Sent by Stoat
|
Sent by Revolt
|
||||||
Made in Europe
|
Made in Europe
|
||||||
|
|
||||||
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.
|
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ Please navigate to: {{url}}
|
|||||||
|
|
||||||
This email is intended for {{email}}
|
This email is intended for {{email}}
|
||||||
|
|
||||||
This email has no association with Stoat or Revolt Platforms Ltd.
|
This email has no association with Revolt or Revolt Platforms Ltd.
|
||||||
Learn more about third party instances here:
|
Learn more about third party instances here:
|
||||||
https://developers.stoat.chat/faq/
|
https://developers.revolt.chat/faq.html
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Compiled with Bootstrap Email version: 1.6.0 --><meta http-equiv="x-ua-compatible" content="ie=edge">
|
<!-- Compiled with Bootstrap Email version: 1.5.1 --><meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
<meta name="x-apple-disable-message-reformatting">
|
<meta name="x-apple-disable-message-reformatting">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
|
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
|
||||||
<img class="w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
|
<img alt="Revolt Logo" class="w-24" src="https://app.revolt.chat/assets/logo_round.png" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
<p class="" style="line-height: 24px; font-size: 16px; width: 100%; margin: 0;" align="left">
|
<p class="" style="line-height: 24px; font-size: 16px; width: 100%; margin: 0;" align="left">
|
||||||
Further violations may result in a permanent ban depending on
|
Further violations may result in a permanent ban depending on
|
||||||
severity, please abide by the
|
severity, please abide by the
|
||||||
<a href="https://stoat.chat/legal/community-guidelines" style="color: #0d6efd;">Community Guidelines</a>.
|
<a href="https://revolt.chat/aup" style="color: #0d6efd;">Acceptable Usage Policy</a>.
|
||||||
</p>
|
</p>
|
||||||
<table class="s-4 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
<table class="s-4 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -134,7 +134,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<div class="text-muted text-center" style="color: #718096;" align="center">
|
<div class="text-muted text-center" style="color: #718096;" align="center">
|
||||||
This email is intended for {{email}}<br>
|
This email is intended for {{email}}<br>
|
||||||
Sent from Stoat<br>
|
Sent from Revolt<br>
|
||||||
Made in Europe
|
Made in Europe
|
||||||
</div>
|
</div>
|
||||||
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
||||||
|
|||||||
@@ -1,45 +1,46 @@
|
|||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<style>
|
||||||
<style>
|
/* Add custom classes and styles that you want inlined here */
|
||||||
/* Add custom classes and styles that you want inlined here */
|
</style>
|
||||||
</style>
|
</head>
|
||||||
</head>
|
<body class="bg-light">
|
||||||
|
<div class="container">
|
||||||
<body class="bg-light">
|
<img
|
||||||
<div class="container">
|
alt="Revolt Logo"
|
||||||
<img class="ax-center my-10 w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" />
|
class="ax-center my-10 w-24"
|
||||||
<div class="card p-6 p-lg-10 space-y-4">
|
src="https://app.revolt.chat/assets/logo_round.png"
|
||||||
<h1 class="h3 fw-700">Account Suspended</h1>
|
/>
|
||||||
<p>Your account has been suspended, for one or more reasons:</p>
|
<div class="card p-6 p-lg-10 space-y-4">
|
||||||
<ul>
|
<h1 class="h3 fw-700">Account Suspended</h1>
|
||||||
{{list}}
|
<p>Your account has been suspended, for one or more reasons:</p>
|
||||||
</ul>
|
<ul>
|
||||||
<p style="display:{{duration_display}}">
|
{{list}}
|
||||||
You will be able to use your account again in {{duration}} days.
|
</ul>
|
||||||
</p>
|
<p style="display:{{duration_display}}">
|
||||||
<p>
|
You will be able to use your account again in {{duration}} days.
|
||||||
Further violations may result in a permanent ban depending on
|
</p>
|
||||||
severity, please abide by the
|
<p>
|
||||||
<a href="https://revolt.chat/aup">Acceptable Usage Policy</a>.
|
Further violations may result in a permanent ban depending on
|
||||||
</p>
|
severity, please abide by the
|
||||||
<p>Ban evasion is prohibited and will be dealt with accordingly.</p>
|
<a href="https://revolt.chat/aup">Acceptable Usage Policy</a>.
|
||||||
|
</p>
|
||||||
|
<p>Ban evasion is prohibited and will be dealt with accordingly.</p>
|
||||||
|
</div>
|
||||||
|
<div class="text-muted text-center my-6">
|
||||||
|
This email is intended for {{email}}<br />
|
||||||
|
Sent from Revolt<br />
|
||||||
|
Made in Europe
|
||||||
|
</div>
|
||||||
|
<div class="text-muted text-xs my-6 ax-center">
|
||||||
|
Revolt Platforms Ltd. is a company incorporated and registered under the
|
||||||
|
laws of England and Wales.<br />
|
||||||
|
Registered Company Number: 16260658<br />
|
||||||
|
Registered Office:<br />
|
||||||
|
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
|
||||||
|
Holborn, United Kingdom, EC1N 8DX
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-muted text-center my-6">
|
</body>
|
||||||
This email is intended for {{email}}<br />
|
</html>
|
||||||
Sent from Stoat<br />
|
|
||||||
Made in Europe
|
|
||||||
</div>
|
|
||||||
<div class="text-muted text-xs my-6 ax-center">
|
|
||||||
Revolt Platforms Ltd. is a company incorporated and registered under the
|
|
||||||
laws of England and Wales.<br />
|
|
||||||
Registered Company Number: 16260658<br />
|
|
||||||
Registered Office:<br />
|
|
||||||
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
|
|
||||||
Holborn, United Kingdom, EC1N 8DX
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -3,12 +3,12 @@ Your account has been suspended, for one or more reasons:
|
|||||||
|
|
||||||
You will be able to use your account again in {{duration}} days.
|
You will be able to use your account again in {{duration}} days.
|
||||||
|
|
||||||
Further violations may result in a permanent ban depending on severity, please abide by the Community Guidelines (https://stoat.chat/legal/community-guidelines).
|
Further violations may result in a permanent ban depending on severity, please abide by the Acceptable Usage Policy (https://revolt.chat/aup).
|
||||||
|
|
||||||
Ban evasion is prohibited and will be dealt with accordingly.
|
Ban evasion is prohibited and will be dealt with accordingly.
|
||||||
|
|
||||||
This email is intended for {{email}}
|
This email is intended for {{email}}
|
||||||
Sent by Stoat
|
Sent by Revolt
|
||||||
Made in Europe
|
Made in Europe
|
||||||
|
|
||||||
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.
|
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ Your account has been suspended, for one or more reasons:
|
|||||||
|
|
||||||
This email is intended for {{email}}
|
This email is intended for {{email}}
|
||||||
|
|
||||||
This email has no association with Stoat or Revolt Platforms Ltd.
|
This email has no association with Revolt or Revolt Platforms Ltd.
|
||||||
Learn more about third party instances here:
|
Learn more about third party instances here:
|
||||||
https://developers.stoat.chat/faq/
|
https://developers.revolt.chat/faq.html
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Compiled with Bootstrap Email version: 1.6.0 --><meta http-equiv="x-ua-compatible" content="ie=edge">
|
<!-- Compiled with Bootstrap Email version: 1.5.1 --><meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
<meta name="x-apple-disable-message-reformatting">
|
<meta name="x-apple-disable-message-reformatting">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
|
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
|
||||||
<img class="w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
|
<img alt="Revolt Logo" class="w-24" src="https://app.revolt.chat/assets/logo_round.png" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<div class="text-muted text-center" style="color: #718096;" align="center">
|
<div class="text-muted text-center" style="color: #718096;" align="center">
|
||||||
This email is intended for {{email}}<br>
|
This email is intended for {{email}}<br>
|
||||||
Sent from Stoat<br>
|
Sent from Revolt<br>
|
||||||
Made in Europe
|
Made in Europe
|
||||||
</div>
|
</div>
|
||||||
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">
|
||||||
|
|||||||
@@ -1,34 +1,35 @@
|
|||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<style>
|
||||||
<style>
|
/* Add custom classes and styles that you want inlined here */
|
||||||
/* Add custom classes and styles that you want inlined here */
|
</style>
|
||||||
</style>
|
</head>
|
||||||
</head>
|
<body class="bg-light">
|
||||||
|
<div class="container">
|
||||||
<body class="bg-light">
|
<img
|
||||||
<div class="container">
|
alt="Revolt Logo"
|
||||||
<img class="ax-center my-10 w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" />
|
class="ax-center my-10 w-24"
|
||||||
<div class="card p-6 p-lg-10 space-y-4">
|
src="https://app.revolt.chat/assets/logo_round.png"
|
||||||
<h1 class="h3 fw-700">Almost there!</h1>
|
/>
|
||||||
<p>To complete your sign up, we just need to verify your email.</p>
|
<div class="card p-6 p-lg-10 space-y-4">
|
||||||
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
|
<h1 class="h3 fw-700">Almost there!</h1>
|
||||||
|
<p>To complete your sign up, we just need to verify your email.</p>
|
||||||
|
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
|
||||||
|
</div>
|
||||||
|
<div class="text-muted text-center my-6">
|
||||||
|
This email is intended for {{email}}<br />
|
||||||
|
Sent from Revolt<br />
|
||||||
|
Made in Europe
|
||||||
|
</div>
|
||||||
|
<div class="text-muted text-xs my-6 ax-center">
|
||||||
|
Revolt Platforms Ltd. is a company incorporated and registered under the
|
||||||
|
laws of England and Wales.<br />
|
||||||
|
Registered Company Number: 16260658<br />
|
||||||
|
Registered Office:<br />
|
||||||
|
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
|
||||||
|
Holborn, United Kingdom, EC1N 8DX
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-muted text-center my-6">
|
</body>
|
||||||
This email is intended for {{email}}<br />
|
</html>
|
||||||
Sent from Stoat<br />
|
|
||||||
Made in Europe
|
|
||||||
</div>
|
|
||||||
<div class="text-muted text-xs my-6 ax-center">
|
|
||||||
Revolt Platforms Ltd. is a company incorporated and registered under the
|
|
||||||
laws of England and Wales.<br />
|
|
||||||
Registered Company Number: 16260658<br />
|
|
||||||
Registered Office:<br />
|
|
||||||
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
|
|
||||||
Holborn, United Kingdom, EC1N 8DX
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ To complete your sign up, we just need to verify your email.
|
|||||||
Please navigate to: {{url}}
|
Please navigate to: {{url}}
|
||||||
|
|
||||||
This email is intended for {{email}}
|
This email is intended for {{email}}
|
||||||
Sent by Stoat
|
Sent by Revolt
|
||||||
Made in Europe
|
Made in Europe
|
||||||
|
|
||||||
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.
|
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ Please navigate to: {{url}}
|
|||||||
|
|
||||||
This email is intended for {{email}}
|
This email is intended for {{email}}
|
||||||
|
|
||||||
This email has no association with Stoat or Revolt Platforms Ltd.
|
This email has no association with Revolt or Revolt Platforms Ltd.
|
||||||
Learn more about third party instances here:
|
Learn more about third party instances here:
|
||||||
https://developers.stoat.chat/faq/
|
https://developers.revolt.chat/faq.html
|
||||||
|
|||||||
@@ -1,20 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "revolt-files"
|
name = "revolt-files"
|
||||||
version = "0.11.5"
|
version = "0.8.9"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
authors = ["Paul Makles <me@insrt.uk>"]
|
authors = ["Paul Makles <me@insrt.uk>"]
|
||||||
description = "Revolt Backend: S3 and encryption subroutines"
|
description = "Revolt Backend: S3 and encryption subroutines"
|
||||||
repository = "https://github.com/stoatchat/stoatchat"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = { workspace = true }
|
tracing = "0.1"
|
||||||
thiserror = { workspace = true }
|
|
||||||
|
|
||||||
tracing = { workspace = true }
|
|
||||||
|
|
||||||
tokio = { workspace = true }
|
|
||||||
async-trait = { workspace = true }
|
|
||||||
|
|
||||||
ffprobe = "0.4.0"
|
ffprobe = "0.4.0"
|
||||||
imagesize = "0.13.0"
|
imagesize = "0.13.0"
|
||||||
@@ -27,14 +20,14 @@ typenum = "1.17.0"
|
|||||||
aws-config = "1.5.5"
|
aws-config = "1.5.5"
|
||||||
aws-sdk-s3 = { version = "1.46.0", features = ["behavior-version-latest"] }
|
aws-sdk-s3 = { version = "1.46.0", features = ["behavior-version-latest"] }
|
||||||
|
|
||||||
revolt-config = { version = "0.11.5", path = "../config", features = [
|
revolt-config = { version = "0.8.9", path = "../config", features = [
|
||||||
"report-macros",
|
"report-macros",
|
||||||
] }
|
] }
|
||||||
revolt-result = { version = "0.11.5", path = "../result" }
|
revolt-result = { version = "0.8.9", path = "../result" }
|
||||||
|
|
||||||
# image processing
|
# image processing
|
||||||
jxl-oxide = { workspace = true }
|
jxl-oxide = "0.8.1"
|
||||||
image = { workspace = true }
|
image = { version = "0.25.2" }
|
||||||
|
|
||||||
# svg rendering
|
# svg rendering
|
||||||
usvg = "0.44.0"
|
usvg = "0.44.0"
|
||||||
@@ -43,6 +36,3 @@ tiny-skia = "0.11.4"
|
|||||||
|
|
||||||
# encoding
|
# encoding
|
||||||
webp = "0.3.0"
|
webp = "0.3.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
uuid = { workspace = true }
|
|
||||||
|
|||||||
@@ -1,75 +0,0 @@
|
|||||||
use aes_gcm::{
|
|
||||||
aead::{Aead, AeadCore, AeadMutInPlace, OsRng},
|
|
||||||
Aes256Gcm, Key, KeyInit, Nonce,
|
|
||||||
};
|
|
||||||
use base64::{prelude::BASE64_STANDARD, Engine};
|
|
||||||
|
|
||||||
use crate::EncryptionRepository;
|
|
||||||
|
|
||||||
pub struct EncryptionKey {
|
|
||||||
key: String,
|
|
||||||
}
|
|
||||||
|
|
||||||
impl EncryptionKey {
|
|
||||||
pub async fn from_config() -> EncryptionKey {
|
|
||||||
EncryptionKey::new(revolt_config::config().await.files.encryption_key)
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn new(key: String) -> EncryptionKey {
|
|
||||||
EncryptionKey { key }
|
|
||||||
}
|
|
||||||
|
|
||||||
fn create_cipher(&self) -> Aes256Gcm {
|
|
||||||
let key = &BASE64_STANDARD
|
|
||||||
.decode(self.key.clone())
|
|
||||||
.expect("valid base64 string")[..];
|
|
||||||
let key: &Key<Aes256Gcm> = key.into();
|
|
||||||
Aes256Gcm::new(key)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl EncryptionRepository for EncryptionKey {
|
|
||||||
fn decrypt_buffer(&self, mut buf: Vec<u8>, iv: &str) -> anyhow::Result<Vec<u8>> {
|
|
||||||
let iv = &BASE64_STANDARD.decode(iv).unwrap()[..];
|
|
||||||
let iv: &Nonce<typenum::consts::U12> = iv.into();
|
|
||||||
|
|
||||||
self.create_cipher()
|
|
||||||
.decrypt_in_place(iv, b"", &mut buf)
|
|
||||||
.map_err(|error| {
|
|
||||||
tracing::error!("{}", error);
|
|
||||||
anyhow::anyhow!("EncryptionRepository: decryption failed")
|
|
||||||
})?;
|
|
||||||
|
|
||||||
Ok(buf)
|
|
||||||
}
|
|
||||||
|
|
||||||
fn encrypt_buffer(&self, buf: &[u8]) -> anyhow::Result<(Vec<u8>, String)> {
|
|
||||||
let iv = Aes256Gcm::generate_nonce(&mut OsRng);
|
|
||||||
|
|
||||||
let buf = self.create_cipher().encrypt(&iv, buf).map_err(|error| {
|
|
||||||
tracing::error!("{}", error);
|
|
||||||
anyhow::anyhow!("EncryptionRepository: encryption failed")
|
|
||||||
})?;
|
|
||||||
|
|
||||||
Ok((buf, BASE64_STANDARD.encode(iv)))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
use super::*;
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn test_encrypt_and_decrypt() {
|
|
||||||
let encryption =
|
|
||||||
EncryptionKey::new("XkbJ8gBzrouQ+15Ri23xCC81+aZE26Z6+gXzglFxOD4=".to_string());
|
|
||||||
|
|
||||||
let buf: Vec<u8> = vec![67];
|
|
||||||
let (ciphertext, iv) = encryption.encrypt_buffer(&buf[..]).unwrap();
|
|
||||||
assert_eq!(ciphertext.len(), 17);
|
|
||||||
|
|
||||||
let plaintext = encryption.decrypt_buffer(ciphertext, &iv).unwrap();
|
|
||||||
assert_eq!(plaintext.len(), 1);
|
|
||||||
assert_eq!(plaintext[0], 67);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,395 +0,0 @@
|
|||||||
use anyhow::Result;
|
|
||||||
use image::{AnimationDecoder, DynamicImage, ImageBuffer, ImageReader};
|
|
||||||
use jxl_oxide::integration::JxlDecoder;
|
|
||||||
use revolt_config::report_internal_error;
|
|
||||||
use std::io::{BufRead, Read, Seek};
|
|
||||||
use tempfile::NamedTempFile;
|
|
||||||
use tiny_skia::Pixmap;
|
|
||||||
|
|
||||||
use crate::{MediaError, MediaRepository};
|
|
||||||
|
|
||||||
pub struct MediaImpl {
|
|
||||||
config: revolt_config::Files,
|
|
||||||
}
|
|
||||||
|
|
||||||
impl MediaImpl {
|
|
||||||
pub async fn from_config() -> MediaImpl {
|
|
||||||
MediaImpl {
|
|
||||||
config: revolt_config::config().await.files,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn new(config: revolt_config::Files) -> MediaImpl {
|
|
||||||
MediaImpl { config }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl MediaRepository for MediaImpl {
|
|
||||||
fn image_size(&self, f: &NamedTempFile) -> Option<(usize, usize)> {
|
|
||||||
if let Ok(size) = imagesize::size(f.path())
|
|
||||||
.inspect_err(|err| tracing::error!("Failed to generate image size! {err:?}"))
|
|
||||||
{
|
|
||||||
Some((size.width, size.height))
|
|
||||||
} else {
|
|
||||||
None
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn is_animated(&self, f: &NamedTempFile, mime: &str) -> Option<bool> {
|
|
||||||
match mime {
|
|
||||||
// Current behaviour is to assume GIFs are animated, this checks for at least 2 frames
|
|
||||||
"image/gif" => {
|
|
||||||
let file = std::fs::File::open(f.path()).ok()?;
|
|
||||||
let reader = std::io::BufReader::new(file);
|
|
||||||
let decoder = image::codecs::gif::GifDecoder::new(reader).ok()?;
|
|
||||||
Some(decoder.into_frames().take(2).count() > 1)
|
|
||||||
}
|
|
||||||
"image/png" => {
|
|
||||||
let file = std::fs::File::open(f.path()).ok()?;
|
|
||||||
let reader = std::io::BufReader::new(file);
|
|
||||||
let decoder = image::codecs::png::PngDecoder::new(reader).ok()?;
|
|
||||||
decoder.is_apng().ok()
|
|
||||||
}
|
|
||||||
"image/webp" => {
|
|
||||||
let file = std::fs::File::open(f.path()).ok()?;
|
|
||||||
let reader = std::io::BufReader::new(file);
|
|
||||||
let decoder = image::codecs::webp::WebPDecoder::new(reader).ok()?;
|
|
||||||
Some(decoder.has_animation())
|
|
||||||
}
|
|
||||||
_ => Some(false),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn image_size_vec(&self, v: &[u8], mime: &str) -> Option<(usize, usize)> {
|
|
||||||
match mime {
|
|
||||||
"image/svg+xml" => {
|
|
||||||
let tree =
|
|
||||||
report_internal_error!(usvg::Tree::from_data(v, &Default::default())).ok()?;
|
|
||||||
|
|
||||||
let size = tree.size();
|
|
||||||
Some((size.width() as usize, size.height() as usize))
|
|
||||||
}
|
|
||||||
_ => {
|
|
||||||
if let Ok(size) = imagesize::blob_size(v)
|
|
||||||
.inspect_err(|err| tracing::error!("Failed to generate image size! {err:?}"))
|
|
||||||
{
|
|
||||||
Some((size.width, size.height))
|
|
||||||
} else {
|
|
||||||
None
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn decode_image<R: Read + BufRead + Seek>(
|
|
||||||
&self,
|
|
||||||
reader: &mut R,
|
|
||||||
mime: &str,
|
|
||||||
) -> Result<DynamicImage, MediaError> {
|
|
||||||
match mime {
|
|
||||||
"image/jxl" => {
|
|
||||||
let decoder =
|
|
||||||
JxlDecoder::new(reader).map_err(|e| MediaError::from(anyhow::anyhow!(e)))?;
|
|
||||||
|
|
||||||
DynamicImage::from_decoder(decoder)
|
|
||||||
.map_err(|e| MediaError::from(anyhow::anyhow!(e)))
|
|
||||||
}
|
|
||||||
"image/svg+xml" => {
|
|
||||||
let mut buf = Vec::new();
|
|
||||||
reader
|
|
||||||
.read_to_end(&mut buf)
|
|
||||||
.map_err(|e| MediaError::from(anyhow::anyhow!(e)))?;
|
|
||||||
|
|
||||||
let tree: usvg::Tree = usvg::Tree::from_data(&buf, &Default::default())
|
|
||||||
.map_err(|e| MediaError::from(anyhow::anyhow!(e)))?;
|
|
||||||
|
|
||||||
let size = tree.size();
|
|
||||||
let mut pixmap = Pixmap::new(size.width() as u32, size.height() as u32)
|
|
||||||
.ok_or_else(|| MediaError::ImageProcessingFailed {
|
|
||||||
cause: "failed to create Pixmap, likely zero sized".to_string(),
|
|
||||||
})?;
|
|
||||||
|
|
||||||
let mut pixmap_mut = pixmap.as_mut();
|
|
||||||
resvg::render(&tree, Default::default(), &mut pixmap_mut);
|
|
||||||
|
|
||||||
Ok(DynamicImage::ImageRgba8(
|
|
||||||
ImageBuffer::from_vec(
|
|
||||||
size.width() as u32,
|
|
||||||
size.height() as u32,
|
|
||||||
pixmap.data().to_vec(),
|
|
||||||
)
|
|
||||||
.ok_or_else(|| MediaError::ImageProcessingFailed {
|
|
||||||
cause: "buffer is not big enough".to_string(),
|
|
||||||
})?,
|
|
||||||
))
|
|
||||||
}
|
|
||||||
_ => {
|
|
||||||
let image: ImageReader<&mut R> = image::ImageReader::new(reader)
|
|
||||||
.with_guessed_format()
|
|
||||||
.map_err(|e| MediaError::from(anyhow::anyhow!(e)))?;
|
|
||||||
|
|
||||||
let image: Result<DynamicImage, MediaError> = image
|
|
||||||
.decode()
|
|
||||||
.map_err(|e| MediaError::from(anyhow::anyhow!(e)));
|
|
||||||
|
|
||||||
image
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn is_valid_image<R: Read + BufRead + Seek>(&self, reader: &mut R, mime: &str) -> bool {
|
|
||||||
match mime {
|
|
||||||
"image/jxl" => jxl_oxide::JxlImage::builder()
|
|
||||||
.read(reader)
|
|
||||||
.inspect_err(|err| tracing::error!("Failed to read JXL! {err:?}"))
|
|
||||||
.is_ok(),
|
|
||||||
_ => !matches!(
|
|
||||||
image::ImageReader::new(reader)
|
|
||||||
.with_guessed_format()
|
|
||||||
.inspect_err(|err| tracing::error!("Failed to read image! {err:?}"))
|
|
||||||
.map(|f| f.decode()),
|
|
||||||
Err(_) | Ok(Err(_))
|
|
||||||
),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn create_thumbnail(&self, image: DynamicImage, tag: &str) -> Vec<u8> {
|
|
||||||
let [w, h] = self.config.preview.get(tag).unwrap();
|
|
||||||
|
|
||||||
let image = image.thumbnail(image.width().min(*w as u32), image.height().min(*h as u32));
|
|
||||||
let image = match image {
|
|
||||||
DynamicImage::ImageRgb8(_) => image,
|
|
||||||
DynamicImage::ImageRgba8(_) => image,
|
|
||||||
_ => {
|
|
||||||
if image.has_alpha() {
|
|
||||||
image.to_rgba8().into()
|
|
||||||
} else {
|
|
||||||
image.to_rgb8().into()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
let encoder = webp::Encoder::from_image(&image).expect("Could not create encoder.");
|
|
||||||
if self.config.webp_quality != 100.0 {
|
|
||||||
encoder.encode(self.config.webp_quality).to_vec()
|
|
||||||
} else {
|
|
||||||
encoder.encode_lossless().to_vec()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn video_size(&self, f: &NamedTempFile) -> Option<(i64, i64)> {
|
|
||||||
if let Ok(data) = ffprobe::ffprobe(f.path())
|
|
||||||
.inspect_err(|err| tracing::error!("Failed to ffprobe file! {err:?}"))
|
|
||||||
{
|
|
||||||
for stream in data.streams {
|
|
||||||
if let (Some(w), Some(h)) = (stream.width, stream.height) {
|
|
||||||
return Some((w, h));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
None
|
|
||||||
} else {
|
|
||||||
None
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
use crate::{MediaImpl, MediaRepository};
|
|
||||||
use std::io::{Cursor, Write};
|
|
||||||
use tempfile::NamedTempFile;
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_jpeg() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = include_bytes!("../../tests/assets/test.jpeg");
|
|
||||||
assert_eq!(media.image_size_vec(buf, "image/jpeg"), Some((655, 582)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/jpeg").unwrap();
|
|
||||||
media.create_thumbnail(image, "attachments");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_jpeg_is_not_animated() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let mut f = NamedTempFile::new().unwrap();
|
|
||||||
f.write_all(include_bytes!("../../tests/assets/test.jpeg"))
|
|
||||||
.unwrap();
|
|
||||||
assert_eq!(media.is_animated(&f, "image/jpeg"), Some(false));
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_jpeg_extra_bytes() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = [
|
|
||||||
&include_bytes!("../../tests/assets/test.jpeg")[..],
|
|
||||||
&[0u8; 16],
|
|
||||||
]
|
|
||||||
.concat();
|
|
||||||
assert_eq!(media.image_size_vec(&buf, "image/jpeg"), Some((655, 582)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/jpeg").unwrap();
|
|
||||||
media.create_thumbnail(image, "emojis");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_png() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = include_bytes!("../../tests/assets/test.png");
|
|
||||||
assert_eq!(media.image_size_vec(buf, "image/png"), Some((900, 900)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/png").unwrap();
|
|
||||||
media.create_thumbnail(image, "emojis");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_png_is_not_animated() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let mut f = NamedTempFile::new().unwrap();
|
|
||||||
f.write_all(include_bytes!("../../tests/assets/test.png"))
|
|
||||||
.unwrap();
|
|
||||||
assert_eq!(media.is_animated(&f, "image/png"), Some(false));
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_png_extra_bytes() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = [
|
|
||||||
&include_bytes!("../../tests/assets/test.png")[..],
|
|
||||||
&[0u8; 16],
|
|
||||||
]
|
|
||||||
.concat();
|
|
||||||
assert_eq!(media.image_size_vec(&buf, "image/png"), Some((900, 900)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/png").unwrap();
|
|
||||||
media.create_thumbnail(image, "emojis");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_floating_point_png() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = include_bytes!("../../tests/assets/test-float.png");
|
|
||||||
assert_eq!(media.image_size_vec(buf, "image/png"), Some((300, 300)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/png").unwrap();
|
|
||||||
media.create_thumbnail(image, "avatars");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_corrupted_png() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = include_bytes!("../../tests/assets/corrupted.png");
|
|
||||||
assert_eq!(media.image_size_vec(buf, "image/png"), Some((900, 900)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
media.decode_image(&mut reader, "image/png").unwrap_err();
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_animated_png() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = include_bytes!("../../tests/assets/anim-icos.apng");
|
|
||||||
assert_eq!(media.image_size_vec(buf, "image/png"), Some((128, 128)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/png").unwrap();
|
|
||||||
media.create_thumbnail(image, "attachments");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_animated_png_is_animated() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let mut f = NamedTempFile::new().unwrap();
|
|
||||||
f.write_all(include_bytes!("../../tests/assets/anim-icos.apng"))
|
|
||||||
.unwrap();
|
|
||||||
assert_eq!(media.is_animated(&f, "image/png"), Some(true));
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_jxl() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = include_bytes!("../../tests/assets/dice.jxl");
|
|
||||||
assert_eq!(media.image_size_vec(buf, "image/jxl"), Some((800, 600)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/jxl").unwrap();
|
|
||||||
media.create_thumbnail(image, "attachments");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_animated_jxl() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = include_bytes!("../../tests/assets/anim-icos.jxl");
|
|
||||||
assert_eq!(media.image_size_vec(buf, "image/jxl"), Some((128, 128)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/jxl").unwrap();
|
|
||||||
media.create_thumbnail(image, "attachments");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_webp() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = include_bytes!("../../tests/assets/dice.webp");
|
|
||||||
assert_eq!(media.image_size_vec(buf, "image/webp"), Some((800, 600)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/webp").unwrap();
|
|
||||||
media.create_thumbnail(image, "attachments");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_webp_is_not_animated() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let mut f = NamedTempFile::new().unwrap();
|
|
||||||
f.write_all(include_bytes!("../../tests/assets/dice.webp"))
|
|
||||||
.unwrap();
|
|
||||||
assert_eq!(media.is_animated(&f, "image/webp"), Some(false));
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_animated_webp() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = include_bytes!("../../tests/assets/anim-icos.webp");
|
|
||||||
assert_eq!(media.image_size_vec(buf, "image/webp"), Some((128, 128)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/webp").unwrap();
|
|
||||||
media.create_thumbnail(image, "attachments");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_animated_webp_is_animated() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let mut f = NamedTempFile::new().unwrap();
|
|
||||||
f.write_all(include_bytes!("../../tests/assets/anim-icos.webp"))
|
|
||||||
.unwrap();
|
|
||||||
assert_eq!(media.is_animated(&f, "image/webp"), Some(true));
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_animated_gif() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let buf = include_bytes!("../../tests/assets/anim-icos.gif");
|
|
||||||
assert_eq!(media.image_size_vec(buf, "image/gif"), Some((128, 128)));
|
|
||||||
|
|
||||||
let mut reader = Cursor::new(buf);
|
|
||||||
let image = media.decode_image(&mut reader, "image/gif").unwrap();
|
|
||||||
media.create_thumbnail(image, "attachments");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn asset_test_animated_gif_is_animated() {
|
|
||||||
let media = MediaImpl::from_config().await;
|
|
||||||
let mut f = NamedTempFile::new().unwrap();
|
|
||||||
f.write_all(include_bytes!("../../tests/assets/anim-icos.gif"))
|
|
||||||
.unwrap();
|
|
||||||
assert_eq!(media.is_animated(&f, "image/gif"), Some(true));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
mod encryption_impl;
|
|
||||||
mod media_impl;
|
|
||||||
mod s3_impl;
|
|
||||||
|
|
||||||
pub use encryption_impl::EncryptionKey;
|
|
||||||
pub use media_impl::MediaImpl;
|
|
||||||
pub use s3_impl::S3Storage;
|
|
||||||
@@ -1,118 +0,0 @@
|
|||||||
use std::io::Write;
|
|
||||||
|
|
||||||
use anyhow::Context;
|
|
||||||
use aws_sdk_s3::{
|
|
||||||
config::{Credentials, Region},
|
|
||||||
Client, Config,
|
|
||||||
};
|
|
||||||
use revolt_config::FilesS3;
|
|
||||||
|
|
||||||
use crate::{EncryptionRepository, FileStorageRepository};
|
|
||||||
|
|
||||||
pub struct S3Storage<ER: EncryptionRepository> {
|
|
||||||
client: Client,
|
|
||||||
encryption: ER,
|
|
||||||
}
|
|
||||||
|
|
||||||
impl<ER: EncryptionRepository> S3Storage<ER> {
|
|
||||||
pub async fn from_config(encryption: ER) -> S3Storage<ER> {
|
|
||||||
S3Storage::new(encryption, revolt_config::config().await.files.s3)
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn new(encryption: ER, s3_config: FilesS3) -> S3Storage<ER> {
|
|
||||||
let provider_name = "my-creds";
|
|
||||||
let creds = Credentials::new(
|
|
||||||
s3_config.access_key_id,
|
|
||||||
s3_config.secret_access_key,
|
|
||||||
None,
|
|
||||||
None,
|
|
||||||
provider_name,
|
|
||||||
);
|
|
||||||
|
|
||||||
let config = Config::builder()
|
|
||||||
.region(Region::new(s3_config.region))
|
|
||||||
.endpoint_url(s3_config.endpoint)
|
|
||||||
.force_path_style(s3_config.path_style_buckets)
|
|
||||||
.credentials_provider(creds)
|
|
||||||
.build();
|
|
||||||
|
|
||||||
S3Storage {
|
|
||||||
client: Client::from_conf(config),
|
|
||||||
encryption,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#[async_trait::async_trait]
|
|
||||||
impl<ER: EncryptionRepository> FileStorageRepository for S3Storage<ER> {
|
|
||||||
async fn create_bucket(&self, bucket_id: &str) -> anyhow::Result<()> {
|
|
||||||
self.client
|
|
||||||
.create_bucket()
|
|
||||||
.bucket(bucket_id)
|
|
||||||
.send()
|
|
||||||
.await
|
|
||||||
.with_context(|| format!("failed to create bucket {bucket_id}"))?;
|
|
||||||
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
|
|
||||||
async fn fetch_and_decrypt_file(
|
|
||||||
&self,
|
|
||||||
bucket_id: &str,
|
|
||||||
path: &str,
|
|
||||||
iv: &str,
|
|
||||||
) -> anyhow::Result<Vec<u8>> {
|
|
||||||
let mut object = self
|
|
||||||
.client
|
|
||||||
.get_object()
|
|
||||||
.bucket(bucket_id)
|
|
||||||
.key(path)
|
|
||||||
.send()
|
|
||||||
.await
|
|
||||||
.with_context(|| format!("failed to get object at {path} in {bucket_id}"))?;
|
|
||||||
|
|
||||||
let mut buf = vec![];
|
|
||||||
while let Some(bytes) = object.body.next().await {
|
|
||||||
let data = bytes?;
|
|
||||||
buf.write_all(&data)?;
|
|
||||||
}
|
|
||||||
|
|
||||||
if iv.is_empty() {
|
|
||||||
Ok(buf)
|
|
||||||
} else {
|
|
||||||
self.encryption.decrypt_buffer(buf, iv)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
async fn encrypt_and_upload_file(
|
|
||||||
&self,
|
|
||||||
bucket_id: &str,
|
|
||||||
path: &str,
|
|
||||||
buf: &[u8],
|
|
||||||
) -> anyhow::Result<String> {
|
|
||||||
let (buf, iv) = self.encryption.encrypt_buffer(buf)?;
|
|
||||||
|
|
||||||
self.client
|
|
||||||
.put_object()
|
|
||||||
.bucket(bucket_id)
|
|
||||||
.key(path)
|
|
||||||
.body(buf.into())
|
|
||||||
.send()
|
|
||||||
.await
|
|
||||||
.with_context(|| format!("failed to put object at {path} in {bucket_id}"))?;
|
|
||||||
|
|
||||||
Ok(iv)
|
|
||||||
}
|
|
||||||
|
|
||||||
async fn delete_file(&self, bucket_id: &str, path: &str) -> anyhow::Result<()> {
|
|
||||||
self.client
|
|
||||||
.delete_object()
|
|
||||||
.bucket(bucket_id)
|
|
||||||
.key(path)
|
|
||||||
.send()
|
|
||||||
.await
|
|
||||||
.with_context(|| format!("failed to delete object at {path} in {bucket_id}"))?;
|
|
||||||
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,210 +1,293 @@
|
|||||||
mod implementation;
|
use std::io::{BufRead, Read, Seek, Write};
|
||||||
mod repositories;
|
|
||||||
|
|
||||||
pub use implementation::*;
|
use aes_gcm::{
|
||||||
pub use repositories::*;
|
aead::{AeadCore, AeadMutInPlace, OsRng},
|
||||||
|
Aes256Gcm, Key, KeyInit, Nonce,
|
||||||
|
};
|
||||||
|
use image::{DynamicImage, ImageBuffer};
|
||||||
|
use revolt_config::{config, report_internal_error, FilesS3};
|
||||||
|
use revolt_result::{create_error, Result};
|
||||||
|
|
||||||
use std::io::{BufRead, Read, Seek};
|
use aws_sdk_s3::{
|
||||||
|
config::{Credentials, Region},
|
||||||
use image::DynamicImage;
|
Client, Config,
|
||||||
use revolt_config::{report_internal_error, Files, FilesLimit, FilesS3};
|
};
|
||||||
use revolt_result::Result;
|
|
||||||
|
|
||||||
|
use base64::prelude::*;
|
||||||
use tempfile::NamedTempFile;
|
use tempfile::NamedTempFile;
|
||||||
|
use tiny_skia::Pixmap;
|
||||||
|
|
||||||
|
/// Size of the authentication tag in the buffer
|
||||||
pub const AUTHENTICATION_TAG_SIZE_BYTES: usize = 16;
|
pub const AUTHENTICATION_TAG_SIZE_BYTES: usize = 16;
|
||||||
|
|
||||||
|
/// Create an S3 client
|
||||||
|
pub fn create_client(s3_config: FilesS3) -> Client {
|
||||||
|
let provider_name = "my-creds";
|
||||||
|
let creds = Credentials::new(
|
||||||
|
s3_config.access_key_id,
|
||||||
|
s3_config.secret_access_key,
|
||||||
|
None,
|
||||||
|
None,
|
||||||
|
provider_name,
|
||||||
|
);
|
||||||
|
|
||||||
|
let config = Config::builder()
|
||||||
|
.region(Region::new(s3_config.region))
|
||||||
|
.endpoint_url(s3_config.endpoint)
|
||||||
|
.force_path_style(s3_config.path_style_buckets)
|
||||||
|
.credentials_provider(creds)
|
||||||
|
.build();
|
||||||
|
|
||||||
|
Client::from_conf(config)
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Create an AES-256-GCM cipher
|
||||||
|
pub fn create_cipher(key: &str) -> Aes256Gcm {
|
||||||
|
let key = &BASE64_STANDARD.decode(key).expect("valid base64 string")[..];
|
||||||
|
let key: &Key<Aes256Gcm> = key.into();
|
||||||
|
Aes256Gcm::new(key)
|
||||||
|
}
|
||||||
|
|
||||||
/// Fetch a file from S3 (and decrypt it)
|
/// Fetch a file from S3 (and decrypt it)
|
||||||
pub async fn fetch_from_s3(bucket_id: &str, path: &str, iv: &str) -> Result<Vec<u8>> {
|
pub async fn fetch_from_s3(bucket_id: &str, path: &str, nonce: &str) -> Result<Vec<u8>> {
|
||||||
let encryption = implementation::EncryptionKey::from_config().await;
|
let config = config().await;
|
||||||
let storage = implementation::S3Storage::from_config(encryption).await;
|
let client = create_client(config.files.s3);
|
||||||
report_internal_error!(storage.fetch_and_decrypt_file(bucket_id, path, iv).await)
|
|
||||||
|
// Send a request for the file
|
||||||
|
let mut obj =
|
||||||
|
report_internal_error!(client.get_object().bucket(bucket_id).key(path).send().await)?;
|
||||||
|
|
||||||
|
// Read the file from remote
|
||||||
|
let mut buf = vec![];
|
||||||
|
while let Some(bytes) = obj.body.next().await {
|
||||||
|
let data = report_internal_error!(bytes)?;
|
||||||
|
report_internal_error!(buf.write_all(&data))?;
|
||||||
|
// is there a more efficient way to do this?
|
||||||
|
// we just want the Vec<u8>
|
||||||
|
}
|
||||||
|
|
||||||
|
// File is not encrypted
|
||||||
|
if nonce.is_empty() {
|
||||||
|
return Ok(buf);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Recover nonce as bytes
|
||||||
|
let nonce = &BASE64_STANDARD.decode(nonce).unwrap()[..];
|
||||||
|
let nonce: &Nonce<typenum::consts::U12> = nonce.into();
|
||||||
|
|
||||||
|
// Decrypt the file
|
||||||
|
create_cipher(&config.files.encryption_key)
|
||||||
|
.decrypt_in_place(nonce, b"", &mut buf)
|
||||||
|
.map_err(|_| create_error!(InternalError))?;
|
||||||
|
|
||||||
|
// Remove the authentication tag bytes that were added during encryption
|
||||||
|
buf.truncate(buf.len() - AUTHENTICATION_TAG_SIZE_BYTES);
|
||||||
|
|
||||||
|
Ok(buf)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Encrypt and upload a file to S3 (returning its nonce/IV)
|
/// Encrypt and upload a file to S3 (returning its nonce/IV)
|
||||||
pub async fn upload_to_s3(bucket_id: &str, path: &str, buf: &[u8]) -> Result<String> {
|
pub async fn upload_to_s3(bucket_id: &str, path: &str, buf: &[u8]) -> Result<String> {
|
||||||
let encryption = implementation::EncryptionKey::from_config().await;
|
let config = config().await;
|
||||||
let storage = implementation::S3Storage::from_config(encryption).await;
|
let client = create_client(config.files.s3);
|
||||||
report_internal_error!(storage.encrypt_and_upload_file(bucket_id, path, buf).await)
|
|
||||||
|
// Generate a nonce
|
||||||
|
let nonce = Aes256Gcm::generate_nonce(&mut OsRng);
|
||||||
|
|
||||||
|
// Extend the buffer for in-place encryption
|
||||||
|
let mut buf = [buf, &[0; AUTHENTICATION_TAG_SIZE_BYTES]].concat();
|
||||||
|
|
||||||
|
// Encrypt the file in place
|
||||||
|
create_cipher(&config.files.encryption_key)
|
||||||
|
.encrypt_in_place(&nonce, b"", &mut buf)
|
||||||
|
.map_err(|_| create_error!(InternalError))?;
|
||||||
|
|
||||||
|
// Upload the file to remote
|
||||||
|
report_internal_error!(
|
||||||
|
client
|
||||||
|
.put_object()
|
||||||
|
.bucket(bucket_id)
|
||||||
|
.key(path)
|
||||||
|
.body(buf.into())
|
||||||
|
.send()
|
||||||
|
.await
|
||||||
|
)?;
|
||||||
|
|
||||||
|
Ok(BASE64_STANDARD.encode(nonce))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Delete a file from S3 by path
|
/// Delete a file from S3 by path
|
||||||
pub async fn delete_from_s3(bucket_id: &str, path: &str) -> Result<()> {
|
pub async fn delete_from_s3(bucket_id: &str, path: &str) -> Result<()> {
|
||||||
let encryption = implementation::EncryptionKey::from_config().await;
|
let config = config().await;
|
||||||
let storage = implementation::S3Storage::from_config(encryption).await;
|
let client = create_client(config.files.s3);
|
||||||
report_internal_error!(storage.delete_file(bucket_id, path).await)
|
|
||||||
|
report_internal_error!(
|
||||||
|
client
|
||||||
|
.delete_object()
|
||||||
|
.bucket(bucket_id)
|
||||||
|
.key(path)
|
||||||
|
.send()
|
||||||
|
.await
|
||||||
|
)?;
|
||||||
|
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Determine size of image at temp file
|
/// Determine size of image at temp file
|
||||||
pub fn image_size(f: &NamedTempFile) -> Option<(usize, usize)> {
|
pub fn image_size(f: &NamedTempFile) -> Option<(usize, usize)> {
|
||||||
let media = MediaImpl::new(Files {
|
if let Ok(size) = imagesize::size(f.path())
|
||||||
blocked_mime_types: Default::default(),
|
.inspect_err(|err| tracing::error!("Failed to generate image size! {err:?}"))
|
||||||
clamd_host: Default::default(),
|
{
|
||||||
encryption_key: Default::default(),
|
Some((size.width, size.height))
|
||||||
limit: FilesLimit {
|
} else {
|
||||||
max_mega_pixels: 0,
|
None
|
||||||
max_pixel_side: 0,
|
}
|
||||||
min_file_size: 0,
|
|
||||||
min_resolution: [0, 0],
|
|
||||||
},
|
|
||||||
preview: Default::default(),
|
|
||||||
s3: FilesS3 {
|
|
||||||
access_key_id: Default::default(),
|
|
||||||
default_bucket: Default::default(),
|
|
||||||
endpoint: Default::default(),
|
|
||||||
path_style_buckets: Default::default(),
|
|
||||||
region: Default::default(),
|
|
||||||
secret_access_key: Default::default(),
|
|
||||||
},
|
|
||||||
scan_mime_types: Default::default(),
|
|
||||||
webp_quality: Default::default(),
|
|
||||||
});
|
|
||||||
|
|
||||||
media.image_size(f)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Determine size of image with buffer
|
/// Determine size of image with buffer
|
||||||
pub fn image_size_vec(v: &[u8], mime: &str) -> Option<(usize, usize)> {
|
pub fn image_size_vec(v: &[u8], mime: &str) -> Option<(usize, usize)> {
|
||||||
let media = MediaImpl::new(Files {
|
match mime {
|
||||||
blocked_mime_types: Default::default(),
|
"image/svg+xml" => {
|
||||||
clamd_host: Default::default(),
|
let tree =
|
||||||
encryption_key: Default::default(),
|
report_internal_error!(usvg::Tree::from_data(v, &Default::default())).ok()?;
|
||||||
limit: FilesLimit {
|
|
||||||
max_mega_pixels: 0,
|
|
||||||
max_pixel_side: 0,
|
|
||||||
min_file_size: 0,
|
|
||||||
min_resolution: [0, 0],
|
|
||||||
},
|
|
||||||
preview: Default::default(),
|
|
||||||
s3: FilesS3 {
|
|
||||||
access_key_id: Default::default(),
|
|
||||||
default_bucket: Default::default(),
|
|
||||||
endpoint: Default::default(),
|
|
||||||
path_style_buckets: Default::default(),
|
|
||||||
region: Default::default(),
|
|
||||||
secret_access_key: Default::default(),
|
|
||||||
},
|
|
||||||
scan_mime_types: Default::default(),
|
|
||||||
webp_quality: Default::default(),
|
|
||||||
});
|
|
||||||
|
|
||||||
media.image_size_vec(v, mime)
|
let size = tree.size();
|
||||||
}
|
Some((size.width() as usize, size.height() as usize))
|
||||||
|
}
|
||||||
/// Check whether an image file contains animation data
|
_ => {
|
||||||
pub fn is_animated(f: &NamedTempFile, mime: &str) -> Option<bool> {
|
if let Ok(size) = imagesize::blob_size(v)
|
||||||
let media = MediaImpl::new(Files {
|
.inspect_err(|err| tracing::error!("Failed to generate image size! {err:?}"))
|
||||||
blocked_mime_types: Default::default(),
|
{
|
||||||
clamd_host: Default::default(),
|
Some((size.width, size.height))
|
||||||
encryption_key: Default::default(),
|
} else {
|
||||||
limit: FilesLimit {
|
None
|
||||||
max_mega_pixels: 0,
|
}
|
||||||
max_pixel_side: 0,
|
}
|
||||||
min_file_size: 0,
|
}
|
||||||
min_resolution: [0, 0],
|
|
||||||
},
|
|
||||||
preview: Default::default(),
|
|
||||||
s3: FilesS3 {
|
|
||||||
access_key_id: Default::default(),
|
|
||||||
default_bucket: Default::default(),
|
|
||||||
endpoint: Default::default(),
|
|
||||||
path_style_buckets: Default::default(),
|
|
||||||
region: Default::default(),
|
|
||||||
secret_access_key: Default::default(),
|
|
||||||
},
|
|
||||||
scan_mime_types: Default::default(),
|
|
||||||
webp_quality: Default::default(),
|
|
||||||
});
|
|
||||||
|
|
||||||
media.is_animated(f, mime)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Determine size of video at temp file
|
/// Determine size of video at temp file
|
||||||
pub fn video_size(f: &NamedTempFile) -> Option<(i64, i64)> {
|
pub fn video_size(f: &NamedTempFile) -> Option<(i64, i64)> {
|
||||||
let media = MediaImpl::new(Files {
|
if let Ok(data) = ffprobe::ffprobe(f.path())
|
||||||
blocked_mime_types: Default::default(),
|
.inspect_err(|err| tracing::error!("Failed to ffprobe file! {err:?}"))
|
||||||
clamd_host: Default::default(),
|
{
|
||||||
encryption_key: Default::default(),
|
// Use first valid stream
|
||||||
limit: FilesLimit {
|
for stream in data.streams {
|
||||||
max_mega_pixels: 0,
|
if let (Some(w), Some(h)) = (stream.width, stream.height) {
|
||||||
max_pixel_side: 0,
|
return Some((w, h));
|
||||||
min_file_size: 0,
|
}
|
||||||
min_resolution: [0, 0],
|
}
|
||||||
},
|
|
||||||
preview: Default::default(),
|
|
||||||
s3: FilesS3 {
|
|
||||||
access_key_id: Default::default(),
|
|
||||||
default_bucket: Default::default(),
|
|
||||||
endpoint: Default::default(),
|
|
||||||
path_style_buckets: Default::default(),
|
|
||||||
region: Default::default(),
|
|
||||||
secret_access_key: Default::default(),
|
|
||||||
},
|
|
||||||
scan_mime_types: Default::default(),
|
|
||||||
webp_quality: Default::default(),
|
|
||||||
});
|
|
||||||
|
|
||||||
media.video_size(f)
|
None
|
||||||
|
} else {
|
||||||
|
None
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Decode image from reader
|
/// Decode image from reader
|
||||||
pub fn decode_image<R: Read + BufRead + Seek>(reader: &mut R, mime: &str) -> Result<DynamicImage> {
|
pub fn decode_image<R: Read + BufRead + Seek>(reader: &mut R, mime: &str) -> Result<DynamicImage> {
|
||||||
let media = MediaImpl::new(Files {
|
match mime {
|
||||||
blocked_mime_types: Default::default(),
|
// Read image using jxl-oxide crate
|
||||||
clamd_host: Default::default(),
|
"image/jxl" => {
|
||||||
encryption_key: Default::default(),
|
let jxl_image = report_internal_error!(jxl_oxide::JxlImage::builder().read(reader))?;
|
||||||
limit: FilesLimit {
|
if let Ok(frame) = jxl_image.render_frame(0) {
|
||||||
max_mega_pixels: 0,
|
match frame.color_channels().len() {
|
||||||
max_pixel_side: 0,
|
3 => Ok(DynamicImage::ImageRgb8(
|
||||||
min_file_size: 0,
|
DynamicImage::ImageRgb32F(
|
||||||
min_resolution: [0, 0],
|
ImageBuffer::from_vec(
|
||||||
},
|
jxl_image.width(),
|
||||||
preview: Default::default(),
|
jxl_image.height(),
|
||||||
s3: FilesS3 {
|
frame.image().buf().to_vec(),
|
||||||
access_key_id: Default::default(),
|
)
|
||||||
default_bucket: Default::default(),
|
.ok_or_else(|| create_error!(ImageProcessingFailed))?,
|
||||||
endpoint: Default::default(),
|
)
|
||||||
path_style_buckets: Default::default(),
|
.to_rgb8(),
|
||||||
region: Default::default(),
|
)),
|
||||||
secret_access_key: Default::default(),
|
4 => Ok(DynamicImage::ImageRgba8(
|
||||||
},
|
DynamicImage::ImageRgba32F(
|
||||||
scan_mime_types: Default::default(),
|
ImageBuffer::from_vec(
|
||||||
webp_quality: Default::default(),
|
jxl_image.width(),
|
||||||
});
|
jxl_image.height(),
|
||||||
|
frame.image().buf().to_vec(),
|
||||||
|
)
|
||||||
|
.ok_or_else(|| create_error!(ImageProcessingFailed))?,
|
||||||
|
)
|
||||||
|
.to_rgba8(),
|
||||||
|
)),
|
||||||
|
_ => Err(create_error!(ImageProcessingFailed)),
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
Err(create_error!(ImageProcessingFailed))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Read image using resvg
|
||||||
|
"image/svg+xml" => {
|
||||||
|
// usvg doesn't support Read trait so copy to buffer
|
||||||
|
let mut buf = Vec::new();
|
||||||
|
report_internal_error!(reader.read_to_end(&mut buf))?;
|
||||||
|
|
||||||
report_internal_error!(media.decode_image(reader, mime))
|
let tree = report_internal_error!(usvg::Tree::from_data(&buf, &Default::default()))?;
|
||||||
|
let size = tree.size();
|
||||||
|
let mut pixmap = Pixmap::new(size.width() as u32, size.height() as u32)
|
||||||
|
.ok_or_else(|| create_error!(ImageProcessingFailed))?;
|
||||||
|
|
||||||
|
let mut pixmap_mut = pixmap.as_mut();
|
||||||
|
resvg::render(&tree, Default::default(), &mut pixmap_mut);
|
||||||
|
|
||||||
|
Ok(DynamicImage::ImageRgba8(
|
||||||
|
ImageBuffer::from_vec(
|
||||||
|
size.width() as u32,
|
||||||
|
size.height() as u32,
|
||||||
|
pixmap.data().to_vec(),
|
||||||
|
)
|
||||||
|
.ok_or_else(|| create_error!(ImageProcessingFailed))?,
|
||||||
|
))
|
||||||
|
}
|
||||||
|
// Check if we can read using image-rs crate
|
||||||
|
_ => report_internal_error!(report_internal_error!(
|
||||||
|
image::ImageReader::new(reader).with_guessed_format()
|
||||||
|
)?
|
||||||
|
.decode()),
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Check whether given reader has a valid image
|
/// Check whether given reader has a valid image
|
||||||
pub fn is_valid_image<R: Read + BufRead + Seek>(reader: &mut R, mime: &str) -> bool {
|
pub fn is_valid_image<R: Read + BufRead + Seek>(reader: &mut R, mime: &str) -> bool {
|
||||||
let media = MediaImpl::new(Files {
|
match mime {
|
||||||
blocked_mime_types: Default::default(),
|
// Check if we can read using jxl-oxide crate
|
||||||
clamd_host: Default::default(),
|
"image/jxl" => jxl_oxide::JxlImage::builder()
|
||||||
encryption_key: Default::default(),
|
.read(reader)
|
||||||
limit: FilesLimit {
|
.inspect_err(|err| tracing::error!("Failed to read JXL! {err:?}"))
|
||||||
max_mega_pixels: 0,
|
.is_ok(),
|
||||||
max_pixel_side: 0,
|
// Check if we can read using image-rs crate
|
||||||
min_file_size: 0,
|
_ => !matches!(
|
||||||
min_resolution: [0, 0],
|
image::ImageReader::new(reader)
|
||||||
},
|
.with_guessed_format()
|
||||||
preview: Default::default(),
|
.inspect_err(|err| tracing::error!("Failed to read image! {err:?}"))
|
||||||
s3: FilesS3 {
|
.map(|f| f.decode()),
|
||||||
access_key_id: Default::default(),
|
Err(_) | Ok(Err(_))
|
||||||
default_bucket: Default::default(),
|
),
|
||||||
endpoint: Default::default(),
|
}
|
||||||
path_style_buckets: Default::default(),
|
|
||||||
region: Default::default(),
|
|
||||||
secret_access_key: Default::default(),
|
|
||||||
},
|
|
||||||
scan_mime_types: Default::default(),
|
|
||||||
webp_quality: Default::default(),
|
|
||||||
});
|
|
||||||
|
|
||||||
media.is_valid_image(reader, mime)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Create thumbnail from given image
|
/// Create thumbnail from given image
|
||||||
pub async fn create_thumbnail(image: DynamicImage, tag: &str) -> Vec<u8> {
|
pub async fn create_thumbnail(image: DynamicImage, tag: &str) -> Vec<u8> {
|
||||||
let media = MediaImpl::from_config().await;
|
// Load configuration
|
||||||
media.create_thumbnail(image, tag)
|
let config = config().await;
|
||||||
|
let [w, h] = config.files.preview.get(tag).unwrap();
|
||||||
|
|
||||||
|
// Create thumbnail
|
||||||
|
//.resize(width as u32, height as u32, image::imageops::FilterType::Gaussian)
|
||||||
|
// resize is about 2.5x slower,
|
||||||
|
// thumbnail doesn't have terrible quality
|
||||||
|
// so we use thumbnail
|
||||||
|
let image = image.thumbnail(image.width().min(*w as u32), image.height().min(*h as u32));
|
||||||
|
|
||||||
|
// Encode it into WEBP
|
||||||
|
let encoder = webp::Encoder::from_image(&image).expect("Could not create encoder.");
|
||||||
|
if config.files.webp_quality != 100.0 {
|
||||||
|
encoder.encode(config.files.webp_quality).to_vec()
|
||||||
|
} else {
|
||||||
|
encoder.encode_lossless().to_vec()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
use anyhow::Result;
|
|
||||||
|
|
||||||
pub trait EncryptionRepository: Send + Sync + 'static {
|
|
||||||
fn decrypt_buffer(&self, buf: Vec<u8>, iv: &str) -> anyhow::Result<Vec<u8>>;
|
|
||||||
fn encrypt_buffer(&self, buf: &[u8]) -> Result<(Vec<u8>, String)>;
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
use anyhow::Result;
|
|
||||||
|
|
||||||
#[async_trait::async_trait]
|
|
||||||
pub trait FileStorageRepository: Send + Sync + 'static {
|
|
||||||
async fn create_bucket(&self, bucket_id: &str) -> anyhow::Result<()>;
|
|
||||||
|
|
||||||
async fn fetch_and_decrypt_file(
|
|
||||||
&self,
|
|
||||||
bucket_id: &str,
|
|
||||||
path: &str,
|
|
||||||
iv: &str,
|
|
||||||
) -> Result<Vec<u8>>;
|
|
||||||
|
|
||||||
async fn encrypt_and_upload_file(
|
|
||||||
&self,
|
|
||||||
bucket_id: &str,
|
|
||||||
path: &str,
|
|
||||||
buf: &[u8],
|
|
||||||
) -> Result<String>;
|
|
||||||
|
|
||||||
async fn delete_file(&self, bucket_id: &str, path: &str) -> Result<()>;
|
|
||||||
}
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
use anyhow::Result;
|
|
||||||
use image::DynamicImage;
|
|
||||||
use std::io::{BufRead, Read, Seek};
|
|
||||||
use tempfile::NamedTempFile;
|
|
||||||
use thiserror::Error;
|
|
||||||
|
|
||||||
pub trait MediaRepository: Send + Sync + 'static {
|
|
||||||
fn image_size(&self, f: &NamedTempFile) -> Option<(usize, usize)>;
|
|
||||||
|
|
||||||
fn is_animated(&self, f: &NamedTempFile, mime: &str) -> Option<bool>;
|
|
||||||
|
|
||||||
fn image_size_vec(&self, v: &[u8], mime: &str) -> Option<(usize, usize)>;
|
|
||||||
|
|
||||||
fn decode_image<R: Read + BufRead + Seek>(
|
|
||||||
&self,
|
|
||||||
reader: &mut R,
|
|
||||||
mime: &str,
|
|
||||||
) -> Result<DynamicImage, MediaError>;
|
|
||||||
|
|
||||||
fn is_valid_image<R: Read + BufRead + Seek>(&self, reader: &mut R, mime: &str) -> bool;
|
|
||||||
|
|
||||||
fn create_thumbnail(&self, image: DynamicImage, tag: &str) -> Vec<u8>;
|
|
||||||
|
|
||||||
fn video_size(&self, f: &NamedTempFile) -> Option<(i64, i64)>;
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Debug, Error)]
|
|
||||||
pub enum MediaError {
|
|
||||||
#[error("image processing failed because {cause}")]
|
|
||||||
ImageProcessingFailed { cause: String },
|
|
||||||
#[error(transparent)]
|
|
||||||
Unknown(#[from] anyhow::Error),
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
mod encryption_repository;
|
|
||||||
mod file_storage_repository;
|
|
||||||
mod media_repository;
|
|
||||||
|
|
||||||
pub use encryption_repository::EncryptionRepository;
|
|
||||||
pub use file_storage_repository::FileStorageRepository;
|
|
||||||
pub use media_repository::{MediaError, MediaRepository};
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user