You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
woikos
7d7f16dee7
Fix web UI reactivity and center login prompts
...
- Fix BlossomView blob list not refreshing after upload by replacing
getDisplayBlobs() function call with reactive $: displayBlobs declaration
- Fix EventsView not reflecting login state by moving permission check
from EventsView template to App.svelte where reactive variables live
- Await fetchUserRole() in loadRelayData() to prevent race condition
during auto-login from localStorage
- Trigger explicit event loading after handleLogin() completes
- Center login prompts and permission messages in main content panel
using margin:auto and align-items:center on main-content flex container
- Add warning log for blossom upload auth validation failures
- Remove temporary debug logging from blossom handlers
- Bump version to v0.58.7
Files modified:
- app/web/src/App.svelte: Permission gating, event loading, centered prompts
- app/web/src/BlossomView.svelte: Reactive displayBlobs declaration
- app/web/src/EventsView.svelte: Remove internal permission checks
- pkg/blossom/handlers.go: Clean up debug logging, add auth failure warning
- pkg/version/version: v0.58.7
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 months ago
..
branding
feat(branding): add white-label branding system (v0.52.0)
4 months ago
config
Add shared relay startup package for monolithic unified binary (v0.57.0)
4 months ago
web
Fix web UI reactivity and center login prompts
4 months ago
blossom.go
Add database IPC split mode and blob storage abstraction (v0.53.0)
4 months ago
handle-auth.go
Fix NIP-42 AUTH compliance: always respond with OK message
5 months ago
handle-bunker.go
Remove Cashu Access Token (CAT) system entirely (v0.52.3)
4 months ago
handle-close.go
migrate to new nostr library
6 months ago
handle-count.go
Complete DDD improvements: handlers, ACL injection, Rule decomposition
4 months ago
handle-delete.go
Refactor Neo4j tests and improve tag handling in Cypher
6 months ago
handle-event-types.go
Decompose handle-event.go into DDD domain services (v0.36.15)
5 months ago
handle-event.go
Complete DDD improvements: handlers, ACL injection, Rule decomposition
4 months ago
handle-logs.go
Add log viewer for relay owners (v0.37.3)
5 months ago
handle-message.go
Add IPC sync services and NIP-77 negentropy synchronization (v0.55.0)
4 months ago
handle-negentropy.go
Fix NIP-77 negentropy protocol implementation and add client mode sync
4 months ago
handle-nip43.go
migrate to new nostr library
6 months ago
handle-nip43_test.go
Adjust ACL behavior for "none" mode and make query cache optional
6 months ago
handle-nip86-curating.go
Complete DDD improvements: handlers, ACL injection, Rule decomposition
4 months ago
handle-nip86.go
Complete DDD improvements: handlers, ACL injection, Rule decomposition
4 months ago
handle-nip86_minimal_test.go
fix handleevents not prompting auth for event publish with auth-required
6 months ago
handle-nrc.go
Remove Cashu Access Token (CAT) system entirely (v0.52.3)
4 months ago
handle-policy-config.go
Add ORLY_POLICY_PATH for custom policy file location
5 months ago
handle-relayinfo.go
Extract network transports into pluggable Transport module
4 months ago
handle-req.go
Fix nil pointer panic in access tracker goroutine
4 months ago
handle-websocket.go
Reduce WebSocket buffer sizes from 10MB to 64KB per connection (v0.52.12)
4 months ago
handle-wireguard.go
Add WireGuard VPN with random /31 subnet isolation (v0.40.0)
5 months ago
handle_policy_config_test.go
Add ORLY_POLICY_PATH for custom policy file location
5 months ago
helpers.go
update docker and apache stuff to new next-orly and make it all more proxy-friendly
8 months ago
listener.go
Complete DDD improvements: handlers, ACL injection, Rule decomposition
4 months ago
main.go
Extract network transports into pluggable Transport module
4 months ago
nip43_e2e_test.go
Adjust ACL behavior for "none" mode and make query cache optional
6 months ago
ok.go
migrate to new nostr library
6 months ago
payment_processor.go
migrate to new nostr library
6 months ago
privileged_events_test.go
Update privileged event filtering to respect ACL mode
6 months ago
publisher.go
Add Blossom bandwidth limiting and tune rate limiters (v0.49.0)
4 months ago
server.go
Extract network transports into pluggable Transport module
4 months ago
specialkinds.go
Complete DDD improvements: handlers, ACL injection, Rule decomposition
4 months ago
sprocket.go
migrate to new nostr library
6 months ago
web.go
feat(branding): add white-label branding system (v0.52.0)
4 months ago
wireguard-helpers.go
Add WireGuard VPN with random /31 subnet isolation (v0.40.0)
5 months ago