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

Post Body #610

Closed
wants to merge 37 commits into from
Closed

Post Body #610

wants to merge 37 commits into from

Commits on Nov 10, 2016

  1. update cacert.pem

    abraham committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    a767955 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Merge pull request abraham#1 from abraham/master

    update
    rafasashi committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    04b20de View commit details
    Browse the repository at this point in the history
  2. check Phar class exists

    rafasashi committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    cb20fe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56d63aa View commit details
    Browse the repository at this point in the history
  4. Test PHP 7.1

    abraham committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    119d5a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Fix syntax error on PHP 5.4

    Since PHP 5.4 is still used in [Debian Wheezy][1], which is on LTS until
    [May 2018][2], support for older versions of PHP would be nice.
    Fortunately, the library is still compatible with PHP 5.4, except
    for one small detail.
    
    Use of `empty` on `Phar::running` was replaced by `=== ''` check, since
    the function only [returns a string][3] and calling `empty` directly
    on the return of function call is not supported [prior PHP 5.5][4].
    
    [1]: https://wiki.debian.org/PHP#Available_versions
    [2]: https://wiki.debian.org/LTS
    [3]: https://secure.php.net/manual/en/phar.running.php#refsect1-phar.running-returnvalues
    [4]: https://secure.php.net/manual/en/function.empty.php#refsect1-function.empty-parameters
    jtojnar committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    946209e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Merge pull request abraham#538 from jtojnar/php_5.4

    Fix syntax error on PHP 5.4
    abraham committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    a030b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a3d0b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

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

Commits on Feb 22, 2017

  1. Configuration menu
    Copy the full SHA
    cf35729 View commit details
    Browse the repository at this point in the history
  2. Merge pull request abraham#547 from shakaran/master

    Use array syntax short to improve readability
    abraham committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    f0ae2f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Configuration menu
    Copy the full SHA
    1d42f89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request abraham#542 from apizzini/master

    Add support to media_category in upload media chunked.
    abraham committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    a3df975 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Configuration menu
    Copy the full SHA
    4703dde View commit details
    Browse the repository at this point in the history
  2. Merge pull request abraham#565 from Youshido/master

    exclude oauth_verifier from the body
    abraham committed May 2, 2017
    Configuration menu
    Copy the full SHA
    dea88e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Update cacert.pem

    abraham committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    78ece83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c6cdd View commit details
    Browse the repository at this point in the history
  3. Switch TravisCi to trusty

    abraham committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    2fc21c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Create CODE_OF_CONDUCT.md

    abraham committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    8266be8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

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

Commits on Jun 27, 2017

  1. Merge pull request abraham#575 from apizzini/master

    Increase and allow to change chunk size for media upload.
    abraham committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    ba570a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Update dev dependencies

    abraham committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    53dd815 View commit details
    Browse the repository at this point in the history
  2. PHPMD variable name

    abraham committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    a165a3c View commit details
    Browse the repository at this point in the history
  3. Move curl options to a method

    abraham committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    a7b5953 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11e3a11 View commit details
    Browse the repository at this point in the history
  5. Merge pull request abraham#580 from abraham/update-dev-dep

    Update dev dependencies and cleanup curl configuration
    abraham committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    c6f9e69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d707ce7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    520206c View commit details
    Browse the repository at this point in the history
  2. Typo

    kinoute committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    f184807 View commit details
    Browse the repository at this point in the history
  3. Reset Attempts number

    kinoute committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    033197e View commit details
    Browse the repository at this point in the history
  4. Fix comments

    kinoute committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    8becb71 View commit details
    Browse the repository at this point in the history
  5. Update Config.php

    kinoute committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    46f90db View commit details
    Browse the repository at this point in the history
  6. Refactoring

    kinoute committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    6bb241d View commit details
    Browse the repository at this point in the history
  7. Fix comments

    kinoute committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    1e787e3 View commit details
    Browse the repository at this point in the history
  8. Refactoring

    kinoute committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    e3d4b14 View commit details
    Browse the repository at this point in the history
  9. Merge pull request abraham#588 from kinoute/master

    Started working on a Retry Feature
    abraham committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    1b9dd4d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Fix: only retry on errors equal or greater than 500 (abraham#589)

    * Only retry on errors equal or greater than 500
    kinoute authored and abraham committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    bb24525 View commit details
    Browse the repository at this point in the history