[PR #1351] [CLOSED] WIP (partially defunct): Feat optional require login #1576

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1351
Author: @binwiederhier
Created: 5/24/2025
Status: Closed

Base: mainHead: feat_optional_require_login


📝 Commits (3)

  • 03aeb70 feat: Add optional web app flag which requires a login for every action
  • 1561251 Merge branch 'main' of github.com:binwiederhier/ntfy into feat_optional_require_login
  • 74ea78f Make require-login work

📊 Changes

11 files changed (+70 additions, -33 deletions)

View changed files

📝 cmd/serve.go (+3 -0)
📝 docs/config.md (+1 -0)
📝 server/config.go (+2 -0)
📝 server/server.go (+1 -0)
📝 server/server.yml (+2 -0)
📝 server/types.go (+1 -0)
📝 web/public/config.js (+1 -0)
📝 web/public/static/langs/en.json (+2 -0)
📝 web/src/components/Navigation.jsx (+28 -19)
📝 web/src/components/Notifications.jsx (+13 -4)
📝 web/src/components/Preferences.jsx (+16 -10)

📄 Description

Mostly working version of https://github.com/binwiederhier/ntfy/pull/1329


🔄 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/1351 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 5/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat_optional_require_login` --- ### 📝 Commits (3) - [`03aeb70`](https://github.com/binwiederhier/ntfy/commit/03aeb707f2a3276239765292d37311786b44e4b4) feat: Add optional web app flag which requires a login for every action - [`1561251`](https://github.com/binwiederhier/ntfy/commit/15612510284194d46651349709f85f1e03a51355) Merge branch 'main' of github.com:binwiederhier/ntfy into feat_optional_require_login - [`74ea78f`](https://github.com/binwiederhier/ntfy/commit/74ea78fbdc4bdbce615729473e198cd8434470ae) Make require-login work ### 📊 Changes **11 files changed** (+70 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve.go` (+3 -0) 📝 `docs/config.md` (+1 -0) 📝 `server/config.go` (+2 -0) 📝 `server/server.go` (+1 -0) 📝 `server/server.yml` (+2 -0) 📝 `server/types.go` (+1 -0) 📝 `web/public/config.js` (+1 -0) 📝 `web/public/static/langs/en.json` (+2 -0) 📝 `web/src/components/Navigation.jsx` (+28 -19) 📝 `web/src/components/Notifications.jsx` (+13 -4) 📝 `web/src/components/Preferences.jsx` (+16 -10) </details> ### 📄 Description Mostly working version of https://github.com/binwiederhier/ntfy/pull/1329 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:02:44 +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#1576
No description provided.