Valery Sizov
|
8766c54bf2
|
Merge remote-tracking branch 'origin/master' into ce_upstream_15_10
|
2015-10-15 16:46:48 +03:00 |
|
Drew Blessing
|
b7def88c02
|
Fix ldap email downcasing bug
|
2015-10-08 14:59:46 -05:00 |
|
Douwe Maan
|
73a3df4de3
|
Fix LDAP attribute mapping
|
2015-09-23 16:37:59 +02: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 |
|
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
|
c52fee70d0
|
Test overriding LDAP attributes
|
2015-09-09 11:51:40 +01:00 |
|
Douwe Maan
|
0e9ba0a4fa
|
Add attributes to LDAP::Config.
|
2015-09-08 17:34:18 +01:00 |
|
 Joel KoglinandJoel Koglin
|
4d2f36118a
|
Issue #993: Fixed login failure when extern_uid changes
|
2015-08-21 09:36:27 -07:00 |
|
Douwe Maan
|
1afb0faa41
|
Satisfy Rubocop
|
2015-07-29 13:28:11 +02:00 |
|
Douwe Maan
|
4461cded15
|
Don't send "Added to group" notifications when group is LDAP synched
|
2015-07-28 16:08:24 +02:00 |
|
Robert Speicher
|
e75bf19889
|
Fix Gitlab::LDAP::Config spec
|
2015-07-02 13:01:24 -04:00 |
|
Robert Speicher
|
ce5bc4f8ca
|
RSpec 3 updates for EE
|
2015-07-02 12:35:49 -04:00 |
|
Robert Speicher
|
41e64d3ce1
|
Fix Rubocop warnings
|
2015-07-02 11:53:53 -04: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 |
|
 Robert SpeicherandDmitriy Zaporozhets
|
bf71d53f63
|
Change to_not calls to not_to
Both work, but now we're consistent across the entire app.
|
2015-06-22 12:13:49 +02:00 |
|
 Robert SpeicherandDmitriy Zaporozhets
|
0f627f1c60
|
Fix raise_error without an argument deprecation warnings
|
2015-06-22 12:13:47 +02:00 |
|
 Robert SpeicherandDmitriy Zaporozhets
