BigW Consortium Gitlab

  1. 02 Nov, 2015 1 commit
  2. 16 Oct, 2015 1 commit
  3. 06 Oct, 2015 1 commit
    • Use tar for intermediate backup storage · d3734fbd
      Jacob Vosmaer authored
      During the backup we create an intermediate copy of two directories:
      builds and uploads. Instead of creating many small files with 'cp
      -r', we now use tar (and fast gzip) to create single intermediate
      files. This saves on disk IO and disk space while creating a backup.
  4. 30 Jul, 2015 1 commit
  5. 29 Jul, 2015 1 commit
  6. 19 Feb, 2015 1 commit
  7. 16 Feb, 2015 1 commit
    • Fix broken access control and refactor avatar upload · 7d5f86f6
      Hannes Rosenögger authored
      This commit moves the note folder from
      /public/uploads/note
      to
      /uploads/note
      and changes the uploader accordingly.
      Now it's no longer possible to avoid the access control by modifing the url.
      The Avatar upload has been refactored to use an own uploader as well
      to cleanly seperate the two upload types.
  8. 03 Aug, 2014 1 commit
  9. 26 Feb, 2014 1 commit
    • Support symlinked public/uploads for backp restore · a47a6f2a
      Jacob Vosmaer authored
      The backup restore code moves any existing uploads directory out of the
      way before restoring the copy from the backup. If public/uploads was a
      symlink, this move would replace the symlink. This commit avoids this
      issue by first resolving any symlinks in the uploads path.
  10. 06 Nov, 2013 1 commit
  11. 27 May, 2013 1 commit
  12. 10 Apr, 2013 1 commit