Name Message Date
📁 Properties Add web dashboard for viewing monitor status and detections. 3 months ago
📁 Protos Initialize project 4 months ago
📁 wwwroot Store element screenshots with detections and show them in the View drawer. 2 months ago
📄 .containerfile Containerize 3 months ago
📄 .dockerignore Containerize 3 months ago
📄 .editorconfig Initialize project 4 months ago
📄 .gitignore Remove database file from repository 3 months ago
📄 AdminAuthService.cs Add cookie-based admin auth for the dashboard. 2 months ago
📄 AppSettings.cs Add configurable settings and per-monitoring SMS recipients. 3 months ago
📄 appsettings.Development.json Add cookie-based admin auth for the dashboard. 2 months ago
📄 appsettings.json Add cookie-based admin auth for the dashboard. 2 months ago
📄 BfiMonitor.csproj Add cookie-based admin auth for the dashboard. 2 months ago
📄 BfiMonitor.slnx Initialize project 4 months ago
📄 CheckMonitoringJob.cs Store element screenshots with detections and show them in the View drawer. 2 months ago
📄 dotnet-tools.json Initialize project 4 months ago
📄 global.json Fix Claudes mess 3 months ago
📄 IntervalScheduler.cs Add configurable settings and per-monitoring SMS recipients. 3 months ago
📄 MonitoringCheckScheduler.cs Add multi-monitoring management with scan triggers and editing. 3 months ago
📄 MonitorOptions.cs Add configurable settings and per-monitoring SMS recipients. 3 months ago
📄 OpenTelemetryExtensions.cs Add web dashboard for viewing monitor status and detections. 3 months ago
📄 packages.lock.json Add cookie-based admin auth for the dashboard. 2 months ago
📄 PlaywrightBrowserService.cs Use Playwright settings from Lukas 3 months ago
📄 Program.cs Add cookie-based admin auth for the dashboard. 2 months ago
📄 ScheduleMonitoringChecksJob.cs Add multi-monitoring management with scan triggers and editing. 3 months ago
📄 ScreeningRepository.cs Store element screenshots with detections and show them in the View drawer. 2 months ago
📄 SendSmsJob.cs Add tracing 3 months ago
📄 Tracing.cs Add configurable settings and per-monitoring SMS recipients. 3 months ago
📄 .editorconfig
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
root = true

# All files
[*]
indent_style = space
insert_final_newline = true

# Config files
[*.{xml,json,slnx,csproj,props}]
indent_size = 2

# C# files
[*.cs]
indent_size = 4
tab_width = 4
max_line_length = 120