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-10-12Fix 404 for project with capital lettersAlessio Caiazza
2018-10-12Add acceptance tests for URLs with capital lettersAlessio Caiazza
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-30Merge commit 'd07b803b6f8519566940843e389a6c2d73424a76' into authTuomo Ala-Vannesluoma
2018-09-27Stop serving shadowed namespace project filesNick Thomas
2018-09-22Copied the fixed getProject function from the !111 to make tests passTuomo Ala-Vannesluoma
2018-09-22Add special handling for namespace projects to avoid existence leakTuomo Ala-Vannesluoma
2018-09-12Avoid caching if project is access controlledTuomo 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-10Move access controlled projects under a group without default domain projectTuomo Ala-Vannesluoma
2018-09-10Refactor to use the same storeTuomo Ala-Vannesluoma
2018-09-10Fix panic serving errorsTuomo Ala-Vannesluoma
2018-09-10Fix handling the projects with not updated configurationTuomo Ala-Vannesluoma
2018-09-03Merge branch 'master' into authNick Thomas
2018-08-27Fix HTTP to HTTPS redirection not working for default domainsStan Hu
2018-08-26Log duplicate domain namesStan Hu
2018-08-23Update map_test.goNick Thomas
2018-08-23dm.Map#ReadGroups never returns an errorNick Thomas
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-15Make it explicit that when ReadGroups fails initially, an error is loggedStan Hu
2018-08-14Abort domain scan if a failure is encounteredStan Hu
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-02Get rid of panic serving errorsTuomo Ala-Vannesluoma
2018-07-02Add debug loggingTuomo Ala-Vannesluoma
2018-06-30Combine private boolean with the access_control flagTuomo 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
2018-06-30Use header authentication instead of query parameterTuomo Ala-Vannesluoma
2018-06-30Change project id to uint64Tuomo Ala-Vannesluoma
2018-06-30Fix logic to return failure instead of making private pages publicTuomo Ala-Vannesluoma
2018-06-30Add support for private projects and authentication with GitLab APITuomo Ala-Vannesluoma
2018-05-22Fix logic for output of domains in debug modeDennis Günnewig
2018-04-27Restore the old in-place chroot behaviour as a command-line optionNick Thomas
2018-04-26Create /dev/random and /dev/urandom when daemonizing and jailingNick Thomas
2018-04-25Clean up the created jail directory if building the jail doesn't workNick Thomas
2018-04-23Add gRPC admin health checkJacob Vosmaer (GitLab)
2018-04-13Use require.NoError instead of assert.NoErrorJacob Vosmaer (GitLab)
2018-03-29Make certificate parsing thread-safeJacob Vosmaer
2018-03-29Put domain code in a separate packageJacob Vosmaer (GitLab)