25 Sep, 2013
10 commits
-
* Hooks and team pages allowed only for masters/owners * Group page allowed for admin * Corrent authentication for Projects controller * Hide some project elements from visitor
24 Sep, 2013
12 commits
-
* Render right layout depends on current_user * show sample git username/email when repo is empty * Show extra info when browsing public area * Fixed some tests related to public projects * show comments in read-only for public projects * Remove old public routing
-
We sometimes encounter connectivity issues where gitlab-shell cannot make API calls to the Rails application. There is a self-test script `gitlab-shell/bin/check` that tries to connect to the API; this commit runs that script as part of `rake gitlab:check`.
22 Sep, 2013
15 commits
-
Allows username only updates to ldap properties
-
fixed a test a broke in the configurable theme PR Change-Id: Id894506941bc01ab0d259d48ca7ff9b80bb2c57e
-
Change-Id: Ifd77615b3b92d7d8bca92b8875aa8204356cfd85
-
-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
-
Remove old assets before compiling new ones
-
Prevent empty public projects from throwing exceptions
-
Make users theme configurable
-
Fix API::MergeRequest
-
…nstall document (1.7.1)
-
Change-Id: I02814fb47edcc915309183547cc8dcb165100f4f
-
GITLAB-1262 Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a Conflicts: app/models/user.rb config/initializers/1_settings.rb spec/models/user_spec.rb
-
Fixes #5144 Refs #4996
21 Sep, 2013
3 commits