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-02-25Remove unnecessary difference between CE and EEEvan Read
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-21Move ChatOps docs from EE to coreJames Fargher
ChatOps used to be in the Ultimate tier.
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-02-13Fix callback urlDennis Jekubczyk
2019-02-08Remove HipChat integration from GitLabNick Thomas
2019-01-31Alias GitHub and BitBucket OAuth2 callback URLsStan Hu
To prevent an OAuth2 covert redirect vulnerability, this commit adds and uses an alias for the GitHub and BitBucket OAuth2 callback URLs to the following paths: GitHub: /users/auth/-/import/github Bitbucket: /users/auth/-/import/bitbucket This allows admins to put a more restrictive callback URL in the OAuth2 configuration settings. Instead of https://example.com, admins can now use: https://example.com/users/auth It's possible but not trivial to change Devise and OmniAuth to use a different prefix for callback URLs instead of /users/auth. For now, aliasing the import URLs under the /users/auth namespace should suffice. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56663
2019-01-24Fix most instances of bare URLs in markdownEvan Read
2019-01-11Add more information and refactor format of topicEvan Read
2019-01-08Make unordered lists conform to styleguideEvan Read
- Also makes other minor Markdown fixes that were near the main fixes.
2018-12-29Remove documentation requiring activation of Google+ APIStan Hu
2018-12-18Compress all images under doc/Achilleas Pipinellis
2018-12-08Update recaptcha docs for clarityJames Anderson
* Specified that reCAPTCHA v2 keys must be used * Updated the URL for application settings * Some small rewording
2018-11-27Merge branch '53248-docs-update-integrate-your-server-with-github-docs' into ↵Marcia Ramos
'master' Update GitHub integration docs to mainly follow GitHub updates. Closes #53248 See merge request gitlab-org/gitlab-ce!22643
2018-11-20Fix markdown to render correctlyEvan Read
2018-11-13Merge branch 'docs/fix-ordered-list-item-prefix' into 'master'Achilleas Pipinellis
Resolve Markdown ordered lists not conforming to styleguide See merge request gitlab-org/gitlab-ce!23007
2018-11-13update the part to Google+ APIAlexander Tanayno
2018-11-13Adding what Projects permission is needed as text to match up with the image.astrachan
2018-11-13Resolve Markdown ordered lists not conforming to styleguideEvan Read
2018-11-09Update URLs to better onesEvan Read
2018-11-01Update GitHub integration docs to mainly follow GitHub updates.Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-22Edited uid_attribute information with suggested changesBlair Lunceford
2018-10-19Add information about the uid_attribute custom setting in the SAML docsBlair Lunceford
2018-09-25Correct Gitlab to GitLab in docsMarcel Amirault
2018-09-21Correct grammar (setup to set-up) in DocsMarcel Amirault
2018-09-13Enable omniauth by defaultNick Thomas
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-08-20Remove Gemnasium serviceGilbert Roulot
2018-08-09Merge branch 'sh-bitbucket-importer-docs' into 'master'Achilleas Pipinellis
Add Bitbucket Server importer docs See merge request gitlab-org/gitlab-ce!21097
2018-08-09Add Bitbucket Server importer docsStan Hu
Add details for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20164.
2018-08-08Update doc/integration/oauth_provider.mdTobias Hernstig
2018-07-10Update bitbucket.md to fix typo and small grammar touchups.Marcel Amirault
2018-07-06Make it clear that we need to enable omniauth for SAML and BitbucketLin Jen-Shin
2018-07-05Update OmniAuth Shibboleth gem to latest to gain supportTom Downes
for handling multi-valued SAML assertions. Add documentation of label argument for omniauth provider to override text in login button.
2018-07-04Fix typo and formattingSteve Wills
2018-06-28Don't hash user ID in OIDC subject claimMarkus Koller
2018-06-25Honor saml assurance level to allow 2FA bypassingRoger Rüttimann
2018-06-22Show a reCAPTCHA on signin page if custom header is setStan Hu
This will only be displayed if `X-GitLab-Show-Login-Captcha` is set as an HTTP header.
2018-06-18Fix omniauth link, site has moved.julianladisch
2018-06-15Merge branch 'fix_google_oauth_docs' into 'master'Achilleas Pipinellis
Update google.md to reflect need for Google+ API for oauth integration; Closes #44685 See merge request gitlab-org/gitlab-ce!18610
2018-06-06Update/help integration screenshotTuğçe Nur Taş
2018-06-04Copyedit GitHub importer docsAchilleas Pipinellis
2018-05-30Removed API endpoint and specsFrancisco Javier López
2018-05-02Update google.md to reflect need for Google+ API for oauth integration;Tom Downes
clarify need for Kubernetes Engine API is only necessary for CI/CD integration with GKE
2018-04-27Fixed typosPascal Borreli
2018-04-12Correct another one github.example.comAchilleas Pipinellis
[ci skip]
2018-04-12Update github.md on GHE URLXiaogang Wen
2018-03-29Merge branch 'docs/google-kubernetes-engine' into 'master'Marcia Ramos
Change Container to Kubernetes in Google integration docs Closes #44685 See merge request gitlab-org/gitlab-ce!18010
2018-03-27Merge branch '43512-add-support-for-omniauth-jwt-provider' into 'master'Douwe Maan
Resolve "Add support for omniauth-jwt provider" Closes #43512 See merge request gitlab-org/gitlab-ce!17774