[PR #717] [MERGED] WIP: Twilio #1391

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/717
Author: @binwiederhier
Created: 5/5/2023
Status: Merged
Merged: 5/17/2023
Merged by: @binwiederhier

Base: mainHead: twilio


📝 Commits (10+)

📊 Changes

64 files changed (+1619 additions, -300 deletions)

View changed files

📝 cmd/serve.go (+14 -0)
📝 cmd/tier.go (+8 -0)
📝 docs/config.md (+17 -0)
📝 docs/publish.md (+140 -11)
📝 docs/releases.md (+1 -0)
docs/static/audio/ntfy-phone-call.mp3 (+0 -0)
docs/static/audio/ntfy-phone-call.ogg (+0 -0)
docs/static/img/web-phone-verify.png (+0 -0)
📝 go.mod (+1 -1)
📝 go.sum (+2 -20)
📝 log/event.go (+23 -18)
📝 log/log_test.go (+24 -0)
📝 server/config.go (+12 -0)
📝 server/errors.go (+9 -0)
📝 server/log.go (+1 -0)
📝 server/server.go (+45 -13)
📝 server/server.yml (+12 -0)
📝 server/server_account.go (+91 -11)
📝 server/server_account_test.go (+6 -0)
📝 server/server_metrics.go (+10 -0)

...and 44 more files

📄 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/717 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 5/5/2023 **Status:** ✅ Merged **Merged:** 5/17/2023 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `twilio` --- ### 📝 Commits (10+) - [`1c0162c`](https://github.com/binwiederhier/ntfy/commit/1c0162c43457e7e7a11c215b014aa537af67bbc4) WIP: Twilio - [`3863357`](https://github.com/binwiederhier/ntfy/commit/3863357207efbedf89b5245f73c073d3866a6dcc) WIP - [`fa2c093`](https://github.com/binwiederhier/ntfy/commit/fa2c09316cf447299feadcf27cf17b242ba5d10b) Merge branch 'main' into twilio - [`113b7c8`](https://github.com/binwiederhier/ntfy/commit/113b7c8a086e389bf0e12ebceb143fc40158188c) Metrics, tests - [`f9e2d6d`](https://github.com/binwiederhier/ntfy/commit/f9e2d6ddcbe829ca1297ebc7bf9c455836281508) Add limiters and database changes - [`7677c50`](https://github.com/binwiederhier/ntfy/commit/7677c50b0eae5b0aacfce6e86f9ef9ddf5092a69) Merge branch 'main' into twilio - [`eb0805a`](https://github.com/binwiederhier/ntfy/commit/eb0805a4706723aa0011918774de62e4422a040f) Update web app with SMS and calls stuff - [`559f09e`](https://github.com/binwiederhier/ntfy/commit/559f09e7be573c3b2831e61a30229063b7742bce) WIP Docs - [`a26a6be`](https://github.com/binwiederhier/ntfy/commit/a26a6be62b9247ccd73670e8122f7fc44e18b562) Merge branch 'main' into twilio - [`d4767ca`](https://github.com/binwiederhier/ntfy/commit/d4767caf304217f96d46798f7bb21d9e67bf744a) Verify ### 📊 Changes **64 files changed** (+1619 additions, -300 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serve.go` (+14 -0) 📝 `cmd/tier.go` (+8 -0) 📝 `docs/config.md` (+17 -0) 📝 `docs/publish.md` (+140 -11) 📝 `docs/releases.md` (+1 -0) ➕ `docs/static/audio/ntfy-phone-call.mp3` (+0 -0) ➕ `docs/static/audio/ntfy-phone-call.ogg` (+0 -0) ➕ `docs/static/img/web-phone-verify.png` (+0 -0) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -20) 📝 `log/event.go` (+23 -18) 📝 `log/log_test.go` (+24 -0) 📝 `server/config.go` (+12 -0) 📝 `server/errors.go` (+9 -0) 📝 `server/log.go` (+1 -0) 📝 `server/server.go` (+45 -13) 📝 `server/server.yml` (+12 -0) 📝 `server/server_account.go` (+91 -11) 📝 `server/server_account_test.go` (+6 -0) 📝 `server/server_metrics.go` (+10 -0) _...and 44 more files_ </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:53 +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#1391
No description provided.