• Dmitriy Zaporozhets's avatar
    Merge branch 'issue_13648' into 'master' · e11ab453
    Dmitriy Zaporozhets authored
    Improve implementation to check read access to forks and add pagination.
    
    Fixes #13648
    
    The following optimizations where made:
    
    - Pagination was added.
    - Code to check for read permissions to forks was optimized, in the past we were doing too many queries for each project.
    
    See merge request !2991
    e11ab453
forks_controller.rb 2.08 KB