aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/MediaBag.hs
AgeCommit message (Expand)Author
2025-01-21Prefer MIME type when determining extensions for MediaBag items (#10557)Max Heller
2024-12-19T.P.mediaBag insertMedia: fast path for data URIs.John MacFarlane
2024-09-29Stop depending on package SHAAlbert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-07-20Fix new variant of the vulnerability in CVE-2023-35936.John MacFarlane
2023-06-23More fixes to 5e381e3.John MacFarlane
2023-06-20Fix a security vulnerability in MediaBag and T.P.Class.IO.writeMedia.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-02-04MediaBag: improve detection of absolute paths.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-28Use `splitDirectories` istead of `splitPath`.John MacFarlane
2021-06-18insertMediaBag: ensure we get sane mediaPath for URLs.John MacFarlane
2021-06-10Fix MediaBag regressions.John MacFarlane
2021-05-24MediaBag improvements.John MacFarlane
2021-05-18Text.Pandoc.MediaBag: change type to use a Text key...John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-05-29pandoc.mediabag module: add function `delete`Albert Krewinkel
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-03-16Semigroup instance for MediaBag with base >= 4.9.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-10-27hlint changes.John MacFarlane
2017-07-13Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane
2017-06-12Changed "extracting..." warning to a regular log message.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-01-25MediaBag: put extractMediaBag into MonadIO.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-09-26Removed unneeded imports.John MacFarlane
2015-09-26MediaBag: ensure that / is always used as path separator.John MacFarlane
2015-03-19Derive from Data and Typeable for libpandocShahbaz Youssefi
2014-09-25MediaBag: Fixes Windows specific path problemsmpickering
2014-08-17Remove an unnecessary import.Artyom Kazak
2014-08-17MIME cleanup.Artyom Kazak
2014-08-05MediaBag: Improved normalisation when writing filesMatthew Pickering
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane