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
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