[PR #221] [MERGED] Add support for basic auth for Apprise #215

Closed
opened 2025-10-09 17:00:18 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/221
Author: @Flaminel
Created: 7/3/2025
Status: Merged
Merged: 7/3/2025
Merged by: @Flaminel

Base: mainHead: add_basic_auth_for_apprise


📝 Commits (1)

  • 6ab4837 added support for basic auth for Apprise

📊 Changes

28 files changed (+692 additions, -47 deletions)

View changed files

📝 code/backend/Cleanuparr.Api/Controllers/ConfigurationController.cs (+0 -1)
📝 code/backend/Cleanuparr.Api/DependencyInjection/MainDI.cs (+1 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Apprise/AppriseProvider.cs (+0 -3)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Apprise/AppriseProxy.cs (+9 -2)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Consumers/NotificationConsumer.cs (+2 -2)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/INotificationProvider.cs (+1 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/ArrNotification.cs (+0 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/CategoryChangedNotification.cs (+1 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/DownloadCleanedNotification.cs (+1 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/FailedImportStrikeNotification.cs (+1 -3)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/Notification.cs (+1 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/NotificationField.cs (+1 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/NotificationLevel.cs (+1 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/QueueItemDeletedNotification.cs (+1 -3)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/SlowStrikeNotification.cs (+1 -3)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/StalledStrikeNotification.cs (+1 -3)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/Notifiarr/NotifiarrProvider.cs (+0 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/NotificationProvider.cs (+2 -2)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/NotificationPublisher.cs (+0 -1)
📝 code/backend/Cleanuparr.Infrastructure/Features/Notifications/NotificationService.cs (+1 -1)

...and 8 more files

📄 Description

Closes #160


🔄 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/Cleanuparr/Cleanuparr/pull/221 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 7/3/2025 **Status:** ✅ Merged **Merged:** 7/3/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_basic_auth_for_apprise` --- ### 📝 Commits (1) - [`6ab4837`](https://github.com/Cleanuparr/Cleanuparr/commit/6ab4837c4d96ad2e750ab86d4ac542acd2570bc1) added support for basic auth for Apprise ### 📊 Changes **28 files changed** (+692 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `code/backend/Cleanuparr.Api/Controllers/ConfigurationController.cs` (+0 -1) 📝 `code/backend/Cleanuparr.Api/DependencyInjection/MainDI.cs` (+1 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Apprise/AppriseProvider.cs` (+0 -3) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Apprise/AppriseProxy.cs` (+9 -2) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Consumers/NotificationConsumer.cs` (+2 -2) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/INotificationProvider.cs` (+1 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/ArrNotification.cs` (+0 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/CategoryChangedNotification.cs` (+1 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/DownloadCleanedNotification.cs` (+1 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/FailedImportStrikeNotification.cs` (+1 -3) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/Notification.cs` (+1 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/NotificationField.cs` (+1 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/NotificationLevel.cs` (+1 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/QueueItemDeletedNotification.cs` (+1 -3) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/SlowStrikeNotification.cs` (+1 -3) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/StalledStrikeNotification.cs` (+1 -3) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/Notifiarr/NotifiarrProvider.cs` (+0 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/NotificationProvider.cs` (+2 -2) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/NotificationPublisher.cs` (+0 -1) 📝 `code/backend/Cleanuparr.Infrastructure/Features/Notifications/NotificationService.cs` (+1 -1) _...and 8 more files_ </details> ### 📄 Description Closes #160 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-09 17:00:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#215
No description provided.