luzpaz
|
09d6d3c545
|
misc. typo fixes
non-user-facing trivial source comment fixes
|
2017-08-18 16:18:55 -04:00 |
|
louib
|
b2107b5e27
|
Adding Locate command. (#829)
* Adding Locate command.
* Adding group searching in locate
|
2017-08-05 12:20:26 -04:00 |
|
louib
|
839a61ef59
|
Moving keyFile after password. (#830)
* Moving keyFile after password.
* Using tr() in unlockFromStdin.
|
2017-07-31 10:17:08 -04:00 |
|
louib
|
fe877486ff
|
Handle FileKey::load errors (--key-file) (#825)
|
2017-07-29 17:24:24 -04:00 |
|
louib
|
1d30283514
|
Feature : --key-file option for CLI (#816)
* removing readFromLine
* Removing gui-prompt
* execute uses an arg list.
* Testing with key-file
* Fixing the -a option in EntropyMeter.
|
2017-07-25 13:41:52 -04:00 |
|
louib
|
1edabc4b3c
|
Feature : Clip command using native programs. (#792)
* Adding a timeout option
* Using native apps.
* Renaming PasswordInput -> Utils
|
2017-07-22 19:40:30 -04:00 |
|
Janek Bevendorff
|
90468e8095
|
Merge branch 'release/2.2.1' into develop
|
2017-07-20 14:15:14 +02:00 |
|
thez3ro
|
cdad46377b
|
Fix Single Istance behavior
|
2017-07-19 00:23:58 +02:00 |
|
thez3ro
|
691e60d72b
|
check if url is valid
|
2017-07-18 18:40:18 +02:00 |
|
thez3ro
|
9ceadac299
|
fix google favicon download over https
|
2017-07-18 18:40:18 +02:00 |
|
thez3ro
|
bb50db40d2
|
resolve URL only with HTTP enabled
|
2017-07-18 18:40:18 +02:00 |
|
thez3ro
|
35c6df2535
|
resolve URL for correct favicon downloading, fixes #240 #238
|
2017-07-18 18:40:18 +02:00 |
|
louib
|
3b23e68540
|
Refactoring : Introducing Command class for CLI commands (#778)
|
2017-07-17 15:16:53 -04:00 |
|
Janek Bevendorff
|
6e44eed9fe
|
Merge branch 'release/2.2.1' into develop
|
2017-07-01 10:09:06 +02:00 |
|
Toni Spets
|
1158294323
|
Add UI to configure default auto-type delay
|
2017-06-29 21:00:54 +02:00 |
|
Toni Spets
|
ceeeee3d76
|
Split auto-type title and URL matching into separate options
|
2017-06-29 06:03:57 +03:00 |
|
Janek Bevendorff
|
8a36322e28
|
Merge branch 'release/2.2.1' into develop
|
2017-06-29 03:23:14 +02:00 |
|
Janek Bevendorff
|
e555937214
|
Make favicon Google fallback optional and off by default
|
2017-06-29 00:32:47 +02:00 |
|
Gianfranco Costamagna
|
640b09c6b2
|
Add code to detect a system library for zxcvbn, with fallback to the embedded one in case it is not found
|
2017-06-28 15:13:57 +02:00 |
|
Jonathan White
|
9a7e6850d6
|
Merge remote-tracking branch 'origin/develop' into release/2.2.0
|
2017-06-23 14:21:30 -04:00 |
|
louib
|
48ea024d7e
|
Adding support for listing a group. (#652)
* Adding support for listing a group.
* added findGroupByPath
* Removing useless asserts.
* Code review.
|
2017-06-21 17:34:49 -04:00 |
|
Jonathan White
|
6dfeea1980
|
Merge remote-tracking branch 'origin/develop' into release/2.2.0
|
2017-06-21 17:20:57 -04:00 |
|
Weslly
|
400073c7cc
|
Disable stdin echo when entering passwords on cli
|
2017-06-21 11:15:59 -03:00 |
|
Weslly
|
719323e9c3
|
Add option to limit search to current group
|
2017-06-21 01:01:50 -03:00 |
|
Jonathan White
|
8d70167acf
|
Add support for portable config settings (#645)
* Add support for portable config settings
* Use applicationDirPath instead of currentPath
|
2017-06-19 10:49:02 -04:00 |
|
Louis-Bertrand Varin
|
574c5cf1b2
|
clang-format Database.cpp
|
2017-06-15 10:31:14 -04:00 |
|
Louis-Bertrand Varin
|
f3f6f6a493
|
Adding saveToFile function.
|
2017-06-14 19:50:19 -04:00 |
|
thez3ro
|
a53b111182
|
Update and fix copyright headers
|
2017-06-14 15:54:43 +02:00 |
|
Jonathan White
|
bfee734669
|
Fixed variable naming error that prevented compiling on Windows
|
2017-05-27 21:33:30 -04:00 |
|
louib
|
dcc8094ce4
|
Add the GUI prompt option to the merge command. (#589)
|
2017-05-25 13:07:24 -04:00 |
|
louib
|
c3bd5d21aa
|
Adding a GUI prompt for password. (#587)
|
2017-05-22 17:53:41 -04:00 |
|
Louis-Bertrand Varin
|
eeafe77614
|
Find entry by title.
|
2017-05-21 13:51:16 -04:00 |
|
louib
|
54ad927044
|
Moving print group in Group class. (#586)
|
2017-05-21 13:05:44 -04:00 |
|
louib
|
a2e82dc883
|
Feature : clip command (#578)
|
2017-05-19 14:04:11 -04:00 |
|
thez3ro
|
b69b50c6c6
|
fix codestyle and use C++11 keywords
|
2017-05-17 13:04:02 +02:00 |
|
Louis-Bertrand Varin
|
970525cfd4
|
Styling + CFNotificationName -> CFStringRef
|
2017-05-17 13:04:02 +02:00 |
|
thez3ro
|
533136fb0e
|
Add file header, use nullptr instead of NULL, fix code style
|
2017-05-17 13:04:02 +02:00 |
|
Jonathan White
|
147c000ef1
|
Corrected nullptr crash on Windows when going to sleep
|
2017-05-17 13:04:02 +02:00 |
|
thez3ro
|
1b7b2ff456
|
Added freedesktop DBus, fixed codestyle
|
2017-05-17 13:04:02 +02:00 |
|
Claudio Bantaloukas
|
289e98ed5b
|
remove commented code
|
2017-05-17 13:04:02 +02:00 |
|
Claudio Bantaloukas
|
44085df592
|
Avoid warning in MacOS implementation
|
2017-05-17 13:04:02 +02:00 |
|
Claudio Bantaloukas
|
a3af8fc0ea
|
Fix Linux ScreenLockListener implementation
|
2017-05-17 13:04:02 +02:00 |
|
Claudio Bantaloukas
|
2de5a9d281
|
Lock database when OS is locked (Windows, DBus, macOS implementations) #134
|
2017-05-17 13:04:02 +02:00 |
|
Yen Chi Hsuan
|
c53f5baceb
|
Merge branch 'develop' into feature/allow-disable-app-bundle
|
2017-05-14 22:58:17 +08:00 |
|
Yen Chi Hsuan
|
3822625e77
|
Allow disabling .app bundles on Mac
|
2017-05-14 22:51:12 +08:00 |
|
Jan Hellwig
|
c06e55df81
|
Use a dedicated tray icon when the database is unlocked.
|
2017-05-11 12:27:40 +02:00 |
|
Weslly
|
4c9b8c7794
|
Review fixes
|
2017-05-03 21:04:12 -03:00 |
|
Weslly
|
bf57a28654
|
Add TOTP support
|
2017-05-03 20:55:14 -03:00 |
|
thez3ro
|
40b4dc3b61
|
Only printable extended ASCII
|
2017-05-01 01:18:42 +02:00 |
|
thez3ro
|
b474d34cf0
|
Add Extended ASCII to password generator
|
2017-04-28 21:36:43 +02:00 |
|