User Details
- User Since
- Dec 10 2018, 4:08 PM (336 w, 4 d)
- Availability
- Available
Aug 2 2020
Aug 1 2020
Jan 26 2020
Changed the help message
Feel free to drop this you think it is not useful. Not a very important development.
Jan 25 2020
May 26 2019
May 19 2019
May 15 2019
May 2 2019
I addressed your comments. Sorry for the careless coding in what spaces are concerned. BTW, I added a missing QStringLiteral.
Apr 30 2019
I believe I addressed all of your comments. Please check your email for testing options.
Apr 7 2019
Update per comments above
! In D18394#445411, @jgrulich wrote:
Hopefully there are no more trailing spaces.
Mar 6 2019
Mar 5 2019
Diff updated, but please note that this patch would break compatibility with NetworlManager, and with existing configured networks. I still think changes are reasonable, but had to be synchronized with similar changes in NetworkManager. Not that those are difficult, I may be able to implement them, but need to be done. Until all parties agree, I'd recommend not implementing this
That is correct. It was fixed with a different approach
Feb 2 2019
Changed tooltips
Changed tooltips
No need for a new enum
Feb 1 2019
- Removed updateLog calls
- Properly initialize d->tokens
- Change the config dialog so that (a) 'Apply' does not become active when the user clicks on the 'Show Tokens' button, makes no changes, and closes the dialog or clicks Cancel, and (b) when the user clicks 'Cancel', inputs read from the config file are restored
- Added minimal tooltips (should be improved)
Jan 25 2019
Corrects minor bug in one call to updateLog. However, all calls to updateLog have to be reviewed if this goes to production
Jan 21 2019
Jan 20 2019
Changed the buildup of the "tokens" ComoBox
Amended to remove global tokenModeList
Jan 19 2019
I addressed your comments, except the ones regarding macro definitions, since I am unsure thar applicable versions of openconnect have compatible parameters. I will find out and revisit the comment later
Jan 7 2019
Now it builds.
Jan 5 2019
I implemented all of your comments, reverting to my previous approach
Treat otp-flags the same way NetworkManager-fortisslvpn does
I see. Maybe do not set it at all if one-time password is not used and let NM to set the default value? That way we won't be using a wrong value in case this changes in future.
Fair enough. I will update the diff with this. However, judging from the current behavior, if we do not set the value, nothing will be added to the config file. No harm will be made, though.
Removed setting the otp-flag in case it is not needed for the connection
I see. Maybe do not set it at all if one-time password is not used and let NM to set the default value? That way we won't be using a wrong value in case this changes in future.
Jan 4 2019
I implemented all of your comments except one. I created a new VPN setting wit nm-connection-editor, and it sets it to 0, that is, to NetworkManager::Setting::None. Thus, I believe that part is correct.
Jan 3 2019
Treated otp-flags the same way as password-flags. But we have to be careful to consider the case where the option is not yet in the config file (as will certainly be the case the firs time it is used if there was a vpn already configured), so I added a isEmpty() test not to break the toInt() call.
Dec 30 2018
Dec 28 2018
You are, of course, correct. How can I have missed that?