Admin has more options on which clips to allow and deny
authorGeorgios Atheridis <georgios@atheridis.org>
Mon, 23 Jan 2023 14:03:54 +0000 (14:03 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Mon, 23 Jan 2023 14:03:54 +0000 (14:03 +0000)
commit816468ee3f3cbc0fd7f28ae090878232fd0e5b73
tree775a361e1acad94a71b5d0cd92f2e6996274401e
parent9e46b2c28c67928e76d72746f49de563868a0943
Admin has more options on which clips to allow and deny

The admin can now choose to only allow clips from specific channel,
clips that were made during a specific date or later, whether or not
the user who is uploading the clip also needs to be the one who has
clipped, and also added a cutoff point for being able to upload clips.

Fixed some timezone issues caused in the Clips model.
TODO
core/manager/admin.py
core/manager/errors.py
core/manager/migrations/0013_resetdata_clip_limit_to_channels_and_more.py [new file with mode: 0644]
core/manager/migrations/0014_allowedchannel.py [new file with mode: 0644]
core/manager/migrations/0015_remove_resetdata_clip_limit_to_channels_and_more.py [new file with mode: 0644]
core/manager/models.py
core/manager/request_clip.py
core/manager/views.py