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 (Expand)Author
2019-09-27Remove the concept of a custom domain from domain packageGrzegorz Bizon
2019-09-27Reduce duplication the domain typeGrzegorz Bizon
2019-09-27Unify how we handle custom and group domain in servingGrzegorz Bizon
2019-09-26Initialize domain serving in a Domain typeGrzegorz Bizon
2019-09-26Remove unused domain settings fieldsGrzegorz Bizon
2019-09-25Do not export disk source internal config typesGrzegorz Bizon
2019-09-25Rename groups package to disk packageGrzegorz Bizon
2019-09-25Generalize project config on a domain levelGrzegorz Bizon
2019-09-25Extract disk serving from domain packageGrzegorz Bizon
2019-09-24Remove refactoring support comments and improve app.goGrzegorz Bizon
2019-09-24Encapsulate groups config in the source packageGrzegorz Bizon
2019-09-22Remove refactoring stubs and fix go lintGrzegorz Bizon
2019-09-22Separate domain config source from a domainGrzegorz Bizon
2019-09-21Add abstract interfaces for a domain source nad servingGrzegorz Bizon
2019-09-20Make it more explicit how domain config is structuredGrzegorz Bizon
2019-09-20Make it more explicit what a Group and Project isGrzegorz Bizon
2019-09-13Merge branch 'backstage/gb/rename-confusig-domain-struct' into 'master'1-9-stableNick Thomas
2019-09-13Rename confusing domain struct from D to DomainGrzegorz Bizon
2019-09-12Remove github.com/stretchr/testify/assertNick Thomas
2019-09-11Update vendoring to latestBen Kochie
2019-09-11Merge branch 'master' into sync-security-releaseNick Thomas
2019-09-11Convert vendoring to go modules.Ben Kochie
2019-09-09Set max-age and secure flag for auth cookiesVladimir Shushlin
2019-08-30Add full HTTP metrics and logging to GitLab pages using LabKitAndrew Newdigate
2019-08-22Refactor to use pluggable http.Handler middlewaresan-use-middleware-handlersAndrew Newdigate
2019-08-21Fix https downgrade for pages behind proxyVladimir Shushlin
2019-07-30Fix recovering gitlab api token from sessionsecurity-master-encrypt-cookiesVladimir Shushlin
2019-07-12feat: add flag to define custom response headersMax Wittig
2019-07-10Revert "chore: vendor complete dependency tree"Max Wittig
2019-06-12Resolve "Pages incorrectly serve acme-challenges with /index.html"Vladimir Shushlin
2019-06-03Redirect unknown ACME challenges to the GitLab instanceVladimir Shushlin
2019-05-28Add config flags to specify TLS versionsKrasimir Angelov
2019-04-02Prepare pages auth logs for production rolloutVladimir Shushlin
2019-02-14Use proxy from environment for http requestsBen Anderson
2019-02-05Add tests for running on non standard portsVladimir Shushlin
2019-02-01Make extensionless URL workingRiccardo Padovani
2019-01-11Merge branch 'ac-subgroups' into 'master'Nick Thomas
2019-01-11Make content-type detection consistent between file typesNick Thomas
2019-01-11Merge branch 'gzip-content-type' into 'master'Nick Thomas
2019-01-10Adding `defer file.Close()` in D.detectContentType()Reto Kaiser
2019-01-10Move content-type detection to separate function D.detectContentType()Reto Kaiser
2018-12-06Don't scan subgroups past gitlab-rails limitAlessio Caiazza
2018-12-06Refactor domain.BenchmarkReadGroupsAlessio Caiazza
2018-12-05Set the "Content-Type" only based on the file extensionReto Kaiser
2018-11-29subgroup supportAlessio Caiazza
2018-11-29extract domain.group struct from domain.DAlessio Caiazza
2018-11-19Fix TOCTOU race condition when serving filesAlessio Caiazza
2018-10-26Allow the maximum connection concurrency to be specifiedNick Thomas
2018-10-24Fix import paths for goimportNick Thomas
2018-10-12Fix 404 for project with capital lettersAlessio Caiazza