Merge branch 'bvl-enforce-terms' into 'master'
Enforce application wide terms
Closes #44798
See merge request gitlab-org/gitlab-ce!18570
Showing
app/assets/stylesheets/framework/terms.scss
0 → 100644
app/controllers/users/terms_controller.rb
0 → 100644
app/models/application_setting/term.rb
0 → 100644
app/models/term_agreement.rb
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/layouts/terms.html.haml
0 → 100644
app/views/users/terms/index.html.haml
0 → 100644
changelogs/unreleased/bvl-enforce-terms.yml
0 → 100644
50.8 KB
201 KB
doc/user/admin_area/settings/terms.md
0 → 100644
This diff is collapsed.
Click to expand it.
spec/factories/term_agreements.rb
0 → 100644
spec/factories/terms.rb
0 → 100644
spec/features/users/terms_spec.rb
0 → 100644
spec/models/application_setting/term_spec.rb
0 → 100644
spec/models/term_agreement_spec.rb
0 → 100644
spec/support/helpers/terms_helper.rb
0 → 100644