mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #727] [MERGED] WIP: Access API #1394
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#1394
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/727
Author: @binwiederhier
Created: 5/13/2023
Status: ✅ Merged
Merged: 5/15/2023
Merged by: @binwiederhier
Base:
main← Head:access-api📝 Commits (4)
625b132WIP: Access API97fc287User endpoint4f4165fMerge branch 'main' into access-apif14f0aaAdd tests for users, slightly change API a bit📊 Changes
12 files changed (+487 additions, -46 deletions)
View changed files
📝
go.mod(+0 -1)📝
go.sum(+0 -31)📝
server/errors.go(+2 -0)📝
server/server.go(+34 -1)📝
server/server_account.go(+1 -1)➕
server/server_admin.go(+143 -0)➕
server/server_admin_test.go(+181 -0)📝
server/server_middleware.go(+9 -0)📝
server/topic.go(+26 -10)📝
server/topic_test.go(+25 -2)📝
server/types.go(+34 -0)📝
user/manager.go(+32 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.