aboutsummaryrefslogtreecommitdiff
path: root/launcher/InstanceImportTask.cpp
AgeCommit message (Expand)Author
2023-08-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-08-14chore: update license headersSefa Eyeoglu
2023-08-14chore: reformatSefa Eyeoglu
2023-08-06Merge remote-tracking branch 'upstream/staging' into curseforge-url-handleSefa Eyeoglu
2023-07-31Merge branch 'develop' into refactor/net-split-headers-to-proxy-classRachel Powers
2023-07-26fix: typo in task.hseth
2023-07-11Merge branch 'develop' into curseforge-url-handleRachel Powers
2023-06-25refactor: split out setting api headers for downloadsRachel Powers
2023-05-21fix: memory leak with NetJob and responce not getting cleaned upRachel Powers
2023-05-12refactor: normalize url fn & cleanupRachel Powers
2023-05-05fix: ensure Application accepts URLs and local files form cmd argsRachel Powers
2023-05-05Added a protection against giving a mod urltimoreo
2023-05-05Added url handler for curseforgetimoreo
2023-05-01feat: add `details` signal to `Task`Rachel Powers
2023-05-01feat: Propogated subtask progressRachel Powers
2023-02-24fix: prevent crash when aborting import task while extracting packflow
2023-02-07Replace potentially ReDOSable regexPandaNinjas
2023-01-25refactor: make shared_qobject_ptr ctor explicitflow
2022-12-13fix(Inst.Import): don't assert extra data when importing from ZIPflow
2022-12-06fix(ManagedPackPage): only update the current instance exactlyflow
2022-12-06refactor(InstanceImport): require rvalue from 'extra_info' mappingsflow
2022-12-06feat+fix: allow forwarding extra info to InstanceImportTaskflow
2022-12-06feat: add functionality to MR modpack update in the page :Dflow
2022-12-01fix(Inst.Import): don't search inside 'overrides/' for the manifestflow
2022-09-20refactor: setAbortStatus -> setAbortableflow
2022-09-20feat(ui): improve info dialog before updating an instanceflow
2022-09-20fix: hook up setAbortStatus in instance import tasksflow
2022-09-20fix: simplify abort handling and add missing emitsflow
2022-09-20refactor: change the way instance names are handledflow
2022-09-20refactor: clean up InstanceImportTask a bitflow
2022-09-20refactor: move flame modpack import to separate fileflow
2022-09-20feat: add early modrinth pack updatingflow
2022-09-20refactor: move modrinth modpack import to separate fileflow
2022-07-16Add "Open All" button to blocked mods dialogkumquat-ir
2022-07-10refactor: replace QRegExp with QRegularExpressionSefa Eyeoglu
2022-07-10Merge pull request #880 from Scrumplex/fix-loader-importancetxtsd
2022-07-07fix: make loader components not importantSefa Eyeoglu
2022-07-03fix: add progress indicator on Flame mod resolution dialogflow
2022-06-11fix: account for the dequeued url when checking the number of urlsflow
2022-06-11fix: dequeue first added file in mrpack importflow
2022-06-11fix: apply client overrides in mrpacksflow
2022-06-09revert: don't check modrinth whitelisted hostsflow
2022-06-09fix: enable using more than one download url in mrpacksflow
2022-06-09fix: properly parse mrpacks without the 'env' fieldflow
2022-05-29Merge pull request #671 from Scrumplex/fix-importing-flame-mmc-packsSefa Eyeoglu
2022-05-29fix: fix importing Flame/MMC packsSefa Eyeoglu
2022-05-28feat: add warning of non-whitelisted URLs instead of a hard failflow
2022-05-28debug: add non-translated debug logging for 'non-whitelisted url' failsflow
2022-05-28change: update whitelisted hosts in Modrinth modpacksflow
2022-05-28Rework curseforge download (#611)timoreo22