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 |
codefiles
|
16a84ba662
|
Disable default credentials save (#3290)
|
2025-03-22 15:21:43 +11: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 |
Daniel Girtler
|
fb159a8255
|
Fix 3081 - Local mirrorlist parsing bug (#3104)
* Fix 3081 - shortcircuit on empty mirror options
* Update
* Update
|
2025-01-21 18:40:54 +01:00 |
codefiles
|
9163e8c84c
|
disk: rework manual partitioning (#3071)
* disk: rework manual partitioning
* disk: fix end alignment
* disk: validate config
* test: fix disk config partition overlap
|
2025-01-08 07:44:03 +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 |