[PR #41] [MERGED] V2 #131

Closed
opened 2026-03-03 11:56:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/bark-server/pull/41
Author: @Finb
Created: 2/22/2021
Status: Merged
Merged: 2/22/2021
Merged by: @Finb

Base: masterHead: v2


📝 Commits (10+)

  • 3c2e324 feat(v2): tmp commit
  • b6e9dd1 feat(http): change http framework to fiber
  • 53dc999 feat(apns): add apple CAs
  • 6bc0e96 feat(apns): add private key
  • 5864e6d refactor(apns): change var to const
  • 5fb01c3 docs(apns): add comment
  • 755b763 chore(systemd): add pre-fork option
  • fc38bf8 feat(log): update log format
  • 1f1fb76 feat(log): update log format
  • 4ed3263 style(filename): rename file

📊 Changes

19 files changed (+1098 additions, -528 deletions)

View changed files

📝 .cross_compile.sh (+1 -1)
.github/workflows/ci.yaml (+58 -0)
📝 .gitignore (+1 -0)
apns.go (+97 -0)
apns_certs.go (+225 -0)
database.go (+39 -0)
📝 deploy/bark-server.service (+1 -1)
📝 go.mod (+9 -7)
📝 go.sum (+77 -126)
📝 main.go (+174 -36)
route_auth.go (+24 -0)
route_misc.go (+45 -0)
route_push.go (+99 -0)
route_register.go (+104 -0)
router.go (+111 -0)
server.go (+0 -317)
util.go (+32 -0)
📝 version (+1 -1)
version.go (+0 -39)

📄 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/Finb/bark-server/pull/41 **Author:** [@Finb](https://github.com/Finb) **Created:** 2/22/2021 **Status:** ✅ Merged **Merged:** 2/22/2021 **Merged by:** [@Finb](https://github.com/Finb) **Base:** `master` ← **Head:** `v2` --- ### 📝 Commits (10+) - [`3c2e324`](https://github.com/Finb/bark-server/commit/3c2e32423b2b3b09c06140edf7578cdc19476ed6) feat(v2): tmp commit - [`b6e9dd1`](https://github.com/Finb/bark-server/commit/b6e9dd18bee69ab5e9b50b919f2095311112e988) feat(http): change http framework to fiber - [`53dc999`](https://github.com/Finb/bark-server/commit/53dc999644d6f6c018d9a202f7c571767e04b618) feat(apns): add apple CAs - [`6bc0e96`](https://github.com/Finb/bark-server/commit/6bc0e96a85198097e20e2727956f332e16f7c1ef) feat(apns): add private key - [`5864e6d`](https://github.com/Finb/bark-server/commit/5864e6dfce61c6e7b608cd18818e289c4ceac98e) refactor(apns): change var to const - [`5fb01c3`](https://github.com/Finb/bark-server/commit/5fb01c367a4727e8342fc42523fbe6ac3c9c08ee) docs(apns): add comment - [`755b763`](https://github.com/Finb/bark-server/commit/755b7630eb5322adcf09cb68b563aa2d7a592ab1) chore(systemd): add pre-fork option - [`fc38bf8`](https://github.com/Finb/bark-server/commit/fc38bf88fbc1e39cbe44b09f0b7b3608fe4cf66a) feat(log): update log format - [`1f1fb76`](https://github.com/Finb/bark-server/commit/1f1fb768d8a973770ebdfb1905f2712002f5b952) feat(log): update log format - [`4ed3263`](https://github.com/Finb/bark-server/commit/4ed326378bebdc5794516d0bbebb79af5f6aca35) style(filename): rename file ### 📊 Changes **19 files changed** (+1098 additions, -528 deletions) <details> <summary>View changed files</summary> 📝 `.cross_compile.sh` (+1 -1) ➕ `.github/workflows/ci.yaml` (+58 -0) 📝 `.gitignore` (+1 -0) ➕ `apns.go` (+97 -0) ➕ `apns_certs.go` (+225 -0) ➕ `database.go` (+39 -0) 📝 `deploy/bark-server.service` (+1 -1) 📝 `go.mod` (+9 -7) 📝 `go.sum` (+77 -126) 📝 `main.go` (+174 -36) ➕ `route_auth.go` (+24 -0) ➕ `route_misc.go` (+45 -0) ➕ `route_push.go` (+99 -0) ➕ `route_register.go` (+104 -0) ➕ `router.go` (+111 -0) ➖ `server.go` (+0 -317) ➕ `util.go` (+32 -0) 📝 `version` (+1 -1) ➖ `version.go` (+0 -39) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:56:21 +03: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/bark-server#131
No description provided.