471 Commits (1bbbfb55705d18b706ecda213829bcdbb834ca24)
 

Author SHA1 Message Date
mleku 585ce11f71
enable release workflow 3 months ago
mleku a99c004ee8
bumping version 3 months ago
mleku 1cfd4a6dbe
Include app/web/dist in repository 3 months ago
mleku a84782bd52
Implement policy system with comprehensive testing and configuration 3 months ago
mleku f19dc4e5c8
Implement compose tab for event creation and management 3 months ago
mleku 9064717efa
bump version to v0.14.4 3 months ago
mleku 49619f74c7
fix user button and images 3 months ago
mleku 5952c7e657
Revert "Update project structure and enhance build process" 3 months ago
mleku 4cf3d9cfb5
Update project structure and enhance build process 3 months ago
mleku 506ad66aeb
bump v0.14.2 3 months ago
mleku b0f919cd5a
Enhance event display and UI in App.svelte 3 months ago
mleku 4a835a8b43
fix workflow 3 months ago
mleku 3c11aa6f01
refactored SaveEvent to return if it is replacing an event 3 months ago
mleku bc5177e0ec
refactor save event method to expose whether it replaced an event 3 months ago
mleku 0cdf44c2c9
fully working deletes bump to v0.14.0 3 months ago
mleku 40f3cb6f6e
Enhance delete event functionality and UI updates 3 months ago
mleku 67a74980f9
Enhance delete event handling and logging 3 months ago
mleku dc184d7ff5
Revert ephemeral event handling changes that broke relaytester 3 months ago
mleku c31cada271
small cleanups 3 months ago
mleku 075dc6b545
Integrate NDK for Nostr client functionality and update dependencies 3 months ago
mleku 919747c910
Remove fallback external relays from DEFAULT_RELAYS in constants.js to streamline relay connection handling. 3 months ago
mleku 0acf51baba
fix favicon 3 months ago
mleku e75d0deb7d
Add orly.png image to web and docs directories 3 months ago
mleku 96276f2fc4
putting a proper favicon in 3 months ago
mleku 14a94feed6
add favicon 3 months ago
mleku 075838150d
fix ephemeral handling to not save 3 months ago
mleku 2637f4b85c
add simple fulltext search 3 months ago
mleku 27af174753
Implement event deletion logic with relay handling in App.svelte and add connectToRelay method in NostrClient 3 months ago
mleku cad366795a
bump to v0.12.2 for sprocket failure handling fix 3 months ago
mleku e14b89bc8b
Enhance Sprocket functionality and error handling 3 months ago
mleku 5b4dd9ea60
bump for better documentation 3 months ago
mleku bae1d09f8d
Add Sprocket Test Suite and Integration Scripts 3 months ago
mleku f1f3236196
revise readme.adoc 3 months ago
mleku f01cd562f8
added sprocket script capability 3 months ago
mleku d2d0821d19
implement first draft of sprockets 3 months ago
mleku 09b00c76ed
bump to v0.11.3 3 months ago
mleku de57fd7bc4
Revert "fixing app icon" 3 months ago
mleku b7c2e609f6
fixing app icon 3 months ago
mleku cc63fe751a
bumping to v0.11.1 3 months ago
mleku d96d10723a
events view works with infinite scroll and load more button, filter switch to show only user's events 3 months ago
mleku ec50afdec0
Enhance event management in App.svelte by implementing pagination and caching for user and all events. Introduce new functions for loading events with timestamp-based pagination, and update UI components to support event expansion and deletion. Refactor event fetching logic in nostr.js to utilize WebSocket REQ envelopes for improved performance. Update default relay settings in constants.js to include local WebSocket endpoint. 3 months ago
mleku ade987c9ac
working export my/all events 3 months ago
mleku 9f39ca8a62
Refactor export functionality in App.svelte to support both GET and POST methods for event exports, enhancing flexibility in user permissions. Update server-side handling to accommodate pubkey filtering and improve response handling for file downloads. Adjust UI components to reflect these changes, ensuring a seamless user experience. 3 months ago
mleku f85a8b99a3
Update export functionality in App.svelte to allow both admin and owner roles to export all events. Adjust permission checks and UI components to reflect new role-based access for exporting events, enhancing user experience and security. 3 months ago
mleku d7bda40e18
Refactor authentication handling to use WebSocket URLs instead of Service URLs for improved connection management. Introduce WebSocketURL method in the Server struct to dynamically generate WebSocket URLs based on request headers. Clean up whitespace in handle-auth.go for better code readability. 3 months ago
mleku b67961773d
Refactor login and logout button styles in App.svelte for improved UI consistency. Update button text from icons to labels for better accessibility. Introduce a floating logout button in the profile banner for enhanced user experience. 3 months ago
mleku 5fd58681c9
Increase WebSocket message size limit to 100MB and implement handling for oversized messages. Introduce optimal chunk size calculation in Spider for efficient pubkey processing, ensuring compliance with WebSocket constraints. Enhance logging for message sizes and connection events for better debugging. 3 months ago
mleku 2bdc1b7bc0
Implement NIP-98 authentication for HTTP requests, enhancing security for event export and import functionalities. Update server methods to validate authentication and permissions, and refactor event handling in the Svelte app to support new export and import features. Add UI components for exporting and importing events with appropriate permission checks. 3 months ago
mleku 332b9b05f7
Enhance user role management in App.svelte by adding fetchUserRole function; update UI to display user role badge upon login. Modify Follows struct to include owners and adjust access level logic in acl package for improved permission handling. 3 months ago
mleku c43ddb77e0
Add App.svelte and LoginModal.svelte components for user authentication; update .gitignore to include Svelte files 3 months ago