OSDN Git Service

Public git read-only access via http
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Thu, 10 Jan 2013 18:17:57 +0000 (20:17 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 13 Jan 2013 15:25:18 +0000 (17:25 +0200)
commit4c6224aad173a26f1fbe20588b4b155f031d779f
tree8aaae3125c304094e2b5203b44bf977af995be22
parenteb626edd3fe2602321080e231cf748afc86d4700
Public git read-only access via http
app/controllers/public/projects_controller.rb [new file with mode: 0644]
app/models/project.rb
app/views/admin/projects/_form.html.haml
app/views/admin/projects/show.html.haml
app/views/layouts/public.html.haml [new file with mode: 0644]
app/views/public/projects/index.html.haml [new file with mode: 0644]
config/routes.rb
db/migrate/20130110172407_add_public_to_project.rb [new file with mode: 0644]
db/schema.rb
lib/gitlab/backend/grack_auth.rb