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: cloudControl/phpcclib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: cloudControl/phpcclib
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.
  • 6 commits
  • 3 files changed
  • 5 contributors

Commits on May 21, 2014

  1. Bump to version 0.1.5

    sfriesel committed May 21, 2014
    5 Configuration menu
    Copy the full SHA
    c6ddcdc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2014

  1. Fixed PHPDocumentation

    Our application was expecting a boolean to be returned by the auth() function. However, this seems to have been changed overtime. How is determined whether an authentication is successful? It seems the only way is to use 'checkToken()' after authentication. 
    
    It would be better to have 'setToken()' return a boolean, however this might break other stuff that depends on the $this being returned now...
    holtkamp committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    a6fcf13 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2014

  1. Merge pull request #4 from holtkamp/patch-1

    Fixed PHPDocumentation
    TooAngel committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    3433168 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Add cacert.pem file

     - The cacert.pem file used by HTTP_Request2 does not verify the cloudcontrolled.com domain
     - cacert.pem taken from https://github.com/certifi/python-certifi/tree/ae3ca7b3d7451a28bb340acf7bb2fd69574fbc3b/certifi
    TooAngel committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    349cf4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from TooAngel/master

    Add cacert.pem file
    schu committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    b5dea29 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.1.6

    TooAngel committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    0e137dd View commit details
    Browse the repository at this point in the history
Loading