13 Commits

Author SHA1 Message Date
8ce5c1aa1b Merge pull request 'feature: added stuff' (#3) from branch1 into master
This PR introduces a new authentication middleware to validate JWT tokens for protected routes. The middleware ensures that only authenticated users can access secured endpoints.

Changes Made

Added authMiddleware.js to handle JWT verification
Integrated middleware into protected API routes
Added error handling for expired/invalid tokens
Updated environment configuration for JWT secret
2026-02-24 16:36:21 +08:00
4174857ccd Merge branch 'master' into branch1 2026-02-24 16:34:07 +08:00
Tim
aefcd96f8c added stuff 2026-02-24 16:29:37 +08:00
a02212374f Update .gitea/workflows/release.yaml 2026-02-24 16:26:46 +08:00
Tim
0cccf1870e mega patch
Some checks failed
release / release (push) Failing after 1m29s
2026-02-24 16:23:12 +08:00
5edda37114 Update .gitea/workflows/release.yaml 2026-02-24 16:19:18 +08:00
Tim Basten
2b75a624fd feature: This is a mega update
Some checks failed
release / release (push) Failing after 18s
2026-02-06 13:29:40 +08:00
Tim Basten
00242568d0 feature: This is a mega update
Some checks failed
release / release (push) Failing after 3s
2026-02-06 13:28:51 +08:00
Tim Basten
b1650a1738 feature: This is a mega update
Some checks failed
release / release (push) Failing after 4s
2026-02-06 13:27:02 +08:00
Tim Basten
02634dca9b feature: This is a mega update
All checks were successful
release / release (push) Successful in 8s
2026-02-06 12:49:14 +08:00
Tim Basten
90e5ff4b52 feature: This is a mega update
All checks were successful
release / release (push) Successful in 7s
2026-02-06 12:20:38 +08:00
Tim Basten
2902fd0f90 feature: This is a mega update
All checks were successful
release / release (push) Successful in 9s
2026-02-06 12:18:39 +08:00
Tim Basten
4fe21b0430 feature: This is a mega update
All checks were successful
release / release (push) Successful in 6s
2026-02-06 12:16:33 +08:00
3 changed files with 29 additions and 5 deletions

View File

@@ -28,10 +28,29 @@ jobs:
id: changelog
run: |
VERSION="${GITHUB_REF_NAME}"
changelog generate -m="${VERSION}" -c="${GITHUB_WORKSPACE}/changelog.yml" > CHANGELOG.md
changelog generate -t="${VERSION}" -c="${GITHUB_WORKSPACE}/changelog.yml" > CHANGELOG.md
echo "changelog<<EOF" >> $GITHUB_OUTPUT
cat CHANGELOG.md >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Generate changelog
id: changelog
env:
CHANGELOG_TOKEN: ${{ secrets.CHANGELOG_TOKEN }}
run: #|
VERSION="${GITHUB_REF_NAME}"
changelog generate \
-t="${VERSION}" \
-m="${VERSION}" \
-c="${GITHUB_WORKSPACE}/changelog.yml" \
--token="${CHANGELOG_TOKEN}" > CHANGELOG.md
echo "changelog<<EOF" >> $GITHUB_OUTPUT
cat CHANGELOG.md >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v6.1.0
- name: Create Gitea Release
uses: akkuman/gitea-release-action@v1

View File

@@ -1,8 +1,13 @@
# The full repository name
repo: timmybee/test-release-merging
# Service type (gitea or github)
service: gitea
# Base URL for Gitea instance if using gitea service type (optional)
# Default: https://gitea.com
base-url: https://git.timmybee.xyz
repo:
owner: timmybee
name: test-release-merging
groups:
-
name: BREAKING

View File

@@ -1 +1 @@
asdfsdfg
sdf