Commit Graph

22 Commits

Author SHA1 Message Date
GitLab Bot d29c19034b Add latest changes from gitlab-org/gitlab@master 2021-04-26 00:09:41 +00:00
GitLab Bot 71d4234fa1 Add latest changes from gitlab-org/gitlab@master 2021-02-13 00:09:10 +00:00
GitLab Bot 2516f0d87b Add latest changes from gitlab-org/gitlab@master 2021-01-29 18:09:17 +00:00
GitLab Bot 839dad17a1 Add latest changes from gitlab-org/gitlab@master 2020-12-04 21:09:29 +00:00
GitLab Bot f8bb64721a Add latest changes from gitlab-org/gitlab@master 2020-11-26 06:09:20 +00:00
GitLab Bot 4f584f7b63 Add latest changes from gitlab-org/gitlab@master 2020-06-10 21:09:29 +00:00
GitLab Bot 99c01aa686 Add latest changes from gitlab-org/gitlab@master 2020-06-08 18:08:27 +00:00
GitLab Bot b6a92c969b Add latest changes from gitlab-org/gitlab@master 2020-05-07 06:09:38 +00:00
GitLab Bot 6f2065c468 Add latest changes from gitlab-org/gitlab@master 2020-03-25 15:07:47 +00:00
GitLab Bot d3c29eae5c Add latest changes from gitlab-org/gitlab@master 2020-03-05 21:08:13 +00:00
GitLab Bot 47946d47f3 Add latest changes from gitlab-org/gitlab@master 2020-03-02 03:07:58 +00:00
GitLab Bot 536aa3a1f4 Add latest changes from gitlab-org/gitlab@master 2020-01-30 15:09:15 +00:00
GitLab Bot 3f0f13c6d9 Add latest changes from gitlab-org/gitlab@master 2019-09-27 06:06:35 +00:00
Marcel Amirault 60dfca155c Add more rules to markdown lint check
Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered
list prefix), MD030 (spaces after list markers), and fixes
remaining docs that were failing these tests
2019-08-12 04:23:01 +00:00
Achilleas Pipinellis ffdbf0a66f SSoT for administration/auth docs
- Make sure we have type defined in the frontmatter
- Add troubleshooting sections where absent
- Meaningful intros where absent
2019-07-16 03:31:08 +00:00
Vincent Fazio 60e5f8db1a Update OIDC troubleshooting language
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
2019-07-15 09:01:56 -05:00
Vincent Fazio 8594507c0d Update OpenID Connect documentation
List the supported values for client_auth_method

Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
2019-07-15 09:01:56 -05:00
Marcel Amirault 735e1f2cb3 Fix whitespace in many administration docs
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for many admin
docs in /high_availability and /auth (part 1)
2019-07-12 02:06:46 +00:00
Evan Read e128239340 Add Markdown linting
Also adds and one linting rule
and makes project conform to it.
2019-06-25 04:34:55 +00:00
Stan Hu 0ac84f2bd3 Add OpenID Connect troubleshooting docs 2019-06-07 14:22:35 -07:00
Stan Hu 6dcbf1f5bf Fix OpenID Connect documentation
Many users were unable to get logins working with OpenID Connect because
of a missing `name` argument in the configuration. This resulted in 404s
immediately after attempting to login. This describes the workaround
mentioned in
https://gitlab.com/gitlab-org/gitlab-ce/issues/62208#note_178774809.

This also adds an example profile for using Google.
2019-06-06 16:24:23 -07:00
Horatiu Eugen Vlad 6018d5bb87 Added Omniauth OpenId Connect startegy 2019-05-06 09:01:29 +02:00