Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: Add automatic redirects to many moved files | Marcel Amirault | 2019-03-11 | 5 | -0/+20 |
| | |||||
* | Docs: Last batch of misc broken anchors | Marcel Amirault | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'add_YouTrack_integration' into 'master' | Sean McGivern | 2019-02-26 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | Added YouTrack integration Closes #42595 See merge request gitlab-org/gitlab-ce!25361 | ||||
| * | Added YouTrack integration | Yauhen Kotau | 2019-02-18 | 1 | -2/+3 |
| | | | | | | | | Fixes gitlab-org/gitlab-ce#42595 | ||||
* | | Remove unnecessary difference between CE and EE | Evan Read | 2019-02-25 | 1 | -2/+1 |
| | | |||||
* | | Ensure all lists are surrounded by new lines | Evan Read | 2019-02-22 | 3 | -9/+9 |
| | | | | | | | | | | | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines. | ||||
* | | Move ChatOps docs from EE to core | James Fargher | 2019-02-21 | 1 | -0/+3 |
|/ | | | | ChatOps used to be in the Ultimate tier. | ||||
* | Remove consecutive blank lines from markdown files | Evan Read | 2019-02-18 | 6 | -7/+0 |
| | | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite. | ||||
* | Fix callback url | Dennis Jekubczyk | 2019-02-13 | 1 | -2/+2 |
| | |||||
* | Remove HipChat integration from GitLab | Nick Thomas | 2019-02-08 | 1 | -2/+2 |
| | |||||
* | Alias GitHub and BitBucket OAuth2 callback URLs | Stan Hu | 2019-01-31 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix most instances of bare URLs in markdown | Evan Read | 2019-01-24 | 5 | -12/+12 |
| | |||||
* | Add more information and refactor format of topic | Evan Read | 2019-01-11 | 1 | -3/+6 |
| | |||||
* | Make unordered lists conform to styleguidedocs/fix-unordered-list-style | Evan Read | 2019-01-08 | 2 | -6/+6 |
| | | | | - Also makes other minor Markdown fixes that were near the main fixes. | ||||
* | Remove documentation requiring activation of Google+ API | Stan Hu | 2018-12-29 | 1 | -1/+0 |
| | |||||
* | Compress all images under doc/ | Achilleas Pipinellis | 2018-12-18 | 3 | -0/+0 |
| | |||||
* | Update recaptcha docs for clarity | James Anderson | 2018-12-07 | 1 | -3/+3 |
| | | | | | * Specified that reCAPTCHA v2 keys must be used * Updated the URL for application settings * Some small rewording | ||||
* | Merge branch '53248-docs-update-integrate-your-server-with-github-docs' into ↵ | Marcia Ramos | 2018-11-27 | 4 | -15/+19 |
|\ | | | | | | | | | | | | | | | | | 'master' Update GitHub integration docs to mainly follow GitHub updates. Closes #53248 See merge request gitlab-org/gitlab-ce!22643 | ||||
| * | Update GitHub integration docs to mainly follow GitHub updates. | Takuya Noguchi | 2018-11-01 | 4 | -15/+19 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Fix markdown to render correctlydocs/fix-shibboleth-markdown | Evan Read | 2018-11-20 | 1 | -85/+85 |
| | | |||||
* | | Merge branch 'docs/fix-ordered-list-item-prefix' into 'master' | Achilleas Pipinellis | 2018-11-13 | 2 | -21/+15 |
|\ \ | | | | | | | | | | | | | Resolve Markdown ordered lists not conforming to styleguide See merge request gitlab-org/gitlab-ce!23007 | ||||
| * | | Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefix | Evan Read | 2018-11-13 | 2 | -21/+15 |
| | | | |||||
* | | | update the part to Google+ API | Alexander Tanayno | 2018-11-13 | 1 | -1/+1 |
| | | | |||||
* | | | 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 |
|/ / | |||||
* | | Update URLs to better ones | Evan Read | 2018-11-09 | 1 | -1/+1 |
|/ | |||||
* | Edited uid_attribute information with suggested changes | Blair Lunceford | 2018-10-22 | 1 | -3/+2 |
| | |||||
* | Add information about the uid_attribute custom setting in the SAML docs | Blair Lunceford | 2018-10-19 | 1 | -0/+18 |
| | |||||
* | Correct Gitlab to GitLab in docs | Marcel Amirault | 2018-09-25 | 1 | -2/+2 |
| | |||||
* | Correct grammar (setup to set-up) in Docs | Marcel Amirault | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | Enable omniauth by default | Nick Thomas | 2018-09-13 | 1 | -3/+29 |
| | |||||
* | Resolve "CE documentation is not CommonMark compliant" | Brett Walker | 2018-09-06 | 4 | -36/+37 |
| | |||||
* | Compress all PNG images under doc/ | Achilleas Pipinellis | 2018-08-27 | 13 | -0/+0 |
| | | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K | ||||
* | Remove Gemnasium service | Gilbert Roulot | 2018-08-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'sh-bitbucket-importer-docs' into 'master' | Achilleas Pipinellis | 2018-08-09 | 1 | -1/+1 |
|\ | | | | | | | | | Add Bitbucket Server importer docs See merge request gitlab-org/gitlab-ce!21097 | ||||
| * | 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 doc/integration/oauth_provider.md | Tobias Hernstig | 2018-08-08 | 1 | -2/+2 |
|/ | |||||
* | 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 | 2 | -89/+104 |
| | |||||
* | Update OmniAuth Shibboleth gem to latest to gain support | Tom Downes | 2018-07-04 | 1 | -7/+20 |
| | | | | | | for handling multi-valued SAML assertions. Add documentation of label argument for omniauth provider to override text in login button. | ||||
* | Fix typo and formatting | Steve Wills | 2018-07-04 | 1 | -2/+2 |
| | |||||
* | Don't hash user ID in OIDC subject claim | Markus Koller | 2018-06-28 | 1 | -4/+9 |
| | |||||
* | Honor saml assurance level to allow 2FA bypassing | Roger Rüttimann | 2018-06-25 | 1 | -0/+75 |
| | |||||
* | Show a reCAPTCHA on signin page if custom header is set | Stan Hu | 2018-06-21 | 1 | -1/+18 |
| | | | | | This will only be displayed if `X-GitLab-Show-Login-Captcha` is set as an HTTP header. | ||||
* | Fix omniauth link, site has moved. | julianladisch | 2018-06-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fix_google_oauth_docs' into 'master' | Achilleas Pipinellis | 2018-06-15 | 1 | -1/+6 |
|\ | | | | | | | | | | | | | Update google.md to reflect need for Google+ API for oauth integration; Closes #44685 See merge request gitlab-org/gitlab-ce!18610 | ||||
| * | Update google.md to reflect need for Google+ API for oauth integration; | Tom Downes | 2018-05-02 | 1 | -1/+6 |
| | | | | | | | | | | clarify need for Kubernetes Engine API is only necessary for CI/CD integration with GKE | ||||
* | | Update/help integration screenshot | Tuğçe Nur Taş | 2018-06-06 | 2 | -7/+5 |
| | | |||||
* | | Copyedit GitHub importer docs | Achilleas Pipinellis | 2018-06-04 | 1 | -1/+1 |
| | | |||||
* | | Removed API endpoint and specsfj-36819-remove-v3-api | Francisco Javier López | 2018-05-30 | 1 | -1/+1 |
|/ | |||||
* | Fixed typos | Pascal Borreli | 2018-04-27 | 1 | -1/+1 |
| |