Mythic

Results 45 issues of Mythic

Check that the website URLs provided in package manifest.json files are either valid http:// or https:// protocol URLs

users: mod developers
users: contributors
impact: small
effort: small

Use the mod's display name property on a upload webhook event, instead of the full package name

users: site users
impact: small
effort: small

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.

users: mod developers
impact: medium
effort: large

Add a terms of service page for mod authors to accept before uploading

users: contributors
impact: huge
effort: medium

Add a privacy policy page, as required by GDPR

users: contributors
impact: small
effort: medium

Add a non-intrusive cookie notice somewhere, as required by GDPR

users: contributors
impact: small
effort: medium

Twitter and Facebook use their own proprietary metatags for embedding. Add a support for these. Pinterest also has one, and should also be supported.

users: mod developers
users: site users
impact: small
effort: small

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...

users: mod developers
users: site users
impact: huge
effort: huge

Use Redis as Django's session storage if it's available

users: site users
impact: small
effort: small

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...