Mythic
Mythic
Check that the website URLs provided in package manifest.json files are either valid http:// or https:// protocol URLs
Use the mod's display name property on a upload webhook event, instead of the full package name
Add a preview view after uploading a mod before actually publishing it. This is so mod authors can verify their readme and other details actually look as intended.
Add a terms of service page for mod authors to accept before uploading
Add a privacy policy page, as required by GDPR
Add a non-intrusive cookie notice somewhere, as required by GDPR
Twitter and Facebook use their own proprietary metatags for embedding. Add a support for these. Pinterest also has one, and should also be supported.
Currently the mod upload webhook events are being posted to the risk of rain 2 modding discord only. Other destinations that should be considered are: - Facebook page - Steam...
Use Redis as Django's session storage if it's available
Is it correct to assume this is continuation of the repo found at https://github.com/DebVortex/python-ar-markers (as mentioned in the readme)? I'm wondering as to what was the decision behind creating an...