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
2018-10-12Release v1.2.1v1.2.1Nick Thomas
2018-10-12Merge branch '170-404-serving-projects-with-capital-letters' into 'master'Nick Thomas
2018-10-12Fix 404 for project with capital lettersAlessio Caiazza
2018-10-12Add acceptance tests for URLs with capital lettersAlessio Caiazza
2018-10-05Merge branch '169-release-pages-1-2-0' into 'master'v1.2.0Nick Thomas
2018-10-05Release GitLab Pages v1.2.0Nick Thomas
2018-10-05Merge branch 'auth' into 'master'Nick Thomas
2018-10-04Set session cookie HttpOnly to trueTuomo Ala-Vannesluoma
2018-10-02Fix comparing the domain and log request information as well. Removed invalid...Tuomo Ala-Vannesluoma
2018-09-30Fix returning and calling functionTuomo Ala-Vannesluoma
2018-09-30Merge commit 'd07b803b6f8519566940843e389a6c2d73424a76' into authTuomo Ala-Vannesluoma
2018-09-27Merge branch '167-hide-from-the-shadow' into 'master'Kamil TrzciƄski
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-11Remove not used hostTuomo Ala-Vannesluoma
2018-09-11Do not set domain to cookie to avoid wildcard cookieTuomo Ala-Vannesluoma
2018-09-10Move access controlled projects under a group without default domain projectTuomo Ala-Vannesluoma
2018-09-10Add file to make an example of the project conflict issueTuomo Ala-Vannesluoma
2018-09-10Refactor to use the same storeTuomo Ala-Vannesluoma
2018-09-10Fix panic serving errorsTuomo Ala-Vannesluoma
2018-09-10Fix handling the projects with not updated configurationTuomo Ala-Vannesluoma
2018-09-03Merge branch 'master' into authNick Thomas
2018-08-30Merge branch 'sh-release-1.1.0' into 'master'v1.1.0Stan Hu
2018-08-30Release GitLab Pages v1.1.0Stan Hu
2018-08-30Add CHANGELOG entry for 1.1.0 itemsStan Hu
2018-08-27Merge branch 'sh-fix-pages-redirection-group-domains' into 'master'Nick Thomas
2018-08-27Fix HTTP to HTTPS redirection not working for default domainsStan Hu
2018-08-26Merge branch 'sh-log-duplicate-domains' into 'master'Nick Thomas
2018-08-26Log duplicate domain namesStan Hu
2018-08-23Merge branch 'sh-abort-upon-domain-scan-error' into 'master'Nick Thomas
2018-08-23Update map_test.goNick Thomas
2018-08-23dm.Map#ReadGroups never returns an errorNick Thomas
2018-08-23Merge branch 'bjk/update_prom_vendor' into 'master'Nick Thomas
2018-08-23Merge branch 'bjk/update_gRPC_vendor' into 'master'Nick Thomas
2018-08-21Make private projects not accessible if auth is not configuredTuomo Ala-Vannesluoma
2018-08-20Update Prometheus vendoring.Ben Kochie
2018-08-20Update vendor github.com/grpc-ecosystem/go-grpc-middleware@v1.0.0Ben Kochie
2018-08-18Added checks for errors, refactored a bit to avoid method complexity increasi...Tuomo Ala-Vannesluoma
2018-08-18Fix the cookie domain by using the SplitHostAndPortTuomo Ala-Vannesluoma
2018-08-18Add missing return callTuomo Ala-Vannesluoma
2018-08-18Combine transports to one packageTuomo Ala-Vannesluoma
2018-08-15Make it clear in commen tthat DomainUpdates pertains to successful updatesStan Hu
2018-08-15Make it explicit that when ReadGroups fails initially, an error is loggedStan Hu
2018-08-14Abort domain scan if a failure is encounteredStan Hu
2018-08-12Use reserved namespace 'projects' for the redirect uri to handle situation wh...Tuomo Ala-Vannesluoma
2018-08-10Allow auth proxying only for configured domains and everything under pages do...Tuomo Ala-Vannesluoma
2018-08-08Fix problem with the public suffix listed pages domainTuomo Ala-Vannesluoma
2018-08-07Make private pages public if gitlab and pages is ran without access control, ...Tuomo Ala-Vannesluoma