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
diff options
context:
space:
mode:
authorTuomo Ala-Vannesluoma <tuomoav@gmail.com>2018-04-06 18:23:58 +0300
committerTuomo Ala-Vannesluoma <tuomoav@gmail.com>2018-06-30 22:50:19 +0300
commit9cf40354085f4b4446f06d4d03926dcaa6ab9565 (patch)
treeeb6ade3a82feec5f9b258417f41a8fecd3e9aec9 /shared
parentc4a419ed595281f62977fd47aa30d225c4eddb5d (diff)
Add support for private projects and authentication with GitLab API
Diffstat (limited to 'shared')
-rw-r--r--shared/pages/group/private.project/config.json1
-rw-r--r--shared/pages/group/private.project/public/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/shared/pages/group/private.project/config.json b/shared/pages/group/private.project/config.json
new file mode 100644
index 00000000..9b9b3f15
--- /dev/null
+++ b/shared/pages/group/private.project/config.json
@@ -0,0 +1 @@
+{ "domains": [], "id": 1000, "private": true, "access_control": true }
diff --git a/shared/pages/group/private.project/public/index.html b/shared/pages/group/private.project/public/index.html
new file mode 100644
index 00000000..c8c6761a
--- /dev/null
+++ b/shared/pages/group/private.project/public/index.html
@@ -0,0 +1 @@
+private \ No newline at end of file