mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #291] Web, iOS, Android: Allow hiding topic names in UI #225
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#225
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?
Originally created by @artemislena on GitHub (May 31, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/291
L: Given topic names are meant to be secret, it would be nice if they could be hidden from the UI via a button or the like. I mean, of course you can use access controls to require a user/password combination for certain topics, but that doesn't work for everything, e.g. when you're using Unified Push, you need to allow all UP users read access to
up*(and everyone write access), because there's no way to know the topic name beforehand. So some button/setting to hide all or some topic names would be pretty helpful, I guess. Perhaps even some alias functionality, so you could still tell from the UI what it is, without revealing to others (e.g. shoulder surfers or people you share screenshots with where you forgot to redact something) how to access it.@Mikaela commented on GitHub (May 31, 2022):
I have this issue with iOS notifications as when it's configured to show Ntfy notification content even during locked screen, the topic is visible at first and while mine is long enough to get cut, 4/5 of it is visible and the end may be guessable.
I am using the topic in question for SSH login notifications.
@artemislena commented on GitHub (Jun 25, 2022):
L: I'll have to respectfully disagree with closing this issue. Firstly, the PR only "solved" it for Android, secondly, it didn't really solve it, I think, because there's no way to apply this to Unified Push topics on Android, afaik, because you can't access their settings (unless that was changed with the update, too).
@binwiederhier commented on GitHub (Jun 25, 2022):
This was auto-closed by GitHub because it mentions "fixes TICKET NUMBER" in the commit or comment.
@binwiederhier commented on GitHub (Jun 29, 2022):
I added display names in the web app via #348
@binwiederhier commented on GitHub (Jul 4, 2022):
I'm closing this since you can now have display names in the web app, Android (including UP topics). I added a follow-up ticket for iOS: https://github.com/binwiederhier/ntfy/issues/357