Skip to content
Snippets Groups Projects
  1. Jul 27, 2018
  2. Jul 11, 2018
  3. 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
  4. 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
  5. Sep 29, 2017
  6. Sep 28, 2017
  7. Jul 27, 2017
  8. Jul 25, 2017
  9. Jul 03, 2017
Loading