akkoma/test
ilja 2edb0944ba
ci/woodpecker/pr/woodpecker Pipeline is pending Details
Return the complete `upload` from Pleroma.Uploaders.put_file/2
To move more logic to the Uploader modules, it's better to keep the same
`upload` and manipulate that while going through the upload pipeline, so
that's how it's now done.

Since we expect the `upload`, I removed the option for returning just `:ok`
from the uploaders.

It was possible to bypass the logic in the `get_url` function, but that was
unused. Since it makes even less sense when returning `upload`, I removed that
In a later stage I want to return the url from the uploader module, which
should obsolete this function.

I saw a warning from `Pleroma.Upload.Filter.MogrifyTest` which I now fixed.
2023-03-26 15:26:11 +02:00
..
config remove default emoji file 2022-08-11 19:05:41 +01:00
credo/check/consistency giant massive dep upgrade and dialyxir-found error emporium (#371) 2022-12-14 12:38:48 +00:00
fixtures Interpret `\n` as newline for MFM 2023-02-18 19:56:11 +01:00
instance_static URL encode remote emoji pack names (#362) 2023-01-15 18:14:04 +00:00
mix Changelog + remove some unneeded comments from the tests 2023-02-26 14:43:19 +01:00
pleroma Return the complete `upload` from Pleroma.Uploaders.put_file/2 2023-03-26 15:26:11 +02:00
support argon2 password hashing (#406) 2022-12-30 02:46:58 +00:00
test_helper.exs Use finch everywhere (#33) 2022-07-04 16:30:38 +00:00