summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-04Fix #9007jvoisin
The MAT can now handle PDf with different pages size. Also, instead of being overwritten, context are now pushed/poped instead.
2015-03-31Re-add a "clean" button in the menubarjvoisin
2015-03-31Make exif removal explicit in Pillowjvoisin
2015-03-31Fix issue #7858jvoisin
GUI fails to start if run from a directory that contains a "data" sub-directory <- This is now fixed.
2015-02-22Preliminary implementation of PIL for images.jvoisin
PIL (Python Image Library) is used to open, then save images, in order to remove unknown metadata.
2014-12-31Update the localizationjvoisin
I hope that I didn't screw them once again.
2014-12-31Improves the GUI a bitjvoisin
- Use better icons - Remove the term "Scour"
2014-11-02Simplify a bit the interfacejvoisin
2014-06-21Fix a portability issue on MacOSjvoisin
shred is called gshred on MacOS
2014-06-11./mat -l now shows torrentjvoisin
2014-06-11Port mat from optparse to argparsejvoisin
2014-06-10Update the release processjvoisin
Don't forget to update __version__ in setup.py
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2014-06-08Improves zip handlingjvoisin
- ZIP_EPOCH is now set correctly - list_unsupported should now work This also fix the testsuite.
2014-06-08Better handling of utf8 inside archivesjvoisin
2014-05-11Fix #7177jvoisin
2014-04-04s/ : /: /gjvoisin
Thank you intrigeri
2014-04-01MAT 0.5.20.5.2jvoisin
2014-04-01Add some translationsjvoisin
2014-04-01Fix style elementsjvoisin
2014-02-16MAT 0.5.2-rc10.5.2-rc1jvoisin
2014-02-16Add some translationsjvoisin
2014-02-10Rename mat.ui to mat.gladejvoisin
2014-02-10Update translationsjvoisin
2014-02-10Fix a remanence bugjvoisin
The PDF parser used to instantiate a parameter on construction, which screwed everything up if a method was called multiples times, since it wasn't re-instantiated.
2014-02-03Minor refactorization/harmonization of ./matjvoisin
2014-02-03Remove the --force option, since it's pretty useless.jvoisin
2014-02-03MAT's cli now returns 1 on failurejvoisin
2014-02-03The testsuite now returns 1 on failurejvoisin
This address https://labs.riseup.net/code/issues/6617
2014-02-01Build some testfiles at runtimejvoisin
2014-02-01Fix https://labs.riseup.net/code/issues/6627jvoisin
This commit changes `chmod 777` to `chmod 220` in the secure_remove() function. Sinc ethis function is meant to remove files, 777 is ok-ish, but 220 is safer, and cleaner. Plus, it prevents audacious TOCTOU.
2014-02-01Fix https://labs.riseup.net/code/issues/6628jvoisin
Escape some "-" in the manpage to make lintian happy.
2014-02-01Fix https://labs.riseup.net/code/issues/6416jvoisin
This commit fix the "Does not inform the user when files where lost while cleaning an archive" (for the CLI) bug, and adds a test for it.
2014-01-31Fix office-format handling by the GUIjvoisin
2014-01-29Add a testing procedure.jvoisin
2014-01-28MAT 0.5.10.5.1jvoisin
2014-01-28Update translationsjvoisin
2014-01-27Non-writtables test files are now chmod'ed to be properly removed.jvoisin
2014-01-27Update release process once againjvoisin
2014-01-21Mat-gui now displays "Cleaning $ilename" instead of "Cleaning $state"jvoisin
Fix https://labs.riseup.net/code/issues/6618
2014-01-21Add a reminder to the RELEASE.sh about the previous commitjvoisin
2014-01-21Update copyright to 2014jvoisin
Fix https://labs.riseup.net/code/issues/6614
2014-01-21Remove the non-existing "TODO" file form the setup.pyjvoisin
Close https://labs.riseup.net/code/issues/6615
2014-01-21Add a missing testjvoisin
2014-01-21Remove the disfunctional "release.sh" scriptjvoisin
2014-01-21Update the release processjvoisin
"Fix commited" tickets must be marked as "resolved" before a release.
2014-01-20Fix https://labs.riseup.net/code/issues/6609jvoisin
Fix "MAT's GUI traceback when cleaning files"
2014-01-20Update translationsjvoisin
2014-01-19MAT 0.50.5jvoisin
2014-01-19Update the threat model to reflect gui changesjvoisin