-
Notifications
You must be signed in to change notification settings - Fork 619
Add support for browsers integration by mimicking KeePassHttp plugin (un-blobbed) #111
base: master
Are you sure you want to change the base?
Conversation
Allows using passIfox (firefox) and Chromeipass (chrome).
This gives the option to reload the database. TODO: - Settings for reloadBehavior (ask, reloadUnchanged, ignore) - Improve notification, by using a header instead of dialog: nicer, less intrusive, gives more options to user, and works better when multiple databases are open. - Keep tab order on reload.
Search options are presented in a context menu on the search field, as well as links in search header.
Since one have to fork the project to contribute, the fork have the same license. On each of the contributors page, we can we the project + their additional contributions published under the GPLv2+. So there is no problem regarding licensing here. |
While running a build of the droidmonkey/keepassx_http branch, I noticed that it appears to be listening on
Doesn't this mean it's essentially public-facing? My |
@bradst You should use https://github.com/eugenesan/keepassx/tree/2.0-http-totp instead. P.S. P.S.S P.S.S.S |
@EmbraceUnity |
I just tried to merge master into this, which seems to be not trivial. Master switched to qt5 in the meantime, too. But as far as I can tell, that merge needs to happen before this can go any further. |
Okay, looks like I'm totally confused right now. What branch is the current candidate for merging into master? If it's not this one, can this PR be closed? |
@voidus, @droidmonkey already merged it with QT5 support. Please take a look at: https://github.com/droidmonkey/keepassx_http |
Ah, great. :) So, what do you think about closing this one and nudging @droidmonkey to open a new pull request? ;) |
|
Ah, I assumed that this pull request was referring master. Sorry about that :) |
At this time I would be wary about pulling this plugin into the core of keepassx. As far as I know there has been no security audit on the integrated capability, and as noted above there may be a security hole with 0.0.0.0 being the default server. Recommend people in this thread submit bug tickets to my fork to address security and implementation and then we can look to merge into the main keepassx source. I am willing to put some leg work into making the plugin stand up as a core component of keepassx, I use it daily. |
This PR will have it's birthday next week. Is there any plan or consensus how and when keepasshttp can or will be integrated in KeepassX? |
How about to make global fork (KeePassX3) and merge all unaccepted PR? |
@heX16 : I think someone should send a mail to the main maintainer of the project and ask him if he's still on the project. |
Or open an issue in the bug tracker to ask if they can still handle the maintenance work or if they need help. https://dev.keepassx.org/projects/keepassx/issues For some reason I can't log in with GitHub (no verified email address provided although I have one in my GitHub account) does anyone can? |
@debfx @BlueIce I remember a couple of years ago I was looking for a good password manager and I stumbled upon keepassx and the first thing I noticed is that there was no direct browser integration and I would have to copy and paste every time I wanted to log in. That was a complete show stopper for me and I instead have been using KeePass2 with mono. Fast forward a couple years to today and there's this great PR sitting here (and 57 other PRs that go back 3.5 years!), but both project maintainers appear to have gone AWOL for the past few months. Guys, if you can't keep up with the PRs, delegate the work to others. Add more people to the team. It's been forked over 400 times. Surely someone in there might be willing and able to help you guys out to make this more usable. |
Maintaining requires a much higher involvement(more intense + higher duration) and codebase knowledge than doing PRs. I there anyone motivated to try that? (on a fork with a different name if no response from the maintainers) |
Any news on this? Or is there anyone willing to just fork the project and start maintaining it with all these pending PRs? |
I am willing to call my fork of keepassx with the http plugin built into it the official repository. It is already up to date with the latest commit on this keepassx. Porting over the pull requests won't be too difficult. Anyone else interested in this move? I want to keep this project alive! |
Fantastic! Thanks droidmonkey. There's 66 open pull requests that need closing. I have already been using your repos anyways. Need to get your repos into AUR and PPAs. |
@droidmonkey probably you should create an org and add a few more members you trust (so this dosen't happen again)? I'm hoping eventually the version in the repo's could point to your version instead of this one, unless this one is restored. 😄 EDIT: This would probably be easier if you gave it a new name? Maybe thats an option? |
OK, created an org with an appropriate name and migrated the repo over to it. If you are interested in joining this revival please send me a PM with your credentials (experience) and preferably your LinkedIn account profile or similar. |
droidmonkey: plans for binary releases? |
@fcore117 once the dust settles and some critical PR's are pulled in we can plan a push to the upstream package repos. I have never done that before, so expertise in that area would be helpful. I'll open an issue on the reboot to track that concern. |
The `keepassx2-http` fork has been moved to a new organization and renamed to `keepassx-reboot`. For more details on the change, see the discussions in GitHub issues [1][2]. Included changes: - Rename the `keepassx2-http` package to `keepassx-reboot` - Fetch source from correct (moved) GitHub repository - Update the version to the latest release - Change the `homepage`, as these projects are likely to diverge over time - Add `keepassx2-http` to `aliases.nix [1] keepassx/keepassx#111 (comment) [2] keepassxreboot/keepassxc#40
Un-blobbed version of implementation based on the following trees (in chronological order):
* typz
* keithbennett
* jdachtera
* Ivan0xFF
* denk-mal
Note: There are few reverted commits that are unrelated to the PR but might be considered for merge also.