Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix strings and update translation catalogs | Papoteur | 2021-10-13 | 1 | -1/+1 |
| | |||||
* | Cleaning | Papoteur | 2021-05-30 | 1 | -11/+2 |
| | |||||
* | Check the signature as a first step after selecting an image to write. | Papoteur | 2021-03-27 | 2 | -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/newgui | Papoteur | 2021-03-20 | 1 | -9/+18 |
|\ | |||||
| * | Error message more accurate (mga#28466) after checking the signature | Papoteur | 2021-03-11 | 1 | -1/+1 |
| | | |||||
| * | Reload Mageia's key when it is expired | Papoteur | 2021-03-09 | 1 | -8/+17 |
| | | |||||
* | | Merge branch 'master' into topic/newgui | Papoteur | 2020-12-23 | 1 | -5/+7 |
|\ \ | |/ | |||||
| * | Fix return state in raw_write when signature is false | Papoteur | 2020-12-21 | 1 | -4/+3 |
| | | |||||
| * | Fix initialization of flag of signature checking | Papoteur | 2020-12-20 | 1 | -0/+1 |
| | | |||||
| * | Display warning instead of succes when signatures or sums doesn't match | Papoteur | 2020-12-18 | 1 | -1/+3 |
| | | |||||
| * | Verify also detached signatures | Papoteur | 2020-12-18 | 1 | -2/+10 |
| | | |||||
* | | Finalize previous changes | Papoteur | 2020-12-18 | 1 | -1/+1 |
| | | |||||
* | | Verify also detached signatures | Papoteur | 2020-12-18 | 1 | -2/+10 |
|/ | |||||
* | Test if Mageia key is already present | Papoteur | 2020-11-29 | 1 | -1/+6 |
| | |||||
* | Add management of error when creating partition with fdisk | Papoteur | 2020-11-28 | 1 | -5/+26 |
| | |||||
* | Fix syntax error | Papoteur | 2020-11-27 | 1 | -6/+6 |
| | |||||
* | Add debug option, --debug and write in .isodumper/isodumper2.log | Papoteur | 2020-11-27 | 1 | -6/+7 |
| | |||||
* | Add more details about operation | Papoteur | 2020-11-18 | 1 | -5/+10 |
| | |||||
* | Reformat code | Papoteur | 2020-10-17 | 2 | -26/+29 |
| | |||||
* | Use udisks2 to unmount partitions | Papoteur | 2020-10-17 | 2 | -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 partitions | Papoteur | 2020-10-11 | 1 | -14/+29 |
| | |||||
* | Log with microseconds | Papoteur | 2020-10-11 | 1 | -2/+3 |
| | |||||
* | Force the format operation even if partition already exists | Papoteur | 2020-10-10 | 1 | -3/+3 |
| | |||||
* | Add waiting step for table partition after new created partition | Papoteur | 2020-10-10 | 2 | -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 ↵ | Papoteur | 2020-10-04 | 1 | -2/+5 |
| | | | | delay after creating the partition | ||||
* | Fix instructions of the signature checking | Papoteur | 2020-06-29 | 1 | -2/+2 |
| | |||||
* | Fix error in checking. | Papoteur | 2020-06-29 | 1 | -12/+17 |
| | |||||
* | Compute and check the SHA3 sum instead of SHA512 | Papoteur | 2020-01-31 | 1 | -9/+14 |
| | |||||
* | Better manage error messages in writing persistent partition | Papoteur | 2020-01-20 | 1 | -17/+61 |
| | |||||
* | Add encryption for persistent partition | Papoteur | 2020-01-20 | 2 | -29/+93 |
| | |||||
* | Don't use message but logging when getting Mageia key, to avoid void ↵1.14 | Papoteur | 2019-08-19 | 1 | -4/+2 |
| | | | | messages in other parts | ||||
* | Add more logging | Papoteur | 2019-08-18 | 2 | -8/+22 |
| | |||||
* | Adapt signature checking to new method of signing of Mageia 7. | Papoteur | 2019-07-10 | 1 | -5/+5 |
| | |||||
* | Allow writing the label of persistent partition, fixed to "mgalive-persist" | Papoteur | 2018-12-15 | 2 | -5/+24 |
| | |||||
* | Add operations for persistent partition creation | root | 2018-12-13 | 2 | -1/+23 |
| | |||||
* | Separate getting key and checking signature in a thread | Papoteur | 2018-10-19 | 2 | -17/+36 |
| | | | | Review the logic of checking | ||||
* | Cleaning imports | Papoteur | 2018-10-16 | 1 | -2/+0 |
| | |||||
* | Manage magiback start through DBus and systemd | Papoteur | 2018-10-16 | 2 | -0/+14 |
| | |||||
* | Cleaning | Papoteur | 2018-10-16 | 1 | -10/+8 |
| | |||||
* | Add translation management in magiback. | Papoteur | 2018-10-16 | 1 | -2/+12 |
| | | | | Add logging feature. | ||||
* | Apply same method over DBus to Backup feature | Papoteur | 2018-10-10 | 2 | -5/+4 |
| | |||||
* | Restore DBus config file1.01 | Papoteur | 2018-10-09 | 1 | -0/+4 |
| | |||||
* | Correction of raw_write import | Papoteur | 2018-10-09 | 1 | -1/+1 |
| | |||||
* | Continue cleaning DBus stuff | Papoteur | 2018-10-09 | 1 | -3/+0 |
| | |||||
* | Correction to DBus configuration files | Papoteur | 2018-10-09 | 1 | -4/+0 |
| | |||||
* | Typos in strings of raw_write.py | Papoteur | 2018-03-18 | 1 | -2/+2 |
| | | | | Update pot file | ||||
* | Cleaning | Papoteur | 2018-03-17 | 1 | -3/+0 |
| | |||||
* | Add config files for DBus | Papoteur | 2018-03-17 | 2 | -1/+4 |
| | |||||
* | Cleaning | Papoteur | 2018-03-16 | 2 | -2/+1 |
| | |||||
* | Add managing of credentials | Papoteur | 2018-03-16 | 1 | -38/+22 |
| |