Robert Speicher
ed2a8ba600
Merge 8-2-stable into 8-2-stable-ee
...
Conflicts remaining:
- app/controllers/groups/group_members_controller.rb
- app/controllers/projects/project_members_controller.rb
- app/models/ability.rb
- app/models/member.rb
- app/models/project.rb
2015-11-19 10:33:18 -05:00
Robert Speicher
6afca45028
Merge remote-tracking branch 'ce/master' into ce-to-ee
2015-11-13 12:34:34 -05:00
Jon Cairns
1c89db5e39
Merge remote-tracking branch 'gitlab/master' into omniauth-doc-fix
2015-11-12 12:06:19 +00:00
Jon Cairns
e073b09f1f
Add missing "omniauth" prefix to option in docs [ci skip]
...
Changes block_auto_created_users to omniauth_block_auto_created_users,
otherwise the option is ignored. Fixes #3319 .
2015-11-12 11:51:53 +00:00
Valery Sizov
93bcc9ca7f
Merge remote-tracking branch 'origin/master' into ce_upsteram
2015-11-05 14:26:35 +02:00
Robert Speicher
05eb9e7884
Minor reformatting for Facebook integration doc
...
[ci skip]
2015-11-03 16:16:30 -05:00
Douwe Maan
4773d98e83
Add Facebook authentication
2015-11-03 17:59:07 +01:00
Alex Lossent
f4501143d2
Allow configuring the Jira API URL
...
A DB migration takes care of initializing the API URL using the same logic as before.
Remove the api_version property which now seems redundant.
2015-10-30 14:34:39 +01:00
Valery Sizov
c0577a317c
Merge branch 'master' into ce_upstream_15_10
2015-10-15 17:25:02 +03:00
Valery Sizov
8766c54bf2
Merge remote-tracking branch 'origin/master' into ce_upstream_15_10
2015-10-15 16:46:48 +03:00
Drew Blessing
f36b0c996c
Fix Jenkins build URL with multi-project
2015-10-08 13:20:40 -05:00
Julio
bd6c982bf1
Documentation of omniauth-ldap limitations
...
Further documentation about limitations directly impacting settings of
users' LDAP servers.
2015-09-24 12:03:23 +00:00
Dmitriy Zaporozhets
80a983b492
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-22 12:25:41 +02:00
Marin Jankovski
4e33b47a50
Update the link in integration readme.
2015-09-17 17:08:10 +02:00
Marin Jankovski
1247076b45
Remove double png.
2015-09-17 13:19:38 +02:00
Marin Jankovski
8379a1c754
Add Gmail actions button for GitLab doc.
2015-09-17 12:14:28 +02:00
Dmitriy Zaporozhets
1ba393de81
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
2015-09-16 10:26:10 +02:00
Douwe Maan
00ecacf8ea
Add to docs
2015-09-09 11:54:48 +01:00
Valery Sizov
3700e5a960
Crowd integration
2015-09-02 12:42:01 +03:00
Marin Jankovski
4cdd78485d
Add omnibus-gitlab configuration options to the kerberos doc.
2015-08-27 11:27:15 +02:00
Alex Lossent
d26f091b94
Support Kerberos authentication for Git HTTP access
...
Add support for the Negotiate authentication protocol for Git HTTP access.
This enables Kerberos ticket-based authentication for users who have a
kerberos identity attached to their account.
2015-08-17 12:11:53 +02:00
Douwe Maan
f949245a84
Merge remote-tracking branch 'gitlab-ce/master' into ce-to-ee
2015-07-31 16:12:46 +02:00
Raphaël Doursenaud
725a891dda
Updated Twitter OmniAuth documentation
2015-07-29 23:27:04 +00:00
Valery Sizov
70de5114fb
Merge branch 'auth-icons-labels' into 'master'
...
Allow custom label to be set for authentication providers.
Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2341
Beside the above, I've:
- Refactored `OauthHelper` to have clearer method names and behaviour
- Moved some of `OauthHelper` behaviour to `Gitlab::OAuth::Provider`
- Renamed `OauthHelper` to `AuthHelper` since LDAP, SAML, Kerberos aren't OAuth
- Updated the icons for GitHub and GitLab
In the examples below, "OurAuth" is a SAML provider with a custom label.




