Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f420fc6d0 | ||
|
|
29e2421771 |
@@ -252,7 +252,7 @@ AUTH RULES MANAGEMENT
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Auth Rules Table -->
|
<!-- Auth Rules Table -->
|
||||||
<div id="authRulesTableContainer" style="display: none;">
|
<div id="authRulesTableContainer" class="config-table-container">
|
||||||
<table class="config-table" id="authRulesTable">
|
<table class="config-table" id="authRulesTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -264,6 +264,9 @@ AUTH RULES MANAGEMENT
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="authRulesTableBody">
|
<tbody id="authRulesTableBody">
|
||||||
|
<tr>
|
||||||
|
<td colspan="5" style="text-align: center; font-style: italic;">Loading auth rules...</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@@ -275,8 +278,8 @@ AUTH RULES MANAGEMENT
|
|||||||
|
|
||||||
|
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<label for="authRulePubkey">Pubkey (nsec or hex):</label>
|
<label for="authRulePubkey">Pubkey (npub or hex):</label>
|
||||||
<input type="text" id="authRulePubkey" placeholder="nsec1... or 64-character hex pubkey">
|
<input type="text" id="authRulePubkey" placeholder="npub1... or 64-character hex pubkey">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="whitelistWarning" class="warning-box" style="display: none;">
|
<div id="whitelistWarning" class="warning-box" style="display: none;">
|
||||||
|
|||||||
1550
api/index.js
1550
api/index.js
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
BIN
build/main.o
BIN
build/main.o
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -10,8 +10,8 @@
|
|||||||
// Version information (auto-updated by build system)
|
// Version information (auto-updated by build system)
|
||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 1
|
#define VERSION_MINOR 1
|
||||||
#define VERSION_PATCH 21
|
#define VERSION_PATCH 23
|
||||||
#define VERSION "v0.1.21"
|
#define VERSION "v0.1.23"
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user