mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1351] [CLOSED] WIP (partially defunct): Feat optional require login #1576
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#1576
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/1351
Author: @binwiederhier
Created: 5/24/2025
Status: ❌ Closed
Base:
main← Head:feat_optional_require_login📝 Commits (3)
03aeb70feat: Add optional web app flag which requires a login for every action1561251Merge branch 'main' of github.com:binwiederhier/ntfy into feat_optional_require_login74ea78fMake 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.