| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-10 | Bump the changelog0.9.0 | jvoisin | |
| 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-09 | Minor code cleanup | jvoisin | |
| 2019-05-08 | Fix an erroneous errors message | jvoisin | |
| This one was spotted by @fuzzy | |||
| 2019-05-08 | Allow failure with bubblewrap for now | jvoisin | |
| 2019-05-08 | Add tests to find possible race-conditions in the cli | jvoisin | |
| 2019-05-03 | typo | fuzzy | |
| 2019-05-01 | Add some verification for "dangerous" tarfiles | jvoisin | |
| 2019-04-27 | Handle weird permissions in tar archives | jvoisin | |
| 2019-04-27 | Improve the display of tarfile's members mtime | 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-04-14 | Add support for xhtml files | jvoisin | |
| 2019-03-30 | Please pylint | jvoisin | |
| 2019-03-30 | Please mypy | jvoisin | |
| Apparently, mypy isn't able (yet?) to deal with variables that are changing their types at runtime. Python is wonderful. | |||
| 2019-03-29 | README: update the usage description | Antoine Tenart | |
| Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2019-03-29 | README: remove one trailing space | Antoine Tenart | |
| Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2019-03-29 | libmat2: fix dependency checks for cmd line utilities | Antoine Tenart | |
| The command line checks for command line utilities are done by trying to access the executables and by throwing an exception when not found. This lead to: - The mat2 cmd line --check-dependencies option failing. - The ffmpeg unit tests failing when ffmpeg isn't installed (even though it's an optional dependency). This patch fixes it. Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2019-03-29 | libmat2: reshape the dependencies list | Antoine Tenart | |
| Invert the keys and values in DEPENDENCIES. It seems more natural to use the key as a key in check_dependencies(), and the value as the value. This also help in preparing for reworking the check_dependencies() helper. Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2019-03-26 | mat2: display the default choice of --unknown-members in the help | Antoine Tenart | |
| Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2019-03-26 | mat2: do not check the input file for W_OK | Antoine Tenart | |
| Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2019-03-26 | doc: remove one trailing space in the man page | Antoine Tenart | |
| Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2019-03-23 | Fix the testsuite | jvoisin | |
| 2019-03-23 | mat2: fix typo in error message when a file does not exist | Antoine Tenart | |
| Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2019-03-23 | libmat2: audio: not all id3 types have a text attribute | Antoine Tenart | |
| Not all id3 types have a text attribute (such as mutagen.id3.APIC or mutagen.id3.UFID). This leads to the get_meta helper to crash when trying to access the text attribute of an object which does not have it. Fixes it by checking the text attribute is available before accessing it. Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2019-03-09 | CI: Add job to run tests on gentoo | georg | |
| Closes #93 | |||
| 2019-03-07 | CI: Don't run 'pip3 install' the Docker images already does that | georg | |
| 2019-03-07 | CI: Drop obsolete tags to force jobs to run on whitewhale | georg | |
| This made sense some time ago. Nowdays, the whitewhale runner seems to not really be reliable, so tagging jobs with it doesn't gain much. Relates #45 | |||
| 2019-03-07 | CI: Don't install packages in the jobs, now handled via pre-built images | georg | |
| Relates #45 | |||
| 2019-03-07 | pylint: disable 'no-else-return' rule (R1705) | georg | |
| 2019-03-07 | Small fixes for newer pylint versions | georg | |
| 2019-03-07 | CI: Use own images to speed up jobs | georg | |
| Relates #45 Relates #93 | |||
| 2019-03-07 | doing a release: this is about mat2, not mat | georg | |
| Additionally, fix a typo. | |||
| 2019-03-06 | Update a bit the release process | jvoisin | |
| 2019-03-06 | The gitlab mirror was useless, lets remove it | jvoisin | |
| 2019-03-05 | Refactor {black,white}list into {block,allow}list | Brolf | |
| Closes #96 | |||
| 2019-03-01 | fix typo | georg | |
| 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-25 | Document the previous commit | 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-23 | <title> is also an html metadata | jvoisin | |
| 2019-02-23 | Fix a bug in css cleaning | jvoisin | |
| It's not mandatory to actually have a comment inside comment delimiter, like `/**/`. | |||
| 2019-02-21 | Fix the setup.py on Debian | jvoisin | |
| 2019-02-21 | Mention bubblewrap in the README | jvoisin | |
| 2019-02-20 | Implement epub support | jvoisin | |
| 2019-02-17 | Bump the changelog0.7.0 | jvoisin | |
| 2019-02-10 | Make the mandatory metadata warning generic | jvoisin | |
| This should close #95. | |||
