- 29 Nov, 2020 1 commit
-
-
Andrius Štikonas authored
-
- 24 Oct, 2020 1 commit
-
-
Andrius Štikonas authored
-
- 12 Oct, 2020 5 commits
-
-
Andrius Štikonas authored
-
Andrius Štikonas authored
-
Andrius Štikonas authored
-
Andrius Štikonas authored
-
-
- 30 Sep, 2020 1 commit
-
-
Andrius Štikonas authored
-
- 15 Sep, 2020 1 commit
-
-
Andrius Štikonas authored
-
- 11 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
-
- 26 Sep, 2019 1 commit
-
-
Andrius Štikonas authored
This reverts commit 2627d476.
-
- 12 Jun, 2019 1 commit
-
- 10 Jun, 2019 1 commit
-
-
Shubham . authored
-
- 09 Jun, 2019 1 commit
-
-
Shubham . authored
Reviewers: stikonas Reviewed By: stikonas Differential Revision: https://phabricator.kde.org/D21696
-
- 30 May, 2019 1 commit
-
-
Shubham . authored
-
- 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
-
- 05 Apr, 2019 1 commit
-
-
Reviewers: stikonas, cjlcarvalho, #kde_partition_manager Reviewed By: cjlcarvalho Subscribers: #kde_partition_manager Tags: #kde_partition_manager Differential Revision: https://phabricator.kde.org/D20269
-
- 25 Nov, 2018 1 commit
-
-
Andrius Štikonas authored
BUG: 398154
-
- 06 Aug, 2018 1 commit
-
-
Harald Sitter authored
Summary: the motivation here is to terminate the "server" helper when the client disappears. dbus supports this use case natively via service registration events which we can easily handle via QDBusServiceWatcher. instead of repeatedly poking the client we'll simply monitor its dbus service now. this is cheaper, less code and doesn't risk timing out randomly. Test Plan: - on neon ISO build kpmcore & calamares & pm - calamares manages to actually partition stuff - partitionmanager also starts properly - also the same again on the installed system. Reviewers: stikonas, bshah Reviewed By: bshah Subscribers: bshah Differential Revision: https://phabricator.kde.org/D14646
-
- 05 Aug, 2018 1 commit
-
-
Andrius Štikonas authored
-
- 21 Jul, 2018 3 commits
-
-
Andrius Štikonas authored
-
Andrius Štikonas authored
This is no longer used with KAuth. ExternalCommand::start now waits until command finishes.
-
Andrius Štikonas authored
Store previously generated values of nonce, and remove them from the container when they are used. BUG: 396312
-
- 20 Jul, 2018 1 commit
-
-
Andrius Štikonas authored
-
- 15 Jul, 2018 1 commit
-
-
Andrius Štikonas authored
-
- 14 Jul, 2018 1 commit
-
-
Andrius Štikonas authored
This is implemented by pinging application from KAuth helper via DBus. If it is busy then KAuth helper also waits for the current job to finish.
-
- 14 Apr, 2018 2 commits
-
-
Andrius Štikonas authored
-
Andrius Štikonas authored
Delay helper startup until it is actually required.
-
- 11 Apr, 2018 1 commit
-
-
Andrius Štikonas authored
-
- 31 Mar, 2018 1 commit
-
-
Andrius Štikonas authored
-
- 22 Mar, 2018 2 commits
-
-
Andrius Štikonas authored
* Remove a separate constructor for copyblocks. * Remove kauthThread and finished() signal.
-
Andrius Štikonas authored
-
- 06 Feb, 2018 1 commit
-
-
Andrius Štikonas authored
-
- 29 Jan, 2018 1 commit
-
-
Huzaifa Faruqui authored
-
- 24 Jan, 2018 1 commit
-
-
Switch BackupFileSystemJob to thenew copyblocks function. Reviewed and cleaned up by: Andrius Štikonas
-
- 10 Dec, 2017 1 commit
-
-
Andrius Štikonas authored
-
- 03 Oct, 2017 2 commits
-
-
Andrius Štikonas authored
-
Andrius Štikonas authored
This makes it possible to run dd with ExternalCommand.
-
- 10 Sep, 2017 1 commit
-
-
Andrius Štikonas authored
clang in -Weverything mode does not like double underscore.
-