Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-14Patch 15Xiaogang Wen
2017-03-08Merge branch 'update_crowd_docs' into 'master' Achilleas Pipinellis
Move and update Crowd authentication documentation See merge request !9775
2017-03-07Move and update Crowd authentication documentationDrew Blessing
Current docs did not include information on configuring the app in Crowd. Also, moved the doc to the new administration/auth directory.
2017-03-07Implement OpenID Connect identity providerMarkus Koller
2017-02-24Merge branch '27847-auth0-doc-typo' into 'master' Achilleas Pipinellis
Fix typo in auth0.md doc Closes #27847 See merge request !9059
2017-02-24Use persistent name identifier instead of transient in SAML2 documentationLukas Raska
2017-02-20Change wording for LDAP doc that was moved to a new locationAchilleas Pipinellis
[ci skip]
2017-02-13Adjust doc formattingJoe Marty
2017-02-13Fix spelling errors in docs and changelogJoe Marty
2017-02-13Edit omniauth-oauth2-generic docs for style conformanceJoe Marty
2017-02-13Add omniauth-oauth2-generic strategyJoe Marty
- Allows configurable Single Sign On with most simple OAuth2 providers - Adds documentation for the new strategy Closes #26744
2017-02-09Fix markdown link in Omniauth docsAchilleas Pipinellis
[ci skip]
2017-02-09Mention reconfigure/restart in omniauth docsAchilleas Pipinellis
[ci skip]
2017-02-08Fix typo in auth0.md doc Reb
Removed spurious character from Omnibus example
2017-02-03Move project services to new location under IntegrationsAchilleas Pipinellis
2017-01-20Merge branch '25851-document-token-scopes' into 'master' Rémy Coutable
Add documentation around OAuth/Personal Access Token scopes. Closes #25851 See merge request !8226
2017-01-19Add documentation around OAuth/Personal Access Token scopes.Timothy Andrew
2017-01-13Document the `auto_link_ldap_user` settingNick Thomas
2017-01-12Add support for PlantUML diagrams in Asciidoc.Horacio Sanson
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
2016-12-22List all commandsZ.J. van de Weg
[ci skip]
2016-12-22Update Bitbucket callback URL documentationStan Hu
Closes #25950 [ci skip]
2016-12-21Added support for Authentiq oauth providerAlex
2016-12-19Add Wiki import to BB importerValery Sizov
2016-12-16Refactor Bitbucket import docsAchilleas Pipinellis
2016-12-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into bitbucket-oauth2Valery Sizov
2016-12-08Update documentation for BitBucketValery Sizov
2016-12-05NIGNX -> NginxSean McGivern
This shouldn't be in all caps, and it should be spelled correctly!
2016-11-29Fixing typo & Clarifying Key nameLee Matos
2016-11-24Add missing JIRA file that redirects to the new locationAchilleas Pipinellis
[ci skip]
2016-11-22Merge branch 'patch-1' into 'master' Achilleas Pipinellis
Update github.md Hi, I ran into a few pitfalls while I enabled OmniAuth to be able to migrate repos from github to my omnibus-gitlab instance today, so here are my findings: These docs state thate the default authorization callback URL is `'${YOUR_DOMAIN}/import/github/callback'`, but the screenshot only shows `'${YOUR_DOMAIN}'`, which works, so I removed the ambiguity. When editing `gitlab_rails['omniauth_providers']` for github.com, you have to omit the `"url" => "https://github.com/",` part, otherwise it won't work (OmniAuth will stay deactivated). This is backed by the configuration details of the "from-source-installation" which also omits the url in the `yml` file. After changing the `gitlab.rb` file, `sudo gitlab-ctl reconfigure` needs to be run, which is missing in the docs. Following the updated version of this documentation I was able to enable OmniAuth. If anything I edited is wrong, please correct me, as I don't know how the "from-source-installations" would react to my changes. Best regards, Florian See merge request !4072
2016-11-22Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
2016-11-22Move JIRA service doc back to its old locationAchilleas Pipinellis
2016-11-22Add remove links to JIRA documentationFelipe Artur
2016-11-22Revert "Merge branch 'docs/jira-old' into 'master'"Achilleas Pipinellis
This reverts merge request !7365
2016-11-15Merge branch 'patch-9' into 'master' Sean McGivern
clarify best way to install custom CA See merge request !7434
2016-11-15clarify best way to install custom CABen Bodenmiller
2016-11-12fix Super User spacingBen Bodenmiller
2016-11-11Use GitLab.com link, remove GitHub linkChris Wilson
2016-11-09Bring back the old JIRA docsAchilleas Pipinellis
https://gitlab.zendesk.com/agent/tickets/48003 [ci skip]
2016-11-02GitLab 8.13 not 13Chris Wilson
2016-11-01fix how to get SAML error detailsBen Bodenmiller
2016-10-26Finish updates to use JIRA gemFelipe Artur
Code improvements, bug fixes, finish documentation and specs
2016-10-26Refactor JIRA service to use gemDrew Blessing
2016-10-21Update github.mdFlorian
2016-08-30More Bitbucket integration refactoringAchilleas Pipinellis
2016-08-30Refactor Bitbucket integration documentationAchilleas Pipinellis
2016-08-30Updated Bitbucket OmniAuth documentation for omnibus packageRaphaël Doursenaud
2016-08-30Updated Bitbucket OmniAuth documentationRaphaël Doursenaud
2016-08-25Fix wrong Koding linkAchilleas Pipinellis
2016-08-22Split Koding admin/user docsAchilleas Pipinellis