gitlab-org--gitlab-foss/app
Bob Van Landuyt 7684217d68 Enforces terms in the web application
This enforces the terms in the web application. These cases are
specced:

- Logging in: When terms are enforced, and a user logs in that has not
  accepted the terms, they are presented with the screen. They get
  directed to their customized root path afterwards.
- Signing up: After signing up, the first screen the user is presented
  with the screen to accept the terms. After they accept they are
  directed to the dashboard.
- While a session is active:
  - For a GET: The user will be directed to the terms page first,
    after they accept the terms, they will be directed to the page
    they were going to
  - For any other request: They are directed to the terms, after they
    accept the terms, they are directed back to the page they came
    from to retry the request. Any information entered would be
    persisted in localstorage and available on the page.
2018-05-04 13:54:43 +02:00
..
assets Enforces terms in the web application 2018-05-04 13:54:43 +02:00
controllers Enforces terms in the web application 2018-05-04 13:54:43 +02:00
finders show only groups an admin is a member of in dashboards/grops 2018-05-01 09:24:21 +00:00
helpers Allow a user to accept/decline terms 2018-05-04 13:54:43 +02:00
mailers Make avatar helpers available to emails 2018-04-26 11:28:02 +02:00
models Allow a user to accept/decline terms 2018-05-04 13:54:43 +02:00
policies Enforces terms in the web application 2018-05-04 13:54:43 +02:00
presenters Only show push-to-master authorized users 2018-04-24 13:59:41 +02:00
serializers Resolve "Improve tooltips of collapsed sidebars" 2018-04-19 14:43:20 +00:00
services Allow a user to accept/decline terms 2018-05-04 13:54:43 +02:00
uploaders Resolve "Avatar URLs are wrong when using a CDN path and Object Storage" 2018-04-23 16:59:53 +00:00
validators Rename allow_private_networks to allow_local_network 2018-04-02 17:24:19 +02:00
views Enforces terms in the web application 2018-05-04 13:54:43 +02:00
workers Merge branch 'move-notification-service-calls-to-sidekiq' into 'master' 2018-04-30 08:31:37 +00:00