Commit Graph

4178 Commits

Author SHA1 Message Date
Daniel Girtler 3e99cfbba7
Move users menu into authentication submenu (#3678)
* Move users menu into authentication submenu

* Tests

* Update

* Update
2025-07-22 08:57:39 +02:00
Daniel Girtler 725c3fed09
Rename network_configuration -> network (#3641) 2025-07-21 19:26:15 +00:00
renovate[bot] b0908b88c5
fix(deps): update dependency ruff to v0.12.4 (#3674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-19 11:48:00 +02:00
renovate[bot] 1da69cec18
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.4 (#3673)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-19 00:15:26 +00:00
Daniel Girtler 1e058df92b
Fix imports (#3675) 2025-07-18 21:59:32 +00:00
Daniel Girtler e0c3bb3869
Move root password menu into authentication menu (#3650) 2025-07-18 05:53:31 +00:00
correctmost 8736926fb2
Update mypy to 1.17.0 (#3671)
This commit also removes a type ignore comment that is no longer
needed after python/mypy#18976.
2025-07-17 12:37:06 +10:00
utuhiro78 f059d897fb
Update Japanese translation (#3670) 2025-07-16 10:16:55 +10:00
renovate[bot] 9f83d67c9e
chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.17.0 (#3669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-16 10:16:27 +10:00
Daniel Girtler 231530d5f9
Handle no U2F device available (#3648) 2025-07-15 09:35:54 +02:00
Daniel Girtler 47f4e63006
Rename profile_model -> profile (#3640) 2025-07-15 09:30:15 +02:00
Daniel Girtler 96aaf5b6ac
Rename module device_model -> device (#3639) 2025-07-15 09:29:58 +02:00
renovate[bot] 703c9548c0
chore(deps): update astral-sh/ruff-action action to v3.5.0 (#3667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-15 08:06:55 +10:00
renovate[bot] b73aa79415
fix(deps): update dependency ruff to v0.12.3 (#3664)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-12 12:22:35 +10:00
renovate[bot] 725b95c5a6
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.3 (#3663)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-12 12:22:04 +10:00
Muhammad Salman eb5512f5cd
Install inotify-tools when using grub with btrfs config (#3656) 2025-07-08 20:12:57 +10:00
renovate[bot] 9b0b5e8af2
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 (#3652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-05 08:32:21 +10:00
renovate[bot] b0038eb277
fix(deps): update dependency ruff to v0.12.2 (#3653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-04 18:49:11 +10:00
Matteo 30f0693ce7
Update Italian translation (#3651) 2025-07-03 08:42:30 +10:00
correctmost 3652dbd578
Replace an Any instance in U2FLoginConfiguration.parse_arg (#3649) 2025-07-01 08:54:46 +10:00
correctmost 2bb98bc06e
Remove an unused member variable from AuthenticationHandler (#3644) 2025-07-01 07:55:04 +10:00
correctmost 2072c29745
Use union syntax instead of typing.Optional (#3643) 2025-07-01 07:54:41 +10:00
correctmost c22c6c7399
Remove unneeded container code from ruff format workflow (#3642) 2025-07-01 07:54:09 +10:00
Daniel Girtler 55a383764f
Add support for U2F authentication (#3638)
* Add U2F login support

* Update

* Update

* Update

* Update
2025-06-30 21:51:45 +10:00
Haouari haitam Kouider b3b00aa00f
Add interface to change LUKS iteration time (#3634)
* Added User Interface to change iteration time for LUKS encryption

* removing unneessary try catch and imports

* used the same constant in luks.py file

* fixed issue with error firing in default value

* fixed ruf preview warnings

* preview even if its default value. (iter_time)

* check encryption type is not non before showing iter_time

* using _real_input with input_vp instead of _current_text

* proper check for enc_type

* added Interation time to outer menu preview

* removed (ms) from title. so that we don't need to translate "Iteration time" and "iteration time (ms)".

* a comment slipped in. this was not supposed to be in this pull

* fixed comparison str with EncryptionType
2025-06-30 11:11:24 +10:00
Daniel Girtler 19459731ad
Make type field in lsblk optional (#3633) 2025-06-27 12:31:04 +02:00
Anton Hvornum 9dd92321a5
Added temporary hold on bootctl's --variables=BOOL usage, as it's notin systemd main yet (#3625)
* Added temporary hold on bootctl's --variables=BOOL usage, as it's not in systemd main yet

* Fixed ruff format check

* Fixed mypy type check issue

* Spelling error

* Fixed flake8 complaint
2025-06-27 12:29:35 +02:00
renovate[bot] 9d0e1e5576
fix(deps): update dependency ruff to v0.12.1 (#3632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-27 11:53:03 +10:00
renovate[bot] 8cb899ef39
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.1 (#3631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-27 11:52:47 +10:00
correctmost 572b4b6c29
Remove a ruff check auto-fix from the ruff format workflow (#3628)
Running an auto-fix in CI can cause the format check to pass, even
though the same format check fails locally.
2025-06-24 21:29:06 +10:00
correctmost 85f83214f7
Fix ruff format for local builds (#3626) 2025-06-24 13:30:04 +10:00
Anton Hvornum 63e559e502
Changed quotation marks (#3624) 2025-06-22 17:10:28 +02:00
DarkXero 677f4349be
Add missing xdg-user-dirs (#3484)
* Update cosmic.py

* Reverted incorrect Python logic surrounding the greeter type.

---------

Co-authored-by: Torxed <torxed@archlinux.org>
2025-06-22 15:17:25 +02:00
summoner001 7f189727a2
Update hungarian translation (#3622)
fix wording
2025-06-22 14:17:45 +02:00
Anton Hvornum 7fdfede270
Fixed ruff quotation marks (#3623) 2025-06-22 14:16:27 +02:00
Korbin Bickel 46550221d1
Update bootctl command for new --variables= option (#3396)
Co-authored-by: Anton Hvornum <torxed@archlinux.org>
2025-06-22 13:55:38 +02:00
Daniel Girtler 43963a1d8f
Fix script docs (#3613) 2025-06-22 12:47:00 +02:00
renovate[bot] fbbc3edac2
fix(deps): update dependency flake8 to v7.3.0 (#3618)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-21 08:19:45 +10:00
renovate[bot] 526eb3fb18
chore(deps): update pre-commit hook pycqa/flake8 to v7.3.0 (#3617)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-21 08:05:49 +10:00
Daniel Girtler 9769786ad6
Fix app config (#3614) 2025-06-20 23:59:10 +02:00
Daniel Girtler 77558e2be5
Fix 3598 - Utilize script field from config when present (#3611)
* Fix 3598 - Utilize script field from config when present

* Update

* Update
2025-06-20 15:58:14 +10:00
Daniel Girtler 37b3985625
Move audio configuration to application config (#3612) 2025-06-20 07:27:23 +10:00
renovate[bot] 63848f645f
fix(deps): update dependency pytest to v8.4.1 (#3608)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-18 22:06:02 +10:00
Daniel Girtler 27f53717b0
Add bluetooth support (#3604)
* Add bluetooth option
2025-06-18 09:57:54 +02:00
renovate[bot] f0cb3ad77a
fix(deps): update dependency ruff to v0.12.0 (#3607)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-18 07:38:42 +10:00
renovate[bot] fa5f9cfaf3
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.0 (#3606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-18 07:38:24 +10:00
renovate[bot] bf8379a2aa
chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.16.1 (#3605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-18 07:36:33 +10:00
Screamnox 973f4af1f5
fix(lvm): align offset to PE size to avoid LV allocation failure (#3603) 2025-06-17 22:26:16 +10:00
renovate[bot] 4d0a6ceb62
fix(deps): update dependency mypy to v1.16.1 (#3602)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-17 07:38:35 +10:00
Serdar Sağlam dd75371fc1
Turkish language current (#3597)
It was a very bad and wrong translation, but it is good now.
2025-06-16 09:53:20 +10:00