[PR #392] [MERGED] 7.12: private traffic stats with plausible and no watermark for tiktok videos by default #12481

Closed
opened 2026-05-08 09:02:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/392
Author: @wukko
Created: 3/16/2024
Status: Merged
Merged: 3/16/2024
Merged by: @wukko

Base: currentHead: plausible


📝 Commits (10+)

  • 3c18b76 page: add plausible script enabled by env variable
  • 96ff8a8 docs/run-an-instance: add info about plausible env variable
  • 8385cd2 package: remove unnecessary abort-controller dependency
  • 24c0356 readme: add list of acknowledgements
  • d87613a global: disable tiktok watermark by default and remove a way to change it
  • 98a623b front: added an option to opt out of traffic stats and a privacy policy section about it
  • 752a926 package: bump version to 7.12
  • 49ef0b4 ru: update AnalyticsDescription
  • 25aa2fb front: hide everything related to plausible if it's disabled
  • c3d7bfd readme: fix typos in acknowledgments

📊 Changes

13 files changed (+99 additions, -157 deletions)

View changed files

📝 README.md (+36 -0)
📝 docs/api.md (+0 -1)
📝 docs/run-an-instance.md (+10 -7)
📝 package.json (+1 -2)
📝 src/front/cobalt.js (+7 -4)
📝 src/localization/languages/en.json (+5 -2)
📝 src/localization/languages/ru.json (+5 -2)
📝 src/modules/pageRender/page.js (+26 -10)
📝 src/modules/processing/match.js (+0 -1)
📝 src/modules/processing/services/tiktok.js (+6 -8)
📝 src/modules/stream/types.js (+0 -1)
📝 src/modules/sub/utils.js (+1 -2)
📝 src/test/tests.json (+2 -117)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/392 **Author:** [@wukko](https://github.com/wukko) **Created:** 3/16/2024 **Status:** ✅ Merged **Merged:** 3/16/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `plausible` --- ### 📝 Commits (10+) - [`3c18b76`](https://github.com/imputnet/cobalt/commit/3c18b76d3c9e27865d937fb51a2768a799a5aa5b) page: add plausible script enabled by env variable - [`96ff8a8`](https://github.com/imputnet/cobalt/commit/96ff8a873fb1c46ae6a3e3cad48446134fc65a42) docs/run-an-instance: add info about plausible env variable - [`8385cd2`](https://github.com/imputnet/cobalt/commit/8385cd266307125e873731e63d580a44ce4c94d3) package: remove unnecessary abort-controller dependency - [`24c0356`](https://github.com/imputnet/cobalt/commit/24c03566e86e1a8d5a3e092f54d1d2d35417c5cc) readme: add list of acknowledgements - [`d87613a`](https://github.com/imputnet/cobalt/commit/d87613a1fd3e38a43e4832f9be56806c3e63b29b) global: disable tiktok watermark by default and remove a way to change it - [`98a623b`](https://github.com/imputnet/cobalt/commit/98a623bce35177a455fe2256de2d029a7da32343) front: added an option to opt out of traffic stats and a privacy policy section about it - [`752a926`](https://github.com/imputnet/cobalt/commit/752a926dd64f85730371723f8193515734dcdd19) package: bump version to 7.12 - [`49ef0b4`](https://github.com/imputnet/cobalt/commit/49ef0b4e8b0fe5d64adfc668bf911d4922c1b3e5) ru: update AnalyticsDescription - [`25aa2fb`](https://github.com/imputnet/cobalt/commit/25aa2fb609c3bdb6c52645a80a3ff25ef6d30ca6) front: hide everything related to plausible if it's disabled - [`c3d7bfd`](https://github.com/imputnet/cobalt/commit/c3d7bfdbfc44f7fb9e01fdbfd12130a073f182a1) readme: fix typos in acknowledgments ### 📊 Changes **13 files changed** (+99 additions, -157 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+36 -0) 📝 `docs/api.md` (+0 -1) 📝 `docs/run-an-instance.md` (+10 -7) 📝 `package.json` (+1 -2) 📝 `src/front/cobalt.js` (+7 -4) 📝 `src/localization/languages/en.json` (+5 -2) 📝 `src/localization/languages/ru.json` (+5 -2) 📝 `src/modules/pageRender/page.js` (+26 -10) 📝 `src/modules/processing/match.js` (+0 -1) 📝 `src/modules/processing/services/tiktok.js` (+6 -8) 📝 `src/modules/stream/types.js` (+0 -1) 📝 `src/modules/sub/utils.js` (+1 -2) 📝 `src/test/tests.json` (+2 -117) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-08 09:02:45 -05:00
Sign in to join this conversation.