| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-09 | Test the cli's behaviour with valid and invalid files | jvoisin | |
| This should ensure that if we decide to implement some threading in the cli, a faulty file won't break everything. | |||
| 2019-05-08 | Add tests to find possible race-conditions in the cli | jvoisin | |
| 2019-05-01 | Add some verification for "dangerous" tarfiles | jvoisin | |
| 2019-04-27 | Handle weird permissions in tar archives | jvoisin | |
| 2019-04-27 | Add support for compressed tar files | jvoisin | |
| 2019-04-27 | Add tar archive support | jvoisin | |
| 2019-04-14 | Improve a bit the verbosity of a test | jvoisin | |
| 2019-02-28 | Bump the changelog0.8.0 | jvoisin | |
| 2019-02-27 | Improve the previous commit | jvoisin | |
| - More tests - More documentation - Minor code cleanup | |||
| 2019-02-27 | Improve epub support | jvoisin | |
| 2019-02-24 | In archive-based formats, the `mimetype` file comes first | jvoisin | |
| This should improve epub compatibility, along with other formats as a side-effect | |||
| 2019-02-20 | Implement epub support | jvoisin | |
| 2019-02-08 | Add support for html files | jvoisin | |
| 2019-02-07 | Use of the archive refactoring for the office documents too | jvoisin | |
| 2019-02-04 | Refactor a bit office get_meta handling | jvoisin | |
| This should make easier to get more metadata from archive-based file formats. | |||
| 2019-02-03 | Implement .gif support | jvoisin | |
| 2019-02-02 | Add support for wmv | jvoisin | |
| 2018-11-07 | Add a missing file :/ | jvoisin | |
| 2018-11-07 | Prove that the previous commit is working | jvoisin | |
| 2018-11-07 | Do not display control characters in output | jvoisin | |
| Kudos to Sherry Taylor for reporting this issue ♥ | |||
| 2018-10-28 | Add mp4 support | jvoisin | |
| 2018-10-25 | Add support for zip files | jvoisin | |
| 2018-10-25 | Implement get_meta() for archives | jvoisin | |
| 2018-10-24 | Add a test for tiff lightweight cleaning | jvoisin | |
| 2018-10-24 | Implement lightweight cleaning for jpg | jvoisin | |
| 2018-10-23 | Implement lightweight cleaning for png and tiff | jvoisin | |
| 2018-10-23 | Optimize the handling of problematic files | jvoisin | |
| 2018-10-22 | Improve problematic filenames support | jvoisin | |
| 2018-10-22 | Fix the testsuite on fedora | jvoisin | |
| 2018-10-22 | Test mat2's reliability wrt. corrupted video files | jvoisin | |
| 2018-10-22 | Implement support for .avi files, via ffmpeg | jvoisin | |
| - This commit introduces optional dependencies (namely ffmpeg): mat2 will spit a warning when trying to process an .avi file if ffmpeg isn't installed. - Since metadata are obtained via exiftool, this commit also refactors a bit our exfitool wrapper. | |||
| 2018-10-18 | wtf python | jvoisin | |
| 2018-10-18 | Fix the tests on Debian? | jvoisin | |
| 2018-10-14 | Fix the CI on debian | jvoisin | |
| 2018-10-12 | Refactor lightweight mode implementation | jvoisin | |
| 2018-10-11 | Implement recursive metadata for FLAC files | jvoisin | |
| Since FLAC files can contain covers, it makes sense to parse their metadata | |||
| 2018-10-11 | Delete pictures of FLAC files | jvoisin | |
| 2018-10-05 | Improve the display of mat2 when no metadata are found | jvoisin | |
| This should close #74 | |||
| 2018-10-04 | Remove a superfluous import | jvoisin | |
| 2018-10-04 | Make the testsuite runnable on the installed MAT2 | jvoisin | |
| 2018-10-03 | Remove file left behind by the testsuite | jvoisin | |
| 2018-10-02 | Use [Content_Types].xml to improve MS Office coverage | jvoisin | |
| 2018-10-02 | Check that cleaning twice doesn't break the file | jvoisin | |
| 2018-10-02 | Silence a bit the testsuite | jvoisin | |
| 2018-09-30 | Remove dangling references in MS Office's [Content_types].xml | jvoisin | |
| 2018-09-24 | Second pass of minor formatting | jvoisin | |
| 2018-09-24 | Fix some minor formatting issues | jvoisin | |
| 2018-09-24 | Implement rsid stripping for office files | jvoisin | |
| MS Office XML rsid is a "unique identifier used to track the editing session when the physical character representing this section mark was last formatted." See the following links for details: - https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.wordprocessing.previoussectionproperties.rsidrpr.aspx - https://blogs.msdn.microsoft.com/brian_jones/2006/12/11/whats-up-with-all-those-rsids/. | |||
| 2018-09-20 | Add a test for zip ordering | jvoisin | |
| 2018-09-20 | Make pyflakes happy | jvoisin | |
