mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1434] [MERGED] Require login #1607
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#1607
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/1434
Author: @binwiederhier
Created: 8/24/2025
Status: ✅ Merged
Merged: 8/25/2025
Merged by: @binwiederhier
Base:
main← Head:require-login📝 Commits (7)
03aeb70feat: Add optional web app flag which requires a login for every action569d89eRequire loginec1f97bMerge remote-tracking branch 'theatischbein/feat_optional_require_login' into require-login3de04b2Redirect to login page if require-login is enabled4f6f45aCheckse08f367Fix lint50f3563Docs📊 Changes
11 files changed (+59 additions, -30 deletions)
View changed files
📝
cmd/serve.go(+7 -2)📝
docs/config.md(+1 -0)📝
docs/releases.md(+4 -0)📝
server/config.go(+2 -0)📝
server/server.go(+3 -2)📝
server/server.yml(+2 -0)📝
server/types.go(+1 -0)📝
web/public/config.js(+1 -0)📝
web/src/app/utils.js(+24 -24)📝
web/src/components/App.jsx(+7 -1)📝
web/src/components/Notifications.jsx(+7 -1)📄 Description
Closes #238, includes #1329
If
require-login: trueis set, the web app will redirect to the login page if no user was logged in🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.