moviewyrm/bookwyrm
Hugh Rundle 1a02af1450 allow members to see groups and their lists
- add additional logic to visible_to_user, for groups and their objects
- cleans up some queries in Group view

NOTE: I can't work out how to make group lists only visible
to users who should be able to see them, on user group listings.
They still can't access the actual group, but can see it on
user pages. This is potentialy problematic.
2021-09-27 20:24:25 +10:00
..
activitypub Updating string format syntax part 1 2021-09-17 21:39:18 -07:00
connectors Python formatting 2021-09-18 11:33:43 -07:00
importers Updating string format synatx part 2 2021-09-18 11:32:00 -07:00
management/commands Populate streams tasks 2021-08-07 17:44:40 -07:00
middleware Adds IP blocklist views 2021-09-17 13:04:10 -07:00
migrations Adds customizable invite request copy 2021-09-18 15:45:04 -07:00
models allow members to see groups and their lists 2021-09-27 20:24:25 +10:00
static fix UI for group curated list editing 2021-09-27 11:03:41 +10:00
templates fix local_path for groups 2021-09-27 19:27:39 +10:00
templatetags better logic for identifying group manager 2021-09-25 20:23:59 +10:00
tests String formatting for status view tests 2021-09-22 10:55:51 -07:00
utils Updating string format synatx part 2 2021-09-18 11:32:00 -07:00
views allow members to see groups and their lists 2021-09-27 20:24:25 +10:00
__init__.py rename main code directory 2020-09-17 13:30:54 -07:00
activitystreams.py Updating string format synatx part 3 2021-09-20 16:45:26 -07:00
admin.py Adds model for instance admin announcements 2021-05-19 14:00:46 -07:00
context_processors.py Adds javascript cache value to templates 2021-09-10 10:57:16 -07:00
emailing.py Python formatting 2021-09-18 11:33:43 -07:00
forms.py better urls and views for group creation and editing 2021-09-27 15:38:05 +10:00
imagegenerators.py Fix lint 2021-06-19 19:44:14 +02:00
preview_images.py Fixes missing f format in preview image string 2021-09-20 17:40:59 -07:00
redis_store.py Actually use provided stoers list 2021-08-23 10:48:23 -07:00
sanitize_html.py Updating string format syntax part 1 2021-09-17 21:39:18 -07:00
settings.py Correctly use custom postgres ports 2021-09-22 08:13:31 -07:00
signatures.py Updating string format syntax part 1 2021-09-17 21:39:18 -07:00
status.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
storage_backends.py Fix R1725: Consider using Python 3 style super() without arguments 2021-08-04 11:58:53 +02:00
suggested_users.py Updating string format syntax part 1 2021-09-17 21:39:18 -07:00
tasks.py Simply celery settings 2021-09-07 14:02:03 -07:00
urls.py clean up stray code mess 2021-09-27 16:50:51 +10:00
wsgi.py Updates migrations 2020-09-21 08:10:37 -07:00