v1.1.2 Bump (Security, Alpine Fixes#602
Merged
Merged
Conversation
added 5 commits
June 8, 2026 20:36
- Implemented `requireApiAuth` in multiple settings routes to enforce authentication. - Added checks for setup completion in the authentication setup route. - Enhanced error handling and response messages for better clarity. - Ensured that sensitive information is only exposed to authenticated users.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✍️ Description
This PR hardens backend security and includes two targeted bug fixes.
What’s changed
Added server-side auth enforcement for sensitive API/tRPC/WebSocket endpoints.
Implemented
requireApiAuthin multiple settings routes to enforce authentication.Added checks for setup completion in the authentication setup route.
Enhanced error handling and response messages for better clarity.
Prevented sensitive server data from being exposed in API responses.
Fixed Alpine script path normalization to avoid double alpine- prefixes (e.g. alpine-alpine-...) and resulting 404s. Alpine install method double-prepends "alpine-" to slug, causing 404 (alpine-alpine-it-tools.sh) #596
Improved manual auto-sync error handling:
PocketBase fetch failures and empty responses now return explicit diagnostic errors.
Manual sync no longer reports success when the backend sync actually failed.
Validation Bad error handling #587
Targeted ESLint checks passed for changed files.
Typecheck passed (tsc --noEmit)
Upgraded various node packages
Upgraded npm to 11.x
🔗 Related PR / Issue
Fixes: #
✅ Prerequisites (X in brackets)
Screenshot for frontend Change
🛠️ Type of Change (X in brackets)