|
5a9ede4721
|
Update mock and stub syntax for specs
|
2015-06-22 12:13:46 +02:00 |
|
Dmitriy Zaporozhets
|
ae713ae8fc
|
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
doc/README.md
doc/install/installation.md
doc/update/6.x-or-7.x-to-7.12.md
doc/workflow/README.md
|
2015-06-17 11:25:59 +02:00 |
|
Robert Speicher
|
422236c71e
|
Change foo.should syntax to expect(foo).to in specs
|
2015-06-13 18:37:30 -04:00 |
|
Robert Speicher
|
75a40ad5bc
|
Change foo.should_not syntax to expect(foo).not_to in specs
|
2015-06-13 18:19:24 -04:00 |
|
Alex Lossent
|
7a52573681
|
Prevent LDAP group sync from removing a group's last owner
|
2015-06-05 11:06:08 +02:00 |
|
Dmitriy Zaporozhets
|
b2d45bb544
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
Conflicts:
app/controllers/uploads_controller.rb
app/helpers/application_helper.rb
app/models/note.rb
app/services/test_hook_service.rb
db/schema.rb
spec/models/note_spec.rb
|
2015-05-13 14:10:14 +03:00 |
|
Douwe Maan
|
125cb9b866
|
Don't accidentally unblock auto created users from Active Directory.
|
2015-05-12 11:26:43 +02:00 |
|
Dmitriy Zaporozhets
|
d01d0c02b7
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
app/controllers/admin/application_settings_controller.rb
app/controllers/groups/group_members_controller.rb
app/controllers/projects/deploy_keys_controller.rb
app/controllers/projects/project_members_controller.rb
app/models/concerns/mentionable.rb
app/models/project.rb
app/models/project_team.rb
app/models/service.rb
app/views/admin/application_settings/_form.html.haml
app/views/admin/groups/show.html.haml
app/views/groups/group_members/_new_group_member.html.haml
config/initializers/1_settings.rb
db/schema.rb
lib/gitlab/reference_extractor.rb
spec/lib/gitlab/reference_extractor_spec.rb
|
2015-04-15 19:22:57 +03:00 |
|
Douwe Maan
|
238e4f0295
|
Add config var to block auto-created LDAP users.
|
2015-04-14 17:09:05 +02:00 |
|
Jacob Vosmaer
|
65a3928b0b
|
Remove test for 'ldap' provider special case
|
2015-04-13 12:58:10 +02:00 |
|
Douwe Maan
|
4210d0f565
|
Skip email confirmation when updated via LDAP.
|
2015-04-06 14:18:45 +02:00 |
|
Dmitriy Zaporozhets
|
d3361e6d1b
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
Conflicts:
Gemfile.lock
app/controllers/admin/application_settings_controller.rb
app/controllers/groups/application_controller.rb
app/controllers/groups/group_members_controller.rb
app/controllers/projects/team_members_controller.rb
app/helpers/application_settings_helper.rb
app/helpers/projects_helper.rb
app/helpers/tab_helper.rb
app/models/application_setting.rb
app/models/user.rb
app/views/devise/shared/_signin_box.html.haml
app/views/groups/projects.html.haml
app/views/profiles/keys/_key.html.haml
app/views/projects/team_members/_form.html.haml
app/views/projects/team_members/index.html.haml
config/routes.rb
db/schema.rb
spec/lib/gitlab/ldap/access_spec.rb
|
2015-03-16 21:25:00 -07:00 |
|
Douwe Maan
|
8fed435208
|
Unblock user if they were unblocked in AD.
|
2015-03-13 22:34:11 +01:00 |
|
Dmitriy Zaporozhets
|
e7f4f0ae1d
|
Block user if he/she was blocked in Active Directory
|
2015-03-12 11:53:21 -07:00 |
|
Douwe Maan
|
54b0c78745
|
Ignore case of LDAP user DN when checking group membership.
|
2015-03-03 17:35:19 +01:00 |
|
Douwe Maan
|
99ffb0939c
|
Add tests for LDAP person SSH keys.
|
2015-03-01 12:18:47 +01:00 |
|
Douwe Maan
|
4a8a2f8021
|
Ignore LDAP SSH key prefix and invalid keys.
|
2015-02-25 17:08:29 +01:00 |
|
Marin Jankovski
|
1d11e28b6e
|
Update spec per rspec 2.99 requirements.
|
2015-02-16 13:11:39 -08:00 |
|
Marin Jankovski
|
7d9ef1124e
|
Merge remote-tracking branch 'ce/master' into merge_ce
Conflicts:
README.md
app/assets/javascripts/project.js.coffee
app/models/concerns/mentionable.rb
app/models/project.rb
app/models/project_services/jira_service.rb
app/models/service.rb
app/models/user.rb
app/services/git_push_service.rb
config/initializers/1_settings.rb
config/routes.rb
db/schema.rb
doc/integration/README.md
doc/integration/external-issue-tracker.md
doc/integration/github.md
spec/controllers/import/github_controller_spec.rb
spec/helpers/merge_requests_helper.rb
spec/lib/gitlab/upgrader_spec.rb
spec/models/note_spec.rb
spec/requests/api/groups_spec.rb
spec/services/git_push_service_spec.rb
|
2015-02-16 11:50:30 -08:00 |
|
Jeroen van Baarsen
|
0c4a70a306
|
Updated rspec to rspec 3.x syntax
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
|
2015-02-12 19:17:35 +01:00 |
|
Dmitriy Zaporozhets
|
9b140b22fb
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-into-ee
Conflicts:
Gemfile.lock
app/helpers/tab_helper.rb
config/routes.rb
db/schema.rb
|
2015-02-04 18:19:22 -08:00 |
|
Dmitriy Zaporozhets
|
ca701a9649
|
Improvements to LDAP::User model
* method #changed? also tracks changes of identites (fixes issue with email mapping)
* find ldap identity before initialize one
|
2015-01-29 13:28:41 -08:00 |
|
Valery Sizov
|
2f006f89a5
|
fix specs after merge CE -> EE
|
2014-12-08 13:11:33 +02:00 |
|
Dmitriy Zaporozhets
|
3bd66989de
|
Merge branch 'master' into ee-master
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
Gemfile
Gemfile.lock
VERSION
app/models/project.rb
app/models/user.rb
db/schema.rb
doc/install/installation.md
doc/update/6.x-or-7.x-to-7.5.md
doc/update/7.4-to-7.5.md
lib/gitlab/git_access.rb
spec/factories.rb
spec/lib/gitlab/git_access_spec.rb
|
2014-12-05 13:28:32 +02:00 |
|
Valery Sizov
|
f9a730ebb4
|
fix specs
|
2014-12-04 15:53:26 +02:00 |
|
Valery Sizov
|
3a5ed5260b
|
Supporting for multiple omniauth provider for the same user
|
2014-12-04 13:03:55 +02:00 |
|
Valery Sizov
|
9a3d36505f
|
Merge branch 'ee_master' into 7-4-stable-ee
Conflicts:
VERSION
|
2014-10-27 13:17:14 +02:00 |
|
Valery Sizov
|
dd559674e2
|
Merge branch '7-4-stable-ee' into ce_stable
Conflicts:
VERSION
lib/gitlab/ldap/adapter.rb
|
2014-10-24 13:37:25 +03:00 |
|
 Jacob VosmaerandValery Sizov
|
16a10eb1cd
|
Fix LDAP config lookup for provider 'ldap'
|
2014-10-24 12:53:32 +03:00 |
|
Jacob Vosmaer
|
472a6621e9
|
Fix LDAP config lookup for provider 'ldap'
|
2014-10-23 22:57:16 +02:00 |
|
Jan-Willem van der Meer
|
7389ab154e
|
Use server specific admin_group
|
2014-10-17 17:16:29 +02:00 |
|
Jan-Willem van der Meer
|
02fb3116d5
|
Add provider to LdapGroupLink tests
|
2014-10-16 12:28:47 +02:00 |
|
Jan-Willem van der Meer
|
23b692c701
|
Add specs for authentication and config
|
2014-10-14 09:31:38 +02:00 |
|
Jan-Willem van der Meer
|
5e1c39cb78
|
Merge tests to support Multiple LDAP groups
|
2014-10-13 17:33:44 +02:00 |
|