1. 21 6月, 2017 1 次提交
  2. 25 5月, 2017 1 次提交
  3. 24 5月, 2017 2 次提交
  4. 02 5月, 2017 1 次提交
  5. 20 4月, 2017 1 次提交
  6. 03 4月, 2017 1 次提交
  7. 24 2月, 2017 1 次提交
  8. 14 2月, 2017 1 次提交
  9. 15 1月, 2017 1 次提交
  10. 15 12月, 2016 2 次提交
  11. 13 12月, 2016 1 次提交
  12. 23 11月, 2016 1 次提交
  13. 22 11月, 2016 1 次提交
  14. 18 11月, 2016 1 次提交
    • T
      Allow registering users where the username contains dots (.). · 78b6d662
      Timothy Andrew 提交于
      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.
      78b6d662
  15. 12 11月, 2016 1 次提交
  16. 08 11月, 2016 1 次提交
  17. 08 10月, 2016 1 次提交
  18. 20 9月, 2016 1 次提交
  19. 19 9月, 2016 3 次提交
  20. 02 7月, 2016 1 次提交
  21. 16 6月, 2016 2 次提交
  22. 14 6月, 2016 1 次提交
  23. 03 6月, 2016 2 次提交
  24. 09 5月, 2016 1 次提交
  25. 04 5月, 2016 1 次提交
  26. 01 2月, 2016 1 次提交
  27. 29 1月, 2016 1 次提交
  28. 29 10月, 2015 1 次提交
    • B
      Add ability to create directories in the editor · 3be9d2c4
      Ben Ford 提交于
      Simply type a name with a `/` directory separator and new directories
      will be created. This does not do the fancy UI work that github.com
      does, but it will get the job done.
      
      I could not find tests for file creation, so I didn't add a test for
      this slight behaviour modification. I did test directory traversals
      though, using both absolute paths like `/tmp/foo.txt` and relative paths
      like `../../foo.txt`. Neither case escaped the repository, though
      attempting to traverse with a relative path resulted in a 500 error that
      did not affect application stability upon reload.
      3be9d2c4
  29. 27 4月, 2015 1 次提交
  30. 24 4月, 2015 3 次提交
  31. 20 4月, 2015 1 次提交
  32. 27 3月, 2015 1 次提交