mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1050] [MERGED] Message size limit+delay limit #1500
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#1500
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/1050
Author: @binwiederhier
Created: 3/7/2024
Status: ✅ Merged
Merged: 3/7/2024
Merged by: @binwiederhier
Base:
main← Head:message-size-limit+delay-limit📝 Commits (10+)
3691e59Expose MessageLimit as a configuration6bd8875fix typo and update docs6a3f169fix typo.f565302Fix typo6a10bacUpdate template server.yml17709f2Merge branch 'main' into zhzy0077-patch-136b3303Add message-{size|delay}-limit243123fConvert duration flags, add docsf2cd1edAdd some helper for base-url01b397aRelease notes📊 Changes
15 files changed (+273 additions, -126 deletions)
View changed files
📝
cmd/serve.go(+103 -61)📝
cmd/tier.go(+3 -3)📝
docs/config.md(+27 -14)📝
docs/publish.md(+2 -3)📝
docs/releases.md(+9 -1)📝
server/config.go(+10 -9)📝
server/server.go(+5 -5)📝
server/server.yml(+10 -0)📝
server/server_account_test.go(+2 -2)📝
server/smtp_server.go(+2 -2)📝
server/visitor.go(+2 -2)📝
util/time.go(+29 -11)📝
util/time_test.go(+24 -0)📝
util/util.go(+20 -2)📝
util/util_test.go(+25 -11)📄 Description
Closes #836 #1005 #1019
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.