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-10-14WIP: cache the serving requestJaime Martinez
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-07-06Find parent namepsace domain if auth fails for current projectJaime Martinez
2020-07-06Serve custom 404 even in case of auth failureAlessio Caiazza
2020-06-01Revert goconst changes in auth_test.go385-enable-second-set-of-lintersJaime Martinez
2020-06-01Enable the remaining lintersJaime Martinez
2020-06-01Enable deadcode linterJaime Martinez
2020-06-01Add .golangci.yml linter configurationJaime Martinez
2020-05-28Revert goconst changes in auth_test.goJaime Martinez
2020-05-28Add .golangci.yml linter configurationJaime Martinez
2020-05-08explicitly set MaxIdleConns, so that it is clear we need to update it when in...Igor
2020-02-19Remove request.WithHTTPSFlag and set directly in testsJaime Martinez
2019-11-26Make new gitlab domains source more testableGrzegorz Bizon
2019-11-25Make it possible to pass client config to gitlab sourceGrzegorz Bizon
2019-11-24Respond with 502 if a domain can not be retrieved from a sourceGrzegorz Bizon
2019-11-23Add abstract GitLab domains source interfaceGrzegorz Bizon
2019-10-02Merge branch 'backstage/gb/separate-domain-source-storage' into 'master'Nick Thomas
2019-09-27Create a factory method for Domains to handle mutex betterGrzegorz Bizon
2019-09-26Add support for previewing artifacts that are not publicTuomo Ala-Vannesluoma
2019-09-24Encapsulate groups config in the source packageGrzegorz Bizon
2019-09-22Separate domain config source from a domainGrzegorz Bizon
2019-09-12Remove github.com/stretchr/testify/assertNick Thomas
2019-09-09Set max-age and secure flag for auth cookiesVladimir Shushlin
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-10Revert "chore: vendor complete dependency tree"Max Wittig
2019-04-02Prepare pages auth logs for production rolloutVladimir Shushlin
2018-10-24Fix import paths for goimportNick 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-11Remove not used hostTuomo Ala-Vannesluoma
2018-09-11Do not set domain to cookie to avoid wildcard cookieTuomo Ala-Vannesluoma
2018-09-10Refactor to use the same storeTuomo Ala-Vannesluoma
2018-09-10Fix panic serving errorsTuomo Ala-Vannesluoma
2018-08-21Make private projects not accessible if auth is not configuredTuomo Ala-Vannesluoma
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-18Combine transports to one packageTuomo Ala-Vannesluoma
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
2018-07-19Update to new endpoint and switch to better (user) endpoint when checking for...Tuomo Ala-Vannesluoma
2018-07-02Add debug loggingTuomo Ala-Vannesluoma
2018-06-30Fix not exposing project existence when group is found but project is notTuomo Ala-Vannesluoma
2018-06-30Refactor logic to avoid existence leakTuomo Ala-Vannesluoma
2018-06-30Add transport to auth as wellTuomo Ala-Vannesluoma
2018-06-30Use json decoder directlyTuomo Ala-Vannesluoma