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
2020-07-06Address MR feedbackJaime Martinez
2020-07-06Move serving 404 logic to domain packageJaime Martinez
2020-07-06Get namespace domain if auth fails for a private domainJaime Martinez
2020-02-27Improve comments and code readabilityGrzegorz Bizon
2020-02-24Improve code quality and add a few missing commentsGrzegorz Bizon
2020-02-18Ensure that we not do return nil serving.RequestGrzegorz Bizon
2020-02-11Make it possible to fabricate serving per requestGrzegorz Bizon
2020-02-07Rename lookup variable in domain struct functionGrzegorz Bizon
2020-02-05Add support for per-lookup-path domain servingGrzegorz Bizon
2019-11-24Respond with 502 if a domain can not be retrieved from a sourceGrzegorz Bizon
2019-10-02Only log domain name as we no longer have location infoGrzegorz Bizon
2019-10-01Remove references to `Project`Kamil Trzciński
2019-10-01Refactor the code to use `Serving/LookupPath`Kamil Trzciński
2019-09-27Improve comments and TODOs left for future iterationsGrzegorz Bizon
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-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-22Remove refactoring stubs and fix go lintGrzegorz Bizon
2019-09-22Separate domain config source from a domainGrzegorz 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-13Rename confusing domain struct from D to DomainGrzegorz Bizon
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-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-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-12Fix 404 for project with capital lettersAlessio Caiazza
2018-10-02Fix comparing the domain and log request information as well. Removed invalid...Tuomo Ala-Vannesluoma
2018-09-30Merge commit 'd07b803b6f8519566940843e389a6c2d73424a76' into authTuomo Ala-Vannesluoma
2018-09-27Stop serving shadowed namespace project filesNick Thomas
2018-09-22Copied the fixed getProject function from the !111 to make tests passTuomo Ala-Vannesluoma
2018-09-22Add special handling for namespace projects to avoid existence leakTuomo Ala-Vannesluoma
2018-09-12Avoid caching if project is access controlledTuomo Ala-Vannesluoma
2018-09-10Fix handling the projects with not updated configurationTuomo Ala-Vannesluoma
2018-09-03Merge branch 'master' into authNick Thomas
2018-08-27Fix HTTP to HTTPS redirection not working for default domainsStan Hu