OpenlyOne / openly-rails

"GitHub" for Google Drive [inactive]
https://www.open.ly/
GNU General Public License v3.0
21 stars 1 forks source link

Profile page: Show only projects that user can view #310

Closed FinnWoelm closed 5 years ago

FinnWoelm commented 5 years ago

On the profile page, show only projects that the user can view (such as public projects or private projects where the user is a collaborator). Private projects that the user cannot view are no longer shown. That is good because they were meant to be private in the first place.

Resolves #302.

codecov-io commented 5 years ago

Codecov Report

Merging #310 into development will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #310      +/-   ##
===============================================
+ Coverage         99.6%   99.61%   +<.01%     
===============================================
  Files              128      128              
  Lines             2820     2824       +4     
===============================================
+ Hits              2809     2813       +4     
  Misses              11       11
Impacted Files Coverage Δ
app/controllers/profiles_controller.rb 100% <ø> (ø) :arrow_up:
app/models/project.rb 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ca72a06...31d0d16. Read the comment docs.