- 05 Jun, 2015 2 commits
-
-
Douwe Maan authored
Prevent LDAP group sync from removing a group's last owner As discussed with Patricio in support request 3151 When setting up LDAP group sync, users can easily lock themselves out of their own group (cf. http://doc.gitlab.com/ee/integration/ldap.html#locking-yourself-out-of-your-own-group). The group may be left without any owner and requires intervention of the GitLab Administrators - a significant burden for a large deployment. In order to avoid this situation, this patch prevents the LDAP group sync from removing the last owner of a group, in the same way GitLab does not allow removing the last owner of a group via the Members page. This "last owner" is left in place until a new owner is nominated, the next sync after that will remove him/her. See merge request !7
-
Alex Lossent authored
-
- 04 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 02 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Show "Remove logo" buttons only when Appearance settings are persisted This also adds the CarrierWave cache fields to the form as recommended by https://github.com/carrierwaveuploader/carrierwave#making-uploads-work-across-form-redisplays so that uploaded files aren't lost between form submits (i.e., when there are errors on the form). See gitlab/gitlabhq#2356 See merge request !410
-
- 01 Jun, 2015 1 commit
-
-
Marc Radulescu authored
-
- 30 May, 2015 1 commit
-
-
Robert Speicher authored
This also adds the CarrierWave cache fields to the form as recommended by https://github.com/carrierwaveuploader/carrierwave#making-uploads-work-across-form-redisplays so that uploaded files aren't lost between form submits (i.e., when there are errors on the form).
-
- 28 May, 2015 3 commits
-
-
Job van der Voort authored
Fixing name for "branded login page" I think that it would be easier to find this document with the name "Changing the appearance of the login page". I added the change to the doc and to the link. See merge request !408
-
Marin Jankovski authored
update changelog for 7.11.4 See merge request !409
-
Job van der Voort authored
-
- 27 May, 2015 10 commits
-
-
Karen Carias authored
-
Karen Carias authored
-
Karen Carias authored
-
Marin Jankovski authored
Enhance the LDAP group synchronization The response of our company's LDAP for a group looks like this: ``` dn: <dn-of-the-selected-group> cn: <name-of-the-selected-group> submember: uid=<username-of-a-submember> member: uid=<username-of-a-member> ``` So the current implementation of the LDAP group synchronization in GitLab can't find any registered user in such a group. This merge request will fix this. This is a "copy" of this merge request https://gitlab.com/subscribers/gitlab-ee/merge_requests/27 that was in the wrong repository. See merge request !1
-
Robin Müller authored
-
Robin Müller authored
- a group within our company LDAP contains members and submembers --> also the submember attributes need to be check for the LDAP group synchronization
-
Robin Müller authored
- the member attribute of groups provided by our company LDAP contains only a the members userid prefixed by 'uid=' an not the full dn of the user --> the member attribute has to be checked also for this value
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Render "Enterprise Edition" on help page with dark font. Addresses internal issue https://dev.gitlab.org/gitlab/gitlab-ee/issues/284. See merge request !3
-
Dmitriy Zaporozhets authored
Fix error when viewing merge request with a commit that includes "Closes #<issue id>". https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/488 was giving a 500 error, and the logs showed this was the error. I'm not yet sure why project would be `nil` in this case, but that's another issue. cc @rspeicher See merge request !2
-
- 26 May, 2015 1 commit
-
-
Douwe Maan authored
Fix leftover user checks for git_annex after refactoring Fixes #291 See merge request !404
-
- 25 May, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 22 May, 2015 6 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Marin Jankovski authored
-
Job van der Voort authored
Added info about active users Added a small definition for users in EE, based on Tweet https://twitter.com/SeanSith/status/595386784760082432 See merge request !403
-
- 21 May, 2015 5 commits
-
-
Karen Carias authored
-
Job van der Voort authored
Validate maximum active user count up until license issue date. Step 1 of #298 cc @sytse @job See merge request !402
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 20 May, 2015 2 commits
-
-
Job van der Voort authored
update download info See merge request !398
-
Job van der Voort authored
-
- 15 May, 2015 5 commits
-
-
Job van der Voort authored
CE to EE Fixes gitlab/gitlabhq#2330 See merge request !396
-
Job van der Voort authored
Update installation/update guides for 7.11. See merge request !397
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Conflicts: app/views/help/index.html.haml lib/gitlab/git_access.rb public/500.html public/502.html
-
Dmitriy Zaporozhets authored
Fix push event. Fixes issue with !653. See merge request !663
-