14 Nov, 2013
4 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
05 Nov, 2013
1 commit
04 Nov, 2013
3 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
The blocked? method is used to check whether a user exists in LDAP. Prior to this change, if the LDAP server had more objects below the one pointed to by the DN, those objects would also be picked up by the search, causing the method to determine the user should be blocked. One case where this can happen is when using Active Directory and a user have a mobile phone assigned. In this case, Exchange will add an entry called ExchangeActiveSyncDevices under the users entry. The user-visible behaviour is then that a user loses Gitlab access when he enables a mobile device. This fix sets the search scope to BaseObject in order to ensure that only the user itself is returned.
-
…gitlabhq into 6-2-stable
01 Nov, 2013
11 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
This reverts commit 03141bfccca2b61721a12f3bb17eb6308cfb0ec4.
-
This reverts commit 1ab324cb6721e374e11f4aac0fab0140f7fdacc5.
-
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
-
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
31 Oct, 2013
2 commits
28 Oct, 2013
1 commit
25 Oct, 2013
1 commit
22 Oct, 2013
3 commits
21 Oct, 2013
9 commits
-
change 6-1-stable to 6-2-stable in installation guide
-
corrected the url of the init-script
-
Seems like init.d/gitlab script from master branch is not working anymore. Change to a version from 6-0-stable works fine. It says: ``` Starting the GitLab Unicorn web server... /etc/init.d/gitlab: 132: /etc/init.d/gitlab: script/web: not found Starting the GitLab Sidekiq event dispatcher... /etc/init.d/gitlab: 141: /etc/init.d/gitlab: script/background_jobs: not found GitLab is not running. ```
20 Oct, 2013
5 commits
-
Use init.d/gitlab script from 6-0-stable branch
-
Show milestones iid instead of id