1
0
forked from BRT/arc
Commit Graph

6 Commits

Author SHA1 Message Date
slava
2c2d58021f Force portrait orientation on connected devices, remove x100 heuristic from transaction matching, and add secondary text search filter in monitoring app. 2026-06-08 21:06:00 +05:00
slava
cfc562eae6 Support datetime input for filters, improve date parsing logic, and update UI labels and button states in monitoring app. 2026-06-05 13:10:58 +05:00
slava
49f1323706 Revise log entry processing in LogArchiveSender, disable screen history uploads in DeviceScreener, and replace rowid with id in database queries for consistency. 2026-06-05 11:01:42 +05:00
slava
d7fc838d1a Remove database file handling from LogArchiveSender, revise emergency purge logic in monitoring, and enhance error reporting in BankSetupWizard. 2026-06-04 23:28:26 +05:00
slava
521101463b Handle edge cases in log processing, enhance JSON rendering in monitoring logs, and improve logging in AdbUtils. 2026-06-04 22:07:36 +05:00
slava
a72a00cc3f Add monitoring/app.py to project and add logs download button
- Import arc-monitoring server code (app.py) into the repo under monitoring/
  so it can be version-controlled and edited locally
- Add "Скачать архив" button to admin header: GET /admin/logs/export
  downloads a ZIP with entries.json (all log entries) + attached log archives
  (file_path ZIPs from entries table); excludes screenshots and screen_dumps

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 13:31:34 +05:00