1. 18 Apr, 2023 1 commit
  2. 17 Apr, 2023 1 commit
  3. 16 Apr, 2023 1 commit
  4. 11 Apr, 2023 1 commit
  5. 09 Apr, 2023 2 commits
  6. 08 Apr, 2023 2 commits
  7. 07 Apr, 2023 2 commits
  8. 06 Apr, 2023 2 commits
    • Marc Cornellà's avatar
      fix(extract): fix conflict if compressed file has a folder of the same name · 49d34d00
      Marc Cornellà authored
      This change fixes the case where the compressed file (e.g. tools.tgz) only
      contains a folder with the same name (e.g. tools) in its root folder.
      
      tools.tgz:
      |- tools
         |- fileA.txt
         |- fileB.txt
         \- fileC.txt
      
      In that case, the "smart" folder creation mechanism will extract the files in
      a folder "tools", and this extraction folder will contain a single folder with
      the same name.
      
      Before this fix, the tool would try to move out the inside folder to the parent
      one, but there would already be a folder named "tools", so it would generate a
      conflict.
      
      This change first renames the inside folder to a random string, and only then
      it is moved outside and the old extraction folder is deleted.
      49d34d00
    • François M's avatar
      cf0c8004
  9. 04 Apr, 2023 3 commits
  10. 03 Apr, 2023 4 commits
  11. 02 Apr, 2023 4 commits
  12. 01 Apr, 2023 1 commit
  13. 31 Mar, 2023 4 commits
  14. 28 Mar, 2023 2 commits
  15. 23 Mar, 2023 2 commits
  16. 21 Mar, 2023 2 commits
  17. 20 Mar, 2023 1 commit
  18. 12 Mar, 2023 1 commit
  19. 10 Mar, 2023 1 commit
  20. 08 Mar, 2023 1 commit
  21. 07 Mar, 2023 2 commits