An error occurred fetching the project authors.
  1. 04 Feb, 2022 1 commit
    • Alex Kalderimis's avatar
      Pass gl_auth_type as part of devise OmniAuth flow · 921b2fe0
      Alex Kalderimis authored
      This adds a new communication flow for OmniAuth logins between
      GitLab instances. When we set up the application, we attempt to detect
      if the appliation is being used for authentication (via a query
      parameter), and if so, enforce the use of a restricted scope, preventing
      login apps gaining full API access.
      921b2fe0
  2. 25 Jan, 2022 1 commit
  3. 21 Apr, 2021 1 commit
  4. 20 Apr, 2021 1 commit
  5. 07 Feb, 2021 1 commit
    • Steve Abrams's avatar
      RubyGems API skeleton and authentication · a2443059
      Steve Abrams authored
      Add empty endpoints for RubyGems API
      implementation.
      
      Add a new set of authentication resolvers and locator
      
      - :auth_token locator gets a token from Authorization header
        without a Bearer or Token prefix
      
      - Refactor existing resolvers with _with_username suffix
      
      - Add resolvers for tokens without usernames
      a2443059
  6. 09 Nov, 2020 1 commit
  7. 28 Sep, 2020 1 commit
  8. 18 Sep, 2020 1 commit
  9. 02 Sep, 2020 1 commit
  10. 01 Sep, 2020 1 commit
  11. 26 Aug, 2020 1 commit
    • Bob Van Landuyt's avatar
      Move pages async when transferring projects · e75847ce
      Bob Van Landuyt authored
      When moving a project across namespaces, the pages need to be moved on
      disk if there are any.
      
      This performs that move in the background if there are pages, but
      skips the move if there aren't any, to avoid unnecessary jobs.
      
      It also performs the move or the scheduling of the database
      transaction.
      e75847ce
  12. 25 Aug, 2020 1 commit
  13. 18 Aug, 2020 1 commit
  14. 17 Aug, 2020 1 commit
  15. 04 Aug, 2020 1 commit
  16. 03 Aug, 2020 1 commit