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: intercom/intercom-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: intercom/intercom-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 10 files changed
  • 6 contributors

Commits on Apr 8, 2024

  1. Insert script immediately if loaded with Turbo (#352)

    When the Messenger shim is loaded with Turbo, the load event has already
    fired, so adding an event listener for it won't have any effect. Instead
    we can immediately add the script tag to the page.
    
    Also stop calling Intercom('reattach_activator'), which is an obsolete
    API that no longer does anything.
    eugeneius authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b9a9155 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Configuration menu
    Copy the full SHA
    3296abf View commit details
    Browse the repository at this point in the history
  2. Support experimental JWT feature (not available yet) (#356)

    * Fix dev dependencies
    
    * Support experimental JWT authentication for the messenger
    
    * Remove user_id from regular user_data payload when using JWT
    
    * Add some script tag helper specs too
    
    * bump version
    DamonFstr authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    0404f08 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Configuration menu
    Copy the full SHA
    6b3605b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8525c8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2be338 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    e701491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73b28b View commit details
    Browse the repository at this point in the history
  3. Revert "Bump intercom-rails to 1.0.6 (#362)" (#363)

    This reverts commit e73b28b.
    IslaHoe authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    d99af3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2d21d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Update Secure Headers link as Github own it now (#332)

    Co-authored-by: Damon Foster <DamonFstr@users.noreply.github.com>
    matthew-intercom and DamonFstr authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    b361369 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    710aa84 View commit details
    Browse the repository at this point in the history
  2. Add JWT authentication documentation to README (#368)

    Add comprehensive documentation for the JWT authentication feature that was previously implemented but undocumented. The new section covers:
    
    - Basic JWT enablement configuration
    - JWT expiry settings
    - Signed user fields configuration for enhanced security
    - Per-request JWT configuration options
    - Important security notes and requirements
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Claude <noreply@anthropic.com>
    DamonFstr and claude authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    1fe37fa View commit details
    Browse the repository at this point in the history
Loading