aboutsummaryrefslogtreecommitdiff
path: root/launcher/MMCZip.cpp
AgeCommit message (Collapse)Author
2023-07-17Added QFutureWatcherTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> abort forgot Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-17Upgraded ExportToZipTaskTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-16Update launcher/MMCZip.cppAlexandru Ionut Tripon
Co-authored-by: Tayou <31988415+TayouVR@users.noreply.github.com> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
2023-07-16use shared pointerTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> use shared pointer
2023-07-16Added progress bar to Prism instance exportTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-07-16formatTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-03-20fix: intelegent recursive links & symlink follow on exportRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-03-20fix: follow symlinks when exportingRachel Powers
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2023-03-05fix: use `toLocalFile()` instead of `path()`flow
QUrl::path() adds a '/' at the beginning of the path on Windows, causing the world to explode every once in a while. Signed-off-by: flow <flowlnlnln@gmail.com>
2023-02-24fix+refactor: fix fail to import modpacks and clean up a bitflow
QDir::cleanPath called by FS::PathCombine removes the trailing '/'... Signed-off-by: flow <flowlnlnln@gmail.com>
2023-02-10fix: ignore absolute paths when extractingSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-02-10fix: don't extract files outside of target pathSefa Eyeoglu
This should fix a security issue regarding path traversal in zip files. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-12-01fix(Inst.Import): don't search inside 'overrides/' for the manifestflow
It will never be there anyways, and saves a **bunch** of time when the overrides folder is big and we traverse all the tree when searching for the MMC 'instance.cfg' file. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-08-20refactor: move general info from Mod to Resourceflow
This allows us to create other resources that are not Mods, but can still share a significant portion of code. Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-30Merge pull request #941 from Scrumplex/bump-cxx-standardLennyMcLennington
Bump to C++17
2022-07-23fix: sigsegv when trying to use jar modsflow
Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-20refactor!: bump to C++17 and C17Sefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-17change: make Mod a QObject used as a pointerflow
Prevents problems when copying it around! Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-10refactor: fix deprecation up to Qt 6Sefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-19fix: don't create unnecessary folders when extracting ZIPsflow
2022-05-23refactor: abstract metadata handling and clarify namesflow
2022-05-16fix: import modrinth packs with weird overrides structureflow
Probably because of Packwiz limitations, or an space optimizer that did this :)
2022-03-19chore: add license header to files I modifiedSefa Eyeoglu
2022-01-31fix: bring back JAR Folder modsSefa Eyeoglu
what is this?
2022-01-31fix: bring back instance exportsSefa Eyeoglu
2022-01-31refactor: simpler includes for quazipSefa Eyeoglu
2022-01-31refactor: bring back methods that need to be reimplementedSefa Eyeoglu
2022-01-31refactor: add in-tree QuaZipSefa Eyeoglu
2022-01-31refactor: initial migration to QuaZip 1.2Sefa Eyeoglu
Let's move off our custom QuaZip. In the olden times we needed the custom version of QuaZip, as it was basically unmaintained and on SourceForge (eww). But nowadays it's maintained and on GitHub. See new GitHub page: https://github.com/stachenov/quazip
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek