aboutsummaryrefslogtreecommitdiff
path: root/web/controllers/audio_file_controller.ex (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-10add fictive shell commandHEADv1.0masterneodarz1-1/+3
2017-02-17Add test if file is delete in database before delete the fileneodarz1-8/+15
2017-02-17Fix error with the audio_file when upload file via web guineodarz1-5/+5
2017-02-14Rewritting the upload code that copies the file to be uploaded after the inse...neodarz1-33/+11
2017-02-13Add fix for the id when you add the first entry in the databaseneodarz1-4/+24
2017-02-09Fix a little bug to set the correct id when the file it's uploadedneodarz1-1/+1
2017-02-09Fix error when the table is emptyneodarz1-7/+3
2017-02-09Update the column name transcrib_file to audio_nameneodarz1-7/+16
2017-02-06Add a not secure function for upload files with curlneodarz1-2/+0
2017-01-25Add good way for add and modify filethe-elixir-wayf_upload_fileneodarz1-9/+17
2017-01-25Use pattern-matching to handle different casesVincent Jousse1-8/+13
2017-01-25Quick fix for the upload to workVincent Jousse1-2/+7
2017-01-25fix changesetneodarz1-1/+2
2017-01-25Add unfonctional code for upload a fileneodarz1-1/+8