Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | Revert/simplify. | Mark Felder | |
We only need to check the content-type. There's no chance a webp file will get mismatched as another image type. | |||
2020-09-08 | Bypass the filter based on content-type as well in case a webp image is ↵ | Mark Felder | |
uploaded with the wrong file extension. | |||
2020-09-08 | Improve upload filter return values so we can identify when filters make no ↵ | Mark Felder | |
changes to the input | |||
2020-09-08 | Fix uploading webp image files when Exiftool Upload Filter is enabled | Mark Felder | |
2020-08-14 | Mogrifun: Add a line about the purpose of the module. | lain | |
2020-08-05 | Move checks to application startup | Roman Chvanikov | |
2020-07-11 | Check if mogrify available before calling it | Roman Chvanikov | |
2020-07-11 | Remove Logger requirement | Roman Chvanikov | |
2020-07-11 | Error in Filter.Exiftool if exiftool not found | Roman Chvanikov | |
2020-07-11 | Add Pleroma.Utils.command_available?/1 and use where appropriate | Roman Chvanikov | |
2020-07-10 | Remove unused @types | Mark Felder | |
2020-07-10 | Add a moduledoc | Mark Felder | |
2020-07-10 | Support Exiftool for stripping EXIF data | Mark Felder | |
We really only want to strip location data anyway, and mogrify strips color profiles. | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2019-07-16 | added tests for Pleroma.Upload.Filter | Maksim | |
2019-06-30 | [#1026] Filter.AnonymizeFilename added ability to retain file extension with ↵ | Maksim | |
custom text | |||
2019-02-09 | Credo fixes: parameter consistency | Haelwenn (lanodan) Monnier | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-10 | Merge branch 'anonymize-filter-text' into 'develop' | lambda | |
AnonymizeFilename: allow for a pre-defined text instead of random string See merge request pleroma/pleroma!516 | |||
2018-12-10 | updates | Maksim Pechnikov | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-07 | AnonymizeFilename: allow for a pre-defined text instead of random string | href | |
Improve docs | |||
2018-11-30 | Upload filter: anonymize filename | href | |
It replaces the original filename with a randomly generated string. | |||
2018-11-30 | Uploads fun, part. 2 | href | |