[PR #61] [MERGED] v5 #105

Closed
opened 2026-05-07 00:18:56 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/glenndehaan/unifi-voucher-site/pull/61
Author: @glenndehaan
Created: 2/25/2025
Status: Merged
Merged: 2/25/2025
Merged by: @glenndehaan

Base: masterHead: feature/v5


📝 Commits (6)

  • 53d2773 Updated NodeJS to 22.x LTS. Updated Alpine to 3.21. Pinned tough-cookie to clear deprecation message. Dependency updates. Removed nodemon. Switched watcher to built-in version within NodeJS 22. Updated README.md
  • 5fa89cd Removed version from docker-compose.yml since this is deprecated
  • 07d4857 Updated README.md. Implemented the /api/languages endpoint. Refactored the /api endpoint to return methods for each endpoint. Added the voucher id within /api/vouchers. Refactored the /api/voucher endpoint from GET to POST method. Implemented optional email sending within /api/voucher endpoint. Implemented missing comments within api code. Implemented missing HTTP status codes within api responses. Enabled JSON responses within Express
  • 4e6b518 Updated the README.md with v5 migration documentation
  • 04ccba2 Upgrade/migrate tailwind v3 to v4
  • c1f37ed Fixed small tailwind migration error

📊 Changes

17 files changed (+1334 additions, -1461 deletions)

View changed files

📝 Dockerfile (+3 -3)
📝 README.md (+211 -75)
📝 css/style.css (+33 -3)
📝 docker-compose.yml (+0 -1)
📝 package-lock.json (+872 -1273)
📝 package.json (+8 -7)
📝 server.js (+151 -33)
📝 tailwind.config.js (+4 -14)
📝 template/404.ejs (+1 -1)
📝 template/500.ejs (+2 -2)
📝 template/components/bulk-print.ejs (+6 -6)
📝 template/components/details.ejs (+4 -4)
📝 template/components/email.ejs (+5 -5)
📝 template/components/print.ejs (+5 -5)
📝 template/login.ejs (+4 -4)
📝 template/partials/navigation.ejs (+8 -8)
📝 template/voucher.ejs (+17 -17)

📄 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/glenndehaan/unifi-voucher-site/pull/61 **Author:** [@glenndehaan](https://github.com/glenndehaan) **Created:** 2/25/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@glenndehaan](https://github.com/glenndehaan) **Base:** `master` ← **Head:** `feature/v5` --- ### 📝 Commits (6) - [`53d2773`](https://github.com/glenndehaan/unifi-voucher-site/commit/53d27733b01108f6d24247013b71ecf0e06cdb13) Updated NodeJS to 22.x LTS. Updated Alpine to 3.21. Pinned tough-cookie to clear deprecation message. Dependency updates. Removed nodemon. Switched watcher to built-in version within NodeJS 22. Updated README.md - [`5fa89cd`](https://github.com/glenndehaan/unifi-voucher-site/commit/5fa89cdfa9ba49c34e0290b1836eeec42ca94669) Removed version from docker-compose.yml since this is deprecated - [`07d4857`](https://github.com/glenndehaan/unifi-voucher-site/commit/07d48578e7846ca01557a1bee2ab918fefde2e16) Updated README.md. Implemented the /api/languages endpoint. Refactored the /api endpoint to return methods for each endpoint. Added the voucher id within /api/vouchers. Refactored the /api/voucher endpoint from GET to POST method. Implemented optional email sending within /api/voucher endpoint. Implemented missing comments within api code. Implemented missing HTTP status codes within api responses. Enabled JSON responses within Express - [`4e6b518`](https://github.com/glenndehaan/unifi-voucher-site/commit/4e6b5187af4e6dc1b0482eb67536acfc23eb074f) Updated the README.md with v5 migration documentation - [`04ccba2`](https://github.com/glenndehaan/unifi-voucher-site/commit/04ccba25c967a3c8b4872179a8512520349cf092) Upgrade/migrate tailwind v3 to v4 - [`c1f37ed`](https://github.com/glenndehaan/unifi-voucher-site/commit/c1f37ede0e30d5f609f775c0703a9786e51438b7) Fixed small tailwind migration error ### 📊 Changes **17 files changed** (+1334 additions, -1461 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -3) 📝 `README.md` (+211 -75) 📝 `css/style.css` (+33 -3) 📝 `docker-compose.yml` (+0 -1) 📝 `package-lock.json` (+872 -1273) 📝 `package.json` (+8 -7) 📝 `server.js` (+151 -33) 📝 `tailwind.config.js` (+4 -14) 📝 `template/404.ejs` (+1 -1) 📝 `template/500.ejs` (+2 -2) 📝 `template/components/bulk-print.ejs` (+6 -6) 📝 `template/components/details.ejs` (+4 -4) 📝 `template/components/email.ejs` (+5 -5) 📝 `template/components/print.ejs` (+5 -5) 📝 `template/login.ejs` (+4 -4) 📝 `template/partials/navigation.ejs` (+8 -8) 📝 `template/voucher.ejs` (+17 -17) </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 00:18:56 +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/unifi-voucher-site#105
No description provided.