summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-28Bump the changelog0.8.0jvoisin
2019-02-27Improve the previous commitjvoisin
- More tests - More documentation - Minor code cleanup
2019-02-27Improve epub supportjvoisin
2019-02-25Document the previous commitjvoisin
2019-02-24In archive-based formats, the `mimetype` file comes firstjvoisin
This should improve epub compatibility, along with other formats as a side-effect
2019-02-23<title> is also an html metadatajvoisin
2019-02-23Fix a bug in css cleaningjvoisin
It's not mandatory to actually have a comment inside comment delimiter, like `/**/`.
2019-02-21Fix the setup.py on Debianjvoisin
2019-02-21Mention bubblewrap in the READMEjvoisin
2019-02-20Implement epub supportjvoisin
2019-02-17Bump the changelog0.7.0jvoisin
2019-02-10Make the mandatory metadata warning genericjvoisin
This should close #95.
2019-02-09Streamline a bit the previous commitjvoisin
2019-02-09bind mount /etc/ld.so.cache to the sandboxPoncho
without /etc/ld.so.cache available in the sandbox, tests fail on gentoo with: /usr/bin/ffmpeg: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
2019-02-08Improve a bit get_meta for libreoffice filesjvoisin
2019-02-08Add support for html filesjvoisin
2019-02-07Use of the archive refactoring for the office documents toojvoisin
2019-02-04Refactor a bit office get_meta handlingjvoisin
This should make easier to get more metadata from archive-based file formats.
2019-02-03Fix the return code on parsers' list displayjvoisin
2019-02-03Implement .gif supportjvoisin
2019-02-03Whenever possible, use bwrap for subprocessesintrigeri
This should closes #90
2019-02-03Document how to get the coverage from the testsuitejvoisin
2019-02-02Add support for wmvjvoisin
2019-01-16Rename the internal class used by the nautilus extensionjvoisin
This should solve collisions with people like me that are copy/pasting the documentation, creating conflicts with other extensions that are doing the very same thing.
2018-12-15Update debian packaging statusAlan
2018-12-15Fix debian build instructionsAlan
2018-12-08Add a note in the readme about `-L` and pdfjvoisin
2018-11-11mat2 is now available on pypijvoisin
2018-11-11Add a readme for the nautilus extensionjvoisin
2018-11-10Bump the changelog0.6.0jvoisin
2018-11-10Remove a useless imagejvoisin
2018-11-08Add some type annotations to the nautilus extensionjvoisin
2018-11-07Add a missing file :/jvoisin
2018-11-07Prove that the previous commit is workingjvoisin
2018-11-07Do not display control characters in outputjvoisin
Kudos to Sherry Taylor for reporting this issue ♥
2018-10-28Add mp4 supportjvoisin
2018-10-25Add support for zip filesjvoisin
2018-10-25Improve archive-based parser's robustness against corrupted embedded filesjvoisin
2018-10-25Implement get_meta() for archivesjvoisin
2018-10-25Minor refactorisation of how we're checking for exiftool's presencejvoisin
2018-10-24Add a test for tiff lightweight cleaningjvoisin
2018-10-24Implement lightweight cleaning for jpgjvoisin
2018-10-23Fix a stupid typo in the changelogjvoisin
2018-10-23Bump the changelog0.5.0jvoisin
2018-10-23Document that FFmpeg is now an optional dependencyjvoisin
2018-10-23Improve type annotation coveragejvoisin
2018-10-23Implement lightweight cleaning for png and tiffjvoisin
2018-10-23Optimize the handling of problematic filesjvoisin
2018-10-22Improve problematic filenames supportjvoisin
2018-10-22Fix the testsuite on fedorajvoisin