Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-16SSoT for administration/auth docsAchilleas Pipinellis
- Make sure we have type defined in the frontmatter - Add troubleshooting sections where absent - Meaningful intros where absent
2019-07-15Update OIDC troubleshooting languageVincent Fazio
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
2019-07-15Update OpenID Connect documentationVincent Fazio
List the supported values for client_auth_method Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
2019-07-12Fix whitespace in many administration docsMarcel Amirault
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-09Doc for "Require session with smartcard login for Git access"Imre Farkas
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-07-08Update redirected links in CE part 1Marcel Amirault
First MR in a series updating all redirected links in CE documentation to the destination URLs
2019-07-03Fix markdown to reduce number of kramdown warningsMarcel Amirault
Add backticks around square brackets, or fix links, as necessary.
2019-07-02Fix most bare URLs in projectEvan Read
Linting rule not enabled for now because tooling produces false positives.
2019-06-25Add Markdown lintingEvan Read
Also adds and one linting rule and makes project conform to it.
2019-06-25Add brackets escape example to LDAP docBlair Lunceford
2019-06-13EE port: add app-wide LDAP membership lock fieldPavel Shutsin
2019-06-08Add OpenID Connect troubleshooting docsStan Hu
2019-06-07Fix OpenID Connect documentationStan Hu
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-05Docs: Update all links to relative in /workflow and /administrationMarcel Amirault
2019-05-07docs: clarify LDAP cache timeBen Bodenmiller
2019-05-06Merge branch 'feature/omniauth_oidc_strategy' into 'master'Ash McKenzie
Added Omniauth OpenID Connect strategy See merge request gitlab-org/gitlab-ce!27383
2019-05-06Added Omniauth OpenId Connect startegyHoratiu Eugen Vlad
2019-05-05Docs: Merge EE doc/​administration/​auth to CEMarcel Amirault
2019-04-16Fix minor typo in LDAP docsMark Fletcher
2019-04-09Update Okta configuration notesBlair Lunceford
2019-04-03Add documentation for Google Secure LDAPDrew Blessing
As of 11.9 GitLab supports Google Secure LDAP for authentication and group sync. This documentation outlines how to configure the service. Rename file
2019-03-05Merge branch 'add_ldap_tls_options' into 'master'Douwe Maan
Allow raw `tls_options` to be passed in LDAP configuration Closes #46391 See merge request gitlab-org/gitlab-ce!20678
2019-03-05docs: ldap users must have email address setMoritz Bellach
2019-03-04Allow raw `tls_options` to be passed in LDAP configurationDrew Blessing
We've previously exposed ca_file and ssl_version but there are many possible options that can be used inside tls_options. Instead of exposing individual ones, simply expose the entire hash so it can be passed in and we won't have to add things in the future.
2019-03-04Docs: Fix all anchors in Admin docsMarcel Amirault
2019-02-22Ensure all lists are surrounded by new linesEvan Read
Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2019-01-24Fix most instances of bare URLs in markdownEvan Read
2019-01-08Link highlighting of jon.doe@example.com swallowed the trailing backtick, ↵Adam Smith
destroying formatting.
2018-12-05Support RSA and ECDSA algorithms in Omniauth JWTMichael Tsyganov
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-13Resolve Markdown ordered lists not conforming to styleguideEvan Read
2018-11-08Fix Markdown so renderer parses links correctly, fixing 404sEvan Read
Also corrects capitalisation of Git.
2018-09-25Merge branch 'patch-28' into 'master'Rémy Coutable
Update ldap.md If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters See merge request gitlab-org/gitlab-ce!20460
2018-09-21Correct grammar (setup to set-up) in DocsMarcel Amirault
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-08-27Compress all PNG images under doc/Achilleas Pipinellis
The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
2018-07-07Update ldap.mdEd Goforth
If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters.
2018-06-18Make it explicit where is the gitlab.rb fileMike Weilgart
Save people an extra Google search if this is the first doc they're reading.
2018-06-01Refactor LDAP docsAchilleas Pipinellis
2018-04-26Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suiteTiago Botelho
2018-03-27Clarify what auth_url should beAchilleas Pipinellis
[ci skip]
2018-03-26Copyedit JWT docsAchilleas Pipinellis
2018-02-16Update all articles with the new layout (meta data from the frontmatter)Marcia Ramos
Context: https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/182
2018-02-06Added ldap config setting to lower case usernamesFrancisco Javier López
2018-01-19doc: Spelling fixesVille Skyttä
2018-01-10Resolve "Include the Crowd application permission information on the "Crowd ↵Xiaogang Wen
OmniAuth Provider" page"
2017-12-22Docs: move article LDAP-CE to its topic-related folderMarcia Ramos
2017-12-13Docs: Update admin docsMarcia Ramos
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller