summaryrefslogtreecommitdiff
path: root/app/models/pages_domain.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable Rails/ValidationDouwe Maan2017-02-231-1/+1
|
* fix attr_encrypted in EEJames Lopez2017-02-011-0/+1
|
* Adds algorithm to the pages domain key and remote mirror credentials ↵Connor Shea2017-01-311-1/+4
| | | | | | | | encrypted attributes for forward compatibility with attr_encrypted 3.0.0. aes-256-cbc is the default algorithm for attr_encrypted 1.x, but the default is changed in 3.0 and thus must be declared explicitly. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4216/ for more information. This will prevent OpenSSL errors once the code from that MR is merged into EE.
* Updated according to commentsKamil Trzcinski2017-01-311-2/+2
|
* Fix rubocop complainsKamil Trzcinski2017-01-311-2/+2
|
* Pages domain model specsKamil Trzcinski2017-01-311-20/+30
|
* Fix viewsKamil Trzcinski2017-01-311-2/+2
|
* Implement extra domains and save pages configurationKamil Trzcinski2017-01-311-4/+80
|
* Added PagesDomainKamil Trzcinski2017-01-311-0/+29