Global Dependency and Release Freeze

2018-03-02 Thread Ben Cooksley
Hi all, Due to a snowball of various dependency bumps and other tickets which have been submitted over the past few days, i'm imposing a global dependency freeze upon all KDE projects. In addition to this, due to the workload these also create, I am also imposing a total release freeze on all Ext

Re: CI fails to build my last commit in a file I did not change

2018-03-02 Thread Ben Cooksley
On Fri, Mar 2, 2018 at 10:08 AM, Albert Astals Cid wrote: > El dijous, 1 de març de 2018, a les 10:25:51 CET, Michael Heidelbach va > escriure: >> Hi! >> >> Applications baloo-widgets kf5-qt5 FreeBSDQt5.9/ >> > kf5-qt5%

OneTimePass-Plasma

2018-03-02 Thread James Augustus Zuccon
Hi all, I've been working on a Google Authenticator-like Application for Plasma (QML/C++). It also comes with a KRunner that can be triggered with "otp searchterm". It uses KWallet to store passwords and liboath to generate the token (so a message is displayed if the KWallet Subsystem is disabled

Re: OneTimePass-Plasma

2018-03-02 Thread Andrew Crouthamel
Cool idea! I hope some of the experienced devs can check it out. :) --- Andrew Crouthamel On Fri, Mar 2, 2018 at 5:24 AM, James Augustus Zuccon wrote: > Hi all, > > I've been working on a Google Authenticator-like Application for Plasma > (QML/C++). It also comes with a KRunner that can be tri

Re: OneTimePass-Plasma

2018-03-02 Thread Sebastian Kügler
Hi James, For those not familiar wit hGoogle Authenticator, what does your application do, what problem does it solve for the user? From your description and the github page, I have no idea... Cheers, -- sebas On vrijdag 2 maart 2018 11:24:27 CET James Augustus Zuccon wrote: > Hi all, > > I'

Re: OneTimePass-Plasma

2018-03-02 Thread James Augustus Zuccon
Hi Seb, Google Authenticator is a Two-Factor-Authentication (TFA) program. It is similar to RSA's SecurID tokens in the way that it works. Hope that clarifies. Will update the README.md when I get some time later today. Cheers! On Sat, Mar 3, 2018 at 7:47 AM, Sebastian Kügler wrote: > Hi Jame