Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added referrer parameter #966

Merged
merged 34 commits into from
Feb 23, 2017
Merged

Added referrer parameter #966

merged 34 commits into from
Feb 23, 2017

Commits on Feb 4, 2016

  1. Added WideOrbit adapter

    bjorn-wo committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    c4367bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19ea04d View commit details
    Browse the repository at this point in the history
  3. Fix User Matching code

    bjorn-wo committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    1dc879e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. update repo from prebid.js

    bjorn-wo committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    428ca07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd0b8ed View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Configuration menu
    Copy the full SHA
    6dc3198 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5e0cc View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Duplicated properties fixed.

    bjorn-wo committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    4dbe270 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Correcting adaptermanager after wrong merge. Now all tests passes cor…

    …rectly.
    Stjepan Karin committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    b21ef42 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Seting fl and jscb directly in the pageImpression-part of the url, si…

    …nce they are hardcoded.
    Stjepan Karin committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    32289dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df7486e View commit details
    Browse the repository at this point in the history
  3. No need to modify original value.

    Stjepan Karin committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    3f8a403 View commit details
    Browse the repository at this point in the history
  4. Normalizing file regarding single or double quotes. Also, properly in…

    …denting.
    Stjepan Karin committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    4a0d1f7 View commit details
    Browse the repository at this point in the history
  5. Removed uneeded properties: referrer (twice) and tagId.

    Stjepan Karin committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    82506d9 View commit details
    Browse the repository at this point in the history
  6. Slightly better readiblity for variable declarations (and definition …

    …in some cases).
    Stjepan Karin committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    82ef76a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Refactoring regarding function naming and the way we set rank parameter.

    Also making sure we encode/decode site and page parameters.
    Stjepan Karin committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    5e1d7ed View commit details
    Browse the repository at this point in the history
  2. Ignoring TypeScript's typing definitions.

    Stjepan Karin committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    646804c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbd3ebb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Completed wide orbit adapter tests with the one regarding callback re…

    …sponse.
    Stjepan Karin committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    c6e876e View commit details
    Browse the repository at this point in the history
  2. Slightly better test names.

    Stjepan Karin committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    69a86e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

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

Commits on Apr 27, 2016

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	package.json
    #	src/adaptermanager.js
    bjorn-wo committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    ac2b698 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3c0ea View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Code review fixes

    bjorn-wo committed May 10, 2016
    Configuration menu
    Copy the full SHA
    a96ff78 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Marked required parameters

    bjorn-wo committed May 11, 2016
    Configuration menu
    Copy the full SHA
    f832b26 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Configuration menu
    Copy the full SHA
    584f4ab View commit details
    Browse the repository at this point in the history
  2. Remove unused library from package.json

    Fix unit tests after refactoring
    bjorn-wo committed May 24, 2016
    Configuration menu
    Copy the full SHA
    a93636a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Fix conflict with package.json

    Merge remote-tracking branch 'upstream/master'
    
    # Conflicts:
    #	package.json
    bjorn-wo committed May 26, 2016
    Configuration menu
    Copy the full SHA
    f397076 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	.gitignore
    #	package.json
    #	src/adapters/wideorbit.js
    #	test/spec/adapters/wideorbit_spec.js
    bjorn-wo committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    d5e6a80 View commit details
    Browse the repository at this point in the history
  2. Added support for referrer

    bjorn-wo committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    c00bf75 View commit details
    Browse the repository at this point in the history
  3. Added support for referrer

    bjorn-wo committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    79dc0f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb41f0f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Configuration menu
    Copy the full SHA
    15b867f View commit details
    Browse the repository at this point in the history
  2. Fixed formatting issue

    bjorn-wo committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    74545b0 View commit details
    Browse the repository at this point in the history