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-09-10Start linting for unneeded dollar signsMarcel Amirault
Do not use dollar signs in shell codeblocks when no output is shown
2019-08-27Update capitalization in /integrations and /raketasksMarcel Amirault
Also updates redirect text in /project-services
2019-07-11Fix whitespace in install and integration 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, and cleans up minor white space issues in install and integration docs
2019-06-06Revert "Merge branch 'patch-43' into 'master'"Wei-Meng Lee
This reverts merge request !25195
2019-05-02Update GitHub integration instructions to swap example domain to ↵Mike Lewis
*.example.com (github.md)
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-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
2018-11-01Update GitHub integration docs to mainly follow GitHub updates.Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-09-25Correct Gitlab to GitLab in docsMarcel Amirault
2018-06-04Copyedit GitHub importer docsAchilleas Pipinellis
2018-04-12Correct another one github.example.comAchilleas Pipinellis
[ci skip]
2018-04-12Update github.md on GHE URLXiaogang Wen
2017-05-24Add extra step in GHE import docsCindy Pallares
2017-05-19Add docs on how to turn off SSL verification on GH oauthCindy Pallares 🦉
In https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/323/ we added support to disable SSL verification because attempting to import projects from a self-signed GH Enterprise instance will fail with an SSL error.
2017-03-14Patch 15Xiaogang Wen
2017-02-09Fix markdown link in Omniauth docsAchilleas Pipinellis
[ci skip]
2017-02-09Mention reconfigure/restart in omniauth docsAchilleas Pipinellis
[ci skip]
2016-10-21Update github.mdFlorian
2016-08-10Merge branch 'fix-angle-brackets-in-docs' into 'master' Achilleas Pipinellis
Fix escaped angle bracket's in integration documentation. There are several escaped angle brackets in our integration docs. While these render fine within GitLab, they are broken when rendered on doc.gitlab.com because pandoc does not escape them correctly. You can see the problem here: http://doc.gitlab.com/ce/integration/github.html Note that the strings `<Organization>` and `<Your Name>` are being interpreted as html tags. It looks like doc.gitlab.com is using pandoc: https://gitlab.com/gitlab-com/doc-gitlab-com/blob/master/generate.rb#L64 You can verify these changes by running something like this and then inspecting `test.html`: pandoc --from markdown_github-hard_line_breaks -o test.html doc/integration/twitter.md You can also verify that GitLab continues to render the docs correctly by checking, for example, http://localhost:3000/help/integration/twitter.md See merge request !4128
2016-05-12Fix escaped angle bracket's in integration documentation.Eric K Idema
There are several escaped angle brackets in our integration docs. While these render fine within GitLab, they are broken rendered on doc.gitlab.com because pandoc does not escape them correctly.
2016-05-11Fix documentation for Github integration authorization callback url.Eric K Idema
There are two callbacks that could be used with Github integration: * /import/github/callback (used by project import) * /users/auth/github/callback (used by OmniAuth) Github's documentation suggests that authorization callback url should be set to the longest common path. https://developer.github.com/v3/oauth/#redirect-urls Configuring according to the previous documentation resulted in a redirect_uri_mismatch error from Github when logging in via OmniAuth.
2016-04-29Fix the GitHub Omniauth instructionsAlex Jordan
2016-04-27Fixes for review of GitHub Enterprise backport changesStan Hu
2016-04-27Backport GitHub Enterprise import support from EEStan Hu
These changes were pulled from GitLab EE to support configuring an alternative API URL than the default https://api.github.com. In addition, the `verify_ssl` flag allows users to disable SSL cert checking. One modification: add a default `args` option if it does not exist to avoid breaking existing configurations.
2016-03-28Merge pull request #9978 from fantasywind/patch-2Achilleas Pipinellis
Update github.md
2016-03-01Update github default callback urlChia Yu Pai
2016-01-24Move all integration docs images in a single directoryAchilleas Pipinellis
[ci skip]
2016-01-15Update github.mdChia Yu Pai
add default callback URL path
2015-12-07Fix typos in integration docsTobias Stöckler
2015-03-09remove duplicate right braces ('}') in configuration examples of GitHub,Kuo-Cheng Yeu
GitLab, and Google.
2015-02-24Add Bitbucket integration docs.Douwe Maan
2015-02-19Fix broken links in documentationDmitriy Zaporozhets
2015-02-14Update oauth documenatation with examples for omnibus package and ↵Marin Jankovski
installations from source.
2015-01-19update documentation regarding github_importerValery Sizov
2014-08-07Fix spelling errors in doc, closes #7437Robert Schilling
Further changes
2014-06-04Update docs to markdown style guide.Ciro Santilli
2014-04-10Add OmniAuth DocumentationDrew Blessing
Add GitHub OmniAuth docs Google instructions Google instructions Merge master Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Add Google and Twitter docs Add screenshot Add screenshot Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Finalize current docs Finalize current docs Add existing user information Add twitter Add twitter Add Twitter disclaimer Add Twitter disclaimer remove old doc Remove unnecessary link Revert omniauth provider format Add OmniAuth Documentation Add GitHub OmniAuth docs Google instructions Google instructions Merge master Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Add Google and Twitter docs Add screenshot Add screenshot Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Clean things up Finalize current docs Finalize current docs Add existing user information Add twitter Add twitter Add Twitter disclaimer Add Twitter disclaimer remove old doc Remove unnecessary link Revert omniauth provider format Use omniauth again Remove notice Restore whitespace Slight changes