- 12 Nov, 2021 1 commit
-
-
Andrius Štikonas authored
-
- 29 Nov, 2020 8 commits
-
-
Andrius Štikonas authored
-
Andrius Štikonas authored
Add an explicit ReadData method to polkit helper instead of relying on copyblocks with empty target device.
-
Andrius Štikonas authored
-
Andrius Štikonas authored
-
Andrius Štikonas authored
Add some diagrams explaining difference between source/targetOffsets and read/writeOffset.
-
Andrius Štikonas authored
-
Andrius Štikonas authored
-
Andrius Štikonas authored
-
- 26 Nov, 2020 4 commits
-
-
Andrius Štikonas authored
Simply returning failure should be sufficient.
-
Andrius Štikonas authored
-
Andrius Štikonas authored
-
Andrius Štikonas authored
-
- 12 Oct, 2020 9 commits
-
-
Andrius Štikonas authored
-
Andrius Štikonas authored
-
Andrius Štikonas authored
-
Andrius Štikonas authored
BUG: 412887
-
Andrius Štikonas authored
We need this to avoid multiple authentication requests when applying long operations. Otherwise, the user will have to authenticate after each job, which can mean up to 4 password dialogs for some longer operations.
-
Andrius Štikonas authored
-
-
Andrius Štikonas authored
-
-
- 30 Sep, 2020 1 commit
-
-
Andrius Štikonas authored
-
- 13 Sep, 2020 1 commit
-
-
Andrius Štikonas authored
-
- 10 Sep, 2020 1 commit
-
-
Andrius Štikonas authored
In the old code QByteArray fstabContents was actually empty. Also, writeData function was opening file in append mode, thus nothing was actually written. Split writeData function into two: * one for block devices * another for writing fstab file BUG: 417205
-
- 12 Jun, 2019 1 commit
-
- 10 Jun, 2019 1 commit
-
-
Shubham . authored
-
- 08 Jun, 2019 1 commit
-
-
Shubham . authored
Reviewers: stikonas, cjlcarvalho Reviewed By: stikonas Subscribers: #kde_partition_manager Tags: #kde_partition_manager Differential Revision: https://phabricator.kde.org/D21616
-
- 05 Jun, 2019 1 commit
-
-
Summary: kauth helpers have a qcoreapplication started which auto-terminates after 10 seconds of idle time. this would be an added time out on top of our life time management that is not necessary. to prevent this additional delay simply quit the qapplication directly. this makes helper termination almost instantaneous even when the dbus client disappears due to crash or SIGINT, and largely removes the need to call stopHelper altogether. BUG: 408245 Test Plan: both partitionmanager and calamares instantly quit the helper no matter how the client process gets terminated other than that everything seems to work as before Reviewers: stikonas Differential Revision: https://phabricator.kde.org/D21559
-
- 03 Jun, 2019 1 commit
-
-
Harald Sitter authored
Summary: kauth helpers have a qcoreapplication started which auto-terminates after 10 seconds of idle time. this would be an added time out on top of our life time management that is not necessary. to prevent this additional delay simply quit the qapplication directly. this makes helper termination almost instantaneous even when the dbus client disappears due to crash or SIGINT, and largely removes the need to call stopHelper altogether. BUG: 408245 Test Plan: both partitionmanager and calamares instantly quit the helper no matter how the client process gets terminated other than that everything seems to work as before Reviewers: stikonas Differential Revision: https://phabricator.kde.org/D21559
-
- 30 May, 2019 1 commit
-
-
Shubham . authored
Reviewers: stikonas, cjlcarvalho Reviewed By: stikonas Subscribers: #kde_partition_manager Tags: #kde_partition_manager Differential Revision: https://phabricator.kde.org/D21504
-
- 19 May, 2019 1 commit
-
-
Shubham . authored
Summary: QDbus already provides enough security to the calls made by the application to the helper. Hence no need to encrypt, sign the requests of the application and verify their integrity at the helper side. Reviewers: stikonas, cjlcarvalho Reviewed By: stikonas Subscribers: #kde_partition_manager Tags: #kde_partition_manager Differential Revision: https://phabricator.kde.org/D21275
-
- 17 May, 2019 2 commits
-
-
Shubham . authored
Reviewers: stikonas, cjlcarvalho Reviewed By: stikonas Subscribers: #kde_partition_manager Tags: #kde_partition_manager Differential Revision: https://phabricator.kde.org/D21241
-
Shubham . authored
Reviewers: stikonas, cjlcarvalho Reviewed By: stikonas Subscribers: #kde_partition_manager Tags: #kde_partition_manager Differential Revision: https://phabricator.kde.org/D21251
-
- 29 Mar, 2019 2 commits
-
-
Reviewers: stikonas, #kde_partition_manager, cjlcarvalho Reviewed By: stikonas, #kde_partition_manager, cjlcarvalho Subscribers: varunp, tctara, teo, abhijeet2096, caiovosilva, cjlcarvalho, #kde_partition_manager Tags: #kde_partition_manager Differential Revision: https://phabricator.kde.org/D20108
-
Summary: Even though constantifying these parameters won't change anything(since they are being passed by value), it is done to assure they conform to rest of the coding style Reviewers: stikonas, cjlcarvalho, #kde_partition_manager Reviewed By: cjlcarvalho Subscribers: #kde_partition_manager Tags: #kde_partition_manager Differential Revision: https://phabricator.kde.org/D20106
-
- 29 Nov, 2018 1 commit
-
-
Andrius Štikonas authored
BUG: 398154
-
- 25 Nov, 2018 1 commit
-
-
Andrius Štikonas authored
BUG: 398154
-
- 29 Oct, 2018 1 commit
-
-
Andrius Štikonas authored
Add CopyTargetByteArray. CopySourceByteArray is not implemented yet. This is only suitable for reading small amount of data such as GPT header or FAT boot sector location. Not meant for copying whole partition because data has to be transfered over DBus. Differential Revision: https://phabricator.kde.org/D16487
-
- 24 Aug, 2018 1 commit
-
-
Caio Jordão Carvalho authored
-