[PR #1] [MERGED] Dev #1

Closed
opened 2026-05-06 12:14:15 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/Jellystat/pull/1
Author: @BreizhHardware
Created: 5/26/2025
Status: Merged
Merged: 5/26/2025
Merged by: @BreizhHardware

Base: mainHead: dev


📝 Commits (6)

  • 280fa89 feat(webhooks): add support for playback and media notification events
  • eeada4f feat(webhooks): add Discord webhook support and event notifications for playback and media actions
  • d9aba8a Update src/pages/components/settings/webhooks.jsx
  • 247df5f Update backend/routes/webhooks.js
  • 1f1a51f Update backend/routes/webhooks.js
  • b2e6a44 Update backend/routes/sync.js

📊 Changes

10 files changed (+722 additions, -48 deletions)

View changed files

📝 backend/classes/webhook-manager.js (+80 -7)
📝 backend/classes/webhook-scheduler.js (+49 -0)
📝 backend/routes/sync.js (+19 -5)
📝 backend/routes/webhooks.js (+219 -8)
📝 backend/tasks/ActivityMonitor.js (+80 -3)
📝 backend/tasks/RecentlyAddedItemsSyncTask.js (+16 -2)
📝 package-lock.json (+1 -1)
📝 public/locales/en-UK/translation.json (+6 -1)
📝 public/locales/fr-FR/translation.json (+19 -1)
📝 src/pages/components/settings/webhooks.jsx (+233 -20)

📄 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/BreizhHardware/Jellystat/pull/1 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 5/26/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (6) - [`280fa89`](https://github.com/BreizhHardware/Jellystat/commit/280fa89c5938dbbe49bdd96d8c978468661d06eb) feat(webhooks): add support for playback and media notification events - [`eeada4f`](https://github.com/BreizhHardware/Jellystat/commit/eeada4fbb2c84a3c34f906855cadd9b23b7f8806) feat(webhooks): add Discord webhook support and event notifications for playback and media actions - [`d9aba8a`](https://github.com/BreizhHardware/Jellystat/commit/d9aba8a5a3945e583b43950706bc2ecdad46abff) Update src/pages/components/settings/webhooks.jsx - [`247df5f`](https://github.com/BreizhHardware/Jellystat/commit/247df5fed3579b0fa155ddcc2c832607a54a900c) Update backend/routes/webhooks.js - [`1f1a51f`](https://github.com/BreizhHardware/Jellystat/commit/1f1a51fd6cfaef87b30289d8d4601b0da89adba4) Update backend/routes/webhooks.js - [`b2e6a44`](https://github.com/BreizhHardware/Jellystat/commit/b2e6a4405c966fb4b45b85fee3f46f7a37dc0831) Update backend/routes/sync.js ### 📊 Changes **10 files changed** (+722 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `backend/classes/webhook-manager.js` (+80 -7) 📝 `backend/classes/webhook-scheduler.js` (+49 -0) 📝 `backend/routes/sync.js` (+19 -5) 📝 `backend/routes/webhooks.js` (+219 -8) 📝 `backend/tasks/ActivityMonitor.js` (+80 -3) 📝 `backend/tasks/RecentlyAddedItemsSyncTask.js` (+16 -2) 📝 `package-lock.json` (+1 -1) 📝 `public/locales/en-UK/translation.json` (+6 -1) 📝 `public/locales/fr-FR/translation.json` (+19 -1) 📝 `src/pages/components/settings/webhooks.jsx` (+233 -20) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:14:15 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/Jellystat#1
No description provided.