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: Einstein-github/session.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2f97350
Choose a base ref
...
head repository: codejoust/session.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1bb9844
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 9, 2019

  1. Refactor demo and debug pages

    Fix missing character encoding and html lang tag. Refactor code
    structure and missplaced elements.
    Change script source for session.js to run locally.
    HacKanCuBa committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    f966e9a View commit details
    Browse the repository at this point in the history
  2. Refactor session.js

    Massive refactor to polish the code removing unused bits, changing
    `var` for `let`, fixing insecure http protocol for https and fixing
    architecture module that was broken because of a missnamed variable.
    Rename cookie to a more significative name: `session-js`.
    HacKanCuBa committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    09c84bf View commit details
    Browse the repository at this point in the history
  3. Add a tracker property

    This property allows to track the session from external libs or a
    backend. Once set, it will be written to the session and kept in the
    cookie.
    HacKanCuBa committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    ca6c9c2 View commit details
    Browse the repository at this point in the history
  4. Add extra client tracking with on/off switch

    Create a switch named extra that when set records extra client
    information. It was added from the demo page.
    HacKanCuBa committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    640779a View commit details
    Browse the repository at this point in the history
  5. Add minified script

    HacKanCuBa committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    7af1e85 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    1bb9844 View commit details
    Browse the repository at this point in the history
Loading