| Age | Commit message (Collapse) | Author |
|
This address https://labs.riseup.net/code/issues/6617
|
|
|
|
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.
|
|
Escape some "-" in the manpage to make lintian happy.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix https://labs.riseup.net/code/issues/6618
|
|
|
|
Fix https://labs.riseup.net/code/issues/6614
|
|
Close https://labs.riseup.net/code/issues/6615
|
|
|
|
|
|
"Fix commited" tickets must be marked as "resolved"
before a release.
|
|
Fix "MAT's GUI traceback when cleaning files"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mat-gui will now process archives correctly
|
|
MAT will now returns correct results when asked to get non-supported
files from a zip archive with a comment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Checkboxes are doing nothing for now
|
|
MAT should now return a set of non-supported files
currectly.
|
|
|
|
|
|
|