summaryrefslogtreecommitdiff
path: root/app/validators/certificate_validator.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in apps/validators/*.rbgfyoung2018-06-271-0/+2
| | | | Partially addresses #47424.
* Add HTTPS-only pagesRob Watson2018-03-221-2/+0
| | | | Closes #28857
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* Fix certificate validatorsKamil Trzcinski2017-01-311-3/+3
|
* Implement proper verification of certificate's public_key against the ↵Kamil Trzcinski2017-01-311-10/+4
| | | | private_key
* Initial work on GitLab Pages updateKamil Trzcinski2017-01-311-0/+30