20 Nov, 2013
4 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
19 Nov, 2013
3 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
13 Nov, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
11 Nov, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
07 Nov, 2013
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
05 Nov, 2013
1 commit
-
Now you are able to create a new file in repository from your browser. You are not allowed to create a file if file with same name already exists in the repo. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
03 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
2 commits
-
This reverts commit ce75f46bf7adb96ccc20f8ef3be581898ef05681.
-
This reverts commit aca7f56fef15da8cbe66ec88c1d1a364d4ae8181.
31 Oct, 2013
1 commit
-
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
29 Oct, 2013
1 commit
-
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
24 Oct, 2013
2 commits
-
If you enable GitLab CI for project you will be able to clone project source code with next command: git clone http://gitlab-ci-token:XXXXXXXXXXXX@host:project.git Requires for GitLab CI 4.0
-
Fixes #4831, #4865, #4932
15 Oct, 2013
1 commit
07 Oct, 2013
1 commit
04 Oct, 2013
2 commits
22 Sep, 2013
2 commits
-
fixed a test a broke in the configurable theme PR Change-Id: Id894506941bc01ab0d259d48ca7ff9b80bb2c57e
-
-when logging in if users are allowed to login with just usernames in ldap we will update uid of the user if their uid is out of date Conflicts: spec/lib/auth_spec.rb Change-Id: Ia171b3d5133da86edc18c0d08ecfaf6a174f2574
14 Sep, 2013
1 commit
11 Sep, 2013
2 commits
-
Change-Id: Ia723321a5cb05deb626d34c7d8d78194e049b1f0
-
-calling build_user will now apply defaults and only override them if as: :admin is set Change-Id: Id1d938c0967752ecc14370af54f2d88128d18c44
04 Sep, 2013
5 commits
-
* show highlights when replace empty line with content * show inline diff when replace line with spaces with content
-
Authenticate or create users from OAuth providers
03 Sep, 2013
1 commit
02 Sep, 2013
3 commits
27 Aug, 2013
1 commit
-
Show permissions for all project. Add ability to remove user from group if not an owner Remove unnecessary admin controller
26 Aug, 2013
2 commits
-
When that branch contain a '/' in the branch name. Fix for git over HTTP
25 Aug, 2013
1 commit
-
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this.