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: in2code-de/lux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: in2code-de/lux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 20 files changed
  • 2 contributors

Commits on May 12, 2023

  1. [FEATURE] Support submitButton.click() for formFieldListening via dat…

    …a-lux-form-identification="submitButton"
    einpraegsam committed May 12, 2023
    Configuration menu
    Copy the full SHA
    55ca35f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f67af View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    fc76c7a View commit details
    Browse the repository at this point in the history
  2. [TASK] Release preparations

    KaffDaddy committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    41943f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. [BUGFIX] Fix main links in backend modules

    For some reason f:link.action does not work on every instance (but for sure on some). To prevent any errors we changed the links to f:be.link as it is done in newer versions of LUX anyway.
    einpraegsam committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d2d55a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b0911 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    048caf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de1eba4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    092ccc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. [FEATURE] Remove all domains from referrer diagram where referrers ar…

    …e from local instance
    
    So we now exclude all domains from all site configs in the where clause
    
    Related: https://projekte.in2code.de/issues/62273
    einpraegsam committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    773f83d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f30a023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    848f4f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    c519163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f420cef View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. [FEATURE] Show referrer in CSV downloads

    and also reduce duplicate "last visit" to a "last visit" and a "first visit" column
    
    Related: https://projekte.in2code.de/issues/63857
    einpraegsam committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a11b4d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ae0bc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    99bfdc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df3bea4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. [!!!][FEATURE] Enrich fingerprint hash with IP address

    Tracking purely based on device fingerprinting lead to some issues,
    namely mobile browsers working more towards sandboxing requests so
    that device hashes end up being the same across the same line of
    devices. This makes individual tracking unreliable and in the case
    of Lux leads to some leads that contain several different people
    in them.
    
    This change enriches the fingerprint with the users IP address
    and hashes it again, leading to a more unique identification
    value.
    
    Negative impact of this change:
    * (BREAKING) Previously identified users can't be identified anymore,
      as the calculated fingerprint value has changed.
    * Compared to before, we now create _more_ unique users than before,
      as IP addresses (usually) change on the regular for home connections
      or when switching wi-fi/cellular networks.
    
    Related: https://projekte.in2code.de/issues/67221
    einpraegsam committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a54330f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c3a7f View commit details
    Browse the repository at this point in the history
Loading