Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-09Merge branch '1-6-stable-auth-cookie-fixes' into '1-6-stable'v1.6.31-6-stableNick Thomas
Set max-age and secure flag for auth cookies See merge request gitlab/gitlab-pages!17
2019-09-09Release v1.6.3Vladimir Shushlin
2019-08-26Set max-age and secure flag for auth cookiesVladimir Shushlin
2019-08-26Fix https downgrade for pages behind proxyVladimir Shushlin
We can't rely on r.TLS when pages are served behind proxy So we save https flag to a context for later usage Right now I'm trying to keep changes to a minimum since I'm planning to backport this to older versions That's why https flag is not refactored throughout the codebase The alternative way would be to use gorilla's proxy headers I'm planning to refactor to that version later
2019-07-30Merge branch 'security-1-6-encrypt-cookies' into '1-6-stable'v1.6.2Nick Thomas
Encrypt cookies See merge request gitlab/gitlab-pages!10
2019-07-30Fix recovering gitlab api token from sessionVladimir Shushlin
Generate signing and encryption secrets from one auth-secret using hkdf
2019-07-30Release 1.6.2Vladimir Shushlin
2019-07-30Explicitly add Security/ for ci templateVladimir Shushlin
For some reason pipeline passes on .com, but fails on dev.gitlab.com This fixes the pipeline
2019-06-12Merge branch 'bump-to-1.6.1' into 'master'v1.6.1Nick Thomas
Release 1.6.1 See merge request gitlab-org/gitlab-pages!152
2019-06-12Release 1.6.1Vladimir Shushlin
2019-06-12Merge branch '228-pages-incorrectly-serve-acme-challenges-with-index-html' ↵Nick Thomas
into 'master' Resolve "Pages incorrectly serve acme-challenges with /index.html" See merge request gitlab-org/gitlab-pages!151
2019-06-12Resolve "Pages incorrectly serve acme-challenges with /index.html"Vladimir Shushlin
2019-06-03Merge branch 'release-1-6-0' into 'master'v1.6.0Nick Thomas
Release v1.6.0 See merge request gitlab-org/gitlab-pages!149
2019-06-03Release v1.6.0Nick Thomas
2019-06-03Merge branch 'redirect-letencrypt-to-gitlab' into 'master'Nick Thomas
Redirect unknown ACME challenges to the GitLab instance This is alternative implementation of https://gitlab.com/gitlab-org/gitlab-pages/merge_requests/109/diffs as being discussed in https://gitlab.com/gitlab-org/gitlab-pages/issues/165#note_155998342 It redirects all requests to `.well-known/acme-challenge/*` to GitLab unless domain's project has requested acme challenge in place Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/28996 See merge request gitlab-org/gitlab-pages!141
2019-06-03Redirect unknown ACME challenges to the GitLab instanceVladimir Shushlin
2019-05-28Merge branch '187-tls-version' into 'master'Nick Thomas
Provide ability to disable old TLS versions Closes #187 See merge request gitlab-org/gitlab-pages!146
2019-05-28Add config flags to specify TLS versionsKrasimir Angelov
Introduce two new configuration options -tls-min-version and -tls-max-version to control which TLS versions will be supported by the server. Accepted values are ssl3, tls1.0, tls1.1, tls1.2, and tls1.3. Closing https://gitlab.com/gitlab-org/gitlab-pages/issues/187
2019-05-16Merge branch '150-disable-insecure-ciphers' into 'master'Nick Thomas
Disable 3DES and other insecure cipher suites Closes #150 See merge request gitlab-org/gitlab-pages!145
2019-05-16Disable 3DES and other insecure cipher suitesKrasimir Angelov
Supported cipher suites: tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 tls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 Closes https://gitlab.com/gitlab-org/gitlab-pages/issues/150.
2019-05-13Merge branch 'update-readme-for-inplace-chroot-limitation-for-artifacts' ↵Nick Thomas
into 'master' Update README with artifacts server caveats See merge request gitlab-org/gitlab-pages!144
2019-05-13Update README with artifacts server caveatsKrasimir Angelov
Be more explicit that running with `-daemon-inplace-chroot` will break online view of HTML artifacts, add information how to disable it and fall back to downloading. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/49475.
2019-04-11Merge branch 'update-readme-for-inplace-chroot-limitation' into 'master'Nick Thomas
Update README for inplace chroot limitation See merge request gitlab-org/gitlab-pages!143
2019-04-11Update README for inplace chroot limitationupdate-readme-for-inplace-chroot-limitationShinya Maeda
2019-04-05Merge branch 'license-mgmt' into 'master'Nick Thomas
Enable GitLab license management See merge request gitlab-org/gitlab-pages!142
2019-04-05Enable GitLab license managementAlessio Caiazza
2019-04-02Merge branch 'auth-logs' into 'master'Nick Thomas
Prepare pages auth logs for production rollout Closes #209 See merge request gitlab-org/gitlab-pages!138
2019-04-02Prepare pages auth logs for production rolloutVladimir Shushlin
Mostly escalate log levels Add new logs and fields to existing logs
2019-02-25Merge branch 'set-flag-output-stdout' into 'master'Nick Thomas
Use STDOUT for flag outputs Closes #207 See merge request gitlab-org/gitlab-pages!132
2019-02-25Print output of -version flag to STDOUTBalasankar "Balu" C
2019-02-19Merge branch '200-fix-proxy' into 'master'Alessio Caiazza
Use proxy from environment for http requests Closes #200 See merge request gitlab-org/gitlab-pages!131
2019-02-14Use proxy from environment for http requestsBen Anderson
2019-02-08Merge branch ↵Nick Thomas
'192-follow-up-from-pages-for-subgroups-refactor-access-control-tests' into 'master' Resolve "Follow-up from "pages for subgroups" - refactor access control tests" Closes #192 See merge request gitlab-org/gitlab-pages!129
2019-02-07Refactor access control acceptance testsAlessio Caiazza
2019-02-05Merge branch '164-support-http-and-https-on-non-standard-ports' into 'master'Nick Thomas
Add tests for running on non standard ports Closes #164 See merge request gitlab-org/gitlab-pages!128
2019-02-05Add tests for running on non standard portsVladimir Shushlin
2019-02-01Release v1.5.0v1.5.0Nick Thomas
2019-02-01Merge branch '#95-remove-html-extension' into 'master'Nick Thomas
Make extensionless URL working Closes #95 See merge request gitlab-org/gitlab-pages!112
2019-02-01Make extensionless URL workingRiccardo Padovani
2019-01-11Merge branch '193-release-1-4-0' into 'master'v1.4.01-4-stableNick Thomas
Release Pages v1.4.0 Closes #193 See merge request gitlab-org/gitlab-pages!127
2019-01-11Release Pages v1.4.0Nick Thomas
2019-01-11Merge branch 'ac-subgroups' into 'master'Nick Thomas
pages for subgroups Closes gitlab-ce#30548 See merge request gitlab-org/gitlab-pages!123
2019-01-11Merge branch 'content-type-fixups' into 'master'Alessio Caiazza
Make content-type detection consistent between file types See merge request gitlab-org/gitlab-pages!126
2019-01-11Make content-type detection consistent between file typesNick Thomas
2019-01-11Merge branch 'gzip-content-type' into 'master'Nick Thomas
Prevent wrong mimetype being set for GZipped files with unknown file extension Closes #181 See merge request gitlab-org/gitlab-pages!122
2019-01-10Adding `defer file.Close()` in D.detectContentType()Reto Kaiser
2019-01-10Move content-type detection to separate function D.detectContentType()Reto Kaiser
2019-01-09Add acceptance test for subgroups access controlAlessio Caiazza
2019-01-09Add acceptance test for deeply nested subgroupsAlessio Caiazza
2018-12-06Don't scan subgroups past gitlab-rails limitAlessio Caiazza