1. 21 6月, 2019 1 次提交
    • V
      Don't show private keys for letsencrypt certs · 6119d5ad
      Vladimir Shushlin 提交于
      Adds enum certificate_source to pages_domains table
      with default manually_uploaded
      
      Mark certificates as 'gitlab_provided'
      if the were obtained through Let's Encrypt
      
      Mark certificates as 'user_provided' if they were uploaded through
      controller or api
      
      Only show private key in domain edit form if it is 'user_provided'
      
      Only show LetsEncrypt option if is enabled by application settings
      (and feature flag)
      
      Refactor and fix some specs to match new logic
      
      Don't show Let's Encrypt certificates as well
      6119d5ad
  2. 07 6月, 2019 1 次提交
  3. 06 6月, 2019 2 次提交
  4. 30 4月, 2019 1 次提交
  5. 01 4月, 2019 1 次提交
  6. 23 3月, 2018 1 次提交
  7. 23 2月, 2018 1 次提交
  8. 08 1月, 2018 1 次提交
  9. 27 7月, 2017 1 次提交
  10. 24 7月, 2017 1 次提交
  11. 06 6月, 2017 1 次提交
    • D
      Allow numeric pages domain · 8df7bcf5
      Drew Blessing 提交于
      Previously, `PagesDomain` would not allow a domain such as
      123.example.com. With this change, this is now allowed, because
      it is a perfectly valid domain.
      8df7bcf5
  12. 25 3月, 2017 1 次提交
  13. 01 2月, 2017 5 次提交