[PR #180] [MERGED] WIP: custom messages #1239

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

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/180
Author: @binwiederhier
Created: 3/20/2022
Status: Merged
Merged: 4/7/2022
Merged by: @binwiederhier

Base: mainHead: custom-messages


📝 Commits (10+)

  • cc90a1a WIP: custom messages
  • 94b0e6f Merge branch 'main' into custom-messages
  • 2e92be0 Remove other fields
  • d5eff0c Merge branch 'main' into custom-messages
  • 187c19f Continued work on publishing from the web app
  • b20df55 Merge branch 'main' into custom-messages
  • 2eeb7d6 SendDialog, cont'd
  • 8f2851e Release notes, translations
  • e0b3068 Merge branch 'main' into custom-messages
  • b6426f0 Merge branch 'main' into custom-messages

📊 Changes

25 files changed (+2282 additions, -1473 deletions)

View changed files

📝 scripts/emoji-convert.sh (+2 -2)
📝 server/errors.go (+1 -1)
📝 server/message_cache.go (+1 -1)
📝 server/message_cache_test.go (+2 -2)
📝 server/server.go (+37 -22)
📝 server/server_test.go (+38 -14)
📝 server/visitor.go (+27 -1)
util/peak.go (+0 -61)
util/peek.go (+61 -0)
📝 util/peek_test.go (+7 -7)
📝 web/package-lock.json (+970 -1273)
📝 web/src/app/Api.js (+82 -15)
📝 web/src/app/emojis.js (+1 -1)
📝 web/src/app/utils.js (+8 -0)
📝 web/src/components/ActionBar.js (+10 -2)
📝 web/src/components/App.js (+10 -2)
web/src/components/AttachmentIcon.js (+38 -0)
web/src/components/DialogFooter.js (+29 -0)
web/src/components/EmojiPicker.js (+169 -0)
web/src/components/Messaging.js (+111 -0)

...and 5 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/180 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 3/20/2022 **Status:** ✅ Merged **Merged:** 4/7/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `custom-messages` --- ### 📝 Commits (10+) - [`cc90a1a`](https://github.com/binwiederhier/ntfy/commit/cc90a1af15e09dfdd1dcbc48785c823b8cf32b68) WIP: custom messages - [`94b0e6f`](https://github.com/binwiederhier/ntfy/commit/94b0e6f6907c3c49b32859d04bb3fcbc5c16a664) Merge branch 'main' into custom-messages - [`2e92be0`](https://github.com/binwiederhier/ntfy/commit/2e92be0f23f4cec99b3a05989dc7067beeaa0a20) Remove other fields - [`d5eff0c`](https://github.com/binwiederhier/ntfy/commit/d5eff0cd3445964b8d7b146df32c27f369775493) Merge branch 'main' into custom-messages - [`187c19f`](https://github.com/binwiederhier/ntfy/commit/187c19f3b283944a125da65445dd047b563ce259) Continued work on publishing from the web app - [`b20df55`](https://github.com/binwiederhier/ntfy/commit/b20df55b8863046a136f53d94ff7dde75ba27c6f) Merge branch 'main' into custom-messages - [`2eeb7d6`](https://github.com/binwiederhier/ntfy/commit/2eeb7d63a0c396cce6ba90443491bf0ceec1638a) SendDialog, cont'd - [`8f2851e`](https://github.com/binwiederhier/ntfy/commit/8f2851e20a8d11685ffdb1a2eeef2707374a03c3) Release notes, translations - [`e0b3068`](https://github.com/binwiederhier/ntfy/commit/e0b3068a5e915cc413866fd2242f34c15ea91a98) Merge branch 'main' into custom-messages - [`b6426f0`](https://github.com/binwiederhier/ntfy/commit/b6426f04172117164bf78663cd649135099b3a86) Merge branch 'main' into custom-messages ### 📊 Changes **25 files changed** (+2282 additions, -1473 deletions) <details> <summary>View changed files</summary> 📝 `scripts/emoji-convert.sh` (+2 -2) 📝 `server/errors.go` (+1 -1) 📝 `server/message_cache.go` (+1 -1) 📝 `server/message_cache_test.go` (+2 -2) 📝 `server/server.go` (+37 -22) 📝 `server/server_test.go` (+38 -14) 📝 `server/visitor.go` (+27 -1) ➖ `util/peak.go` (+0 -61) ➕ `util/peek.go` (+61 -0) 📝 `util/peek_test.go` (+7 -7) 📝 `web/package-lock.json` (+970 -1273) 📝 `web/src/app/Api.js` (+82 -15) 📝 `web/src/app/emojis.js` (+1 -1) 📝 `web/src/app/utils.js` (+8 -0) 📝 `web/src/components/ActionBar.js` (+10 -2) 📝 `web/src/components/App.js` (+10 -2) ➕ `web/src/components/AttachmentIcon.js` (+38 -0) ➕ `web/src/components/DialogFooter.js` (+29 -0) ➕ `web/src/components/EmojiPicker.js` (+169 -0) ➕ `web/src/components/Messaging.js` (+111 -0) _...and 5 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:09 +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#1239
No description provided.