[PR #526] [MERGED] User accounts #1324

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/526
Author: @binwiederhier
Created: 12/2/2022
Status: Merged
Merged: 2/15/2023
Merged by: @binwiederhier

Base: mainHead: user-account


📝 Commits (10+)

📊 Changes

132 files changed (+14474 additions, -2436 deletions)

View changed files

📝 Makefile (+5 -2)
auth/auth.go (+0 -122)
auth/auth_sqlite.go (+0 -399)
auth/auth_sqlite_test.go (+0 -243)
📝 client/client_test.go (+7 -0)
📝 client/options.go (+5 -0)
📝 cmd/access.go (+47 -37)
📝 cmd/access_test.go (+7 -5)
📝 cmd/app.go (+38 -2)
📝 cmd/app_test.go (+2 -1)
📝 cmd/publish.go (+13 -1)
📝 cmd/publish_test.go (+12 -5)
📝 cmd/serve.go (+70 -17)
📝 cmd/subscribe.go (+1 -1)
📝 cmd/subscribe_unix.go (+0 -1)
cmd/tier.go (+332 -0)
cmd/tier_test.go (+66 -0)
cmd/token.go (+210 -0)
cmd/token_test.go (+50 -0)
📝 cmd/user.go (+83 -31)

...and 80 more files

📄 Description

#522


🔄 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/526 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 12/2/2022 **Status:** ✅ Merged **Merged:** 2/15/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `user-account` --- ### 📝 Commits (10+) - [`2772a38`](https://github.com/binwiederhier/ntfy/commit/2772a38daed66869e43b72969c2dfe79ae7fe70c) WIPWIPWIP - [`d3dfeec`](https://github.com/binwiederhier/ntfy/commit/d3dfeeccc3f4a15693438830da7edd686e88072b) Merge branch 'main' into user-account - [`d499d20`](https://github.com/binwiederhier/ntfy/commit/d499d20a9cdc15b2f1dc44d4e2c35e75acb275a2) Token stuff - [`c9fb072`](https://github.com/binwiederhier/ntfy/commit/c9fb0729f38f0d50e6f0a792e46190a2fb4205e0) Bla - [`35657a7`](https://github.com/binwiederhier/ntfy/commit/35657a7bbd2b094f104c6563d7a9b2c07d220aa7) Merge branch 'main' into user-account - [`8dcb4be`](https://github.com/binwiederhier/ntfy/commit/8dcb4be8a899bc38ff129c2d2d74417ce4c200bd) Token login - [`c5b6971`](https://github.com/binwiederhier/ntfy/commit/c5b6971447c788fc245e99b480f40570f131f5dc) OMG all the things are horrible - [`2e1ddc9`](https://github.com/binwiederhier/ntfy/commit/2e1ddc9ae18b6009c56ea5100c7d397983e848e2) Merge branch 'main' into user-account - [`92bf7eb`](https://github.com/binwiederhier/ntfy/commit/92bf7ebc5214febc09f91badfee8ff29a7ca3282) blerp - [`538aa45`](https://github.com/binwiederhier/ntfy/commit/538aa45e8b4589da30b30d883bdeca7e253b8e09) Merge branch 'main' into user-account ### 📊 Changes **132 files changed** (+14474 additions, -2436 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+5 -2) ➖ `auth/auth.go` (+0 -122) ➖ `auth/auth_sqlite.go` (+0 -399) ➖ `auth/auth_sqlite_test.go` (+0 -243) 📝 `client/client_test.go` (+7 -0) 📝 `client/options.go` (+5 -0) 📝 `cmd/access.go` (+47 -37) 📝 `cmd/access_test.go` (+7 -5) 📝 `cmd/app.go` (+38 -2) 📝 `cmd/app_test.go` (+2 -1) 📝 `cmd/publish.go` (+13 -1) 📝 `cmd/publish_test.go` (+12 -5) 📝 `cmd/serve.go` (+70 -17) 📝 `cmd/subscribe.go` (+1 -1) 📝 `cmd/subscribe_unix.go` (+0 -1) ➕ `cmd/tier.go` (+332 -0) ➕ `cmd/tier_test.go` (+66 -0) ➕ `cmd/token.go` (+210 -0) ➕ `cmd/token_test.go` (+50 -0) 📝 `cmd/user.go` (+83 -31) _...and 80 more files_ </details> ### 📄 Description #522 --- <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:34 +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#1324
No description provided.