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: senchalabs/connect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bartt/connect
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.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 27, 2010

  1. - Only send secure session cookies when there is a secure connection.

    - proxySecure is a custom attribute to allow for a reverse proxy to handle SSL connections and to communicate to connect over HTTP that the incoming connection is secure.
    Bart Teeuwisse committed Oct 27, 2010
    Configuration menu
    Copy the full SHA
    f389ced View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2010

  1. - Added the option to provide a custom cookie expiration function. By…

    … providing a custom function one can choose a different strategy,for example to allow the user to choose to be remembered. Return null to expire the cookie at the end of the browser session.
    
    - By default session cookies expire the store's maximum age from now.
    Bart Teeuwisse committed Nov 5, 2010
    Configuration menu
    Copy the full SHA
    56f4e13 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of git://github.com/senchalabs/connect

    Conflicts:
    	lib/connect/middleware/session.js
    Bart Teeuwisse committed Nov 5, 2010
    Configuration menu
    Copy the full SHA
    e7cbb9b View commit details
    Browse the repository at this point in the history
  3. - Added the option to provide a custom cookie expiration function. By…

    … providing a custom function one can choose a different strategy,for example to allow the user to choose to be remembered. Return null to expire the cookie at the end of the browser session.
    
    - By default session cookies expire the store's maximum age from now.
    Bart Teeuwisse committed Nov 5, 2010
    Configuration menu
    Copy the full SHA
    03410d2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:bartt/connect

    Bart Teeuwisse committed Nov 5, 2010
    Configuration menu
    Copy the full SHA
    6f5b078 View commit details
    Browse the repository at this point in the history
Loading