mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #659] [MERGED] allow default-token and per-subscription tokens in client.yml #1368
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1368
Loading…
Add table
Add a link
Reference in a new issue
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/binwiederhier/ntfy/pull/659
Author: @wunter8
Created: 3/6/2023
Status: ✅ Merged
Merged: 3/7/2023
Merged by: @binwiederhier
Base:
main← Head:653-default-token📝 Commits (3)
25be5b4allow default-token and per-subscription tokens in client.yml1797decinclude auth headers with using ntfy sub --poll --from-config758eb3fupdate release docs📊 Changes
11 files changed (+598 additions, -77 deletions)
View changed files
📝
client/client.yml(+8 -4)📝
client/config.go(+17 -11)📝
client/config_test.go(+22 -0)📝
cmd/publish.go(+20 -17)📝
cmd/publish_test.go(+152 -1)📝
cmd/subscribe.go(+37 -14)➕
cmd/subscribe_test.go(+312 -0)📝
docs/releases.md(+21 -0)📝
docs/subscribe/cli.md(+5 -5)📝
server/server.go(+4 -2)📝
user/manager_test.go(+0 -23)📄 Description
fixes #653
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.