mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[PR #61] [MERGED] v5 #105
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#105
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/glenndehaan/unifi-voucher-site/pull/61
Author: @glenndehaan
Created: 2/25/2025
Status: ✅ Merged
Merged: 2/25/2025
Merged by: @glenndehaan
Base:
master← Head:feature/v5📝 Commits (6)
53d2773Updated 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.md5fa89cdRemoved version from docker-compose.yml since this is deprecated07d4857Updated 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 Express4e6b518Updated the README.md with v5 migration documentation04ccba2Upgrade/migrate tailwind v3 to v4c1f37edFixed 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.