aboutsummaryrefslogtreecommitdiffstats
path: root/backend/magiback
Commit message (Collapse)AuthorAgeFilesLines
* Add the code for creating any type of partition after writing ISO imagePapoteur2023-08-011-2/+3
|
* 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-041-1/+36
|
* 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
|
* Give user ownership to the backup image.Papoteur2023-06-301-1/+20
|
* Check the signature as a first step after selecting an image to write.Papoteur2021-03-271-7/+0
| | | | | | 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.
* Reformat codePapoteur2020-10-171-18/+19
|
* Use udisks2 to unmount partitionsPapoteur2020-10-171-8/+0
| | | | | Unmount encrypted partitions too Add complete traceback when error occur in event loop
* Log with microsecondsPapoteur2020-10-111-2/+3
|
* Add waiting step for table partition after new created partitionPapoteur2020-10-101-1/+4
| | | | Move the do_persistence step in a thread a display progress
* Add encryption for persistent partitionPapoteur2020-01-201-10/+11
|
* Add more loggingPapoteur2019-08-181-4/+7
|
* Allow writing the label of persistent partition, fixed to "mgalive-persist"Papoteur2018-12-151-4/+7
|
* Add operations for persistent partition creationroot2018-12-131-0/+17
|
* Separate getting key and checking signature in a threadPapoteur2018-10-191-0/+10
| | | | Review the logic of checking
* Cleaning importsPapoteur2018-10-161-2/+0
|
* Add translation management in magiback.Papoteur2018-10-161-2/+12
| | | | Add logging feature.
* Apply same method over DBus to Backup featurePapoteur2018-10-101-3/+3
|
* Correction of raw_write importPapoteur2018-10-091-1/+1
|
* CleaningPapoteur2018-03-171-3/+0
|
* CleaningPapoteur2018-03-161-1/+1
|
* Add managing of credentialsPapoteur2018-03-161-38/+22
|
* Add backend providing DBus servicePapoteur2018-03-161-0/+174