moviewyrm/bookwyrm/models
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
..
__init__.py update group and list models 2021-09-26 15:50:15 +10:00
activitypub_mixin.py Updating string format synatx part 2 2021-09-18 11:32:00 -07:00
announcement.py Makes extra content optional 2021-05-20 12:40:03 -07:00
antispam.py Adds IP blocklist model 2021-09-17 11:58:59 -07:00
attachment.py New version of black, new whitespace 2021-04-26 09:15:42 -07:00
author.py Updating string format synatx part 2 2021-09-18 11:32:00 -07:00
base_model.py allow members to see groups and their lists 2021-09-27 20:24:25 +10:00
book.py Updating string format synatx part 2 2021-09-18 11:32:00 -07:00
connector.py Updating string format synatx part 2 2021-09-18 11:32:00 -07:00
favorite.py Move notifications to signals 2021-09-22 09:24:39 -07:00
federated_server.py Use readable/translatable strings for db choices 2021-09-11 14:23:47 -07:00
fields.py Python formatting 2021-09-18 11:33:43 -07:00
group.py fix local_path for groups 2021-09-27 19:27:39 +10:00
import_job.py Remove unused import 2021-09-22 10:42:42 -07:00
list.py change group owner from 'manager' to 'user' 2021-09-27 15:36:41 +10:00
notification.py Encompass all status models in notification signal 2021-09-22 11:10:37 -07:00
readthrough.py Create model function to update user last active date 2021-09-22 08:35:20 -07:00
relationship.py Updating string format synatx part 2 2021-09-18 11:32:00 -07:00
report.py Move notifications to signals 2021-09-22 09:24:39 -07:00
shelf.py Updating string format synatx part 2 2021-09-18 11:32:00 -07:00
site.py Fixes string formatting in site model 2021-09-20 17:19:26 -07:00
status.py Move notifications to signals 2021-09-22 09:24:39 -07:00
user.py Create model function to update user last active date 2021-09-22 08:35:20 -07:00