Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-06Configurable global autotype start delayJonathan White
2018-03-10Fix inconsistent mutex unlocking due to double slot execution, fixes #1561Janek Bevendorff
2018-03-05fix autotype custom attributesthez3ro
2018-02-17Fix Auto-Type message not raised when no matching entry was foundJanek Bevendorff
2018-02-05relock database after successful autotypethez3ro
2018-02-05fix duplicate autotype sequencesthez3ro
2018-02-05convert inAutoType from boolean block to QMutexthez3ro
2018-02-05change inAutotype logic, preventing multiple autotype callthez3ro
2018-02-05reorder functions by logicthez3ro
2018-02-05refactor autotype sequences and entry-point functionsthez3ro
2018-02-05add support for multiple autotype sequence, fix #559thez3ro
2018-01-21Fix Auto-Type locale source stringsJanek Bevendorff
2018-01-06Fix auto-type regression when using {delay=x}Weslly
2018-01-03Remove minus since it's an invalid literalthez3ro
2018-01-03improve regex filteringthez3ro
2018-01-03rename to executeAutoTypethez3ro
2018-01-03fix codestylethez3ro
2018-01-03add test for syntax checkingthez3ro
2018-01-03add a method to perform the autotype sequence showing graphical dialogsMarco
2018-01-03add support for custom commands. all autotype tests are getting passed nowMarco
2018-01-03move autotype syntax warning and error dialogs from AutoType to DatabaseWidge...Marco
2018-01-03fix for loops now have diffrent variables. dont know why it worked beforeMarco
2018-01-03fix commentsMarco
2018-01-03fix syntax errorthez3ro
2018-01-03create message boxes for saving editing autotypes statements, fix multiple me...Marco
2018-01-03fix typoMarco
2018-01-03extract syntax checking methods as static methods to the Autotype classMarco
2018-01-03Extended autotype syntax to allow all things in keepass2Marco
2018-01-03check autotype syntax, high repetion, reformat codeMarco
2018-01-03:bug: #216 add warning on long autotypes, enable user and pw repetitionMarco
2017-11-20Focus database unlock dialog on macOS, fix #1023Weslly
2017-10-23AutoType: resolve placeholders for title in window associationsfrostasm
2017-07-01Merge branch 'release/2.2.1' into developJanek Bevendorff
2017-06-29Add UI to configure default auto-type delayToni Spets
2017-06-29Make default auto-type delay of 25ms overridable with {DELAY=X}Toni Spets
2017-06-29Split auto-type title and URL matching into separate optionsToni Spets
2017-06-14Update and fix copyright headersthez3ro
2017-05-14Compare window title with entry URLs during autotype matching. (#556)Jens Rutschmann
2017-05-04Add TOTP supportWeslly
2017-04-09Implement support for auto-type {{} and {}}Weslly
2017-03-05Add feature to handle references, resolves #75Ryan Matthews
2017-02-08use space from XCB KeySymthez3ro
2017-02-08fix #256 space in autotype sequencethez3ro
2017-01-03Add autotype library linkingthez3ro
2016-11-25Add Autotype Entry-Attributes, Fix Group default sequence (#107)TheZ3ro
2016-11-12Add unlock dialog on Autotype and show default Autotype sequence (#89)TheZ3ro
2016-11-09Add Autotype on Windows and MacOS (#63)TheZ3ro
2016-11-05Add delay feature to autotype (#77)Jonathan White
2016-11-03Rename application to KeePassXC and change icon (#70)Jonathan White
2016-11-03Make search always visible (PR #67)Jonathan White