Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 11月 29, 2023
  2. 8月 03, 2023
  3. 4月 06, 2023
    • Matthias Kaeppler's avatar
      Remove Awareness related code · 85fda49f
      Matthias Kaeppler 创作于
      This feature was part of the REID SEG and never
      shipped.
      
      The code removed was originally put in place to prepare
      the next steps, which never happened.
      85fda49f
  4. 8月 17, 2022
  5. 8月 01, 2022
  6. 7月 25, 2022
  7. 7月 19, 2022
    • Hannes Moser's avatar
      Add AwarenessChannel for Awareness session subscriptions · 709e8889
      Hannes Moser 创作于
      The awareness channel allows clients to subscribe to
      changes in an Awareness session via a Websocket
      connection. It also enables clients to report back any
      activity (touch) from their side, and request updates
      to the current state of the awareness session.
      709e8889
  8. 7月 15, 2022
    • Drew Blessing's avatar
      Hash passwords with PBKDF2+SHA512 · 4ee628f7
      Drew Blessing 创作于
      Encrypt all new passwords with PBKDF2 with SHA512 and migrate from
      BCrypt to each time the user's password is compared. Feature is
      behind a default-disabled feature flag for now.
      
      Changelog: added
      4ee628f7
  9. 2月 02, 2022
    • Markus Koller's avatar
      Treat API requests from the frontend as web traffic in the rate limiter · e77b3686
      Markus Koller 创作于
      This will allow us to impose stricter rate limits for general API
      traffic, without affecting interactive API requests made by the
      frontend during normal GitLab usage.
      
      The frontend requests are identified by the inclusion of a CSRF token
      in the headers.
      
      Other rate limits that only affect a subset of API requests (e.g. the
      Files and Packages APIs, or protected paths) still take precedence,
      i.e. requests for these paths will always be matched even if they
      include a CSRF token.
      
      Changelog: changed
      e77b3686
  10. 1月 21, 2022
  11. 12月 23, 2021
  12. 12月 22, 2021
    • Markus Koller's avatar
      Treat API requests from the frontend as web traffic in the rate limiter · 7b54a4b5
      Markus Koller 创作于
      This will allow us to impose stricter rate limits for general API
      traffic, without affecting interactive API requests made by the
      frontend during normal GitLab usage.
      
      The frontend requests are identified by the inclusion of a CSRF token
      in the headers.
      
      Other rate limits that only affect a subset of API requests (e.g. the
      Files and Packages APIs, or protected paths) are affected by this too,
      i.e. requests for these paths with a CSRF token will always be counted
      as web traffic, if the web rate limit is enabled.
      
      Changelog: changed
      7b54a4b5
  13. 11月 23, 2021
  14. 5月 14, 2021
  15. 10月 02, 2020
  16. 6月 03, 2020
  17. 6月 02, 2020
  18. 4月 30, 2020
加载中