slotlist / slotlist-backend

Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
https://slotlist.info
MIT License
13 stars 6 forks source link

Check mission visibility while loading user/community missions #21

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

The mission visibility setting is currently only checked when loading the (general) mission list/details, however the user and community pages still load all missions associated - regardless of visibility to the user. This leads to users potentially seeing missions they should not be able to see/cannot retrieve details for. Filtering should thus also be applied to the user/community mission endpoints.


Tasks