1. 08 1月, 2020 1 次提交
  2. 23 12月, 2019 1 次提交
  3. 20 12月, 2019 1 次提交
  4. 13 12月, 2019 1 次提交
  5. 12 12月, 2019 1 次提交
  6. 14 10月, 2019 1 次提交
  7. 28 9月, 2019 1 次提交
  8. 22 8月, 2019 1 次提交
  9. 07 8月, 2019 1 次提交
    • S
      Add support for Content-Security-Policy · 5fbbd3dd
      Stan Hu 提交于
      A nonce-based Content-Security-Policy thwarts XSS attacks by allowing
      inline JavaScript to execute if the script nonce matches the header
      value. Rails 5.2 supports nonce-based Content-Security-Policy headers,
      so provide configuration to enable this and make it work.
      
      To support this, we need to change all `:javascript` HAML filters to the
      following form:
      
      ```
      = javascript_tag nonce: true do
        :plain
          ...
      ```
      
      We use `%script` throughout our HAML to store JSON and other text, but
      since this doesn't execute, browsers don't appear to block this content
      from being used and require the nonce value to be present.
      5fbbd3dd
  10. 02 8月, 2019 1 次提交
  11. 26 7月, 2019 1 次提交
  12. 05 7月, 2019 1 次提交
  13. 30 5月, 2019 1 次提交
  14. 15 4月, 2019 1 次提交
  15. 06 4月, 2019 1 次提交
    • S
      Improve diff navigation header · bf47270e
      Sam Bigelow 提交于
      - Compare versions header is full width except in the unified diff mode
      with no tree sidebar
        - Bar is always full width, but the content within stays centered when
      unified and no tree sidebar
      - File header is the same height as the "Compare versions header"
      - aligns with the design system grid guidelines => 56px
      - Diff file headers use a button group, switch icon order to open file
      externally being the last option, all buttons will become icon buttons
      (icon delivery by @dimitrieh)
      - If a file header becomes sticky no rounded corner/double border
      problem is visible anymore
      bf47270e
  16. 30 3月, 2019 1 次提交
  17. 04 3月, 2019 1 次提交
  18. 21 2月, 2019 1 次提交
  19. 14 2月, 2019 1 次提交
  20. 04 2月, 2019 1 次提交
  21. 31 1月, 2019 1 次提交
  22. 15 1月, 2019 2 次提交
  23. 10 1月, 2019 3 次提交
  24. 08 1月, 2019 1 次提交
  25. 08 12月, 2018 1 次提交
  26. 27 11月, 2018 1 次提交
  27. 21 11月, 2018 1 次提交
  28. 03 10月, 2018 1 次提交
    • P
      Added file tree to merge request diffs · 33c4c5b8
      Phil Hughes 提交于
      This file tree displays all the diff files in a tree like format
      Each file is taken and converted into a tree with folders
      Each folder can be toggled open & closed
      Clicking a file will scroll to the diff file & highlight with a glow affect
      
      Searching the tree list will search only files & return a list of the
      files without any folders
      
      Each file row contains an icon to show changed, new file or deleted
      Each row will also contain the added & removed lines count
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
      33c4c5b8
  29. 02 10月, 2018 1 次提交
  30. 20 9月, 2018 1 次提交
  31. 03 9月, 2018 1 次提交
  32. 29 8月, 2018 1 次提交
  33. 24 7月, 2018 1 次提交
  34. 27 6月, 2018 1 次提交
  35. 26 6月, 2018 1 次提交
  36. 21 6月, 2018 1 次提交
  37. 16 6月, 2018 1 次提交