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

Commits on Jan 25, 2015

  1. Workaround for creating a session for the client

    For feature request #23
    In addtion, I've removed the username/password/ip_address arguments for
    the "login" action and replaced this with a "login_hash" argument, which
    has to contain an encrypted (with a salt) string.
    I enabled the "login_hash" argument for the "authenticate" action as
    well, so it's possible to authenticate users without sending the
    password in plain-text.
    Contex committed Jan 25, 2015
    1 Configuration menu
    Copy the full SHA
    66200c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Fixed permissions issue with getThread and getPost

    Using the actions without a hash would error out as the function didn't
    have an user object to look at. It's now treating the user as a public
    visitor and using those permissions.
    
    Thanks @Xon!
    Contex committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    86b4ad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1aa3e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2015

  1. Configuration menu
    Copy the full SHA
    18b8e63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from Xon/Parser_factory

    Use parser factory method, rather than new.
    Contex committed Jan 28, 2015
    4 Configuration menu
    Copy the full SHA
    ce9f3a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. Fixed authentication issues with hashes

    The user hash used to be seperated by a column (:) like so:
    USERNAME:HASH. This was later changed to use base64 encoding of the hash
    instead. During this code change, the username prefix (USERNAME:) was
    forgotten about and the API would therefore malfunction.
    
    Addition to that, getUser() now fallbacks to the default XenForo visitor
    if the API key isn't used.
    
    This fixes #46 and #47
    Contex committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    969fe60 View commit details
    Browse the repository at this point in the history
  2. Minor work on BBCode parsing

    Use the static function instead of creating a new object
    Contex committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    adcc3ae View commit details
    Browse the repository at this point in the history
Loading