-
-
Notifications
You must be signed in to change notification settings - Fork 71
feat: embedded web UI — dashboard + on-device 2FA re-auth flow #464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
epheterson
wants to merge
20
commits into
mandarons:main
Choose a base branch
from
epheterson:feat/web-ui
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
70662c9
feat(web): scaffold Flask app + /api/health
epheterson c2875d5
feat(web): /api/status — config + service + marker status
epheterson ecfbbb9
feat(web): /api/logs — last N lines of icloud.log
epheterson 4e658ac
feat(web): dashboard template + GET /
epheterson d9ec4f6
feat(web): /auth form (password + code states)
epheterson 546f727
feat(web): /auth/password — start session, trigger 2FA push, stash pe…
epheterson d71c751
feat(web): /auth/code validate+trust+persist + /auth/reset escape hatch
epheterson 178560d
feat(web): app.web_ui config block (enabled/host/port)
epheterson e21945b
feat(web): launch web UI thread from main.py when enabled
epheterson 6922362
build(web): EXPOSE 8080 in Dockerfile
epheterson 57d5f63
test: conftest autouse fixture to restore ENV_CONFIG_FILE_PATH around…
epheterson a43ec30
fix(web): ProxyFix + Cache-Control: no-store + threaded=True
epheterson 24deffe
feat(web): truthful auth-state pill + library destinations on dashboard
epheterson 4e4b796
fix(web): /auth shows 'already signed in' state when auth_state == ready
epheterson dec1d82
feat(web): force-sync buttons, refresh-trust, stats, mobile-friendly CSS
epheterson 7d1d363
test: ruff-clean — auto-fix + PERF401 list-comp in queue/pending helpers
epheterson d811388
test: lift coverage to 100% on web-ui — sync.py + main.py + web.py + …
epheterson 60ad5f9
test: add missing test_web_signals.py (was untracked in prior commit)
epheterson 5ef2bbf
review: address all 8 Copilot threads on web-ui PR (security cluster)
epheterson e170115
feat(notify): trust-expiry awareness + web UI URL in notifications
epheterson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,3 +2,4 @@ icloudpy==0.8.0 | |
| ruamel.yaml==0.19.1 | ||
| python-magic==0.4.27 | ||
| requests~=2.32.3 | ||
| flask==3.0.3 | ||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.