Erayd
Erayd
## What - Add a button to entries with usage history to clear the history for that item. ## Why - Implement feature request from #259.
## What * Add capability & UI to edit password entries ## Why * Because it's useful
Related tasks: - Add "usage data cleared" message after clearing usage data - M: maybe "Settings saved" as well then - Enable the save button after the form has changed,...
The non-edit-mode details screen lacks keybindings for navigating between & activating elements.
Leverages the matching logic used for the icon badge to determine if Browserpass has credentials for the tab, and if so injects the standard script & uses it to highlight...
Unfortunately, I no longer have the time available to do this project justice, and have not for some time now. I've been dealing with things as I have the capacity...
php-cs-fixer is still trying to apply new, breaking changes to the source - in this case it's removing parts of the documentation comments - despite #537 which was explicitly intended...
## What The public API needs to be documented to make it clear what is intended for user access (i.e. cannot be broken without a major version bump), and what...
## What Meta-issue for organising the addition of draft-06 support. Draft-06 is currently in final review and will probably be released sometime in the next few days. ## Why It's...
Currently, the validator does the following on unknown type values: ```PHP throw new InvalidArgumentException((is_object($value) ? 'object' : $value) . ' is an invalid type for ' . $type); ``` This...