OSDN Git Service

v1.0
authorgitlabhq <m@gitlabhq.com>
Thu, 13 Oct 2011 01:00:00 +0000 (04:00 +0300)
committergitlabhq <m@gitlabhq.com>
Thu, 13 Oct 2011 01:00:00 +0000 (04:00 +0300)
commit0f6ebcb694830b763f193a521c038b3d501a7abd
tree5640c4b74d656618c08d90862c4e222b8f359081
parent93efff945215a4407afcaf0cba15ac601b56df0d
v1.0
317 files changed:
.rails_footnotes [new file with mode: 0644]
.rspec [new file with mode: 0644]
.rvmrc [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.rdoc [new file with mode: 0644]
Rakefile [new file with mode: 0644]
VERSION [new file with mode: 0644]
app/assets/images/.directory [new file with mode: 0644]
app/assets/images/ajax-loader.gif [new file with mode: 0644]
app/assets/images/blueprint_add.png [new file with mode: 0644]
app/assets/images/blueprint_delete.png [new file with mode: 0644]
app/assets/images/blueprint_info.png [new file with mode: 0644]
app/assets/images/blueprint_notice.png [new file with mode: 0644]
app/assets/images/dir.png [new file with mode: 0644]
app/assets/images/favicon.ico [new file with mode: 0644]
app/assets/images/favicon.png [new file with mode: 0644]
app/assets/images/git.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-bg_flat_0_aaaaaa_40x100.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-bg_flat_75_ffffff_40x100.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-bg_glass_55_fbf9ee_1x400.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-bg_glass_75_dadada_1x400.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-bg_glass_75_e6e6e6_1x400.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-bg_glass_95_fef1ec_1x400.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-icons_222222_256x240.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-icons_2e83ff_256x240.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-icons_454545_256x240.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-icons_888888_256x240.png [new file with mode: 0644]
app/assets/images/jquery_ui/images/ui-icons_cd0a0a_256x240.png [new file with mode: 0644]
app/assets/images/list_view_icon.jpg [new file with mode: 0644]
app/assets/images/no_avatar.png [new file with mode: 0644]
app/assets/images/rails.png [new file with mode: 0644]
app/assets/images/txt.png [new file with mode: 0644]
app/assets/javascripts/application.js [new file with mode: 0644]
app/assets/javascripts/commits.js [new file with mode: 0644]
app/assets/javascripts/dashboard.js.coffee [new file with mode: 0644]
app/assets/javascripts/issues.js.coffee [new file with mode: 0644]
app/assets/javascripts/jquery-ui-1.8.16.custom.min.js [new file with mode: 0644]
app/assets/javascripts/jquery.cookie.js [new file with mode: 0644]
app/assets/javascripts/jquery.ui.selectmenu.js [new file with mode: 0644]
app/assets/javascripts/profile.js.coffee [new file with mode: 0644]
app/assets/javascripts/projects.js [new file with mode: 0644]
app/assets/stylesheets/application.css [new file with mode: 0644]
app/assets/stylesheets/dashboard.css.scss [new file with mode: 0644]
app/assets/stylesheets/highlight.css.scss [new file with mode: 0644]
app/assets/stylesheets/issues.css.scss [new file with mode: 0644]
app/assets/stylesheets/jquery.ui.selectmenu.css [new file with mode: 0644]
app/assets/stylesheets/profile.css.scss [new file with mode: 0644]
app/assets/stylesheets/projects.css.scss [new file with mode: 0644]
app/controllers/admin/mailer_controller.rb [new file with mode: 0644]
app/controllers/admin/projects_controller.rb [new file with mode: 0644]
app/controllers/admin/team_members_controller.rb [new file with mode: 0644]
app/controllers/admin/users_controller.rb [new file with mode: 0644]
app/controllers/application_controller.rb [new file with mode: 0644]
app/controllers/commits_controller.rb [new file with mode: 0644]
app/controllers/dashboard_controller.rb [new file with mode: 0644]
app/controllers/errors_controller.rb [new file with mode: 0644]
app/controllers/issues_controller.rb [new file with mode: 0644]
app/controllers/keys_controller.rb [new file with mode: 0644]
app/controllers/notes_controller.rb [new file with mode: 0644]
app/controllers/profile_controller.rb [new file with mode: 0644]
app/controllers/projects_controller.rb [new file with mode: 0644]
app/controllers/team_members_controller.rb [new file with mode: 0644]
app/helpers/admin/projects_helper.rb [new file with mode: 0644]
app/helpers/admin/users_helper.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/helpers/commits_helper.rb [new file with mode: 0644]
app/helpers/dashboard_helper.rb [new file with mode: 0644]
app/helpers/issues_helper.rb [new file with mode: 0644]
app/helpers/keys_helper.rb [new file with mode: 0644]
app/helpers/profile_helper.rb [new file with mode: 0644]
app/helpers/projects_helper.rb [new file with mode: 0644]
app/helpers/team_members_helper.rb [new file with mode: 0644]
app/mailers/.gitkeep [new file with mode: 0644]
app/mailers/notify.rb [new file with mode: 0644]
app/models/.gitkeep [new file with mode: 0644]
app/models/ability.rb [new file with mode: 0644]
app/models/issue.rb [new file with mode: 0644]
app/models/key.rb [new file with mode: 0644]
app/models/note.rb [new file with mode: 0644]
app/models/project.rb [new file with mode: 0644]
app/models/user.rb [new file with mode: 0644]
app/models/users_project.rb [new file with mode: 0644]
app/uploaders/attachment_uploader.rb [new file with mode: 0644]
app/views/admin/_top_menu.html.haml [new file with mode: 0644]
app/views/admin/mailer/preview.html.haml [new file with mode: 0644]
app/views/admin/projects/_form.html.haml [new file with mode: 0644]
app/views/admin/projects/edit.html.haml [new file with mode: 0644]
app/views/admin/projects/index.html.haml [new file with mode: 0644]
app/views/admin/projects/new.html.haml [new file with mode: 0644]
app/views/admin/projects/show.html.haml [new file with mode: 0644]
app/views/admin/team_members/_form.html.haml [new file with mode: 0644]
app/views/admin/team_members/edit.html.haml [new file with mode: 0644]
app/views/admin/team_members/index.html.haml [new file with mode: 0644]
app/views/admin/team_members/new.html.haml [new file with mode: 0644]
app/views/admin/team_members/show.html.haml [new file with mode: 0644]
app/views/admin/users/_form.html.haml [new file with mode: 0644]
app/views/admin/users/edit.html.haml [new file with mode: 0644]
app/views/admin/users/index.html.haml [new file with mode: 0644]
app/views/admin/users/new.html.haml [new file with mode: 0644]
app/views/admin/users/show.html.haml [new file with mode: 0644]
app/views/commits/_commits.html.haml [new file with mode: 0644]
app/views/commits/_diff.html.haml [new file with mode: 0644]
app/views/commits/_index.html.haml [new file with mode: 0644]
app/views/commits/index.html.haml [new file with mode: 0644]
app/views/commits/index.js.erb [new file with mode: 0644]
app/views/commits/show.html.haml [new file with mode: 0644]
app/views/commits/show.js.haml [new file with mode: 0644]
app/views/dashboard/index.html.haml [new file with mode: 0644]
app/views/devise/confirmations/new.html.erb [new file with mode: 0644]
app/views/devise/mailer/confirmation_instructions.html.erb [new file with mode: 0644]
app/views/devise/mailer/reset_password_instructions.html.erb [new file with mode: 0644]
app/views/devise/mailer/unlock_instructions.html.erb [new file with mode: 0644]
app/views/devise/passwords/edit.html.erb [new file with mode: 0644]
app/views/devise/passwords/new.html.erb [new file with mode: 0644]
app/views/devise/registrations/edit.html.erb [new file with mode: 0644]
app/views/devise/registrations/new.html.erb [new file with mode: 0644]
app/views/devise/sessions/new.html.erb [new file with mode: 0644]
app/views/devise/shared/_links.erb [new file with mode: 0644]
app/views/devise/unlocks/new.html.erb [new file with mode: 0644]
app/views/issues/_form.html.haml [new file with mode: 0644]
app/views/issues/_issues.html.haml [new file with mode: 0644]
app/views/issues/_show.html.haml [new file with mode: 0644]
app/views/issues/create.js.haml [new file with mode: 0644]
app/views/issues/edit.js.haml [new file with mode: 0644]
app/views/issues/index.html.haml [new file with mode: 0644]
app/views/issues/index.js.haml [new file with mode: 0644]
app/views/issues/new.js.haml [new file with mode: 0644]
app/views/issues/show.html.haml [new file with mode: 0644]
app/views/issues/update.js.haml [new file with mode: 0644]
app/views/keys/_form.html.haml [new file with mode: 0644]
app/views/keys/_show.html.haml [new file with mode: 0644]
app/views/keys/create.js.haml [new file with mode: 0644]
app/views/keys/edit.html.haml [new file with mode: 0644]
app/views/keys/index.html.haml [new file with mode: 0644]
app/views/keys/new.html.haml [new file with mode: 0644]
app/views/keys/new.js.haml [new file with mode: 0644]
app/views/layouts/_flash.html.haml [new file with mode: 0644]
app/views/layouts/_head_panel.html.erb [new file with mode: 0644]
app/views/layouts/application.html.haml [new file with mode: 0644]
app/views/layouts/notify.html.haml [new file with mode: 0644]
app/views/notes/_form.html.haml [new file with mode: 0644]
app/views/notes/_notes.html.haml [new file with mode: 0644]
app/views/notes/_show.html.haml [new file with mode: 0644]
app/views/notes/create.js.haml [new file with mode: 0644]
app/views/notify/new_issue_email.html.haml [new file with mode: 0644]
app/views/notify/new_user_email.html.haml [new file with mode: 0644]
app/views/notify/note_commit_email.html.haml [new file with mode: 0644]
app/views/notify/note_issue_email.html.haml [new file with mode: 0644]
app/views/notify/note_wall_email.html.haml [new file with mode: 0644]
app/views/profile/_top_menu.html.haml [new file with mode: 0644]
app/views/profile/index.html.haml [new file with mode: 0644]
app/views/profile/password.html.haml [new file with mode: 0644]
app/views/profile/show.html.haml [new file with mode: 0644]
app/views/projects/_form.html.haml [new file with mode: 0644]
app/views/projects/_list.html.haml [new file with mode: 0644]
app/views/projects/_projects_top_menu.html.haml [new file with mode: 0644]
app/views/projects/_side_panel.html.haml [new file with mode: 0644]
app/views/projects/_team.html.haml [new file with mode: 0644]
app/views/projects/_tile.html.haml [new file with mode: 0644]
app/views/projects/_top_menu.html.haml [new file with mode: 0644]
app/views/projects/_tree.html.haml [new file with mode: 0644]
app/views/projects/_tree_file.html.haml [new file with mode: 0644]
app/views/projects/_tree_item.html.haml [new file with mode: 0644]
app/views/projects/create.js.haml [new file with mode: 0644]
app/views/projects/edit.html.erb [new file with mode: 0644]
app/views/projects/empty.html.erb [new file with mode: 0644]
app/views/projects/index.html.haml [new file with mode: 0644]
app/views/projects/new.html.erb [new file with mode: 0644]
app/views/projects/show.html.haml [new file with mode: 0644]
app/views/projects/team.html.haml [new file with mode: 0644]
app/views/projects/tree.html.erb [new file with mode: 0644]
app/views/projects/tree.js.haml [new file with mode: 0644]
app/views/projects/update.js.haml [new file with mode: 0644]
app/views/projects/wall.html.haml [new file with mode: 0644]
app/views/team_members/_form.html.haml [new file with mode: 0644]
app/views/team_members/_show.html.haml [new file with mode: 0644]
app/views/team_members/create.js.haml [new file with mode: 0644]
app/views/team_members/new.js.haml [new file with mode: 0644]
app/views/team_members/update.js.haml [new file with mode: 0644]
config.ru [new file with mode: 0644]
config/application.rb [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/database.yml [new file with mode: 0644]
config/environment.rb [new file with mode: 0644]
config/environments/development.rb [new file with mode: 0644]
config/environments/production.rb [new file with mode: 0644]
config/environments/test.rb [new file with mode: 0644]
config/gitosis.yml [new file with mode: 0644]
config/initializers/backtrace_silencers.rb [new file with mode: 0644]
config/initializers/devise.rb [new file with mode: 0644]
config/initializers/inflections.rb [new file with mode: 0644]
config/initializers/load_config.rb [new file with mode: 0644]
config/initializers/mime_types.rb [new file with mode: 0644]
config/initializers/rails_footnotes.rb [new file with mode: 0644]
config/initializers/secret_token.rb [new file with mode: 0644]
config/initializers/session_store.rb [new file with mode: 0644]
config/initializers/wrap_parameters.rb [new file with mode: 0644]
config/locales/devise.en.yml [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
configure.rb [new file with mode: 0644]
db/fixtures/development/001_admin.rb [new file with mode: 0644]
db/fixtures/production/001_admin.rb [new file with mode: 0644]
db/fixtures/test/001_repo.rb [new file with mode: 0644]
db/migrate/20110913200833_devise_create_users.rb [new file with mode: 0644]
db/migrate/20110913204141_create_projects.rb [new file with mode: 0644]
db/migrate/20110914221600_create_users_projects.rb [new file with mode: 0644]
db/migrate/20110915205627_add_private_flag_to_project.rb [new file with mode: 0644]
db/migrate/20110915213352_create_keys.rb [new file with mode: 0644]
db/migrate/20110916123731_add_name_to_user.rb [new file with mode: 0644]
db/migrate/20110916162511_add_key_title_to_key.rb [new file with mode: 0644]
db/migrate/20110917212932_add_identifier_to_key.rb [new file with mode: 0644]
db/migrate/20110921192501_create_issues.rb [new file with mode: 0644]
db/migrate/20110922110156_add_code_to_project.rb [new file with mode: 0644]
db/migrate/20110923211333_add_status_to_issue.rb [new file with mode: 0644]
db/migrate/20110924214549_create_rails_admin_histories_table.rb [new file with mode: 0644]
db/migrate/20110924215658_add_admin_field_to_user.rb [new file with mode: 0644]
db/migrate/20110926082616_remove_admin.rb [new file with mode: 0644]
db/migrate/20110927130352_create_notes.rb [new file with mode: 0644]
db/migrate/20110928140106_add_project_id_for_note.rb [new file with mode: 0644]
db/migrate/20110928142747_change_noteable_id_for_note.rb [new file with mode: 0644]
db/migrate/20110928161328_add_attachment_to_note.rb [new file with mode: 0644]
db/migrate/20111005193700_add_allow_repo_creation_for_user.rb [new file with mode: 0644]
db/migrate/20111009101738_add_ownerto_project.rb [new file with mode: 0644]
db/migrate/20111009110913_add_projects_limit_to_user.rb [new file with mode: 0644]
db/migrate/20111009111204_remove_allow_create_repo_from_user.rb [new file with mode: 0644]
db/pkey.example [new file with mode: 0644]
db/schema.rb [new file with mode: 0644]
db/seeds.rb [new file with mode: 0644]
doc/README_FOR_APP [new file with mode: 0644]
install/prepare.rb [new file with mode: 0644]
lib/assets/.gitkeep [new file with mode: 0644]
lib/file_size_validator.rb [new file with mode: 0644]
lib/gitosis.rb [new file with mode: 0644]
lib/tasks/.gitkeep [new file with mode: 0644]
lib/utils.rb [new file with mode: 0644]
log/.gitkeep [new file with mode: 0644]
public/404.html [new file with mode: 0644]
public/422.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/gitosis_error.html [new file with mode: 0644]
public/index.html.example [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
script/rails [new file with mode: 0755]
spec/factories.rb [new file with mode: 0644]
spec/factory.rb [new file with mode: 0644]
spec/models/issue_spec.rb [new file with mode: 0644]
spec/models/key_spec.rb [new file with mode: 0644]
spec/models/note_spec.rb [new file with mode: 0644]
spec/models/project_security_spec.rb [new file with mode: 0644]
spec/models/project_spec.rb [new file with mode: 0644]
spec/models/user_spec.rb [new file with mode: 0644]
spec/models/users_project_spec.rb [new file with mode: 0644]
spec/monkeypatch.rb [new file with mode: 0644]
spec/requests/admin/admin_projects_spec.rb [new file with mode: 0644]
spec/requests/admin/admin_users_spec.rb [new file with mode: 0644]
spec/requests/admin/security_spec.rb [new file with mode: 0644]
spec/requests/commits_notes_spec.rb [new file with mode: 0644]
spec/requests/commits_spec.rb [new file with mode: 0644]
spec/requests/issues_notes_spec.rb [new file with mode: 0644]
spec/requests/issues_spec.rb [new file with mode: 0644]
spec/requests/keys_spec.rb [new file with mode: 0644]
spec/requests/profile_spec.rb [new file with mode: 0644]
spec/requests/projects_security_spec.rb [new file with mode: 0644]
spec/requests/projects_spec.rb [new file with mode: 0644]
spec/requests/projects_tree_spec.rb [new file with mode: 0644]
spec/requests/projects_wall_spec.rb [new file with mode: 0644]
spec/requests/team_members_spec.rb [new file with mode: 0644]
spec/requests/top_panel_spec.rb [new file with mode: 0644]
spec/requests/user_security_spec.rb [new file with mode: 0644]
spec/seed_project.tar.gz [new file with mode: 0644]
spec/spec_helper.rb [new file with mode: 0644]
spec/support/js_patch.rb [new file with mode: 0644]
spec/support/login.rb [new file with mode: 0644]
spec/support/matchers.rb [new file with mode: 0644]
spec/support/security.rb [new file with mode: 0644]
spec/support/shared_examples.rb [new file with mode: 0644]
spec/support/valid_commit.rb [new file with mode: 0644]
vendor/assets/stylesheets/.gitkeep [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/ie.css [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/buttons/icons/cross.png [new file with mode: 0755]
vendor/assets/stylesheets/blueprint/plugins/buttons/icons/key.png [new file with mode: 0755]
vendor/assets/stylesheets/blueprint/plugins/buttons/icons/tick.png [new file with mode: 0755]
vendor/assets/stylesheets/blueprint/plugins/buttons/readme.txt [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/buttons/screen.css [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/fancy-type/readme.txt [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/fancy-type/screen.css [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/doc.png [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/email.png [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/external.png [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/feed.png [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/im.png [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/lock.png [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/pdf.png [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/visited.png [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/icons/xls.png [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/readme.txt [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/link-icons/screen.css [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/rtl/readme.txt [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/plugins/rtl/screen.css [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/print.css [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/screen.css [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/src/forms.css [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/src/grid.css [new file with mode: 0755]
vendor/assets/stylesheets/blueprint/src/grid.png [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/src/ie.css [new file with mode: 0644]
vendor/assets/stylesheets/blueprint/src/print.css [new file with mode: 0755]
vendor/assets/stylesheets/blueprint/src/reset.css [new file with mode: 0755]
vendor/assets/stylesheets/blueprint/src/typography.css [new file with mode: 0644]
vendor/assets/stylesheets/jquery_ui/jquery-ui-1.8.16.custom.css [new file with mode: 0644]
vendor/plugins/.gitkeep [new file with mode: 0644]