1. 17 11月, 2017 1 次提交
  2. 07 10月, 2017 1 次提交
    • T
      Create idea of read-only database · d1366971
      Toon Claes 提交于
      In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
      secondary node). But in GitLab CE it also might be useful to have the
      "read-only" idea around. So port it back to GitLab CE.
      
      Also having the principle of read-only in GitLab CE would hopefully
      lead to less errors introduced, doing write operations when there
      aren't allowed for read-only calls.
      
      Closes gitlab-org/gitlab-ce#37534.
      d1366971
  3. 05 10月, 2017 1 次提交
  4. 04 10月, 2017 1 次提交
  5. 26 9月, 2017 1 次提交
  6. 10 9月, 2017 1 次提交
  7. 31 8月, 2017 1 次提交
    • S
      Filter additional secrets from Rails logs · d74fecac
      Stan Hu 提交于
      Upon inspection of logs, there were a number of fields not filtered. For example:
      
      * authenticity_token: CSRF token
      * rss_token: Used for RSS feeds
      * secret: Used with Projects::UploadController
      
      Rails provides a way to match regexps, so we now filter:
      
      * Any parameter ending with `_token`
      * Any parameter containing `password`
      * Any parameter containing `secret`
      d74fecac
  8. 08 8月, 2017 1 次提交
  9. 07 8月, 2017 1 次提交
  10. 04 8月, 2017 1 次提交
  11. 11 7月, 2017 1 次提交
  12. 08 7月, 2017 1 次提交
  13. 07 7月, 2017 2 次提交
  14. 06 7月, 2017 2 次提交
  15. 28 6月, 2017 1 次提交
  16. 21 6月, 2017 1 次提交
    • P
      Top navigation redesign · c5f25f65
      Phil Hughes 提交于
      Start of the new navigation by redesigning just the top navigation menu.
      This is only shown when a cookie is set.
      
      Part of #32794
      c5f25f65
  17. 09 6月, 2017 3 次提交
  18. 25 5月, 2017 1 次提交
  19. 17 5月, 2017 1 次提交
  20. 15 5月, 2017 1 次提交
  21. 09 5月, 2017 1 次提交
  22. 05 5月, 2017 1 次提交
  23. 04 5月, 2017 1 次提交
  24. 28 4月, 2017 2 次提交
  25. 04 4月, 2017 1 次提交
  26. 16 3月, 2017 1 次提交
  27. 13 3月, 2017 1 次提交
  28. 07 3月, 2017 2 次提交
    • M
      move u2f library to webpack · 85e0bbc4
      Mike Greiling 提交于
      85e0bbc4
    • E
      Use native unicode emojis · e6fc0207
      Eric Eastwood 提交于
       - gl_emoji for falling back to image/css-sprite when the browser
         doesn't support an emoji
       - Markdown rendering (Banzai filter)
       - Autocomplete
       - Award emoji menu
          - Perceived perf
          - Immediate response because we now build client-side
       - Update `digests.json` generation in gemojione rake task to be more
         useful and  include `unicodeVersion`
      
      MR: !9437
      
      See issues
      
       - #26371
       - #27250
       - #22474
      e6fc0207
  29. 06 3月, 2017 3 次提交
  30. 04 3月, 2017 1 次提交
  31. 02 3月, 2017 1 次提交
  32. 03 2月, 2017 1 次提交