feat(admin): add About page and declare MIT license (v1.38.5) - #69
Merged
Conversation
Adds /admin/about (admin only) with the installed version, what the system is for, a link to the source on GitHub and the support e-mail. The repository was public but shipped no license file, so the page had nothing truthful to point at: add the canonical MIT LICENSE at the root and a License section in the README. New strings are translated to EN and ES; tests/test_admin_about.py covers access control and page contents. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
What
Adds an Admin → About page (
/admin/about, admin only) and, with it, thelicense file the project never had.
The page shows:
current_version(), never hard-coded);LICENSE;Why the LICENSE file
The repository was public but declared no license (GitHub showed "no license"),
so an About page claiming MIT would have pointed at nothing. This PR adds the
canonical MIT text (
Copyright (c) 2026 Ismael Carelli) at the root and ashort License section in the README.
Version
1.38.5(PATCH).1.39.0stays reserved for the scale front, so app work onmainships as PATCH until that lands.Verification
./run-tests.ps1→ 187 passed (183 existing + 4 new intests/test_admin_about.py:200 for admin with e-mail and GitHub link in the body, version rendered, 403 for
viewer, 302 →
/loginfor anonymous).🤖 Generated with Claude Code