mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #354] [CLOSED] WIP: Crypto stuff #1279
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#1279
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/354
Author: @binwiederhier
Created: 7/1/2022
Status: ❌ Closed
Base:
main← Head:e2e📝 Commits (10+)
febe458WIP: Crypto stuff99e6c0fJWE67da1e4E2E example in PHP and Pythone5dc224WIP WIP WIP crypto78f9d48Merge branch 'main' into e2ecae06c5Continuedec3ba63Merge branch 'main' into e2e9514e97Multipart encryption stuff09cb148Tests466c987WIP📊 Changes
21 files changed (+4168 additions, -202 deletions)
View changed files
📝
client/client.go(+64 -14)📝
client/options.go(+5 -0)📝
cmd/publish.go(+32 -31)➕
crypto/crypto.go(+43 -0)➕
crypto/crypto_test.go(+38 -0)➕
examples/publish-js/package-lock.json(+3442 -0)➕
examples/publish-js/package.json(+6 -0)➕
examples/publish-js/publish-encrypted.html(+13 -0)➕
examples/publish-js/publish-encrypted.js(+7 -0)➕
examples/publish-js/publish.html(+18 -0)➕
examples/publish-php/publish-encrypted.php(+46 -0)➕
examples/publish-python/publish-encrypted.py(+40 -0)➕
examples/publish-python/requirements.txt(+2 -0)📝
go.mod(+4 -1)📝
go.sum(+2 -0)📝
server/errors.go(+2 -0)📝
server/server.go(+268 -153)📝
server/server_test.go(+105 -0)📝
server/types.go(+9 -3)📝
util/peek.go(+10 -0)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.