1. 09 2月, 2016 1 次提交
  2. 19 11月, 2015 2 次提交
  3. 18 11月, 2015 1 次提交
  4. 10 11月, 2015 1 次提交
    • K
      Implement Build Artifacts · d0e3e823
      Kamil Trzcinski 提交于
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
      d0e3e823
  5. 06 10月, 2015 3 次提交
  6. 26 9月, 2015 1 次提交
    • P
      Add support for AWS S3 Server-Side Encryption support · 253d2320
      Paul Beattie 提交于
      This adds support for AWS S3 SSE with S3 managed keys, this means the
      data is encrypted at rest and the encryption is handled transparently to
      the end user as well as in the AWS Console. This is optional and not
      required to make S3 uploads work.
      253d2320
  7. 16 9月, 2015 1 次提交
  8. 29 7月, 2015 1 次提交
  9. 07 7月, 2015 1 次提交
  10. 10 6月, 2015 1 次提交
  11. 09 6月, 2015 1 次提交
  12. 02 4月, 2015 1 次提交
  13. 28 3月, 2015 1 次提交
    • V
      Don't use chmod_R for backup tars · 0f78d92e
      Vinnie Okada 提交于
      When creating backup tar files, only change permissions on the `db`,
      `uploads`, and `repositories` directories, not their contents.
      0f78d92e
  14. 25 3月, 2015 1 次提交
  15. 20 3月, 2015 1 次提交
  16. 18 3月, 2015 1 次提交
  17. 17 3月, 2015 1 次提交
  18. 16 3月, 2015 1 次提交
  19. 20 2月, 2015 1 次提交
  20. 17 2月, 2015 1 次提交
    • H
      Fix broken access control and refactor avatar upload · 7d5f86f6
      Hannes Rosenögger 提交于
      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.
      7d5f86f6
  21. 20 11月, 2014 1 次提交
  22. 01 10月, 2014 1 次提交
  23. 29 9月, 2014 1 次提交
  24. 09 5月, 2014 1 次提交
  25. 03 3月, 2014 1 次提交
  26. 27 2月, 2014 1 次提交
    • J
      Use Gitlab::VERSION to version backups · 75f274b7
      Jacob Vosmaer 提交于
      Previous to this commit, backups were tied to the git revision (SHA1) of
      the app at the time the backup:create command was invoked. If the SHA1
      at the time of restore was different, the script would refuse to restore
      the backup.  This commit loosens this tie so that the backup script only
      complains if the value of the Gitlab::VERSION constant is different
      between the time of backup and the time of restore.
      75f274b7
  27. 06 11月, 2013 2 次提交
  28. 05 8月, 2013 1 次提交
  29. 03 6月, 2013 1 次提交
  30. 30 5月, 2013 1 次提交
    • A
      fixes for gitlab restore with non-standard backup and repo dirs · 9c82bca5
      Angus MacArthur 提交于
      These fixes will allow a restore of gitlab when the backups and
      repositories directories are in non-standard locations (ie sub-dirs
      of gitlabhq).  Also allows the restore to be run from script
      overriding the need of a user to confirm the rebuild of the
      authorized_keys file.
      9c82bca5
  31. 09 5月, 2013 1 次提交
  32. 07 5月, 2013 1 次提交
  33. 05 5月, 2013 1 次提交
  34. 24 4月, 2013 1 次提交
  35. 18 4月, 2013 1 次提交
  36. 10 4月, 2013 1 次提交