mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1384] [MERGED] Declarative users #1585
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#1585
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/1384
Author: @binwiederhier
Created: 7/7/2025
Status: ✅ Merged
Merged: 7/31/2025
Merged by: @binwiederhier
Base:
main← Head:predefined-users📝 Commits (10+)
efef587WIP: Predefined usersc0b5151Predefined users51af114Merge branch 'main' of github.com:binwiederhier/ntfy into predefined-usersf59df0fWorks4457e9eMigrationf99801aAdd "ntfy user hash"141ddb3Comments52ca986Merge branch 'main' of github.com:binwiederhier/ntfy into predefined-usersb495a74Merge branch 'main' of github.com:binwiederhier/ntfy into predefined-users27b3a89Merge branch 'main' of github.com:binwiederhier/ntfy into predefined-users📊 Changes
30 files changed (+2058 additions, -514 deletions)
View changed files
📝
Makefile(+1 -1)📝
cmd/access.go(+33 -23)📝
cmd/access_test.go(+4 -4)📝
cmd/serve.go(+128 -1)📝
cmd/serve_test.go(+452 -0)📝
cmd/tier.go(+16 -16)📝
cmd/tier_test.go(+17 -17)📝
cmd/token.go(+29 -12)📝
cmd/token_test.go(+11 -11)📝
cmd/user.go(+49 -13)📝
cmd/user_test.go(+18 -18)📝
cmd/webpush.go(+2 -2)📝
cmd/webpush_test.go(+8 -5)📝
docs/config.md(+183 -19)📝
docs/releases.md(+2 -1)📝
go.mod(+8 -8)📝
go.sum(+16 -47)📝
server/config.go(+3 -0)📝
server/message_cache.go(+7 -0)📝
server/server.go(+12 -1)...and 10 more files
📄 Description
This implements declarative users:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.