summaryrefslogtreecommitdiff
path: root/doc/integration/github.md
Commit message (Collapse)AuthorAgeFilesLines
* Update capitalization in /integrations and /raketasksMarcel Amirault2019-08-271-3/+3
| | | | Also updates redirect text in /project-services
* Fix whitespace in install and integration docsMarcel Amirault2019-07-111-90/+90
| | | | | | | | | 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
* Revert "Merge branch 'patch-43' into 'master'"revert-1322146bWei-Meng Lee2019-06-061-2/+2
| | | This reverts merge request !25195
* Update GitHub integration instructions to swap example domain to ↵Mike Lewis2019-05-011-1/+1
| | | | *.example.com (github.md)
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Fix callback urlDennis Jekubczyk2019-02-131-2/+2
|
* Alias GitHub and BitBucket OAuth2 callback URLsStan Hu2019-01-311-1/+5
| | | | | | | | | | | | | | | | | | | | 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
* Update GitHub integration docs to mainly follow GitHub updates.Takuya Noguchi2018-11-011-15/+19
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Correct Gitlab to GitLab in docsMarcel Amirault2018-09-251-2/+2
|
* Copyedit GitHub importer docsAchilleas Pipinellis2018-06-041-1/+1
|
* Correct another one github.example.comAchilleas Pipinellis2018-04-121-1/+1
| | | | [ci skip]
* Update github.md on GHE URLXiaogang Wen2018-04-121-1/+1
|
* Add extra step in GHE import docsgithub-oauth-self-signed-certs-troubleshooting-docsCindy Pallares2017-05-231-8/+13
|
* Add docs on how to turn off SSL verification on GH oauthCindy Pallares 🦉2017-05-181-2/+44
| | | | | | 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.
* Patch 15Xiaogang Wen2017-03-141-1/+1
|
* Fix markdown link in Omniauth docsAchilleas Pipinellis2017-02-091-1/+1
| | | | [ci skip]
* Mention reconfigure/restart in omniauth docsAchilleas Pipinellis2017-02-091-9/+13
| | | | [ci skip]
* Update github.mdFlorian2016-10-211-1/+16
|
* Merge branch 'fix-angle-brackets-in-docs' into 'master' Achilleas Pipinellis2016-08-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fix escaped angle bracket's in integration documentation.Eric K Idema2016-05-121-1/+1
| | | | | | | | | | | | 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.
* | Fix documentation for Github integration authorization callback url.Eric K Idema2016-05-101-1/+1
|/ | | | | | | | | | | | | | | 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.
* Fix the GitHub Omniauth instructionsAlex Jordan2016-04-281-1/+3
|
* Fixes for review of GitHub Enterprise backport changesStan Hu2016-04-261-1/+1
|
* Backport GitHub Enterprise import support from EEStan Hu2016-04-261-0/+14
| | | | | | | | | | 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.
* Merge pull request #9978 from fantasywind/patch-2Achilleas Pipinellis2016-03-281-1/+1
|\ | | | | Update github.md
| * Update github default callback urlChia Yu Pai2016-03-011-2/+1
| |
| * Update github.mdChia Yu Pai2016-01-151-0/+1
| | | | | | add default callback URL path
* | Move all integration docs images in a single directoryAchilleas Pipinellis2016-01-241-1/+1
|/ | | | [ci skip]
* Fix typos in integration docsTobias Stöckler2015-12-071-1/+1
|
* remove duplicate right braces ('}') in configuration examples of GitHub,Kuo-Cheng Yeu2015-03-091-2/+2
| | | | GitLab, and Google.
* Add Bitbucket integration docs.Douwe Maan2015-02-241-11/+18
|
* Fix broken links in documentationDmitriy Zaporozhets2015-02-181-1/+1
|
* Update oauth documenatation with examples for omnibus package and ↵Marin Jankovski2015-02-131-7/+31
| | | | installations from source.
* update documentation regarding github_importerValery Sizov2015-01-191-1/+1
|
* Fix spelling errors in doc, closes #7437Robert Schilling2014-08-071-1/+1
| | | | Further changes
* Update docs to markdown style guide.Ciro Santilli2014-06-031-18/+28
|
* Add OmniAuth DocumentationDrew Blessing2014-04-101-0/+38
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