An error occurred fetching the project authors.
  1. 30 Jul, 2015 2 commits
  2. 29 Jul, 2015 3 commits
  3. 17 Jul, 2015 1 commit
  4. 09 Jun, 2015 1 commit
  5. 26 May, 2015 2 commits
  6. 08 May, 2015 1 commit
  7. 07 May, 2015 1 commit
  8. 01 May, 2015 1 commit
  9. 30 Apr, 2015 2 commits
  10. 27 Apr, 2015 1 commit
  11. 25 Apr, 2015 1 commit
  12. 24 Apr, 2015 3 commits
  13. 17 Apr, 2015 1 commit
  14. 11 Apr, 2015 2 commits
  15. 03 Apr, 2015 1 commit
  16. 27 Mar, 2015 1 commit
  17. 18 Mar, 2015 1 commit
  18. 15 Mar, 2015 2 commits
  19. 12 Mar, 2015 1 commit
  20. 08 Mar, 2015 1 commit
  21. 07 Mar, 2015 1 commit
  22. 03 Mar, 2015 1 commit
    • Stan Hu's avatar
      Issue #595: Support Slack notifications upon issue and merge request events · afe5d7d2
      Stan Hu authored
      1) Adds a DB migration for all services to toggle on push, issue, and merge events.
      
      2) Upon an issue or merge request event, fire service hooks.
      
      3) Slack service supports custom messages for each of these events. Other services
      not supported at the moment.
      
      4) Label merge request hooks with their corresponding actions.
      afe5d7d2
  23. 01 Mar, 2015 2 commits
    • Aorimn's avatar
      Add Irker service · f84b7eef
      Aorimn authored
      Irker is a gateway which sends IRC messages on git updates. This new
      service provides an interface to this gateway, integrated in Gitlab, for
      each updates.
      As per the guidelines, this commit adds the new feature in the
      CHANGELOG, tests and documentation.
      
      See http://www.catb.org/esr/irker/
      f84b7eef
    • sue445's avatar
      Expose avatar_url in projects API · 51abeaa1
      sue445 authored
      * Impl Project#avatar_url
      * Refactor ApplicationHelper: Use Project#avatar_url
      * Update changelog
      51abeaa1
  24. 24 Feb, 2015 1 commit
  25. 23 Feb, 2015 2 commits
  26. 20 Feb, 2015 1 commit
  27. 19 Feb, 2015 1 commit
  28. 16 Feb, 2015 1 commit
    • Hannes Rosenögger's avatar
      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.
      7d5f86f6
  29. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7