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
path: root/shared
AgeCommit message (Collapse)Author
2018-06-30Convert access control acceptance tests to table basedTuomo Ala-Vannesluoma
2018-06-30Add support for private projects and authentication with GitLab APITuomo Ala-Vannesluoma
2018-03-14Add acceptance tests for two very simple casesNick Thomas
2018-03-07Merge branch 'https_only' into 'master'Nick Thomas
HTTPS-only pages See merge request gitlab-org/gitlab-pages!50
2018-03-07Use https://github.com/jshttp/mime-db to populate the mimedbNick Thomas
2018-03-06Implement HTTPS-only pagesRob Watson
- Check `config.json` for `httpsonly` attribute - Store value against custom domain or group/project pair - Respond with 301 redirect to HTTP requests to these domains/projects Re: https://gitlab.com/gitlab-org/gitlab-ce/issues/28857
2017-11-23Return 503 until pages are loaded for the first timeKamil TrzciƄski
2017-08-08Don't serve statically-compiled `.gz` files that are symlinksNick Thomas
2017-04-26Support for statically compressed gzip content-encodingJohn Papandriopoulos
2017-04-24Fix reading configuration for multiple custom domainsNick Thomas
Without this patch, the different domains end up with pointers to the same domainsConfig struct, as go re-uses the same region of memory on each iteration of a for loop.
2016-02-23Added missing fileKamil Trzcinski
2016-02-23Write tests for serving the 404.html pageKamil Trzcinski
2016-02-11Added more behavior testsKamil Trzcinski
2016-02-11First bunch of testsKamil Trzcinski