[PR #1554] [MERGED] Web app update check #1641

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1554
Author: @binwiederhier
Created: 1/18/2026
Status: Merged
Merged: 1/18/2026
Merged by: @binwiederhier

Base: mainHead: update-available


📝 Commits (5)

📊 Changes

13 files changed (+228 additions, -33 deletions)

View changed files

📝 cmd/serve.go (+24 -1)
📝 docs/releases.md (+1 -0)
📝 main.go (+16 -3)
📝 server/config.go (+27 -2)
📝 server/server.go (+24 -12)
📝 server/server_twilio.go (+3 -3)
📝 server/types.go (+1 -0)
📝 web/public/config.js (+1 -0)
📝 web/public/static/langs/en.json (+3 -0)
📝 web/src/app/Pruner.js (+5 -1)
web/src/app/VersionChecker.js (+72 -0)
📝 web/src/components/Navigation.jsx (+36 -11)
📝 web/src/components/hooks.js (+15 -0)

📄 Description

image

🔄 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/1554 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 1/18/2026 **Status:** ✅ Merged **Merged:** 1/18/2026 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `update-available` --- ### 📝 Commits (5) - [`cc9f9c0`](https://github.com/binwiederhier/ntfy/commit/cc9f9c0d243226e298f370c7ff392ff9568ead40) Update checker - [`5a1aa68`](https://github.com/binwiederhier/ntfy/commit/5a1aa68ead963f72728e750df50f53a85f50ac18) Refine - [`856f150`](https://github.com/binwiederhier/ntfy/commit/856f15095846c0f06275e019b8545276658e2968) Better - [`6886ca2`](https://github.com/binwiederhier/ntfy/commit/6886ca24b1afbc930c1dabbcc1c1b19efddfc4a9) Self-review - [`886be72`](https://github.com/binwiederhier/ntfy/commit/886be722bc48f41dbf385771f867b9fd095bb9a0) Release notes ### 📊 Changes **13 files changed** (+228 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve.go` (+24 -1) 📝 `docs/releases.md` (+1 -0) 📝 `main.go` (+16 -3) 📝 `server/config.go` (+27 -2) 📝 `server/server.go` (+24 -12) 📝 `server/server_twilio.go` (+3 -3) 📝 `server/types.go` (+1 -0) 📝 `web/public/config.js` (+1 -0) 📝 `web/public/static/langs/en.json` (+3 -0) 📝 `web/src/app/Pruner.js` (+5 -1) ➕ `web/src/app/VersionChecker.js` (+72 -0) 📝 `web/src/components/Navigation.jsx` (+36 -11) 📝 `web/src/components/hooks.js` (+15 -0) </details> ### 📄 Description <img width="1401" height="757" alt="image" src="https://github.com/user-attachments/assets/23f129c8-3579-4d1c-9d1e-56e3b09d7dc2" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:03:02 +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#1641
No description provided.