mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #82] [MERGED] Attachments #1219
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#1219
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/82
Author: @binwiederhier
Created: 1/2/2022
Status: ✅ Merged
Merged: 1/13/2022
Merged by: @binwiederhier
Base:
main← Head:attachments📝 Commits (10+)
eb5b86fWIP: Attachments38788bbWIP: attachments2930c4fPreview URL24eb27dMerge branch 'main' into attachments5eca204Attachment size limit9171e94Fix file extension detection; fix HTTPS port70aefc2Merge branch 'main' into attachmentsc45a28eAttachments limits; working visitor limite7c19a2Expire attachments properlycefe276Tests for fileCache📊 Changes
36 files changed (+2162 additions, -342 deletions)
View changed files
📝
.gitignore(+1 -0)📝
client/client.go(+8 -2)📝
client/options.go(+15 -0)📝
cmd/publish.go(+42 -2)📝
cmd/serve.go(+56 -3)📝
docs/config.md(+153 -66)📝
docs/publish.md(+187 -8)➕
docs/static/img/android-screenshot-attachment-file.png(+0 -0)➕
docs/static/img/android-screenshot-attachment-image.png(+0 -0)📝
go.mod(+1 -0)📝
go.sum(+3 -0)📝
scripts/postinst.sh(+0 -2)📝
server/cache.go(+2 -0)📝
server/cache_mem.go(+29 -0)📝
server/cache_mem_test.go(+4 -0)📝
server/cache_sqlite.go(+114 -17)📝
server/cache_sqlite_test.go(+4 -0)📝
server/cache_test.go(+130 -57)📝
server/config.go(+88 -62)➕
server/file_cache.go(+121 -0)...and 16 more files
📄 Description
This is for #25
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.