Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Correct another one github.example.com | Achilleas Pipinellis | 2018-04-12 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Update github.md on GHE URL | Xiaogang Wen | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'docs/google-kubernetes-engine' into 'master' | Marcia Ramos | 2018-03-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Change Container to Kubernetes in Google integration docs Closes #44685 See merge request gitlab-org/gitlab-ce!18010 | ||||
| * | Change Container to Kubernetes in Google integration docsdocs/google-kubernetes-engine | Achilleas Pipinellis | 2018-03-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '43512-add-support-for-omniauth-jwt-provider' into 'master' | Douwe Maan | 2018-03-27 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | | | | | Resolve "Add support for omniauth-jwt provider" Closes #43512 See merge request gitlab-org/gitlab-ce!17774 | ||||
| * | Copyedit JWT docs | Achilleas Pipinellis | 2018-03-26 | 2 | -75/+1 |
| | | |||||
| * | Adds JWT omnianuth integration | Tiago Botelho | 2018-03-20 | 2 | -0/+75 |
| | | |||||
* | | add SHA1 fingerprint requirement | Ben Bodenmiller | 2018-03-26 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6' | James Lopez | 2018-03-21 | 1 | -3/+4 |
|/ | | | | | | [10.6] Fix GitLab Auth0 integration signs in the wrong user See merge request gitlab/gitlabhq!2354 | ||||
* | Add slash command for moving an issue | Sean McGivern | 2018-03-15 | 1 | -1/+2 |
| | | | | Carried over from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8857 | ||||
* | Change the wording to reduce confusion about whether you need to reconfigure ↵ | Andrew Davis | 2018-02-28 | 1 | -2/+1 |
| | | | | or restart. | ||||
* | Add groups to OpenID Connect claims | Hassan Zamani | 2018-02-08 | 1 | -0/+1 |
| | |||||
* | Make sure user email is read only when synced with LDAP | Douwe Maan | 2017-12-15 | 1 | -5/+7 |
| | |||||
* | Update slash_commands.mdadd-slack-app-case-to-docs | Victor Wu | 2017-12-04 | 1 | -0/+3 |
| | |||||
* | Update google.md to reflect changes in the new Google APIs Library | Abubakar Ango | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | Custom issue tracker | Victor Wu | 2017-11-21 | 1 | -0/+1 |
| | |||||
* | Exclude comments from specific docs | Achilleas Pipinellis | 2017-11-01 | 1 | -0/+4 |
| | |||||
* | Clarify the language around External Group membership with SAML SSO to ↵ | Andrew Davis | 2017-10-26 | 1 | -4/+7 |
| | | | | clarify that this will NOT add users to GitLab Groups. | ||||
* | Simple docs fixes | Connor Shea | 2017-10-23 | 1 | -1/+1 |
| | |||||
* | Updates google.md to match current version.docs/Wernight/gitlab-ce-patch-28 | Werner Beroux | 2017-10-17 | 1 | -19/+0 |
| | |||||
* | Fix Google API callbackdocs/gke-cluster | Achilleas Pipinellis | 2017-10-11 | 1 | -1/+1 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/38911#note_42966393 | ||||
* | Refine Google integration steps | Achilleas Pipinellis | 2017-10-06 | 1 | -8/+9 |
| | |||||
* | Refactor the Google integration page | Achilleas Pipinellis | 2017-10-05 | 1 | -59/+78 |
| | |||||
* | Update omniauth-azure-oauth2 to 0.0.9 (Support Office 365 Germany)ueberbit/gitlab-ce-omniauth-azure-oauth2 | Florian Weber | 2017-09-26 | 1 | -0/+3 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Profile updates from providers | Alexander Keramidas | 2017-09-06 | 1 | -0/+18 |
| | |||||
* | Deprecate Koding in docsdocs/rm-koding | Achilleas Pipinellis | 2017-09-01 | 1 | -1/+0 |
| | |||||
* | Improve wording related to deploy chatops commandfix/gb/fix-chatops-deploy-multiple-actions-matching | Grzegorz Bizon | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | Update docs regarding deploy chatops slash command | Grzegorz Bizon | 2017-07-28 | 1 | -1/+20 |
| | |||||
* | Backport gitlab-ee!2456 | Oswaldo Ferreira | 2017-07-27 | 1 | -0/+3 |
| | |||||
* | Docs new topic "user/index" | Marcia Ramos | 2017-07-26 | 1 | -8/+12 |
| | |||||
* | Change docs to support paralel external and internal issue trackers | Jarka Kadlecova | 2017-07-24 | 1 | -4/+2 |
| | |||||
* | add screenshots | Marcia Ramos | 2017-07-20 | 3 | -0/+4 |
| | |||||
* | review troll powerup doc | Marcia Ramos | 2017-07-20 | 1 | -8/+16 |
| | |||||
* | Add disclaimer about API scopedocs-trello-power-up | Clement Ho | 2017-07-20 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary html extension | Clement Ho | 2017-07-20 | 1 | -1/+1 |
| | |||||
* | Fix link | Clement Ho | 2017-07-20 | 1 | -2/+2 |
| |