akkoma/lib/pleroma/config
Ilja 338612d72b Use EXIF data of image to prefill image description
During attachment upload Pleroma returns a "description" field.

* This MR allows Pleroma to read the EXIF data during upload and return the description to the FE using this field.
    * If a description is already present (e.g. because a previous module added it), it will use that
    * Otherwise it will read from the EXIF data. First it will check -ImageDescription, if that's empty, it will check -iptc:Caption-Abstract
    * If no description is found, it will simply return nil, which is the default value
* When people set up a new instance, they will be asked if they want to read metadata and this module will be activated if so

There was an Exiftool module, which has now been renamed to Exiftool.StripLocation
2022-10-23 14:46:16 +02:00
..
deprecation_warnings.ex Use EXIF data of image to prefill image description 2022-10-23 14:46:16 +02:00
getting.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
helpers.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
holder.ex Update default paths 2022-08-03 01:05:53 -04:00
loader.ex Ignore runtime deps in Pleroma.Config.Loader with Module.concat/1 2021-06-08 16:07:51 -05:00
oban.ex CI: Bump lint stage to elixir-1.12 2021-10-06 08:11:05 +02:00
release_runtime_provider.ex Fix config path lookup (#139) 2022-08-03 10:52:21 +00:00
transfer_task.ex ensure .exs config is used before default (#197) 2022-09-02 22:05:39 +00:00