[PR #727] [MERGED] WIP: Access API #1394

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

📋 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: mainHead: access-api


📝 Commits (4)

  • 625b132 WIP: Access API
  • 97fc287 User endpoint
  • 4f4165f Merge branch 'main' into access-api
  • f14f0aa Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/727 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 5/13/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `access-api` --- ### 📝 Commits (4) - [`625b132`](https://github.com/binwiederhier/ntfy/commit/625b13280f4c313fb848a7b2aebf2c5dc8715460) WIP: Access API - [`97fc287`](https://github.com/binwiederhier/ntfy/commit/97fc287b78521cc0ac0d805eb84c29c54f8b7959) User endpoint - [`4f4165f`](https://github.com/binwiederhier/ntfy/commit/4f4165f46fdae58f55cae29b22113173148cce9a) Merge branch 'main' into access-api - [`f14f0aa`](https://github.com/binwiederhier/ntfy/commit/f14f0aaa26c8de54abb0062a871bcf364ccf7bee) Add tests for users, slightly change API a bit ### 📊 Changes **12 files changed** (+487 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:54 +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#1394
No description provided.