mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #212] [MERGED] WIP Actions #1244
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#1244
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?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/212
Author: @binwiederhier
Created: 4/16/2022
Status: ✅ Merged
Merged: 4/22/2022
Merged by: @binwiederhier
Base:
main← Head:actions📝 Commits (10+)
26efd48WIP Actions967cde1JSON format55869f5Add ID5a9b212Make simple actions parsing work3c3b247Docs (WIP), Firebase85043b3Merge branch 'main' into actions3a7fd7aMerge branch 'main' of https://hosted.weblate.org/git/ntfy/web into actions0eb511cMerge branch 'main' into actions8900df2Docs, still WIP712c292More docs📊 Changes
32 files changed (+2582 additions, -1006 deletions)
View changed files
📝
Makefile(+1 -1)📝
client/options.go(+6 -0)📝
cmd/publish.go(+5 -0)📝
docs/publish.md(+1119 -13)📝
docs/releases.md(+11 -1)➕
docs/static/img/android-screenshot-notification-actions.png(+0 -0)📝
go.mod(+16 -14)📝
go.sum(+35 -32)📝
server/errors.go(+1 -0)📝
server/message_cache.go(+46 -9)📝
server/server.go(+14 -0)📝
server/server_firebase.go(+7 -0)📝
server/server_test.go(+55 -0)📝
server/types.go(+14 -0)📝
server/util.go(+98 -0)📝
server/util_test.go(+53 -0)📝
util/util.go(+10 -0)📝
util/util_test.go(+14 -0)📝
web/package-lock.json(+951 -918)📝
web/public/static/langs/bg.json(+1 -1)...and 12 more files
📄 Description
WIP for #134
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.