An error occurred fetching the project authors.
  1. 18 Jul, 2016 1 commit
  2. 07 Jul, 2016 1 commit
    • Dravere's avatar
      Added setting to set new users by default as external · a0a9494e
      Dravere authored
      As requested by the issue #14508 this adds an option in the application
      settings to set newly registered users by default as external. The
      default setting is set to false to stay backward compatible.
      a0a9494e
  3. 29 Jun, 2016 2 commits
  4. 17 Jun, 2016 1 commit
  5. 08 Jun, 2016 1 commit
    • Sean McGivern's avatar
      Allow custom text on 'almost there' page · 40b6d906
      Sean McGivern authored
      Add a new application setting, after_sign_up_text. This is text to be
      rendered as Markdown and shown on the 'almost there' page after a user
      signs up, but before they've confirmed their account.
      
      Tweak the styles for that page so that centered lists look reasonable.
      40b6d906
  6. 03 Jun, 2016 2 commits
  7. 31 May, 2016 1 commit
  8. 29 May, 2016 1 commit
  9. 27 May, 2016 1 commit
  10. 22 Apr, 2016 1 commit
  11. 14 Apr, 2016 2 commits
  12. 12 Apr, 2016 1 commit
  13. 31 Mar, 2016 1 commit
  14. 17 Mar, 2016 1 commit
  15. 10 Mar, 2016 1 commit
  16. 08 Feb, 2016 1 commit
  17. 02 Feb, 2016 1 commit
  18. 28 Jan, 2016 2 commits
  19. 26 Jan, 2016 1 commit
    • Rémy Coutable's avatar
      Ensure rake tasks that don't need a DB connection can be run without one · e6f3fe5d
      Rémy Coutable authored
      When using ActiveRecord::Base.connection.active? without a DB
      connection, we get a "PG::ConnectionBad: could not connect to server"
      error because ActiveRecord::Base.connection doesn't exist. By using
      ActiveRecord::Base.connected? we ensure we don't get this error if
      the connection is missing, which is the all point of the
      Gitlab::CurrentSettings#connect_to_db? method!
      e6f3fe5d
  20. 25 Jan, 2016 1 commit
  21. 19 Jan, 2016 1 commit
  22. 08 Jan, 2016 1 commit
  23. 30 Dec, 2015 1 commit
  24. 23 Nov, 2015 1 commit
  25. 10 Nov, 2015 1 commit
    • Kamil Trzcinski's avatar
      Implement Build Artifacts · d0e3e823
      Kamil Trzcinski authored
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
      d0e3e823
  26. 05 Nov, 2015 1 commit
  27. 01 Sep, 2015 1 commit
  28. 28 Aug, 2015 1 commit
  29. 20 Aug, 2015 1 commit
  30. 11 Jun, 2015 1 commit
  31. 05 Jun, 2015 1 commit
  32. 02 Apr, 2015 1 commit
  33. 07 Mar, 2015 1 commit
  34. 18 Feb, 2015 1 commit
  35. 25 Jan, 2015 2 commits