aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/upload.ex
AgeCommit message (Expand)Author
2018-08-28Implement uploader behaviourThurloat
2018-08-27cleaning up a bit.Thurloat
2018-08-27example of flexible storage backendsThurloat
2018-08-28upload: formattingWilliam Pitcock
2018-08-28upload: add the S3 support itselfWilliam Pitcock
2018-08-27upload: strip exif data before finalizing the file pathWilliam Pitcock
2018-08-16Merge branch 'fix/normalize-file-extension' into 'develop'kaniini
2018-07-19Merge remote-tracking branch 'upstream/develop' into feature/filter_exifTristan Mahé
2018-07-17upload: use generic Document object type instead of Image (mastodon compatibi...William Pitcock
2018-06-26use the correct end fileTristan Mahé
2018-06-26maybe I should learn proper elixir ;DTristan Mahé
2018-06-26do the filteringTristan Mahé
2018-06-26format...Tristan Mahé
2018-06-26filter exif data #187Tristan Mahé
2018-06-21Normalize file extension for uploaded filesFrancis Dinh
2018-06-14Merge branch 'fix/missing-file-extension' into 'develop'lambda
2018-06-14Add missing file extension if file does not have oneFrancis Dinh
2018-06-14upload.ex: add MPEG Layer 3 file header.eal
2018-06-06Dedupe uploadsSir_Boops
2018-04-05Fix failure to serve media from custom upload pathRX14
2018-03-30Format the code.lain
2018-02-04Detect file type if none given.eal
2017-11-12Add common video and audio types.eal
2017-11-11Use headers for file content type recognition.eal
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-04-27Refactor code to comply with credo suggestionsdtluna
2017-04-16Support data uris in uploads.Roger Braun
2017-03-30Return mimetype with attachment.Roger Braun
2017-03-30Add port if specified.Roger Braun
2017-03-29Basic file uploading via TwAPI.Roger Braun
2017-03-29Add Uploads.Roger Braun