akkoma/priv
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
..
es-mappings Refactor ES on top of search behaviour 2022-06-30 16:28:31 +01:00
gettext Update translation files 2022-08-11 09:29:28 +00:00
repo Use EXIF data of image to prefill image description 2022-10-23 14:46:16 +02:00
scrubbers allow new mfm classes 2022-08-24 10:06:48 +01:00
static Add margin to forms and make inputs fill whole width 2022-09-11 20:30:03 +01:00
templates Add Phoenix LiveDashboard 2021-12-15 19:05:27 -05:00