keepassxc:feature/update-pwd-expiration-date

Last commit made on 2021-05-20
Get this branch:
git clone -b feature/update-pwd-expiration-date https://git.launchpad.net/keepassxc

Branch merges

Branch information

Name:
feature/update-pwd-expiration-date
Repository:
lp:keepassxc

Recent commits

cc92ec1... by Xavier Valls <email address hidden>

enforce a valid limit for the randomization of the extension deadline

c8f3018... by Xavier Valls <email address hidden>

improve GUI text for randomization

a174ec4... by Xavier Valls <email address hidden>

fix randomizing interval bug

c669765... by Xavier Valls <email address hidden>

add an option for randomizing the extension deadline

Proposed in Issue #6451

626f592... by Xavier Valls <email address hidden>

express auto-expiration settings in a single row

9eae0b3... by Xavier Valls <email address hidden>

change extension checkbox text, add label, fix indentation

bcc81b0... by Xavier Valls <email address hidden>

allow for better granularity when choosing password extension

Switches presets for quantity and unit of time pickers. Stores auto extension
on modification data as custom data for the entry to respect the spec

fa785e1... by Xavier Valls <email address hidden>

allow automatic expiration date extension on pwd modification

Addressed issue #2010

Creates a new Expiration Settings area in the Edit Entry widget, composed
of the expiration date settings and a new optional feature that allows for
automatic extension of the expiration date on password modification.

fd0bdaa... by Jonathan White

Fix challenge-response key data after Botan

* Fix #6420
* Refactor Challenge-Response key files to be more streamlined. Added a test to confirm raw key data is accurate.

60adcac... by wundrweapon <email address hidden>

Add command line option to lock open databases (#6511)

Closes #6126