Skip to content
Snippets Groups Projects
  1. Jul 27, 2018
  2. Jul 26, 2018
  3. Jul 25, 2018
  4. Jul 24, 2018
  5. Jul 12, 2018
  6. Jul 11, 2018
  7. Jul 10, 2018
  8. Jul 06, 2018
  9. Jul 05, 2018
  10. Jun 20, 2018
  11. Jun 06, 2018
  12. Jun 01, 2018
  13. May 16, 2018
  14. May 15, 2018
  15. May 10, 2018
    • Bob Van Landuyt's avatar
      Allows `access_(git|api)` to anonymous users · d801dd17
      Bob Van Landuyt authored
      The `access_git` and `access_api` were currently never checked for
      anonymous users. And they would also be allowed access:
      
        An anonymous user can clone and pull from a public repo
      
        An anonymous user can request public information from the API
      
      So the policy didn't actually reflect what we were enforcing.
      d801dd17
    • Bob Van Landuyt's avatar
      Block access to API & git when terms are enforced · f7f13f9d
      Bob Van Landuyt authored
      When terms are enforced, but the user has not accepted the terms
      access to the API & git is rejected with a message directing the user
      to the web app to accept the terms.
      f7f13f9d
  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
      Allow a user to accept/decline terms · 10aa55a7
      Bob Van Landuyt authored
      When a user accepts, we store this in the agreements to keep track of
      which terms they accepted. We also update the flag on the user.
      10aa55a7
    • Bob Van Landuyt's avatar
      Make the user dropdown reusable · 17b25bd2
      Bob Van Landuyt authored
      We will reuse the the dropdown, but exclude some menu items based on
      permissions.
      
      So moving the menu to a partial, and adding checks for each menu item here.
      17b25bd2
  18. Apr 23, 2018
  19. Apr 11, 2018
  20. Apr 10, 2018
  21. Apr 07, 2018
Loading