aboutsummaryrefslogtreecommitdiff
path: root/test/upload_test.exs
AgeCommit message (Collapse)Author
2019-08-19added test helpers to clear config after testsMaksim
2019-07-24Do not prepend /media/ when using base_urlfeld
This ensures admin has full control over the path where media resides.
2019-07-20[tests] Mock :crypt.crypt/2 function in AuthenticationPlugTestSergey Suprunenko
2019-07-18tests for Uploader with webhookMaksim
2019-03-19fix UploadTest to use new image_tmp.jpgoptikfluffel
2019-03-17Order users by nicknameMaxim Filippov
2019-03-14Add some testsrinpatch
2019-03-12Fix upload testsrinpatch
2019-03-05Add tests for reserved char escaping in uploadrinpatch
2019-01-15Upload: Fix uploading with a : in the filenameHaelwenn (lanodan) Monnier
2019-01-15Upload: Fix uploading with a ? in the filenameHaelwenn (lanodan) Monnier
2019-01-14Add attachment escaping testShadowfacts
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-05[#210] [TwitterAPI] Made actor be stored for uploads. Added ownership checkIvan Tashkinov
to `update_media` action. Added controller tests for `upload` and `update_media` actions. Refactoring.
2018-11-30Upload filter: anonymize filenamehref
It replaces the original filename with a randomly generated string.
2018-11-30Upload: bring back base_urlhref
2018-11-30remove ealhref
i like you eal don't take it personally<3
2018-11-30Uploads fun, part. 2href
2018-11-30reverse proxy / uploadshref
2018-06-21Normalize file extension for uploaded filesFrancis Dinh
2018-06-14Add missing file extension if file does not have oneFrancis Dinh
2018-06-06Dedupe uploadsSir_Boops
2018-03-30Format the code.lain
2017-11-09Correct mimetype on bad uploads.eal
2017-08-09Cowboy and Elixir don't seem to agree on uri encoding...Roger Braun
2017-08-09URI encode filenames...Roger Braun
2017-03-29Add Uploads.Roger Braun