godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
285 stars 85 forks source link

Allow regular users to use the Custom download provider #253

Closed Calinou closed 2 years ago

Calinou commented 2 years ago

This can be used for 2 main purposes:

Since assets already need to be approved before they're published, this probably doesn't pose significant security issues.

This also improves various help messages in the asset submission dialog.

The asset library rewrite already allows using custom download URLs for all users (although they must originate from github.com/gitlab.com/bitbucket.org for now).

This closes https://github.com/godotengine/godot-asset-library/issues/252.