-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New media branch #37
base: main
Are you sure you want to change the base?
New media branch #37
Commits on Oct 10, 2024
-
Updating relay settings type to allow for filtering through relay set…
…tings for leaf file types.
Configuration menu - View commit details
-
Copy full SHA for 1238888 - Browse repository at this point
Copy the full SHA 1238888View commit details -
Improving IsFilePermitted to handle miscellanious files as we account…
… for these in our relay panel stats.
Configuration menu - View commit details
-
Copy full SHA for 75f13c4 - Browse repository at this point
Copy the full SHA 75f13c4View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6967d0 - Browse repository at this point
Copy the full SHA c6967d0View commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7adc01 - Browse repository at this point
Copy the full SHA c7adc01View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e116e6 - Browse repository at this point
Copy the full SHA 9e116e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d00fb0f - Browse repository at this point
Copy the full SHA d00fb0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6b2f6 - Browse repository at this point
Copy the full SHA 9a6b2f6View commit details
Commits on Oct 30, 2024
-
adding subscription filter and changing address handling to be done w…
…ith stats db as sql is easier to update and query
Configuration menu - View commit details
-
Copy full SHA for 280b74c - Browse repository at this point
Copy the full SHA 280b74cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70304d0 - Browse repository at this point
Copy the full SHA 70304d0View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3842096 - Browse repository at this point
Copy the full SHA 3842096View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39bec60 - Browse repository at this point
Copy the full SHA 39bec60View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a16d66a - Browse repository at this point
Copy the full SHA a16d66aView commit details
Commits on Nov 12, 2024
-
feat(settings): add subscription tiers support to relay settings
- Add SubscriptionTier struct with data_limit and price fields - Update RelaySettings struct to include subscription_tiers field - Modify settings handlers to process subscription tiers data - Update viper config to handle subscription tiers storage - Ensure proper JSON serialization/deserialization of tier data
Configuration menu - View commit details
-
Copy full SHA for 60a33b8 - Browse repository at this point
Copy the full SHA 60a33b8View commit details -
feat: Add conditional kind 411 event creation on subscription tier up…
…date - Enhanced function to conditionally create a new kind 411 event if there are changes in . - Passed as a parameter to and related route handlers. - Improved configuration update logic and comparison checks for to minimize unnecessary kind 411 creation.
Configuration menu - View commit details
-
Copy full SHA for e2404d3 - Browse repository at this point
Copy the full SHA e2404d3View commit details -
feat: Add conditional kind 411 event creation on subscription tier up…
…date - Enhanced updateRelaySettings function to conditionally create a new kind 411 event if there are changes in subscription_tiers. - Passed store as a parameter to updateRelaySettings and related route handlers. - Improved configuration update logic and comparison checks for subscription_tiers to minimize unnecessary kind 411 creation.
Configuration menu - View commit details
-
Copy full SHA for 4872a18 - Browse repository at this point
Copy the full SHA 4872a18View commit details
Commits on Nov 13, 2024
-
It is not necessary to update kind 411 when tiers change. we need to …
…only update kind 764/888
Configuration menu - View commit details
-
Copy full SHA for 29f28c0 - Browse repository at this point
Copy the full SHA 29f28c0View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f9641b - Browse repository at this point
Copy the full SHA 7f9641bView commit details -
feat: Add dynamic subscription_tier tags to NIP-88 events
- Updated createNIP88EventIfNotExists and createOrUpdateNIP88Event functions to include dynamic 'subscription_tier' tags based on values retrieved via Viper configuration. - Implemented type assertions and error handling for retrieving and parsing 'subscription_tiers' from configuration. - Ensured consistent tagging for tiers, including data limits and prices, with improved error logging for type conversions and assertions.
Configuration menu - View commit details
-
Copy full SHA for d9815c3 - Browse repository at this point
Copy the full SHA d9815c3View commit details
Commits on Nov 15, 2024
-
Since kind 888 will have a lot of copies updating the subscription ti…
…ers when the relay runner needs to make an adjustment to the tier prices it will take too much effort changing all the kind 888 to reflect this change so if we just update it on kind 411 then subscribers can pull the updated pricing fron 411
Configuration menu - View commit details
-
Copy full SHA for 89653d9 - Browse repository at this point
Copy the full SHA 89653d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b022fad - Browse repository at this point
Copy the full SHA b022fadView commit details
Commits on Nov 16, 2024
-
feat: add GetSubscriberByAddress method to GORM store
Adds functionality to retrieve subscriber information by Bitcoin address. This method supports transaction processing by allowing lookup of subscriber details when processing incoming Bitcoin payments. - Implements GetSubscriberByAddress in GormSubscriberStore - Returns complete subscriber record including npub for payment processing - Handles both 'not found' and general database error cases
Configuration menu - View commit details
-
Copy full SHA for a1d864c - Browse repository at this point
Copy the full SHA a1d864cView commit details