aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/uploaders/swift
AgeCommit message (Collapse)Author
2019-05-13Switch to Jason over PoisonMark Felder
2019-03-13[Credo] Remove parentesis on argument-less functionsHaelwenn (lanodan) Monnier
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-04status_code -> statusMaksim Pechnikov
2018-11-30Uploads fun, part. 2href
2018-11-30reverse proxy / uploadshref
2018-11-06Runtime configurationhref
Related to #85 Everything should now be configured at runtime, with the exception of the `Pleroma.HTML` scrubbers (the scrubbers used can be changed at runtime, but their configuration is compile-time) because it's building a module with a macro.
2018-08-29Add backend failure handling with :ok | :error so the uploader can handle it.Thurloat
defaulting to :ok, since that's the currently level of error handling.
2018-08-28A hobbldey-working swift client.Thurloat
apparently, all elixir openstack libraries are trash luckily, the APIs are stupid easy.