|
Some checks failed
Forgejo Android APK / Root app tests (push) Successful in 47s
Forgejo Docker Build / Root app tests (push) Successful in 48s
Forgejo Android APK / Build signed APK (push) Successful in 2m2s
Forgejo Docker Build / Build Docker image (push) Successful in 9s
Forgejo Docker Build / Deploy to the host (push) Failing after 2s
Removed at the owner's request, entirely rather than switched off: the route's allow-list, anonymous identity and flag lookup; the client's entry path, the authFetch exception that let four endpoints out without an account, and the workspace guard; the CSS, the in-page note, the admin flag and its save/load; the test file and the assertions elsewhere that pinned it. Both settings rows are deleted from app_settings. Two things were checked rather than assumed on the way out. Removing the anonymous identity collapsed every `if (!req.user.preview)` branch to its authenticated side, so image tools, audit logging and citation storage now run unconditionally — which is what they did before preview existed. And the route's gate went back to a bare router.use(authMiddleware), which on a /api mount gates every path below it in server.js; it is scoped to /clinical-assistant again, the guard test catches it either way. Verified after deploy: signed out, status, examples and chat all refuse with 401; signed in, chat still answers with 8 sources; extensions, encounters, documents and admin remain shut. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Dv6sqaY6Vq3ChZHMem3cnU |
||
|---|---|---|
| .. | ||
| admin | ||
| assistant | ||
| bedside | ||
| calculators | ||
| learningHub | ||
| notes | ||
| wellVisit | ||
| accountBoundary.js | ||
| admin-docs.js | ||
| admin.js | ||
| app.js | ||
| audioBackup.js | ||
| auth.js | ||
| authFetch.js | ||
| calc-math.js | ||
| calculators.js | ||
| chartReview.js | ||
| clinicalAssistant.js | ||
| diagrams.js | ||
| documents.js | ||
| drugs-loader.js | ||
| e2e-bootstrap.js | ||
| ed-encounters.js | ||
| encounters.js | ||
| extensions.js | ||
| generatedImages.js | ||
| hospitalCourse.js | ||
| learningHub.js | ||
| liveEncounter.js | ||
| memories.js | ||
| milestones.js | ||
| milestonesData.js | ||
| nextcloud.js | ||
| notes.js | ||
| peGuide.js | ||
| secureStorage.js | ||
| shadess.js | ||
| sickVisit.js | ||
| soap.js | ||
| speechRecognition.js | ||
| transcriptionSettings.js | ||
| ui-state.js | ||
| voiceDictation.js | ||
| voicePreferences.js | ||
| wellVisit.js | ||