1. 10 Apr, 2017 1 commit
  2. 04 Apr, 2017 1 commit
  3. 03 Apr, 2017 1 commit
  4. 02 Apr, 2017 4 commits
  5. 28 Mar, 2017 1 commit
  6. 27 Mar, 2017 1 commit
    • Joshua Tauberer's avatar
      suppress rmcarddav's php version check · 255a65ac
      Joshua Tauberer authored
      Since it says "RCMCardDAV requires at least PHP 5.6.18. Older versions might work", let's hope for the best.
      
      Also hiding its preferences panel in settings since if it doesn't work, we don't want folks using it for anything but connecting to ownCloud contacts.
      255a65ac
  7. 26 Mar, 2017 6 commits
  8. 09 Mar, 2017 1 commit
  9. 01 Mar, 2017 3 commits
  10. 21 Feb, 2017 1 commit
  11. 15 Feb, 2017 1 commit
  12. 14 Feb, 2017 1 commit
  13. 10 Feb, 2017 2 commits
  14. 01 Feb, 2017 4 commits
  15. 22 Jan, 2017 1 commit
  16. 18 Jan, 2017 1 commit
  17. 15 Jan, 2017 8 commits
  18. 20 Dec, 2016 1 commit
  19. 17 Dec, 2016 1 commit
    • guyzmo's avatar
      Fix/rsync issues (#1036) · 34d58fb7
      guyzmo authored
      * Fixed issue with relative path for rsync relative names
      
      Actually using the parsed URL `path` part, instead of doing a lousy split().
      Renamed the `p` variable into something more sensible (`target`).
      
      Fixes: #1019
      
      * Added more verbose error messages upon rsync failures
      
      fixes #1033
      
      * Added command to test file listing
      34d58fb7