Skip to content
Snippets Groups Projects
  1. Nov 16, 2015
  2. Oct 06, 2015
  3. Oct 05, 2015
  4. Aug 28, 2015
  5. Aug 05, 2015
  6. Aug 03, 2015
  7. Jul 15, 2015
  8. Jun 18, 2015
    • Vincent Petry's avatar
      Workaround for empty dir deletion for SFTP · e15dd783
      Vincent Petry authored
      Explicitly clear the stat cache after deleting an empty folder to make
      sure it is properly detected as deleted in subsequent requests.
      
      This works around a problem with phpseclib where the folder is properly
      deleted remotely but the stat cache was not updated.
      e15dd783
  9. Apr 15, 2015
  10. Mar 26, 2015
  11. Feb 26, 2015
  12. Feb 24, 2015
  13. Feb 23, 2015
  14. Feb 18, 2015
  15. Jan 14, 2015
    • Ross Nicoll's avatar
      Add support for SFTP key authentication · 64f4f8fc
      Ross Nicoll authored
      Add support for external files accessed via SFTP using public key exchange authentication.
      Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised.
      Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys.
      Generated public keys are saved in user's data directory for easy retrieval by an external application.
      Add controller for SFTP key generation AJAX
      SFTP class initialisation no longer produces a warning if the password field is missing.
      Add unit tests for SFTP with key authentication backend
      64f4f8fc
  16. Dec 17, 2014
  17. Oct 22, 2014
    • Vincent Petry's avatar
      Lazy initialize external storages · 075e8d8e
      Vincent Petry authored
      Fixed the following external storages to not connect in the constructor,
      but do it on-demand when getConnection() is called.
      - S3
      - SWIFT
      - SFTP
      075e8d8e
  18. Aug 27, 2014
  19. Jul 18, 2014
  20. Jul 12, 2014
  21. Jun 03, 2014
  22. Feb 06, 2014
  23. Jan 23, 2014
  24. Nov 26, 2013
  25. Nov 22, 2013
  26. Nov 15, 2013
  27. Oct 06, 2013
  28. Aug 17, 2013
  29. Apr 26, 2013
  30. Feb 22, 2013
  31. Feb 16, 2013
  32. Feb 15, 2013
Loading