Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix whitespace in install and integration docs | Marcel Amirault | 2019-07-11 | 1 | -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 URLs | Stan Hu | 2019-01-31 | 1 | -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-image | astrachan | 2018-11-13 | 1 | -0/+1 |
| | |||||
* | Add Bitbucket Server importer docs | Stan Hu | 2018-08-08 | 1 | -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 Amirault | 2018-07-10 | 1 | -9/+9 |
| | |||||
* | Make it clear that we need to enable omniauth for SAML and Bitbucket | Lin Jen-Shin | 2018-07-06 | 1 | -6/+15 |
| | |||||
* | Update Bitbucket callback URL documentation | Stan Hu | 2016-12-21 | 1 | -1/+5 |
| | | | | | | Closes #25950 [ci skip] | ||||
* | Add Wiki import to BB importer | Valery Sizov | 2016-12-19 | 1 | -1/+2 |
| | |||||
* | Refactor Bitbucket import docs | Achilleas Pipinellis | 2016-12-16 | 1 | -10/+8 |
| | |||||
* | Update documentation for BitBucket | Valery Sizov | 2016-12-08 | 1 | -92/+7 |
| | |||||
* | Fixing typo & Clarifying Key name | Lee Matos | 2016-11-29 | 1 | -2/+2 |
| | |||||
* | More Bitbucket integration refactoringrdoursenaud/gitlab-ce-omniauth-bitbucket | Achilleas Pipinellis | 2016-08-30 | 1 | -39/+50 |
| | |||||
* | Refactor Bitbucket integration documentation | Achilleas Pipinellis | 2016-08-30 | 1 | -73/+117 |
| | |||||
* | Updated Bitbucket OmniAuth documentation for omnibus package | Raphaël Doursenaud | 2016-08-30 | 1 | -2/+10 |
| | |||||
* | Updated Bitbucket OmniAuth documentation | Raphaël Doursenaud | 2016-08-30 | 1 | -3/+11 |
| | |||||
* | Fix escaped angle bracket's in integration documentation. | Eric K Idema | 2016-05-12 | 1 | -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 docs | Tobias Stöckler | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | Improve BitBucket integration documentation [ci skip] | Patrick Fey | 2015-05-15 | 1 | -18/+36 |
| | |||||
* | Change the name of the key used for bitbucket importer. | Marin Jankovski | 2015-03-20 | 1 | -8/+9 |
| | |||||
* | Expand Bitbucket integration docs. | Douwe Maan | 2015-02-25 | 1 | -4/+28 |
| | |||||
* | Add Bitbucket integration docs. | Douwe Maan | 2015-02-24 | 1 | -0/+97 |