BigW Consortium Gitlab

  1. 31 Dec, 2016 3 commits
  2. 27 Dec, 2016 1 commit
  3. 06 Dec, 2016 1 commit
  4. 02 Dec, 2016 1 commit
  5. 18 Nov, 2016 2 commits
    • Un-un-revert signin tab order fix. · 0bd53709
      Bryce Johnson authored
    • Allow registering users where the username contains dots (.). · 78b6d662
      Timothy Andrew authored
      Javascript does not support the negative lookbehind assertion (?<!) used
      in the Ruby regex (to disallow usernames ending in `.git` or `.atom`.
      
      Getting the client side code to fully support this format is
      non-trivial, since we'd either have to heavily complicate the
      regex used, or modify the frontend code to support more complex
      validation schemes (it currently uses HTML5 validations).
      
      The pragmatic choice is to create a
      `Gitlab::Regex::NAMESPACE_REGEX_STR_SIMPLE` regex to serve as a
      Javascript-compatible version of `NAMESPACE_REGEX_STR`.
      
      The client-side code will not display an error for usernames ending in
      `.git` and `.atom`, but these will be caught by the server-side
      validation.
  6. 10 Nov, 2016 1 commit
  7. 02 Nov, 2016 1 commit
  8. 01 Nov, 2016 1 commit
  9. 24 Oct, 2016 1 commit
  10. 22 Oct, 2016 1 commit
  11. 20 Oct, 2016 2 commits
  12. 18 Oct, 2016 8 commits
  13. 16 Oct, 2016 1 commit
  14. 15 Oct, 2016 10 commits
  15. 13 Oct, 2016 1 commit
  16. 07 Oct, 2016 1 commit
    • Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
  17. 21 Sep, 2016 1 commit
  18. 02 Sep, 2016 1 commit
  19. 03 Aug, 2016 2 commits