Commit Graph

3997 Commits

Author SHA1 Message Date
renovate[bot] cb29369d26
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.6 (#3397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-18 10:45:49 +10:00
James Knight 3f06d2b058
Add niri package to profile (#3395) 2025-04-17 11:09:43 +10:00
Daniel Girtler 2f18b8d2fe
Fix 1747 | Additional post-installation menu options (#3393)
* Provide more post installation options

* Update
2025-04-16 07:31:49 +10:00
correctmost 130d1a6ff8
Split out unicode_ljust and unicode_rjust to break import cycle (#3388)
* Split out unicode_ljust and unicode_rjust to break import cycle

Previously, there was an import cycle between tui.menu_item and
lib.output.

* Move unicode.py from lib/ to lib/utils/
2025-04-13 15:47:33 +10:00
correctmost e281c2fa6a
Split out Result and ResultType to break import cycle (#3387)
Previously, there was an import cycle between tui.menu_item and
tui.types.
2025-04-13 15:06:48 +10:00
Thierry M 57a63053cd
Add files via upload (#3386) 2025-04-13 15:05:40 +10:00
codefiles bb87cfacaf
Fix GPT end (#3390) 2025-04-13 15:01:42 +10:00
Daniel Girtler a842fb48a2
Fix 3362 (#3377) 2025-04-11 06:58:12 +02:00
neko_0xff bf944a7459
i18n(zh-TW): re-Update base.po (20250411) (#3384)
* Update base.po

* Update base.po

* Update base.po
2025-04-11 14:09:32 +10:00
renovate[bot] 2db14ca2d1
fix(deps): update dependency ruff to v0.11.5 (#3383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-11 10:59:52 +10:00
renovate[bot] 0dcc4862e2
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.5 (#3382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-11 10:57:31 +10:00
correctmost a9fd14fee1
Remove some unnecessary type unions (#3378) 2025-04-09 14:16:23 +02:00
correctmost 3dd8679734
Replace an Any instance with a TypedDict (#3375) 2025-04-09 18:47:53 +10:00
correctmost d35ac2a235
Remove unused SysCommand and SysCommandWorker fields (#3374) 2025-04-09 18:47:30 +10:00
correctmost 0028a572e8
Remove some Any instances from the codebase (#3372) 2025-04-09 15:22:02 +10:00
Matteo 20bd845fbe
Update Italian translation (#3371)
Translated new strings
2025-04-09 07:15:59 +10:00
renovate[bot] dc9d86c4b3
fix(deps): update dependency pydantic to v2.11.3 (#3370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-08 21:31:43 +02:00
summoner001 409be2196d
Update hungarian translation (#3369)
Update hungarian translation
2025-04-08 21:08:55 +02:00
correctmost d5c210f933
Remove unused variable reported by Pyright (#3368) 2025-04-08 15:14:49 +02:00
correctmost a67b2dea60
Remove unused imports reported by Pyright (#3367) 2025-04-08 22:28:06 +10:00
utuhiro78 ffb2230f33
Update Japanese translation (100%) (#3366) 2025-04-08 22:27:40 +10:00
Valerii a7985233e9
Better Ukrainian v1.1 (#3365)
Ill add more with time
2025-04-08 14:19:35 +02:00
Valerii 03e19c714f
Better Ukrainian (#3364) 2025-04-08 19:29:07 +10:00
Daniel Girtler 4f1d1b4739
Store password as hash instead of plaintext (#3276)
* Rework user password to be hash

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Generate yescrypt hash

* Update

* Update

* Update

* Update
2025-04-08 08:53:18 +02:00
Daniel Girtler bae0e29e18
Fix #3330 (#3360)
* Fix #3330

* Update
2025-04-08 08:46:19 +02:00
Daniel Girtler a3fc658c90
Fix 3350 (#3358) 2025-04-08 08:45:47 +02:00
Daniel Girtler 00e87eb15f
Fix 3334 (#3359) 2025-04-08 08:45:21 +02:00
Daniel Girtler c1de65e5b3
Fix 3313 translation file (#3361) 2025-04-08 08:44:50 +02:00
correctmost 873e7b2c64
Remove unused description fields from profiles (#3357) 2025-04-07 14:26:17 +10:00
killertofus 390f4f15f4
added some more profiles (#3323)
* gave descriptions to profiles

* added some more profiles

* removed the descriptions for all of them and fixed the class name

* made some fixes

* removed the reference to seat

* forgot a comma

* forgot this seat reference

* rewrote river.py

* forgot to include river

* removed lightdm and added upercase X

* added some more fixes

* forgot to add labwc as a dep
2025-04-07 13:48:40 +10:00
codefiles 63b2f986c3
Move system info logging to function (#3356) 2025-04-07 13:19:18 +10:00
codefiles d7a5a59342
Fix disk config validation regression (#3355) 2025-04-07 12:24:17 +10:00
codefiles 5b06ec7c37
Remove check for sphinx and pylint modules (#3353) 2025-04-07 12:23:11 +10:00
Daniel Girtler f985da6f9a
Case insensitive sorting of profiles (#3329)
* Case insensitive sorting of profiles

* Update
2025-04-06 22:37:51 +02:00
mintsuki de3416f55b
Start the boot partition at 1MiB by default on MBR too (#3344) 2025-04-06 22:34:20 +02:00
Matteo da29b315a5
Update Italian translation (#3347)
Translated new strings
2025-04-05 22:55:23 +11:00
renovate[bot] 0ea1a48ead
fix(deps): update dependency ruff to v0.11.4 (#3346)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-05 22:55:04 +11:00
renovate[bot] 790051d17a
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.4 (#3345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-05 22:54:50 +11:00
Daniel Girtler f5a16307bd
Add ruff auto sort imports hook (#3342) 2025-04-04 13:46:32 +02:00
correctmost 6cdf9d2889
Use curses.window instead of curses._CursesWindow in annotations (#3341) 2025-04-04 18:50:55 +11:00
correctmost 16d8b209fc
Enable possibly-undefined warnings in mypy (#3340)
This commit also fixes the two remaining possibly-undefined
warnings.
2025-04-04 18:50:29 +11:00
renovate[bot] bdc260e7e8
fix(deps): update dependency ruff to v0.11.3 (#3339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-04 10:15:11 +11:00
renovate[bot] 34881fb860
fix(deps): update dependency pydantic to v2.11.2 (#3338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-04 10:14:34 +11:00
renovate[bot] 3c9eca8ef4
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.3 (#3337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-04 10:12:35 +11:00
mintsuki fa581021eb
Improve partition type detection, assignment, and misconfig handling (#3336) 2025-04-04 10:03:02 +11:00
mintsuki e6b0ebb5f3
Actually prevent installing if the config is invalid (#3335)
This also makes use of the previously unused _is_config_valid() method.
2025-04-04 09:46:55 +11:00
mintsuki 0f90d5991d
Use default EFI boot app path for Limine if installing to USB (#3331) 2025-04-04 09:43:07 +11:00
correctmost 1678fb5192
Use assert_never to fix some possibly-undefined mypy warnings (#3333) 2025-04-03 11:59:12 +11:00
wszqkzqk 5af2d2bb07
fix(installer): use platform.machine() for target architecture in grub-install (#3320)
Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
2025-04-02 19:29:34 +11:00
EK ed0e9bd3c4
replace GTK theme package for Budgie build with an active one (#3327)
* replace GTK theme package with an active one

* add gtk theme to optdepends
2025-04-02 09:54:17 +02:00