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

Commits on Feb 24, 2015

  1. added context to store.set

    added context to store.set to enable the optional extraction of extra information such as agent and client IP
    voxelperfect committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    5c87c60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from allcancode/VoxelPerfec-patch-context

    added context to store.set
    voxelperfect committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    01a8600 View commit details
    Browse the repository at this point in the history
  3. passed context down to store client

    We need the koa context to reach the custom session store so that the latter has the option to extract information such as agent, IP, etc
    voxelperfect committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    4861efe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from allcancode/VoxelPerfect-patch-context

    passed context down to store client
    voxelperfect committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    4f93c50 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

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

Commits on Jun 3, 2016

  1. Merge commit '7b5309c862ff896cc58125b4b5a992ae3d7fbc96'

    # Conflicts:
    #	lib/session.js
    voxelperfect committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    dca5ae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ff068f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2016

  1. Merge commit '6bd4f3ba5f6c5ce88c485be778b21a95c0aab84a'

    # Conflicts:
    #	lib/session.js
    voxelperfect committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    80e1022 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Merge commit '5921898136bf37c35f44dad8f016719ff4ab3fde'

    # Conflicts:
    #	.gitignore
    #	lib/session.js
    #	lib/store.js
    #	package.json
    voxelperfect committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    cfdb333 View commit details
    Browse the repository at this point in the history
  2. Merge commit '5921898136bf37c35f44dad8f016719ff4ab3fde'

    # Conflicts:
    #	.gitignore
    #	lib/session.js
    #	lib/store.js
    #	package.json
    voxelperfect committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    d91e8e5 View commit details
    Browse the repository at this point in the history
  3. Merge commit '5921898136bf37c35f44dad8f016719ff4ab3fde'

    # Conflicts:
    #	.gitignore
    #	lib/session.js
    #	lib/store.js
    #	package.json
    voxelperfect committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    c4ba351 View commit details
    Browse the repository at this point in the history
Loading