audiobookshelf/client/components/modals
Mikkel Mikkelsen 9391a940f5 Add ntfy.sh as notification provider alongside Apprise
Support sending notifications via ntfy.sh or self-hosted ntfy servers
as an alternative to Apprise. Each notification can be configured to
use either provider via a dropdown in the create/edit modal.

Server changes:
- Add ntfyUrl and ntfyToken fields to NotificationSettings
- Add ntfyTopic field to Notification model with getNtfyPayload()
- Route notifications to Apprise or ntfy based on ntfyTopic presence
- Add null guard for appriseApiUrl before sending
- Add undefined guards in update() to prevent partial PATCH from
  resetting unrelated fields

Client changes:
- Add ntfy.sh settings section on the notifications config page
- Add provider dropdown (Apprise/ntfy) in notification edit modal
- Extract shared saveSettings() helper to deduplicate form submissions
- Use i18n for all user-visible strings
2026-04-15 11:02:02 +02:00
..
authors Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00
bookmarks Fix double slash color modifer typo 2025-03-23 08:57:13 +02:00
changelog Use getServerSetting to ensure serverSettings is set before accessing 2025-07-06 17:39:03 -05:00
collections Update collection create/update endpoints to strip html tags from collection name 2026-03-19 16:53:21 -05:00
emails Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00
item Update Confirm component to support allowHtml prompt option 2026-03-18 16:51:51 -05:00
libraries Update providers users to fetch providers on demand 2025-10-19 18:57:27 +03:00
notification Add ntfy.sh as notification provider alongside Apprise 2026-04-15 11:02:02 +02:00
player Fix Cover modal showing error image for items with no cover, update placeholder cover url to all come from global store 2025-03-27 17:37:25 -05:00
playlists Sort the playlist sections alphabetically. 2025-12-12 04:18:29 +00:00
podcast Add episode updated translation for podcast match #4606 2025-08-19 16:52:50 -05:00
rssfeed Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00
AccountModal.vue Update ereaders to handle refreshing, epubjs to use custom request method, separate accessToken in store 2025-07-10 16:54:28 -05:00
AddCustomMetadataProviderModal.vue Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00
ApiKeyCreatedModal.vue Add get all, update and delete endpoints. Add api keys config page 2025-06-30 11:32:02 -05:00
ApiKeyModal.vue Update API Keys to be tied to a user, add apikey lru-cache, handle deactivating expired keys 2025-06-30 14:53:11 -05:00
AudioFileDataModal.vue Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00
BackupScheduleModal.vue Translation strings added (#3304) 2024-08-30 17:47:49 -05:00
BatchQuickMatchModel.vue Update providers users to fetch providers on demand 2025-10-19 18:57:27 +03:00
BookmarksModal.vue Use getServerSetting to ensure serverSettings is set before accessing 2025-07-06 17:39:03 -05:00
ChaptersModal.vue Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00
Dialog.vue Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00
EditSeriesInputInnerModal.vue Update edit series sequence to show error when sequence has spaces #4314 2025-05-19 17:37:11 -05:00
ListeningSessionModal.vue Update sessions modal to show username & update sessions endpoints to always return username 2025-07-16 16:56:07 -05:00
Modal.vue Update API Keys to be tied to a user, add apikey lru-cache, handle deactivating expired keys 2025-06-30 14:53:11 -05:00
PlayerSettingsModal.vue Add dropdown to player settings modal to set the playbackRateIncrementDecrement amount 2025-01-25 01:58:13 +00:00
RawCoverPreviewModal.vue Fix:Fullscreen cover image modal not updating when changing covers #2900 2024-05-02 17:48:50 -05:00
ShareModal.vue Use getServerSetting to ensure serverSettings is set before accessing 2025-07-06 17:39:03 -05:00
SleepTimerModal.vue Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00
UploadImageModal.vue Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00