mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 15:24:14 -05:00
[PR #719] [MERGED] cobalt 10: svelte web app, improved backend #1242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/719
Author: @wukko
Created: 9/9/2024
Status: ✅ Merged
Merged: 9/9/2024
Merged by: @wukko
Base:
current← Head:10📝 Commits (10+)
b3d846aweb/i18n/settings: update audio bitrate description102dec4api/match-action: clean up audio actionc7a0884web/i18n/settings: update audio format & bitrate descriptionsa21c9e7api/core/api: clean up importsd7d707eweb/DialogHolder: fix dialog animation jumping on new safari versionsb6d2175web/settings/defaults: enable full tiktok audio by defaultee375a2api/schema: enable tiktok full audio by default7a557a9api: move service disabling toDISABLED_SERVICESenv70264f3api/core: update server info24f2329web/settings: slightly update navigation style on mobile📊 Changes
413 files changed (+20737 additions, -8514 deletions)
View changed files
➕
.dockerignore(+21 -0)📝
.github/test.sh(+15 -21)➕
.github/workflows/test-services.yml(+33 -0)📝
.github/workflows/test.yml(+12 -40)📝
.gitignore(+9 -9)📝
Dockerfile(+20 -10)📝
README.md(+55 -69)➕
api/LICENSE(+661 -0)➕
api/README.md(+22 -0)➕
api/package.json(+49 -0)➕
api/src/cobalt.js(+27 -0)➕
api/src/config.js(+51 -0)➕
api/src/core/api.js(+326 -0)📝
api/src/misc/console-text.js(+0 -0)📝
api/src/misc/crypto.js(+0 -0)➕
api/src/misc/load-from-fs.js(+20 -0)📝
api/src/misc/randomize-ciphers.js(+0 -0)📝
api/src/misc/run-test.js(+11 -9)📝
api/src/misc/utils.js(+0 -0)📝
api/src/processing/cookie/cookie.js(+0 -0)...and 80 more files
📄 Description
closes #608
closes #590
closes #577
closes #566
closes #410
closes #363
closes #298
closes #251
closes #93
closes #679
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.