1. 12 5月, 2018 2 次提交
  2. 11 5月, 2018 2 次提交
  3. 10 5月, 2018 4 次提交
  4. 09 5月, 2018 3 次提交
  5. 08 5月, 2018 7 次提交
  6. 07 5月, 2018 13 次提交
  7. 04 5月, 2018 4 次提交
    • M
      AutoDevOps Docs fix invalid external link · 6386b412
      Mark Fletcher 提交于
      6386b412
    • B
      Enforces terms in the web application · 7684217d
      Bob Van Landuyt 提交于
      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
    • B
      Store application wide terms · 3d6d0a09
      Bob Van Landuyt 提交于
      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
    • W
      Clarify location of Vue templates · 7f107539
      Winnie Hellmann 提交于
      7f107539
  8. 03 5月, 2018 1 次提交
  9. 02 5月, 2018 2 次提交
  10. 01 5月, 2018 2 次提交
    • J
      Enable LFS setting UI for Masters and Owners · 564050ec
      James Ramsay 提交于
      LFS can be enabled and disabled per project using the API by Masters
      and Owners, but the UI is only available to Admins. The interface and
      API should be consistent.
      
      LFS can also be enabled and disabled per group using the API by Owners,
      but the UI is only available to Admins. This interface should also be
      consistent.
      
      Additionally removes an unneeded check if 2FA interface, since the
      interface is only available to Owners.
      
      Closes #33320
      564050ec
    • J
      Merge request and commit discussions API · 7a76caa5
      Jan Provaznik 提交于
      7a76caa5