An error occurred fetching the project authors.
  1. 06 Apr, 2017 1 commit
    • Jacopo's avatar
      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.
      b996a82f
  2. 14 Nov, 2016 1 commit
  3. 12 Nov, 2016 4 commits
  4. 10 Nov, 2016 1 commit
  5. 19 Mar, 2016 1 commit
  6. 13 Mar, 2016 2 commits
  7. 03 Mar, 2016 1 commit
    • Dmitriy Zaporozhets's avatar
      Refactor projects list · 7455d950
      Dmitriy Zaporozhets authored
      1. Fix double bottom border if pagination
      2. Fix broken search on forks page
      4. Remove duplicate js logic
      4. Remove unused show all link
      5. Remove duplicate “no project” message in different views
      
      After this merge request you can easily render shared projects template
      with all necessary html/js included to make searchable list with
      pagination. All you need to provide is controller that returns
      projects list with seach nad pagination and render html form with
      project-filter-form id and text field with filter_projects name.
      Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
      7455d950
  8. 02 Mar, 2016 1 commit
  9. 01 Mar, 2016 1 commit
  10. 27 Feb, 2016 2 commits
  11. 19 Feb, 2016 1 commit
  12. 17 Feb, 2016 1 commit
  13. 16 Feb, 2016 1 commit
  14. 20 Jan, 2016 5 commits
  15. 21 Dec, 2015 1 commit
  16. 18 Dec, 2015 2 commits
  17. 11 Sep, 2015 1 commit
  18. 30 Apr, 2015 1 commit
  19. 20 Apr, 2015 1 commit
  20. 20 Feb, 2015 1 commit
  21. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  22. 13 Nov, 2014 1 commit