An error occurred fetching the project authors.
  1. 01 Mar, 2020 1 commit
  2. 14 Feb, 2020 1 commit
  3. 13 Feb, 2020 1 commit
  4. 07 Feb, 2020 1 commit
  5. 05 Feb, 2020 1 commit
  6. 30 Jan, 2020 1 commit
  7. 22 Jan, 2020 1 commit
  8. 15 Jan, 2020 1 commit
  9. 13 Jan, 2020 1 commit
  10. 06 Jan, 2020 1 commit
  11. 16 Dec, 2019 1 commit
  12. 10 Dec, 2019 1 commit
  13. 26 Nov, 2019 1 commit
  14. 07 Nov, 2019 1 commit
  15. 04 Nov, 2019 1 commit
  16. 01 Nov, 2019 1 commit
  17. 30 Oct, 2019 1 commit
  18. 16 Oct, 2019 1 commit
  19. 08 Oct, 2019 1 commit
  20. 04 Oct, 2019 1 commit
  21. 16 Sep, 2019 1 commit
  22. 12 Sep, 2019 1 commit
  23. 09 Sep, 2019 1 commit
  24. 06 Sep, 2019 1 commit
    • Krasimir Angelov's avatar
      Add skeleton Pages internal API · 477ba2b3
      Krasimir Angelov authored
      Basic `/internal/pages` endpoint that will be used for Pages virtual
      domains internal API. The endpoint is currently behind feature flag and
      provides authetication similar to how Workhorse is authenticating with
      the GitLab.
      477ba2b3
  25. 04 Sep, 2019 1 commit
  26. 03 Sep, 2019 1 commit
  27. 27 Aug, 2019 1 commit
  28. 22 Aug, 2019 2 commits
  29. 20 Aug, 2019 1 commit
    • Diego Louzán's avatar
      feat: SMIME signed notification emails · 0dcb9d21
      Diego Louzán authored
      - Add mail interceptor the signs outgoing email with SMIME
      - Add lib and helpers to work with SMIME data
      - New configuration params for setting up SMIME key and cert files
      0dcb9d21
  30. 07 Aug, 2019 1 commit
    • Stan Hu's avatar
      Add support for Content-Security-Policy · 5fbbd3dd
      Stan Hu authored
      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
  31. 01 Aug, 2019 1 commit
  32. 24 Jul, 2019 1 commit
  33. 16 Jul, 2019 1 commit
  34. 09 Jul, 2019 1 commit
  35. 28 Jun, 2019 1 commit
  36. 20 Jun, 2019 1 commit
    • Yorick Peterse's avatar
      Backport gitlab.yml.example from EE · 0e415647
      Yorick Peterse authored
      To make this happen, we need to conditionally add the group_saml
      strategy when running tests, but only on EE. This requires some changes
      to Gitlab.ee? so that it can be used before/without loading the Rails
      environment. We also have to change how we require a few files, so this
      can run outside of Rails.
      0e415647
  37. 29 May, 2019 1 commit
    • Jan Provaznik's avatar
      Add Puma sampler · a5adc6a0
      Jan Provaznik authored
      This sampler gathers Puma-specific metrics which can be used by
      Prometheus then.
      a5adc6a0
  38. 09 May, 2019 1 commit
  39. 07 May, 2019 1 commit