mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1064] [MERGED] Message templating #1507
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#1507
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/1064
Author: @binwiederhier
Created: 3/23/2024
Status: ✅ Merged
Merged: 3/24/2024
Merged by: @binwiederhier
Base:
main← Head:templating-3📝 Commits (10+)
df7d6baadd templating for title and message fieldsb2eb5b9use existing message and title fields for templates867cf28refactor gjson parsing code03737dbupdate docs7fd5f0ballow large HTTP body so long as resulting message is small83356f5remove debug print statement1966f80Merge branch 'main' into templatingde65d07Simplify(?) templating cases9247dacMove things, revert naminga04f2f9Bla📊 Changes
13 files changed (+521 additions, -122 deletions)
View changed files
📝
docs/publish.md(+138 -0)📝
docs/releases.md(+6 -0)➕
docs/static/img/android-screenshot-template.jpg(+0 -0)📝
docs/static/js/extra.js(+66 -62)📝
go.sum(+0 -22)📝
server/errors.go(+4 -0)📝
server/server.go(+72 -29)📝
server/server_admin.go(+5 -4)📝
server/server_test.go(+189 -0)📝
server/util.go(+3 -2)📝
test/server.go(+1 -1)📝
util/peek.go(+3 -2)➕
util/timeout_writer.go(+34 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.