mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 12:25:44 -06:00
[PR #221] [MERGED] Add support for basic auth for Apprise #215
Loading…
x
Reference in New Issue
Block a user
No description provided.
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/Cleanuparr/Cleanuparr/pull/221
Author: @Flaminel
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/3/2025
Merged by: @Flaminel
Base:
main← Head:add_basic_auth_for_apprise📝 Commits (1)
6ab4837added 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.