11018 Commits

Author SHA1 Message Date
Seth Flynn
bf8d1ca1f8 chore(deps): update determinatesystems/magic-nix-cache-action action to v14 (#5606) 2026-06-01 04:37:34 +00:00
Alexandru Ionut Tripon
cc466b44c3 chore(deps): update azure/artifact-signing-action action to v2 (#5547) 2026-06-01 04:37:16 +00:00
renovate[bot]
99291186b2 chore(deps): update determinatesystems/magic-nix-cache-action action to v14 2026-05-29 06:04:43 +00:00
renovate[bot]
2bf64efaf2 chore(deps): update azure/artifact-signing-action action to v2 2026-05-28 18:34:22 +00:00
Seth Flynn
f5d7e76ac4 fix renovate using old label (#5549) 2026-05-27 22:50:58 +00:00
Sefa Eyeoglu
f67a670bcf chore(deps): update korthout/backport-action action to v4.5 (#5466) 2026-05-23 20:27:34 +00:00
Seth Flynn
a80995ab7e fix(nix): switch to KF6 ECM (#5545) 2026-05-23 20:17:57 +00:00
Sefa Eyeoglu
64abd37e05 clang-tidy: clang-analyzer-* (#5103) 2026-05-23 20:11:37 +00:00
Sefa Eyeoglu
23c34f495f Fix offline accounts not being refreshed during launch (#5542) 2026-05-23 20:03:21 +00:00
Sefa Eyeoglu
d7fc7fd855 revert: "change: enable automatically enabling automatic merging on backport PRs" (#5540) 2026-05-23 20:02:08 +00:00
Alexandru Ionut Tripon
22bfe0628f chore(deps): update cachix/install-nix-action digest to 8aa0397 (#5469) 2026-05-23 19:59:24 +00:00
renovate[bot]
d4d032afea chore(deps): update korthout/backport-action action to v4.5 2026-05-22 18:59:55 +00:00
renovate[bot]
61cdabd40e chore(deps): update cachix/install-nix-action digest to 8aa0397 2026-05-22 18:59:51 +00:00
Tayou
43c11a8555 Log components in instance logs (#5560) 2026-05-18 13:11:12 +00:00
Octol1ttle
547b4c0d3a feat(instance logs): log components
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-18 12:18:44 +05:00
Octol1ttle
f4567bcc8c fix renovate using old label
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-15 14:14:46 +05:00
Sefa Eyeoglu
8ba5444c6b fix(nix): switch to KF6 ECM
The override can be removed after
https://github.com/NixOS/nixpkgs/pull/518987 reaches nixos-unstable

See https://github.com/NixOS/nixpkgs/pull/513691

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-05-14 12:27:25 +02:00
Seth Flynn
de60d804a1 change(bug_report.yml): use input type where short answer is preferred (#5544) 2026-05-14 03:57:29 +00:00
Sefa Eyeoglu
8a7b17f958 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'https://releases.nixos.org/nixos/unstable/nixos-26.05pre990025.15f4ee454b1d/nixexprs.tar.xz?narHash=sha256-fN6ynMvcdwPDB09LpWJNO5ogu%2BHFydrBWXJywoI/NNg%3D' (2026-04-30)
  → 'https://releases.nixos.org/nixos/unstable/nixos-26.05pre995699.da5ad661ba4e/nixexprs.tar.xz?narHash=sha256-rNDJzV2JTV5SUTwv1cgKZYMdyoUYU9/YfegSaUf3QfY%3D' (2026-05-10)

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2026-05-13 21:14:24 +02:00
mctaylors
558e5bc155 change(bug_report.yml): use input type where short answer is preferred
Signed-off-by: mctaylors <95250141+mctaylors@users.noreply.github.com>
2026-05-13 22:09:55 +03:00
Octol1ttle
bc1f9db653 fix offline accounts not being refreshed during launch
Closes #5435
Closes #5537

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-13 17:59:03 +05:00
Trial97
6699d3eca0 clang-tidy: clang-analyzer-*
This commit aims to fix all clang-analyzer-* warnings from clang-tidy.
Here is the list of the ones found in project:
    "clang-analyzer-core.uninitialized.UndefReturn",
    "clang-analyzer-deadcode.DeadStores",
    "clang-analyzer-optin.core.EnumCastOutOfRange",
Some exceptions:
  clang-analyzer-cplusplus.NewDeleteLeaks -> may need to disable it as
is a false positive
  clang-analyzer-optin.cplusplus.VirtualCall -> may need to disable it
(or refactor a bunch of code to drop the virtual from those functions)

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-13 10:20:26 +03:00
Seth Flynn
40824a187d revert: "change: enable automatically enabling automatic merging on backport PRs"
Refs: d741b40
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-05-13 02:23:28 -04:00
Alexandru Ionut Tripon
323c25d83b Enable automatically enabling automatic merging on backport PRs (#5534) 2026-05-12 20:25:55 +00:00
Tayou
8d8951475c Do not open account select dialog if there are no accounts (#5535) 2026-05-12 18:50:38 +00:00
Octol1ttle
d6db750797 fix: do not open account select dialog if there are no valid accounts
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-12 00:19:57 +05:00
Alexandru Ionut Tripon
ecc551b44e Don't delete base directories when evicting metacache (#5513) 2026-05-11 11:15:43 +00:00
Octol1ttle
d741b403a9 change: enable automatically enabling automatic merging on backport PRs
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-11 15:43:26 +05:00
Tayou
0fee29559f Fixes to translations (#5512) 2026-05-11 09:49:06 +00:00
Alexandru Ionut Tripon
d146972671 Suppress sfinae-incomplete warning (#5523) 2026-05-09 21:07:58 +00:00
Alexandru Ionut Tripon
c9d07adbbe add file name column (#5505) 2026-05-09 21:03:47 +00:00
Octol1ttle
993eb40481 fix: suppress sfinae-incomplete warning
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-10 01:46:29 +05:00
Trial97
670f49309c chore(clang-tidy): fix clang tidy warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:26:23 +03:00
Trial97
b7381d8088 add size column for datapacks
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:26:23 +03:00
Trial97
bac959bc6f chore(clang-tidy): fix clang tidy warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:26:21 +03:00
Trial97
4c9081a934 add file name column
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:20:43 +03:00
Alexandru Ionut Tripon
7fcadcd7a2 Add some weird modrinth headers (#5506) 2026-05-09 19:52:55 +00:00
Trial97
97d570b343 chore(clang-tidy): fix clang tidy warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Trial97
f9e007ca2b add update reason
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Trial97
a63048d7e2 chore(clang-tidy): fix clang tidy warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Trial97
ca721f9d67 add special modrinth header
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Alexandru Ionut Tripon
18924e43da fix Atl path traversal (#5511) 2026-05-07 21:16:14 +00:00
Alexandru Ionut Tripon
5d3411f412 fix: ignore non-existent or empty paths in processURLs (#5442) 2026-05-07 18:20:07 +00:00
Octol1ttle
564fca8c9b fix: don't delete base directories when evicting metacache
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-07 20:48:19 +05:00
Octol1ttle
d59b4b0ad7 fix(translations): do not reset user language if translations index is missing
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-07 20:15:38 +05:00
Octol1ttle
49aef77f3f fix(translations): redownload index if it is missing after file reloading
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-07 20:11:24 +05:00
Trial97
daa9e07e33 chore(clang-tidy): fix clang tidy warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-07 15:02:50 +03:00
Trial97
4cbfe7fb0e fix atl path traversal
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-07 14:43:44 +03:00
Alexandru Ionut Tripon
5f7aa2fbdb fix change version (#5504) 2026-05-07 11:28:13 +00:00
Alexandru Ionut Tripon
95a62a5dde Fixes to 'Use system locale' (#5485) 2026-05-07 10:58:27 +00:00