aboutsummaryrefslogtreecommitdiffstats
path: root/backend
Commit message (Collapse)AuthorAgeFilesLines
* Add the code for creating any type of partition after writing ISO imagePapoteur2023-08-012-10/+38
|
* Fix the closing of magibackPapoteur2023-08-011-1/+2
|
* Fix gid for the backup filePapoteur2023-07-131-1/+1
|
* Logging only in /var/log/magibackPapoteur2023-07-043-5/+46
|
* Close magiback when closing isodumperPapoteur2023-07-031-1/+7
| | | | | Keep the authorization one hour Add the -d option for debug
* Add more logging in magibackPapoteur2023-07-021-2/+5
|
* Abort when not successful authorizationPapoteur2023-07-021-0/+1
|
* keep authorization during 10 min (magiback)Papoteur2023-06-301-1/+17
|
* Formatting code with blackPapoteur2023-06-301-112/+159
|
* Give user ownership to the backup image.Papoteur2023-06-302-2/+24
|
* Fix strings and update translation catalogsPapoteur2021-10-131-1/+1
|
* CleaningPapoteur2021-05-301-11/+2
|
* Check the signature as a first step after selecting an image to write.Papoteur2021-03-272-79/+18
| | | | | | Nothing happens if the check is OK. Else a message is displayed about missing signature file or checked not passed, and ask to continue or not. The check is now done in main program instead of backend.
* Merge branch 'master' into topic/newguiPapoteur2021-03-201-9/+18
|\
| * Error message more accurate (mga#28466) after checking the signaturePapoteur2021-03-111-1/+1
| |
| * Reload Mageia's key when it is expiredPapoteur2021-03-091-8/+17
| |
* | Merge branch 'master' into topic/newguiPapoteur2020-12-231-5/+7
|\ \ | |/
| * Fix return state in raw_write when signature is falsePapoteur2020-12-211-4/+3
| |
| * Fix initialization of flag of signature checkingPapoteur2020-12-201-0/+1
| |
| * Display warning instead of succes when signatures or sums doesn't matchPapoteur2020-12-181-1/+3
| |
| * Verify also detached signaturesPapoteur2020-12-181-2/+10
| |
* | Finalize previous changesPapoteur2020-12-181-1/+1
| |
* | Verify also detached signaturesPapoteur2020-12-181-2/+10
|/
* Test if Mageia key is already presentPapoteur2020-11-291-1/+6
|
* Add management of error when creating partition with fdiskPapoteur2020-11-281-5/+26
|
* Fix syntax errorPapoteur2020-11-271-6/+6
|
* Add debug option, --debug and write in .isodumper/isodumper2.logPapoteur2020-11-271-6/+7
|
* Add more details about operationPapoteur2020-11-181-5/+10
|
* Reformat codePapoteur2020-10-172-26/+29
|
* Use udisks2 to unmount partitionsPapoteur2020-10-172-40/+0
| | | | | Unmount encrypted partitions too Add complete traceback when error occur in event loop
* Add more steps of waiting for udev after operations on partitionsPapoteur2020-10-111-14/+29
|
* Log with microsecondsPapoteur2020-10-111-2/+3
|
* Force the format operation even if partition already existsPapoteur2020-10-101-3/+3
|
* Add waiting step for table partition after new created partitionPapoteur2020-10-102-10/+35
| | | | Move the do_persistence step in a thread a display progress
* Fix typo in command for creating persistent partition (mga#27354) and add ↵Papoteur2020-10-041-2/+5
| | | | delay after creating the partition
* Fix instructions of the signature checkingPapoteur2020-06-291-2/+2
|
* Fix error in checking.Papoteur2020-06-291-12/+17
|
* Compute and check the SHA3 sum instead of SHA512Papoteur2020-01-311-9/+14
|
* Better manage error messages in writing persistent partitionPapoteur2020-01-201-17/+61
|
* Add encryption for persistent partitionPapoteur2020-01-202-29/+93
|
* Don't use message but logging when getting Mageia key, to avoid void ↵1.14Papoteur2019-08-191-4/+2
| | | | messages in other parts
* Add more loggingPapoteur2019-08-182-8/+22
|
* Adapt signature checking to new method of signing of Mageia 7.Papoteur2019-07-101-5/+5
|
* Allow writing the label of persistent partition, fixed to "mgalive-persist"Papoteur2018-12-152-5/+24
|
* Add operations for persistent partition creationroot2018-12-132-1/+23
|
* Separate getting key and checking signature in a threadPapoteur2018-10-192-17/+36
| | | | Review the logic of checking
* Cleaning importsPapoteur2018-10-161-2/+0
|
* Manage magiback start through DBus and systemdPapoteur2018-10-162-0/+14
|
* CleaningPapoteur2018-10-161-10/+8
|
* Add translation management in magiback.Papoteur2018-10-161-2/+12
| | | | Add logging feature.