BigW Consortium Gitlab

  1. 19 Feb, 2015 1 commit
  2. 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.
  3. 20 Nov, 2014 1 commit
  4. 01 Oct, 2014 1 commit
  5. 29 Sep, 2014 1 commit
  6. 08 May, 2014 1 commit
  7. 03 Mar, 2014 1 commit
  8. 27 Feb, 2014 1 commit
    • Use Gitlab::VERSION to version backups · 75f274b7
      Jacob Vosmaer authored
      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.
  9. 06 Nov, 2013 2 commits
  10. 05 Aug, 2013 1 commit
  11. 03 Jun, 2013 1 commit
  12. 30 May, 2013 1 commit
    • fixes for gitlab restore with non-standard backup and repo dirs · 9c82bca5
      Angus MacArthur authored
      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.
  13. 08 May, 2013 1 commit
  14. 06 May, 2013 1 commit
  15. 05 May, 2013 1 commit
  16. 23 Apr, 2013 1 commit
  17. 18 Apr, 2013 1 commit
  18. 10 Apr, 2013 1 commit
  19. 05 Apr, 2013 2 commits
  20. 14 Mar, 2013 1 commit
  21. 11 Feb, 2013 1 commit
  22. 05 Jan, 2013 1 commit
  23. 31 Dec, 2012 2 commits
  24. 23 Dec, 2012 1 commit
  25. 22 Dec, 2012 1 commit
  26. 20 Dec, 2012 2 commits
  27. 22 Nov, 2012 1 commit
  28. 19 Nov, 2012 1 commit
  29. 26 Sep, 2012 1 commit
  30. 02 Sep, 2012 1 commit
  31. 28 Aug, 2012 2 commits
  32. 25 Aug, 2012 1 commit
  33. 27 Jul, 2012 1 commit
  34. 26 Jul, 2012 1 commit
    • Modified the `repo_dump` and `repo_restore` rake tasks to properly dump and… · ec01cbef
      Michael van Rooijen authored
      Modified the `repo_dump` and `repo_restore` rake tasks to properly dump and restore repositories based on their `path` rather than their (project) `name`. The project name can be uppercase and may contain spaces. This caused the repository to be restored as a different `path` that it was initially created as, thus, breaking the `git remote` and the web interface can no longer detect the repository either because it searches by `path` and not by `name`. Also, when restoring the permissions are incorrect making it impossible to push new commits to the remote repository. So now on success it'll set the correct permissions (but requires that the `gitlab` user has `sudo` privileges, or this task must be executed as root).
  35. 18 Jul, 2012 1 commit