Skip to content
Snippets Groups Projects
  1. Jul 30, 2018
  2. Jul 27, 2018
  3. Jul 26, 2018
  4. Jul 19, 2018
  5. Jul 10, 2018
  6. Jun 26, 2018
  7. Jun 22, 2018
  8. Jun 13, 2018
  9. Jun 08, 2018
  10. Jun 04, 2018
  11. May 31, 2018
  12. May 29, 2018
  13. May 28, 2018
  14. May 24, 2018
  15. May 21, 2018
  16. May 07, 2018
  17. May 04, 2018
    • Bob Van Landuyt's avatar
      Enforces terms in the web application · 7684217d
      Bob Van Landuyt authored
      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.
      7684217d
    • Bob Van Landuyt's avatar
      Store application wide terms · 3d6d0a09
      Bob Van Landuyt authored
      This allows admins to define terms in the application settings.
      
      Every time the terms are adjusted, a new version is stored and becomes
      the 'active' version. This allows tracking which specific version was
      accepted by a user.
      3d6d0a09
    • Bob Van Landuyt's avatar
      Add `Term` model to keep track of terms · cf37bef2
      Bob Van Landuyt authored
      That way we can link a users acceptance of terms directly to a terms record.
      cf37bef2
  18. Apr 23, 2018
  19. Apr 13, 2018
  20. Apr 12, 2018
  21. Apr 11, 2018
  22. Apr 04, 2018
Loading