Commit Graph

12 Commits

Author SHA1 Message Date
Andrew Brown
a2bb61ac55 fix document sharing 2020-03-04 00:14:45 -06:00
Andrew Brown
a9afedc73c replace old fab with material-ui speeddial 2020-02-06 23:39:59 -06:00
Andrew Brown
9c59bcb4de share polish for now 2020-02-06 21:59:19 -06:00
Andrew Brown
f22c084643 use privacytoggle component for universe toggling also 2020-02-06 21:16:05 -06:00
Andrew Brown
a710385084 wip new privacy toggle + modal 2020-02-06 20:40:19 -06:00
Andrew Brown
81bf57debc include link to new blog post about privacy: 2018-01-10 16:46:52 -06:00
Andrew Brown
fff5abf02e Style share modal 2017-02-23 14:41:02 +00:00
Andrew Brown
ff5314732f Content show/edit pages polish 2016-09-29 15:58:30 +02:00
Andrew Brown
2978c38102 Replace sharing toggles with an info message for content visitors 2016-09-23 23:33:11 +02:00
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
Robert Richter
3252962a9f
Clean up share box styles 2016-09-22 13:03:42 -05:00
Robert Richter
a0ffdc5ee8
Create "Share" modal dialog
Can only be opened by calling `$('#share-modal').openModal()`
2016-09-20 11:08:34 -05:00