42 Commits (e75d0deb7d685f812082c88a48d0b22e1dcae329)

Author SHA1 Message Date
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 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 d2d0821d19
implement first draft of sprockets 3 months ago
mleku de57fd7bc4
Revert "fixing app icon" 3 months ago
mleku b7c2e609f6
fixing app icon 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 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 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
mleku e90fc619f2
Update title in index.html from 'Svelte app' to 'ORLY?' 3 months ago
mleku 29e5444545
Refactor logging in event handling and message processing to use trace-level logs, enhancing clarity and consistency across the application. Update web application structure to utilize Svelte and remove unused React components, streamlining the project. Additionally, clean up `.gitignore` and update package dependencies for improved performance. 3 months ago
mleku 7ee613bb0e
Add initial project structure with Svelte, TypeScript support, and basic Nostr client implementation 3 months ago
mleku 3afd6131d5
add count (NIP-45) envelope support, bump to version v0.10.0 3 months ago
Silberengel 9fdef77e02 update docker and apache stuff to new next-orly and make it all more proxy-friendly 3 months ago
mleku e8a69077b3
Remove generated JavaScript bundle from the project. 3 months ago
mleku 02333b74ae
completed fulltext index migration 3 months ago
mleku 405e223aa6
implement delete events 4 months ago
mleku fc3a89a309
Remove unused JavaScript file `index-tha189jf.js` from `dist` directory. 4 months ago
mleku ba8166da07
Remove unused JavaScript file `index-wnwvj11w.js` from `dist` directory. 4 months ago
mleku 3e3af08644
Remove unused JavaScript file `index-wnwvj11w.js` from `dist` directory. 4 months ago
mleku fbdf565bf7
Remove unused JavaScript file `index-sskmjaqz.js` from `dist` directory. 4 months ago
mleku 14b6960070
Add admin-only "All Events Log" feature with WebSocket integration. 4 months ago
mleku f9896e52ea
use websockets for events log 4 months ago
mleku facf03783f
Remove outdated CSS and JavaScript files from `dist` directory. 4 months ago
mleku 1fe0a395be
Add minimal local build outputs for streamlined `dist` integration. 4 months ago
mleku 92b3716a61
Remove `dist` directory and streamline build artifacts. 4 months ago
mleku 5c05d741d9
Replace remote Tailwind CSS with a local minimal subset; refine `.gitignore` and dist structure. 4 months ago
mleku 9a1bbbafce
Refine login view styling and update authentication text. 4 months ago
mleku 2fd3828010
Refine login view styling and update authentication text. 4 months ago
mleku 24b742bd20
Enable dev mode for React app with proxy support; refine build, styles, and UI. 4 months ago
mleku 82665444f4
Add `/api/auth/logout` endpoint and improve auth flow. 4 months ago
mleku effeae4495
Replace remote Tailwind CSS with a minimal local build; refine build script and UI styling. 4 months ago
mleku 6b38291bf9
Add CORS headers and update UI for enhanced user profile handling. 4 months ago
mleku 0b69ea6d80
Embed React app and add new user authentication interface. 4 months ago