summaryrefslogtreecommitdiff
path: root/doc/integration/bitbucket.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespace in install and integration docsMarcel Amirault2019-07-111-91/+91
| | | | | | | | | 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
* 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
* Adding what Projects permission is needed as text to match up with the image.53894-docs-update-adding-project-txt-to-match-up-with-imageastrachan2018-11-131-0/+1
|
* Add Bitbucket Server importer docsStan Hu2018-08-081-1/+1
| | | | Add details for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20164.
* Update bitbucket.md to fix typo and small grammar touchups.Marcel Amirault2018-07-101-9/+9
|
* Make it clear that we need to enable omniauth for SAML and BitbucketLin Jen-Shin2018-07-061-6/+15
|
* Update Bitbucket callback URL documentationStan Hu2016-12-211-1/+5
| | | | | | Closes #25950 [ci skip]
* Add Wiki import to BB importerValery Sizov2016-12-191-1/+2
|
* Refactor Bitbucket import docsAchilleas Pipinellis2016-12-161-10/+8
|
* Update documentation for BitBucketValery Sizov2016-12-081-92/+7
|
* Fixing typo & Clarifying Key nameLee Matos2016-11-291-2/+2
|
* More Bitbucket integration refactoringrdoursenaud/gitlab-ce-omniauth-bitbucketAchilleas Pipinellis2016-08-301-39/+50
|
* Refactor Bitbucket integration documentationAchilleas Pipinellis2016-08-301-73/+117
|
* Updated Bitbucket OmniAuth documentation for omnibus packageRaphaël Doursenaud2016-08-301-2/+10
|
* Updated Bitbucket OmniAuth documentationRaphaël Doursenaud2016-08-301-3/+11
|
* 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 typos in integration docsTobias Stöckler2015-12-071-1/+1
|
* Improve BitBucket integration documentation [ci skip]Patrick Fey2015-05-151-18/+36
|
* Change the name of the key used for bitbucket importer.Marin Jankovski2015-03-201-8/+9
|
* Expand Bitbucket integration docs.Douwe Maan2015-02-251-4/+28
|
* Add Bitbucket integration docs.Douwe Maan2015-02-241-0/+97