-
- Downloads
There was an error fetching the commit references. Please try again later.
Add Git hook to validate maximum file size.
Showing
- CHANGELOG-EE 1 addition, 0 deletionsCHANGELOG-EE
- app/controllers/admin/git_hooks_controller.rb 1 addition, 1 deletionapp/controllers/admin/git_hooks_controller.rb
- app/controllers/projects/git_hooks_controller.rb 1 addition, 1 deletionapp/controllers/projects/git_hooks_controller.rb
- app/models/git_hook.rb 5 additions, 1 deletionapp/models/git_hook.rb
- app/views/admin/application_settings/_form.html.haml 1 addition, 1 deletionapp/views/admin/application_settings/_form.html.haml
- app/views/layouts/nav/_admin.html.haml 2 additions, 2 deletionsapp/views/layouts/nav/_admin.html.haml
- app/views/shared/_git_hooks_form.html.haml 9 additions, 1 deletionapp/views/shared/_git_hooks_form.html.haml
- db/migrate/20150605131047_add_max_file_size_to_git_hooks.rb 5 additions, 0 deletionsdb/migrate/20150605131047_add_max_file_size_to_git_hooks.rb
- db/schema.rb 17 additions, 7 deletionsdb/schema.rb
- lib/gitlab/git_access.rb 11 additions, 0 deletionslib/gitlab/git_access.rb
- spec/lib/gitlab/git_access_spec.rb 18 additions, 0 deletionsspec/lib/gitlab/git_access_spec.rb
Please register or sign in to comment