1. 15 Jan, 2017 5 commits
  2. 20 Dec, 2016 1 commit
  3. 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
  4. 07 Dec, 2016 2 commits
  5. 05 Dec, 2016 4 commits
  6. 30 Nov, 2016 5 commits
  7. 28 Nov, 2016 1 commit
  8. 13 Nov, 2016 1 commit
  9. 12 Nov, 2016 4 commits
  10. 09 Nov, 2016 1 commit
    • Scott Bronson's avatar
      suppress Ubuntu's upgrade prompts (#992) · 6ea1a06a
      Scott Bronson authored
      On every login we're notified:
      
        New release '16.04.1 LTS' available.
        Run 'do-release-upgrade' to upgrade to it.
      
      Disable this so that an eager yet inattentive admin
      doesn't accidentally follow these instructions.
      6ea1a06a
  11. 24 Oct, 2016 1 commit
  12. 21 Oct, 2016 1 commit
  13. 18 Oct, 2016 2 commits
    • Tristan Hill's avatar
      disable nested checker checks (#972) · 4b07a6aa
      Tristan Hill authored
      fixes #967
      4b07a6aa
    • Michael Kroes's avatar
      update to ownCloud 9.1.1 (with intermediate upgrades) (#894) · 2151d814
      Michael Kroes authored
      [this is a squashed merge from-]
      
      * Install owncoud 9.1 and provide an upgrade path from 8.2. This also disables memcached and goes with apc. The upgrade fails with memcached.
      
      * Remove php apc setting
      
      * Add dav migrations for each user
      
      * Add some comments to the code
      
      * When upgrading owncloud from 8.2.3 to 9.1.0 the backup of 8.2.3 was overwritten when going from 9.0 to 9.1
      
      * Add upgrade path from 8.1.1. Only do an upgrade check if owncloud was previously installed.
      
      * Stop php5-fpm before owncloud upgrade to prevent database locks
      
      * Fix fail2ban tests for owncloud 9
      
      * When upgrading owncloud copy the database to the user-data/owncloud-backup directory
      
      * Remove not need unzip directives during owncloud extraction. Directory is removed beforehand so a normal extraction is fine
      
      * Improve backup of owncloud installation and provide a post installation restore script. Update the owncloud version number to 9.1.1. Update the calendar and contacts apps to the latest versions
      
      * Separate the ownCloud upgrades visually in the console output.
      2151d814
  14. 15 Oct, 2016 2 commits
  15. 08 Oct, 2016 2 commits
  16. 05 Oct, 2016 1 commit
  17. 28 Sep, 2016 2 commits
  18. 27 Sep, 2016 1 commit
  19. 23 Sep, 2016 3 commits