04 Nov, 2013
1 commit
-
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.
01 Nov, 2013
7 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>
17 Oct, 2013
1 commit
-
It seems there is no easy way to count pattern occurences with String#match.
16 Oct, 2013
7 commits
-
Fixing unsafe use of Thread.current variable :current_user
15 Oct, 2013
2 commits
14 Oct, 2013
2 commits
11 Oct, 2013
4 commits
10 Oct, 2013
5 commits
-
Conflicts: doc/api/repositories.md Change-Id: I7ebc39b47ff860813d9622ba6776583536e6e384
-
defaults to HEAD Conflicts: spec/requests/api/repositories_spec.rb Change-Id: Id114aca6c59d75f18e49bf9f33809a04e010bfb6
09 Oct, 2013
6 commits
08 Oct, 2013
4 commits
-
Signed-off-by: Islam Amer <islam.amer@jollamobile.com>
07 Oct, 2013
1 commit