notebook/app/models
Robert Richter 8706cf9109
Change is_public logic
Previously, Universe privacy was checked first. If it was private, then
any content within it was private. If it was public, only then would
the content's privacy be checked.

Now, both values are checked in an OR comparison. If either the universe
or content privacy is "public," then the content is public.
2016-09-22 15:30:56 -05:00
..
concerns Change is_public logic 2016-09-22 15:30:56 -05:00
content_groupers Add original and current owner relations, maker relations, for items 2016-09-03 17:50:21 -05:00
character.rb Add back is_public scope 2016-09-22 13:03:10 -05:00
item.rb Add author profile mvp 2016-09-05 23:48:06 -05:00
location.rb Add author profile mvp 2016-09-05 23:48:06 -05:00
ownership.rb add proof of concept editor 2016-07-31 00:20:28 -05:00
universe.rb Add HasPrivacy concern 2016-09-22 13:02:03 -05:00
user.rb Extract blacklisted User attributes into a method 2016-09-21 11:44:08 -05:00