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

Mission repositoryUrl does not accept anything beside single URL #17

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

The frontend was changed to allow for either links or custom HTML to be provided for the repositoryUrl of a mission, but the backend hapi scheme (and probably sequelize model) only accepts valid URLs for now.

This should be change to general strings to allow for custom content.


Tasks