1. 28 Jun, 2017 3 commits
  2. 24 Jun, 2017 2 commits
  3. 22 Jun, 2017 1 commit
  4. 17 Jun, 2017 1 commit
  5. 16 Jun, 2017 1 commit
  6. 15 Jun, 2017 3 commits
  7. 14 Jun, 2017 1 commit
    • Motch Julien's avatar
      Update to Laravel 5.4 Sessions:Symfony Compatibility (#328) · 2c8a4b2a
      Motch Julien authored
      See https://laravel.com/docs/5.4/upgrade
      
      >set() method should be changed to ->put()
      
      ....
      
      Sessions:Symfony Compatibility
      
      Laravel's session handlers no longer implements Symfony's SessionInterface. Implementing this interface required us to implement extraneous features that were not needed by the framework. Instead, a new Illuminate\Contracts\Session\Session interface has been defined and may be used instead. The following code changes should also be applied:
      
      All calls to the ->set() method should be changed to ->put(). Typically, Laravel applications would never call the set method since it has never been documented within the Laravel documentation. However, it is included here out of caution.
      
      All calls to the ->getToken() method should be changed to ->token().
      
      All calls to the $request->setSession() method should be changed to setLaravelSession().
      2c8a4b2a
  8. 13 Jun, 2017 13 commits
  9. 06 Jun, 2017 2 commits
  10. 05 Jun, 2017 2 commits
    • Nicolas Widart's avatar
      Updating to new aws url structure · d86a0ecc
      Nicolas Widart authored
      d86a0ecc
    • kay899's avatar
      Kay899 patch 1 (#326) · 6afc44ac
      kay899 authored
      * Fixing typo error for lang
      
      1) Fixing a typo error for success message
      2) Use individual success message for deleting an API key
      With this change everyone can add his own translations
      
      * Adding new translation key
      
      Needed for fix in ApiKeysController
      6afc44ac
  11. 15 May, 2017 3 commits
  12. 04 May, 2017 1 commit
  13. 01 Mar, 2017 7 commits