3-Round-Stones / callimachus

Callimachus is a highly scalable platform for creating and running data-driven websites
Other
95 stars 24 forks source link

Inappropriate Handing of .m4a Audio Files #216

Closed prototypo closed 9 years ago

prototypo commented 9 years ago

Callimachus 1.4 series allows the importation of .m4a audio files, but doesn't know how to handle them.

These issues should be addressed, or the capability to upload .m4a files should be removed.

calli1 4 m4a edit

catch-point commented 9 years ago

It would appear that the system is accepting anything, but doesn't know what to do with it. This bug might have been introduced with the LDP work.

prototypo commented 9 years ago

So how do we delete unknown file types that have been added? :)

catch-point commented 9 years ago

curl --digest --user john -X DELETE http://....?describe

prototypo commented 9 years ago

Ah, yes. I should have thought of that.