BigW Consortium Gitlab

  1. 30 Jun, 2017 1 commit
  2. 06 Apr, 2017 1 commit
    • ProjectsFinder should handle more options · b996a82f
      Jacopo authored
      Extended ProjectFinder in order to handle the following options:
       - current_user - which user use
       - project_ids_relation: int[] - project ids to use
       - params:
         -  trending: boolean
         -  non_public: boolean
         -  starred: boolean
         -  sort: string
         -  visibility_level: int
         -  tags: string[]
         -  personal: boolean
         -  search: string
         -  non_archived: boolean
      
      GroupProjectsFinder now inherits from ProjectsFinder.
      Changed the code in order to use the new available options.
  3. 26 Mar, 2017 1 commit
  4. 16 Nov, 2016 1 commit
    • Limit labels returned for a specific project as an administrator · c4447415
      Robert Speicher authored
      Prior, an administrator viewing a project's Labels page would see _all_
      labels from every project they had access to, rather than only the
      labels of that specific project (if any).
      
      This was not an information disclosure, as admins have access to
      everything, but it was a performance issue.
  5. 01 Nov, 2016 2 commits
  6. 28 Oct, 2016 1 commit
  7. 25 Oct, 2016 5 commits
  8. 19 Oct, 2016 10 commits