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
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
Daniel Girtler
cdb1debe2e
Move disk encryption into disk config menu ( #3502 )
2025-05-25 21:23:37 +10:00
Daniel Girtler
d3f32f308c
Update ruff formatter ( #3496 )
...
* Update ruff formatter
* Update
2025-05-24 07:58:42 +00:00
Anton Hvornum
5a4773cdd3
Added --skip-wkd to skip waiting for the arch linux keyring wkd sync ( #3483 )
...
* Added --skip-wkd to skip waiting for the arch linux keyring wkd sync
* Package spelling error
* Forgot to add argument to Arguments()
* Added missing --skip-wkd arg to arg tester
* Corrected help text for --skip-wkd
2025-05-20 11:38:40 +02:00
Daniel Girtler
790a7a2be9
Fix 3474 ( #3476 )
...
* Fix 3474 - Parse mountpoint correctly
* Fix 3474 - Parse mountpoint correctly
* Update
2025-05-19 10:59:42 +02:00
Daniel Girtler
c67ac97f18
Ruff formatting ( #3459 )
...
* Update
* Update
2025-05-15 14:26:41 +02:00
Daniel Girtler
fae210dfea
Add optional file encryption for user credentials configuration ( #3391 )
...
* Optional encryption of user credentials configuration file
* Update README
* Update
* Update
2025-04-26 20:25:43 +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
1b890492d0
Refactor code ( #3247 )
2025-03-25 09:49:18 +01:00
correctmost
6a90760e67
Clean up most no-implicit-reexport warnings from mypy ( #3233 )
...
This makes it easier to run mypy --strict from the command line
and should hopefully make it easier to clean up import cycles in
future commits.
2025-03-09 19:50:56 +11:00
Daniel Girtler
697ccd1ac5
Fix 2379 - Mirror and region definitions ( #3223 )
...
* Fix 2379 - Mirror and repository settings
* Fix alignment
2025-03-05 22:19:50 +11:00
Daniel Girtler
8b375c97a5
Fix version parsing for local branches ( #3190 )
...
* Fix version parsing for local branches
* Fix tests
* Fix tests
2025-02-23 09:44:25 +01:00
Daniel Girtler
b57f7f91cf
Integrate new arguments data structure ( #3167 )
...
* Integrate new args dataclass
* Integrate args
* Update
* Update
* Update
* Update
2025-02-20 07:35:59 +11:00
codefiles
6dab4650fa
audio: capitalize enums ( #3067 )
2025-01-03 15:24:10 +11:00
Daniel Girtler
1d278f8abd
Fix 2991 - Restructure the mirror list handling ( #3007 )
...
* Fix 2991 - mirror configuration
* Update
* Update
* Update
2024-12-08 08:58:16 +11:00
correctmost
11f8490b59
Enable the bad-indentation pylint rule and fix space indentations ( #2968 )
2024-11-30 22:54:53 +11:00
correctmost
544400606f
Enable mypy checks for tests/ files ( #2963 )
2024-11-30 20:00:35 +11:00
correctmost
e49a679fb8
Enable pytest test runs on CI ( #2947 )
...
This commit also fixes fixture and test issues that caused failures.
2024-11-27 17:42:22 +11:00
correctmost
7bdef2f017
Fix mypy warnings in tests/test_args.py ( #2945 )
2024-11-27 06:46:17 +11:00
Daniel Girtler
e51f7adf21
Dataclasses for args and config ( #2936 )
...
* Introduce dataclass for arguments and configuration
* Update
* Update
2024-11-26 11:08:36 +01:00