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
2022-04-08fix: handle context canceled gracefully for auth and artifactsJaime Martinez
2022-04-05Merge branch 'refactor/specialized-require' into 'master'Jaime Martinez
2022-03-24fix: validate that session was issued on the same hostVladimir Shushlin
2022-03-15feat: allow auth http.Client timeout to be configurableOsman İlge Ünaldı
2022-02-24test: replace require.Equal with specialized assertionsfeistel
2022-02-18refactor: use testhelpers.Close()yigithankardas
2022-01-26test: move mocks to their own packagefeistel
2021-11-22chore(auth): add unit tests for domainAllowedMarkus Legner
2021-11-17test: stop calling mockController.Finish directlyfeistel
2021-10-01test: simplify assertionfeistel
2021-09-09test: update source mock to use mockgenfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-09-02refactor: replace magic numbers with http status codesfeistel
2021-08-19test: fix response body not being closedfeistel
2021-07-22Use internal-gitlab-server in auth-related tasksfeistel
2021-02-15fix(auth): make authentication scope for Pages configurableErcan Ucan
2020-12-17Encrypt and sign OAuth codeJaime 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-06-01Revert goconst changes in auth_test.go385-enable-second-set-of-lintersJaime Martinez
2020-06-01Enable the remaining lintersJaime Martinez
2020-06-01Add .golangci.yml linter configurationJaime Martinez
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-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
2018-10-24Fix import paths for goimportNick Thomas
2018-08-10Allow auth proxying only for configured domains and everything under pages do...Tuomo Ala-Vannesluoma
2018-07-19Update to new endpoint and switch to better (user) endpoint when checking for...Tuomo Ala-Vannesluoma
2018-06-30Refactor logic to avoid existence leakTuomo Ala-Vannesluoma
2018-06-30Use header authentication instead of query parameterTuomo Ala-Vannesluoma
2018-06-30Add support for private projects and authentication with GitLab APITuomo Ala-Vannesluoma