| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2018-09-20 | Split the tests | jvoisin | |
| 2018-09-12 | trivial modification of all shebang. | Yoann Lamouroux | |
| `/usr/bin/python3` -> `/usr/bin/env python3` It's always better to trust the environment defined path to bin/python, as virtualenv become the way to go. | |||
| 2018-09-06 | Improve a cli test resilience | jvoisin | |
| 2018-09-05 | Unknown Members: make policy use an Enum | Daniel Kahn Gillmor | |
| Closes #60 Note: this changeset also ensures that clean.cleaned.docx is removed up after the pytest is over. | |||
| 2018-09-05 | Remove short version of dangerous/advanced options | jvoisin | |
| 2018-09-05 | Improve the previous commit | jvoisin | |
| 2018-09-04 | add --unknown-members argument to mat2 | Daniel Kahn Gillmor | |
| This allows the user to make use of parser.unknown_member_policy for archive formats. At the suggestion of @jvoisin, it also prints a scary warning if the user explicitly chooses 'keep'. | |||
| 2018-09-01 | Logging cleanup | dkg | |
| 2018-07-30 | Add a cli-related test | jvoisin | |
| 2018-07-30 | Add some tests about pathological files | jvoisin | |
| 2018-07-10 | Remove `print` from libmat, and use the `logging` module instead | jvoisin | |
| This should close #28 | |||
| 2018-07-10 | Implement a check for dependencies in mat2 | jvoisin | |
| Example use: ``` $ mat2 -c Dependencies required for MAT2 0.1.3: - Cairo: yes - Exiftool: yes - GdkPixbuf from PyGobject: yes - Mutagen: yes - Poppler from PyGobject: yes - PyGobject: yes ``` This should close #35 | |||
| 2018-07-09 | Remove a useless option that was never implemented anyway | jvoisin | |
| 2018-07-08 | Achieve 100% coverage! | jvoisin | |
| 2018-07-08 | Bump coverage again | jvoisin | |
| 2018-07-08 | Bump coverage for office files and fix some related crashes | jvoisin | |
| 2018-07-08 | Bump coverage for torrent handling | jvoisin | |
| 2018-07-08 | Simplify how torrent files are handled | jvoisin | |
| - Rework the testsuite wrt. torrent - fail at parser's instantiation on corrupted torrent, instead of during `get_meta` or `remove_all` call | |||
| 2018-07-07 | Bump a bit the coverage | jvoisin | |
| 2018-07-06 | Simplify BMP handling | jvoisin | |
| 2018-07-06 | Add support for .txt files | jvoisin | |
| 2018-07-01 | Remove docx revisions | jvoisin | |
| 2018-07-01 | MAT2 is now cleaning revisions from odt files! | jvoisin | |
| 2018-07-01 | Remove the thumbnails from libreoffice files | jvoisin | |
| 2018-06-22 | Split the testsuite a bit and add more tests | jvoisin | |
| 2018-06-22 | Improve reliability against corrupted image files | jvoisin | |
| 2018-06-21 | Improve the reliability of the office parser | jvoisin | |
| 2018-06-10 | Improve a bit the coverage | jvoisin | |
| 2018-06-10 | Add some tests for non-supported embedded fileformats | jvoisin | |
| 2018-06-10 | Improve a bit our coverage wrt. torrent files handling | jvoisin | |
| 2018-06-10 | Fix and add a test for explicitly non-supported formats | jvoisin | |
| 2018-06-06 | Prevent exiftool-based parameter-injection | jvoisin | |
| 2018-06-04 | Add more typing and use mypy in the CI | jvoisin | |
| 2018-05-21 | Rename mat2.py to mat2 | jvoisin | |
| 2018-05-18 | Rename some files to simplify packaging | jvoisin | |
| - the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py` | |||
| 2018-05-16 | Add a test about unsupported files | jvoisin | |
| 2018-05-16 | Some arguments are mutually exclusives | jvoisin | |
| 2018-05-14 | Add a `--version` option | jvoisin | |
| 2018-05-06 | Test for faulty files, and document how MAT2 is behaving wrt. them | jvoisin | |
| 2018-04-30 | Clean up after the testsuite | jvoisin | |