See merge request !927
2015-07-24 11:28:55 +00:00
Douwe Maan
70a3c165a9
Allow custom label to be set for authentication providers.
2015-07-23 15:20:12 +02:00
Marin Jankovski
ca451365ab
Remove docs and rake task for gmail actions to prevent problems with registration.
2015-07-22 11:46:08 +02:00
Dmitriy Zaporozhets
dd32818441
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
VERSION
app/assets/javascripts/project_new.js.coffee
app/helpers/appearances_helper.rb
app/helpers/application_helper.rb
app/helpers/groups_helper.rb
app/helpers/oauth_helper.rb
app/models/user.rb
app/views/admin/application_settings/_form.html.haml
app/views/layouts/nav/_group.html.haml
app/views/layouts/nav/_project_settings.html.haml
app/views/profiles/accounts/show.html.haml
doc/integration/README.md
features/steps/project/merge_requests.rb
features/support/env.rb
spec/controllers/import/github_controller_spec.rb
spec/helpers/oauth_helper_spec.rb
spec/lib/gitlab/ldap/access_spec.rb
spec/lib/gitlab/upgrader_spec.rb
spec/models/project_team_spec.rb
spec/routing/admin_routing_spec.rb
spec/services/git_push_service_spec.rb
spec/services/test_hook_service_spec.rb
2015-07-02 17:07:02 +02:00
Douwe Maan
9e841cf1a8
Add Troubleshooting section to SAML doc.
2015-07-01 14:25:22 +02:00
Jacob Vosmaer
3c01ab10fe
Link to SAML docs from doc index
...
Without this link, the SAML docs are hard to discover.
2015-06-29 11:32:40 +02:00
Patricio Cano
7ae9c92f9e
Merge branch 'ldap-queries' into 'master'
...
What sort of LDAP queries does GitLab EE make?
This change adds more documentation.
See merge request !5
2015-06-22 18:03:31 +00:00
Dmitriy Zaporozhets
896eb0aa13
Imporove LDAP documentation
...
If user was blocked in Active Directory - user will be automatically blocked in GitLab during next Daily sync.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-12 12:15:08 +02:00
Dmitriy Zaporozhets
a83d0034e3
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
app/services/files/base_service.rb
app/services/files/create_service.rb
app/services/files/delete_service.rb
app/services/files/update_service.rb
doc/workflow/README.md
2015-06-08 18:24:34 +02:00
Job van der Voort
c857c7ff1c
fix conflicts
2015-06-08 12:00:22 +02:00
Dmitriy Zaporozhets
c8a845b200
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ee
2015-06-05 18:19:38 +02:00
Job van der Voort
af1f22adad
update reference to deprecated repo and update guide
2015-06-05 13:39:28 +02:00
Douwe Maan
1f78aeba40
Merge branch 'improve_bitbucket_docs' into 'master'
...
Improve BitBucket integration documentation [ci skip]
This MR will improve the BitBucket integration documentation by
- mentioning the need to reconfigure GitLab after changing the configuration file, if you're using the omnibus package.
- adding a section about configuring a Host entry for bitbucket.org.
- switching additional steps 1 and 2, because connecting to BitBucket will only work after you added the SSH key and the Host entry.
- using sudo for the ssh connection in step 2, so that it is more obvious, that the git account should be used to establish the connection.
See merge request !670
2015-06-05 10:05:09 +00:00
Dmitriy Zaporozhets
935fc796d1
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
VERSION
app/controllers/admin/application_settings_controller.rb
app/controllers/omniauth_callbacks_controller.rb
app/controllers/projects/project_members_controller.rb
app/helpers/application_settings_helper.rb
app/models/user.rb
app/services/files/base_service.rb
app/views/profiles/accounts/show.html.haml
db/schema.rb
doc/install/installation.md
doc/update/6.x-or-7.x-to-7.11.md
doc/workflow/README.md
lib/gitlab/markdown/external_issue_reference_filter.rb
lib/gitlab/reference_extractor.rb
lib/gitlab/upgrader.rb
2015-06-05 11:40:36 +02:00
Alex Lossent
7a52573681
Prevent LDAP group sync from removing a group's last owner
2015-06-05 11:06:08 +02:00
Jacob Vosmaer
98ff4131cd
LDAP users should not control their LDAP email
2015-06-03 13:40:47 +02:00
Alex Lossent
22de5443c5
Add SAML support via Omniauth
2015-05-27 16:38:10 +02:00
Jacob Vosmaer
7aadea6520
What sort of LDAP queries does GitLab EE make?
2015-05-27 15:41:23 +02:00
Patrick Fey and FeyP
d6b901a72d
Improve BitBucket integration documentation [ci skip]
2015-05-15 18:37:15 +02:00
Douwe Maan
68ac20604b
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ce-to-ee
...
# Conflicts:
# app/controllers/groups/application_controller.rb
# app/services/test_hook_service.rb
# app/views/admin/groups/show.html.haml
# app/views/groups/_settings_nav.html.haml
# app/views/groups/show.html.haml
# app/views/layouts/_head.html.haml
# app/views/projects/_settings_nav.html.haml
# db/schema.rb
# features/project/project.feature
# features/steps/project/project.rb
2015-05-05 10:18:27 +02:00
Stan Hu
07dc517017
Improve documentation of configuring external issue trackers
...
Closes #1514
2015-05-04 07:33:25 -07:00
Marc Radulescu
f3a59c8cea
clarify not possible to connect to jira via cas
2015-05-01 16:38:49 +02:00
Dmitriy Zaporozhets
2e243fc321
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
README.md
VERSION
app/controllers/projects/services_controller.rb
app/controllers/projects/uploads_controller.rb
app/services/test_hook_service.rb
db/schema.rb
features/steps/admin/settings.rb
lib/gitlab/reference_extractor.rb
spec/models/note_spec.rb
2015-04-27 11:53:31 +03:00
Ben Bodenmiller
7098b7bbe0
google -> Google
2015-04-26 17:24:09 -07:00
Dmitriy Zaporozhets
f502b293e5
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
db/schema.rb
spec/helpers/gitlab_markdown_helper_spec.rb
2015-04-24 11:22:54 +03:00
Patricio Cano
65c83f8a22
Updated the Slack documentation
2015-04-21 12:25:37 -05:00
Dmitriy Zaporozhets
23ea71cb69
Merge branch 'ce-to-ee' into 'master'
...
Recent changes from CE master
cc @job
See merge request !370
2015-04-16 11:34:06 +00:00