Odyssey
c6674ee8e4
Update catalan locales ( #3716 )
2025-08-10 06:05:50 +00:00
correctmost
b0ede3c165
Fix a type annotation for list_available_packages ( #3711 )
...
The repositories parameter is a variable-length tuple instead of a
one-element tuple.
2025-08-06 07:02:01 +00:00
Andreamp0
5e96448f37
Fixing 3 lines in the italian translation ( #3710 )
2025-08-05 12:55:30 +00:00
EK
4c17b75134
move additional packages down ( #3709 )
2025-08-04 19:45:38 +02:00
Hugo Carvalho
1e841a1816
Translation: Update pt.po ( #3702 )
2025-07-31 11:48:38 +00:00
summoner
6cca6f9866
Translation: Update HU.po ( #3701 )
...
Fix translation wording
2025-07-31 06:59:25 +00:00
summoner
11e33ed9f3
Translation: Update Hu.po ( #3698 )
...
Translate new strings
Fix sentences
2025-07-30 17:34:56 +02:00
Anton Hvornum
0cd3f2ea26
Bumping version to: 3.0.9 ( #3697 )
2025-07-30 10:22:31 +02:00
Anton Hvornum
3607029d59
Reverted profiles and application installation order in order to not break DE's vs audioserver setups ( #3694 )
2025-07-30 08:16:36 +02:00
Daniel Girtler
1ba9d0371a
Correctly populate version in config ( #3693 )
2025-07-29 20:30:17 +00:00
Daniel Girtler
91609c16b5
Fix circular bootloader dependency ( #3686 )
2025-07-29 19:48:23 +02:00
VENOIRE
ccebb6882e
Fix boot detection to use PartitionFlag.BOOT instead of mountpoint ( #3659 )
...
Co-authored-by: VENOIRE <venoire@protonmail.com>
Co-authored-by: Torxed <torxed@archlinux.org>
2025-07-24 16:11:18 +02:00
correctmost
b77a43b201
Remove unneeded None annotation from Bootloader.get_default ( #3680 )
2025-07-23 20:00:21 +02:00
Anton Hvornum
5355c7141a
Add --skip-boot to allow for bypassing installation of a bootloader ( #3677 )
...
* Adding the option to skip boot loader
* Fixed a variable complaint
* Fixed ruff and mypy
* Fixed mypy
* Fixed mypy
* Fixed import recursion
* Fixed ruff
* Fixed circular imports
* Fixed ruff
* Hiding the menu option for bootloader when --skip-boot is given. Still setting it default to None to avoid it sneaking into the config file or being set behind the scenes causing if statements to trigger.
* Created an Enum None type for Bootloader called NO_BOOTLOADER
* Fixed ruff
* Spelling error
* Hiding NO_BOOTLOADER if --skip-boot is omitted
* Fixed TUI error when bootloader was missing
* Fixed mypy complaints
* Fixed ruff complaint
* Made the Bootloader option visible during --skip-boot and set the default value to NO_BOOTLOADER when --skip-boot is present
2025-07-23 16:52:01 +02:00
Luiz Felipe
ee6dcbe2b2
Improve PT‑BR translation and adjust punctuation ( #3679 )
...
Co-authored-by: LuizWT <xluiz452@gmail.com>
2025-07-23 11:10:02 +00:00
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
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
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
Muhammad Salman
eb5512f5cd
Install inotify-tools when using grub with btrfs config ( #3656 )
2025-07-08 20:12:57 +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
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
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
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
Daniel Girtler
27f53717b0
Add bluetooth support ( #3604 )
...
* Add bluetooth option
2025-06-18 09:57:54 +02:00
Screamnox
973f4af1f5
fix(lvm): align offset to PE size to avoid LV allocation failure ( #3603 )
2025-06-17 22:26:16 +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
Anton Hvornum
2038e68560
Removed xf86-video-vmware as it's been dropped: https://gitlab.archlinux.org/archlinux/packaging/packages/xf86-video-vmware/-/issues/3 ( #3590 )
2025-06-12 08:48:21 +02:00
Daniel Girtler
12c8a5c62e
Mount partitions in minimal script before starting installation ( #3585 )
2025-06-12 07:14:54 +10:00
Daniel Girtler
063b9643b4
Add new version indicator in the title of the main menu ( #3587 )
...
* Add new version indicator in the title of the main menu
* Update
2025-06-12 07:14:30 +10:00
Daniel Girtler
7b3b7c9ebf
Fix recursive call in scripts ( #3586 )
2025-06-11 19:38:28 +02:00
Anton Hvornum
a91a922ef4
Spelling error on extras package ( #3582 )
2025-06-09 13:27:24 +02:00