Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: slopus/happy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: lava/happy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: topic/self-hosted
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 24 files changed
  • 2 contributors

Commits on Sep 18, 2025

  1. Remove RevenueCat integration for self-hosted deployment

    - Remove RevenueCat dependencies (@revenuecat/purchases-js, react-native-purchases, react-native-purchases-ui) - Keep purchases data model intact for easier upstream merges - Remove RevenueCat initialization and API calls from sync.ts - Disable purchase functionality in dev/purchases.tsx with user-friendly messages - Replace paywall button in settings with GitHub support link - Clean up RevenueCat environment variables from app.config.js and Dockerfile - Purchases data structure remains but will always be empty for self-hosted deployments
    Benno Evers authored and Benno committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    bf78c56 View commit details
    Browse the repository at this point in the history
  2. Change default server URL to happy-server.nerdlan.de

    Benno Evers authored and Benno committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    5c83e57 View commit details
    Browse the repository at this point in the history
  3. Change default for anonymous data sharing to "off"

    Set analyticsOptOut default to true, making anonymous analytics opt-in rather than opt-out.
    Benno Evers authored and Benno committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    5203acb View commit details
    Browse the repository at this point in the history
  4. Remove Privacy Policy and Terms of Service buttons from settings

    Removed the Privacy Policy and Terms of Service items from the About section in the settings page.
    Benno Evers authored and Benno committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    26936fb View commit details
    Browse the repository at this point in the history
  5. Simplify README to focus on self-hosted fork

    Benno Evers authored and Benno committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    3154479 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. show all machines

    Benno authored and Benno committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    c11e106 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Enable console logging

    Benno authored and Benno committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    16f2a98 View commit details
    Browse the repository at this point in the history
  2. Add a lot of debug logging

    Benno authored and Benno committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    e6f8425 View commit details
    Browse the repository at this point in the history
Loading