Skip to content
  1. Sep 05, 2018
  2. Aug 01, 2018
  3. Jul 04, 2018
  4. Jul 01, 2018
  5. Jun 29, 2018
  6. Jun 21, 2018
  7. Jun 15, 2018
  8. Jun 13, 2018
  9. Jun 11, 2018
  10. Jun 08, 2018
  11. Jun 07, 2018
  12. Jun 06, 2018
  13. Jun 01, 2018
  14. May 31, 2018
  15. May 29, 2018
  16. May 28, 2018
  17. May 21, 2018
  18. May 16, 2018
  19. May 15, 2018
  20. May 09, 2018
  21. 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
  22. Apr 25, 2018
  23. Apr 19, 2018
  24. Apr 17, 2018
  25. Apr 04, 2018
  26. Mar 27, 2018
  27. Mar 12, 2018
  28. Mar 07, 2018
  29. Mar 05, 2018
  30. Mar 01, 2018
  31. Feb 22, 2018