[PR #364] [CLOSED] notification icons #1284

Closed
opened 2026-05-07 01:01:22 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/364
Author: @wunter8
Created: 7/16/2022
Status: Closed

Base: mainHead: 126-notification-icons


📝 Commits (10+)

  • 354d019 notification icons
  • 2692e5a Changelog
  • 7187a91 Fix auth_file not working for ntfy user command
  • b7b7c97 Updated powershell examples to correct syntax
  • 3bfe31a Updated powershell docs to correct syntax, fixed my goofy typos
  • 6664f35 Fix PowerShell rendering, changelog
  • 032a09b Translated using Weblate (Russian)
  • 598ca05 WIP: DIsplay name for the web app
  • 9227e41 changelog
  • 8acbcc2 Fix HTTP Spec priority header parsing

📊 Changes

38 files changed (+558 additions, -130 deletions)

View changed files

📝 client/client.go (+8 -0)
📝 client/options.go (+5 -0)
📝 cmd/publish.go (+11 -5)
📝 cmd/publish_test.go (+1 -0)
📝 cmd/serve.go (+4 -0)
📝 cmd/subscribe.go (+1 -1)
📝 cmd/user.go (+3 -3)
📝 docs/config.md (+1 -0)
📝 docs/publish.md (+135 -45)
📝 docs/releases.md (+27 -2)
docs/static/img/android-screenshot-icon.png (+0 -0)
📝 server/config.go (+3 -0)
📝 server/errors.go (+1 -0)
📝 server/file_cache.go (+22 -1)
📝 server/file_cache_test.go (+39 -15)
📝 server/message_cache.go (+56 -32)
📝 server/message_cache_test.go (+0 -4)
📝 server/server.go (+24 -2)
📝 server/server.yml (+1 -0)
📝 server/server_firebase.go (+5 -0)

...and 18 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/364 **Author:** [@wunter8](https://github.com/wunter8) **Created:** 7/16/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `126-notification-icons` --- ### 📝 Commits (10+) - [`354d019`](https://github.com/binwiederhier/ntfy/commit/354d01925fe9e81d8230a0414a94804a8a3873b7) notification icons - [`2692e5a`](https://github.com/binwiederhier/ntfy/commit/2692e5a4a0cabb0f78cad1ba3e83aba8c36d0080) Changelog - [`7187a91`](https://github.com/binwiederhier/ntfy/commit/7187a917a224f40fdd428f12b8c0099d2026a71e) Fix auth_file not working for ntfy user command - [`b7b7c97`](https://github.com/binwiederhier/ntfy/commit/b7b7c971ef9a2b2e85f632bf06cd3e07af3ad2b3) Updated powershell examples to correct syntax - [`3bfe31a`](https://github.com/binwiederhier/ntfy/commit/3bfe31a00e4e957160dc0a0f066732072a34155d) Updated powershell docs to correct syntax, fixed my goofy typos - [`6664f35`](https://github.com/binwiederhier/ntfy/commit/6664f35df0476c11c4e285df24e2bdeab427d328) Fix PowerShell rendering, changelog - [`032a09b`](https://github.com/binwiederhier/ntfy/commit/032a09b5ca75c841835b08160244b9da6adba49b) Translated using Weblate (Russian) - [`598ca05`](https://github.com/binwiederhier/ntfy/commit/598ca05cf6b5da46718b6140e2da9fce8c3d6186) WIP: DIsplay name for the web app - [`9227e41`](https://github.com/binwiederhier/ntfy/commit/9227e411f9e9923ca363ec5087477fdf66a83771) changelog - [`8acbcc2`](https://github.com/binwiederhier/ntfy/commit/8acbcc2fbe22cc23d1f50709ca6adcd5356a18e7) Fix HTTP Spec priority header parsing ### 📊 Changes **38 files changed** (+558 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `client/client.go` (+8 -0) 📝 `client/options.go` (+5 -0) 📝 `cmd/publish.go` (+11 -5) 📝 `cmd/publish_test.go` (+1 -0) 📝 `cmd/serve.go` (+4 -0) 📝 `cmd/subscribe.go` (+1 -1) 📝 `cmd/user.go` (+3 -3) 📝 `docs/config.md` (+1 -0) 📝 `docs/publish.md` (+135 -45) 📝 `docs/releases.md` (+27 -2) ➕ `docs/static/img/android-screenshot-icon.png` (+0 -0) 📝 `server/config.go` (+3 -0) 📝 `server/errors.go` (+1 -0) 📝 `server/file_cache.go` (+22 -1) 📝 `server/file_cache_test.go` (+39 -15) 📝 `server/message_cache.go` (+56 -32) 📝 `server/message_cache_test.go` (+0 -4) 📝 `server/server.go` (+24 -2) 📝 `server/server.yml` (+1 -0) 📝 `server/server_firebase.go` (+5 -0) _...and 18 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:22 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1284
No description provided.