Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-01 | fix: use makeShared for importing components | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-03-01 | Merge pull request #894 from ↵ | Sefa Eyeoglu | |
PrismLauncher/renovate/cachix-install-nix-action-20.x chore(deps): update cachix/install-nix-action action to v20 | |||
2023-03-01 | Merge pull request #889 from flowln/fix_zip_extract | Sefa Eyeoglu | |
2023-03-01 | Merge pull request #735 from Scrumplex/import-component | Sefa Eyeoglu | |
2023-03-01 | chore(deps): update cachix/install-nix-action action to v20 | renovate[bot] | |
2023-02-24 | fix: prevent crash when aborting import task while extracting pack | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-24 | fix+refactor: fix fail to import modpacks and clean up a bit | flow | |
QDir::cleanPath called by FS::PathCombine removes the trailing '/'... Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-22 | Merge pull request #846 from ↵ | Sefa Eyeoglu | |
PrismLauncher/renovate/vedantmgoyal2009-winget-releaser-2.x | |||
2023-02-22 | Merge pull request #881 from PrismLauncher/renovate/actions-cache-3.x | flow | |
2023-02-21 | chore(deps): update actions/cache action to v3.2.6 | renovate[bot] | |
2023-02-17 | Merge pull request #865 from Scrumplex/codesign-windows | Sefa Eyeoglu | |
2023-02-16 | fix(actions): don't fail if code signing certificate is missing | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-02-15 | Merge pull request from GHSA-gq28-qx55-mh2r | Sefa Eyeoglu | |
Don't extract files outside of target path | |||
2023-02-15 | feat(ci): add Windows codesigning | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-02-13 | Merge pull request #859 from Ryex/fix-KISS-Linux-build | Sefa Eyeoglu | |
Add missing header to Application.cpp: Fix build failure on KISS Linux | |||
2023-02-12 | fix: add missing header to Application.cpp | Rachel Powers | |
fails to compile on KISS Linux without Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-02-11 | chore(deps): update vedantmgoyal2009/winget-releaser action to v2 | renovate[bot] | |
2023-02-11 | Merge pull request #831 from ↵ | DioEgizio | |
PrismLauncher/renovate/cachix-install-nix-action-19.x | |||
2023-02-11 | Merge pull request #841 from RaptaG/patch-1 | DioEgizio | |
2023-02-10 | Link license in the shield badge | RaptaG | |
So that no trash URL shows when hovering! Signed-off-by: RaptaG <77157639+RaptaG@users.noreply.github.com> | |||
2023-02-10 | fix: ignore absolute paths when extracting | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-02-10 | fix: don't extract files outside of target path | Sefa Eyeoglu | |
This should fix a security issue regarding path traversal in zip files. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-02-10 | Merge pull request #839 from PrismLauncher/renovate/actions-cache-3.x | Sefa Eyeoglu | |
chore(deps): update actions/cache action to v3.2.5 | |||
2023-02-10 | chore(deps): update actions/cache action to v3.2.5 | renovate[bot] | |
2023-02-09 | Merge pull request #834 from pandaninjas/patch-2 | Sefa Eyeoglu | |
2023-02-08 | Merge pull request #832 from ktheticdev/develop | flow | |
Fix README COPR typo | |||
2023-02-07 | Replace potentially ReDOSable regex | PandaNinjas | |
Signed-off-by: PandaNinjas <admin@malwarefight.gq> | |||
2023-02-07 | Fix README.md typo | ktheticdev | |
Signed-off-by: ktheticdev <64607352+ktheticdev@users.noreply.github.com> | |||
2023-02-06 | chore(deps): update cachix/install-nix-action action to v19 | renovate[bot] | |
2023-02-06 | Merge pull request #819 from Scrumplex/fix-launch-script | DioEgizio | |
2023-02-05 | Merge pull request #823 from BalkanMadman/linux-java | Sefa Eyeoglu | |
Fix https://github.com/PrismLauncher/PrismLauncher/issues/790 | |||
2023-02-05 | Merge pull request #825 from Ryex/cmd_env_native_sep | Sefa Eyeoglu | |
fix https://github.com/PrismLauncher/PrismLauncher/issues/824 | |||
2023-02-05 | Merge pull request #751 from Edgars-Cirulis/develop | Sefa Eyeoglu | |
2023-02-04 | ensure command env vars use native path seperators | Rachel Powers | |
fix #824 Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-02-04 | Java installations detection fix for Linux | BalkanMadman | |
Signed-off-by: BalkanMadman <zurabid2016@gmail.com> | |||
2023-02-04 | Merge pull request #802 from KosmX/develop | Sefa Eyeoglu | |
2023-02-04 | Merge pull request #803 from TheLastRar/msys2-ccache | flow | |
2023-02-04 | fix: use /usr/bin/env bash in launch script | Sefa Eyeoglu | |
This should make it possible to run these scripts on any system, as /bin/bash is not standard! Notably this fixes the script on NixOS. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-02-03 | Merge pull request #815 from Scrumplex/fix-funny | Sefa Eyeoglu | |
2023-02-03 | fix: fix component uid regex | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-02-02 | Merge pull request #804 from flowln/improve_big_concurrent_task_test | flow | |
2023-02-02 | Merge pull request #810 from ↵ | flow | |
flowln/error_on_bad_file_paths_as_we_should_catquake | |||
2023-02-02 | fix: give error when components have bad uids | flow | |
This allows other code to reject proceeding when the UID is bad, which is generally a good idea. :p Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-02 | fix(Inst.Import): don't allow bad file path in mrpack import | flow | |
This checks the URL of the path of the file to be downloaded, ensuring that it always contains the root .minecraft target folder, following the warning in the mrpack documentation. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-01 | commit requested change, make the lock static | KosmX | |
Signed-off-by: KosmX <kosmx.mc@gmail.com> | |||
2023-02-01 | CI: Always update windows ccache | TheLastRar | |
Also change name to avoid pulling the stale cache Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2023-02-01 | CI: Move mingw restore cache before setup ccache | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2023-02-01 | CI: Log ccache stats for msys2 | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2023-02-01 | fix(tests): improve the reliability of the Task's stack test | flow | |
This actually takes into account the amount of stuff put into the stack in each iteration, and thus avoids having to change the stack size of the thread, and using ad-hoc values for the other stuff. It also reduces the time the test takes to run. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-01 | thread-safe logger | KosmX | |
Signed-off-by: KosmX <kosmx.mc@gmail.com> |