From e833dcefd486764c383252c5debd71ef4512356a Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 14 Oct 2025 13:07:19 -0400 Subject: [PATCH] v0.7.16 - Fixed blacklist authentication system - removed redundant action/parameters columns, added active=1 filtering, added comprehensive debug tracing, and identified that auth must be enabled for blacklist to work --- api/index.css | 6 +- api/index.html | 175 ++++++++++++++++++------------------- api/index.js | 79 +++++++++++++---- notes.txt | 6 +- relay.pid | 2 +- src/config.c | 36 ++++---- src/config.h | 2 +- src/embedded_web_content.c | 12 +-- src/request_validator.c | 32 +++---- src/sql_schema.h | 2 - src/websockets.c | 9 +- tests/post_events.sh | 40 +++++++++ 12 files changed, 245 insertions(+), 156 deletions(-) create mode 100755 tests/post_events.sh diff --git a/api/index.css b/api/index.css index 56f8ac0..56d0c10 100644 --- a/api/index.css +++ b/api/index.css @@ -218,9 +218,13 @@ button:disabled { .config-actions-cell { cursor: pointer; transition: all 0.2s ease; - text-align: center; + text-align: center !important; font-weight: bold; vertical-align: middle; + width: 60px; + min-width: 60px; + max-width: 60px; + padding: 8px 4px; } .config-actions-cell:hover { diff --git a/api/index.html b/api/index.html index 6b76f3f..681792c 100644 --- a/api/index.html +++ b/api/index.html @@ -86,99 +86,12 @@ - - - - - - - - - - - - - - -