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-03-29Put domain code in a separate packageJacob Vosmaer (GitLab)
2018-03-13Fix nil reference error when project is not in config.jsonStan Hu
2018-03-13Add more logging to gitlab pages daemonmaxmeyer
2018-03-08Remove noisy debug logsJacob Vosmaer
2018-03-06Implement HTTPS-only pagesRob Watson
2018-02-19Serve a secure redirect in case of accessing /fooNick Thomas
2017-09-08Merge branch 'master' of gitlab.com:gitlab-org/gitlab-pagesNick Thomas
2017-09-08Add an artifacts proxy to GitLab PagesJ. Shuster
2017-08-08Don't serve statically-compiled `.gz` files that are symlinksNick Thomas
2017-07-03Add simple Cache-Control and Expires headers to 200 OK responsesNick Thomas
2017-07-03Rationalise serveFile and serveCustomFileNick Thomas
2017-04-26Support for statically compressed gzip content-encodingJohn Papandriopoulos
2017-03-08Use fmt/log.Println, not the println builtinNick Thomas
2016-04-28Add helper for checking if path ends with SlashKamil Trzcinski
2016-04-05Fix: Content-Type of predefined 404 pagev0.2.2Kamil Trzcinski
2016-02-26Serve nice 404 pageKamil Trzcinski
2016-02-23Write tests for serving the 404.html pageKamil Trzcinski
2016-02-23Added support for serving the 404 pageKamil Trzcinski
2016-02-11Make the verify passKamil Trzcinski
2016-02-11If URL doesn't end with /, redirect the clientKamil Trzcinski
2016-02-11Move most of configuration to appConfigKamil Trzcinski
2016-02-11Reduce code complexityKamil Trzcinski
2016-02-11Reduce code complexityKamil Trzcinski
2016-02-11Added more behavior testsKamil Trzcinski
2016-02-11Enable testing frameworkKamil Trzcinski
2016-02-11Read configuration and updates from shares/pages/group/project/config.json an...Kamil Trzcinski
2016-01-07Add simple GitLab Pages daemon with custom CNAME and TLS supportKamil Trzcinski