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 (Collapse)Author
2019-08-26Set max-age and secure flag for auth cookiesVladimir Shushlin
2019-08-26Fix https downgrade for pages behind proxyVladimir Shushlin
We can't rely on r.TLS when pages are served behind proxy So we save https flag to a context for later usage Right now I'm trying to keep changes to a minimum since I'm planning to backport this to older versions That's why https flag is not refactored throughout the codebase The alternative way would be to use gorilla's proxy headers I'm planning to refactor to that version later
2019-07-30Fix recovering gitlab api token from sessionVladimir Shushlin
Generate signing and encryption secrets from one auth-secret using hkdf
2018-10-24Fix import paths for goimportNick Thomas
2018-08-10Allow auth proxying only for configured domains and everything under pages ↵Tuomo Ala-Vannesluoma
domain
2018-07-19Update to new endpoint and switch to better (user) endpoint when checking ↵Tuomo Ala-Vannesluoma
for token validity
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