3
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First part of KeePassRPC check-in. Thousands of little changes that all help to move KeeFox away from reliance on the ICE IPC mechanism. It builds, but not to a state that works properly so steer clear for a little while longer... More... about 14 years ago
started refactoring some C++ exception handling; Improved new-user wizzard aesthetics More... over 14 years ago
now builds on x64 machine by default (still 32bit output assemblies) More... over 14 years ago
Downloads from installer can now be cancelled; Fixes #29 (KeeFox chooses the last button when more than one is included in the form - the first is more likely to be correct); More... over 14 years ago
Fixes #5 (Save and fill HTML select form elements); Started work on next installer / upgrader improvements More... over 14 years ago
Version 0.7.3 XPI packaged More... over 14 years ago
- Packaging bug fixes - KeeICE upgrades detectable on KeePass startup from version 0.7.3 onwards More... over 14 years ago
- New user "welcome" dialogs prototyped More... over 14 years ago
- Fixes #19 (Allow opt-in/opt-out on an entry-by-entry basis for auto-submittal) - Fixes #23 (KeeFox should have an option to turn password save prompts off entirely) - Fixes #11 (Add option to not save KeePass database automatically) - New KeeFox Options Menu added to KeePass - Fixes #2 (Choose a KeePass sub-group to treat as the root group for KeeFox integration) More... over 14 years ago
- Fixes #19 (Allow opt-in/opt-out on an entry-by-entry basis for auto-submittal) More... over 14 years ago
0.72 XPI More... over 14 years ago
- Fixes #13 (Allow password entries to be given priority weightings) - Improved matched login toolbar button to work more reliably with sites that contain sub-frames on their log-in pages (e.g. facebook.com) More... over 14 years ago
Work on back-end data structures required for #13 and #19; fixes #22 (Do not write entries with empty URL into the menu list); Entries can be hidden from KeeFox; Recycle Bin is hidden from Logins menu; NB: Recent introduction of connection timeout feature is causing a stability problem. More... over 14 years ago
Allows a way to configure the outbound communications timeout from KeeFox to KeeICE. fixes #3 More... over 14 years ago
- Fixes #20 (Additional 'Matched Logins' drop-down buttons accumulate steadily on certain sites) - Manual and "advanced" form detection now scans for forms in all frames on a page - version 0.71 XPI uploaded More... over 14 years ago
removed black background on logins menu that is active in some currently unknown circumstances. More... over 14 years ago
git-svn-id: https://keefox.svn.sourceforge.net/svnroot/keefox/trunk@45 60bb2e59-cf55-43db-ad7e-349947935fcb More... over 14 years ago
minor tweaks before 0.7 release More... over 14 years ago
- "Welcome to KeeFox" now works properly with KeePass 2.09, still doesn't actually do anything though ;-) - Installer now looks pretty, some installation options still need a bit of work though - Toolbar buttons have new icons - Simplified and improved the text for some parts of the install process More... over 14 years ago
KeeFox now only attaches to "common dialogs" with a username and password field; Added support for NTLM proxy authentication password auto-fill / auto-submit More... over 14 years ago
debug DLL detection bug fix; favicon download bug fix More... over 14 years ago
- New icon - Refinements to multi-page login tracking and filling More... over 14 years ago
- Form submissions now simulate a "click" on the form's submit button (if one can be found) - Username now displayed on tooltip of entries listed in the full list of Log-ins More... over 14 years ago
KeeICE now uses the .plgx plugin format, permitting simpler upgrade procedures More... over 14 years ago
- favicons automatically added to KeePass entry when a new entry is saved - KeePass icons now displayed alongside login and group titles - Entry location displayed in matched login tooltip - "no username" placeholder added to tooltips of matched logins with no username More... over 14 years ago
- Now requires KeePass 2.09 - Tidied the layout of the toolbar - Added button to manually detect forms on the current page (useful on pages such as live.com) - Form filling now only fills each field in the entry into one form field on the page (it's still impossible to predict the correct field in every situation but this at least reduces annoyance if KeeFox guesses incorrectly) More... almost 15 years ago
- Session tab variables that track multi-page logins are now reset when user is viewing any page that is not at the top of the Firefox history stack. Ditto when the tab's domain is changed. - "not now" button works again - removed the "(with options)" button on password save. It's only use so far is chosing a group to save the password in and that won't quite be ready for the 0.7 release. - Version bumped again to help test upgrade procedures More... almost 15 years ago
- Created new pages to test forms within frames - A few bug fixes to improve login and form matching - Initial work on upgrade walkthrough process - Worked around a multiple-window bug. Every window registers a form submission listener and should unregister when the window closes. I haven't worked out how to do that yet so in the meantime I have put a quick test in place to at least keep everything working correctly, albeit with a probable memory leak. More... almost 15 years ago
- Refactored logging statements into a seperate library and added related options (no GUI yet) - Fixed several stability bugs - Fixed several types of form / situation that behaved incorrectly - Added hidden option to configure local TCP port used for ICE link between Firefox and KeePass More... almost 15 years ago
Fixed up first install and repeated checks from Firefox for KeeICE presence More... almost 15 years ago