-
- Downloads
There was an error fetching the commit references. Please try again later.
Add option to disable project export on instance
Showing
- app/controllers/projects_controller.rb 5 additions, 0 deletionsapp/controllers/projects_controller.rb
- app/helpers/application_settings_helper.rb 1 addition, 0 deletionsapp/helpers/application_settings_helper.rb
- app/models/application_setting.rb 1 addition, 0 deletionsapp/models/application_setting.rb
- app/views/admin/application_settings/_form.html.haml 6 additions, 0 deletionsapp/views/admin/application_settings/_form.html.haml
- app/views/projects/_export.html.haml 41 additions, 0 deletionsapp/views/projects/_export.html.haml
- app/views/projects/edit.html.haml 1 addition, 36 deletionsapp/views/projects/edit.html.haml
- changelogs/unreleased/disable-project-export.yml 4 additions, 0 deletionschangelogs/unreleased/disable-project-export.yml
- doc/user/project/settings/import_export.md 3 additions, 0 deletionsdoc/user/project/settings/import_export.md
- lib/api/settings.rb 1 addition, 0 deletionslib/api/settings.rb
- spec/controllers/projects_controller_spec.rb 112 additions, 0 deletionsspec/controllers/projects_controller_spec.rb
- spec/features/admin/admin_settings_spec.rb 2 additions, 0 deletionsspec/features/admin/admin_settings_spec.rb
- spec/requests/api/settings_spec.rb 4 additions, 1 deletionspec/requests/api/settings_spec.rb
- spec/views/projects/edit.html.haml_spec.rb 13 additions, 1 deletionspec/views/projects/edit.html.haml_spec.rb
app/views/projects/_export.html.haml
0 → 100644
Please register or sign in to comment