Janek Bevendorff
851c7b891e
Show icons in vertical tab bar
...
TODO: use the correct icons, move vertical tab bar into separate widget
2017-02-21 21:34:13 +01:00
Janek Bevendorff
c2f3396753
Re-implement favicon fetching with QHttp, resolves #306
2017-02-16 21:25:04 -05:00
Janek Bevendorff
7df6d27900
Fix and clean up CMake files
2017-02-17 02:43:25 +01:00
Jonathan White
e9e92d0892
Fully functional http plugin with qhttp
2017-02-17 02:43:25 +01:00
Janek Bevendorff
86f2c9d350
Always release socket to allow consecutive HTTPS connections
2017-02-17 02:43:25 +01:00
Janek Bevendorff
a0ebbf997d
Fix Host header always having port 65535 when URI does not contain explicit port
2017-02-17 02:43:25 +01:00
Janek Bevendorff
9d5d3081dc
Implement basic SSL client and server sockets
2017-02-17 02:43:25 +01:00
Jonathan White
5274826e5c
Implemented qhttp in server protocol
2017-02-17 02:43:25 +01:00
Janek Bevendorff
3768145c9b
Make 'General' the default tab in HTTP settings (was 'Advanced' before)
2017-02-16 10:35:39 +01:00
Janek Bevendorff
75eb0c6951
Properly HTML-escape strings with user-defined contents in message boxes ( #247 )
...
* Properly HTML-escape strings with user-defined contents in message boxes, resolves #236
* Also escape group names in EditWidget title
2017-02-06 14:23:51 -05:00
Janek Bevendorff
597faee248
Replace localhost with 127.0.0.1 in the description
2017-01-24 22:39:43 +01:00
Janek Bevendorff
c6e89f938d
Do not enable KeePassHTTP by default
2017-01-24 03:19:27 +01:00
Janek Bevendorff
40aa92c5f7
Only listen to local loopback instead of user-configured host as discussed in issue #147
...
Also issue warning when trying to bind to a port below 1024 and use default port in that case
2017-01-24 00:08:48 +01:00
Jonathan White
29f93597f2
Updated English translation file and fixed typos in HTTP language
2016-11-14 21:54:56 -05:00
Jonathan White
e25cd9ba48
Add Merge database utility function ( #47 )
...
Thank you to @TheZ3ro and @monomon for there major contributions to this PR!
2016-11-07 22:37:42 -05:00
Jonathan White
ccec84aef2
Rename application to KeePassXC and change icon ( #70 )
2016-11-03 00:05:30 -04:00
Josef Vitu
8f3ffdcc2a
Fix advanced HTTP settings ( close #34 )
2016-10-28 15:25:57 +02:00
thez3ro
24a17c05ab
🏁 Fix winsock and autotype error when compiling on Windows
2016-10-24 19:45:35 +02:00
Jonathan White
dee331d52d
Fixed Travis CI build process
2016-10-02 21:30:17 -04:00
Jonathan White
99bb5d33f2
Incorporated fix for IPV6 remote server
2016-07-07 19:32:31 -04:00
Jonathan White
bb2e1ee8da
Revert "Fix IPv6 support and warn when binding fails"
...
Yikes this fix doesn't compile.
2016-05-24 02:21:17 -04:00
Jonathan White
51bfbc964e
Fix IPv6 support and warn when binding fails
...
Thanks to @eugenesan
2016-05-24 02:12:33 -04:00
Jonathan White
cbb1269b39
Merge from eugenesan/keepassx to implement 1.8.4.1 improvements
2016-04-03 10:49:00 -04:00
Jonathan White
175167b311
Temporary fix for new keepasshttp version
...
Updates internal version number to prevent warnings on browser plugins. Does not implement host change protocol added in this version.
2016-03-26 09:09:35 -04:00
Jonathan
0562ed720b
Merge pull request #1 from liangwang/master
...
update header file for Qt5
2016-03-14 21:12:48 -04:00
Liang Wang
cbe8a9649c
update header file for Qt5
2016-03-14 11:34:21 -04:00
Jonathan White
7f7753a004
Fixed various Qt5 changes in the http code
2016-02-28 10:52:02 -05:00
denk-mal
fc74e16097
add optionsfield to set http port
2015-06-22 14:11:15 +02:00
Frank Nießen
b03f54ffcd
remove duplicate 'using namespace KeepassHttpProtocol'
2015-06-21 21:45:18 +02:00
Frank Nießen
26f33a1c12
add fake workaround for the nasty bahvior of QJSON
2015-06-21 21:43:20 +02:00
Frank Nießen
6e8aeea76d
set error to response if list is empty (avoid ChromeIPass hanging) (reverted from commit c736ba7059e35675d4ba54bb8a2c8f78d5790cd7)
2015-06-21 20:46:09 +02:00
denk-mal
c736ba7059
set error to response if list is empty (avoid ChromeIPass hanging)
2015-06-19 13:19:30 +02:00
denk-mal
3eb4b3b208
Sort switch statement to real order (easier code reading ;-) )
2015-06-19 13:17:28 +02:00
denk-mal
6b7f7bb777
disable calls to missing m_cipher.isValid()
2015-06-18 15:22:25 +02:00
denk-mal
5b9338e40e
set actual version of keepasshttp (1.8.4.0)
2015-06-18 13:13:50 +02:00
denk-mal
eab4861383
Call Init for request and response object to avoid crashes on first plugin contact
2015-06-18 12:58:28 +02:00
Ivan
4008e6ab58
Fixed compile issue with latest merged changes from upstream
2015-05-22 21:23:21 -07:00
IvanF
9e124e4a75
Removed unused qhttpserver code
...
Updated README.md
2015-01-30 00:58:52 -08:00
IvanF
2e94066e50
Fixes to get code to compile with latest upstream.
2015-01-30 00:35:38 -08:00
IvanF
235baa3dcc
Merge branch 'master' of https://github.com/keepassx/keepassx
...
Conflicts:
README.md
src/core/Config.cpp
src/gui/DatabaseTabWidget.cpp
src/gui/DatabaseTabWidget.h
src/gui/DatabaseWidget.cpp
src/gui/DatabaseWidget.h
src/gui/MainWindow.cpp
src/gui/MainWindow.h
src/gui/MainWindow.ui
src/gui/SearchWidget.ui
src/gui/SettingsWidget.cpp
src/gui/SettingsWidgetGeneral.ui
2015-01-29 00:17:39 -08:00
IvanF
f04f4302a2
Deleted local qjson, now using system qjson
...
Modified CmakeLists to require qjson
Replaced non-standard qjson calls with standard ones
2015-01-28 22:42:02 -08:00
Jascha Dachtera
65626f0da2
Merge branch 'master' of https://github.com/keepassx/keepassx
...
Use SymmetricCipherGcrypt directly in Protocol.cpp to make it work with the latest master
revision.
2014-04-18 13:59:24 +02:00
Keith Bennett
b432103b82
Return password quality to keepasshttp client.
2014-03-23 19:09:45 +00:00
Keith Bennett
75564c8fb5
Fixed password generation for keepasshttp
2014-03-23 19:09:43 +00:00
Keith Bennett
6ef5f34070
Split the new association message across multiple lines.
2014-03-23 17:25:40 +00:00
Keith Bennett
61ada66e3a
Updated keepasshttp version number.
2014-03-23 17:25:39 +00:00
Keith Bennett
612ef0ef9b
Fixed a typo.
2014-03-23 17:25:39 +00:00
Keith Bennett
a627870bbb
Added a new DatabaseWidget modal state.
...
Commit d8857bf4 attempted to fix currentMode() while the DB had not
yet been opened. However, the fix meant that the title bar always
displayed the state as being "locked". This change works around the
issue by introducing a new modal state for when the DB is not yet
open.
2014-03-23 17:25:39 +00:00
Keith Bennett
fae4f69b8c
Quieten compilation warnings.
2014-03-23 17:25:39 +00:00
Keith Bennett
b27ba03d42
Replaced qhttpserver with libmicrohttp.
...
The qhttpserver seems to be riddled with memory leaks and was
continuously crashing. I don't know Qt well enough to fix it so
I have replaced it with libmicrohttp. This is not nearly as
elegant but it is much more stable.
2014-03-23 17:25:39 +00:00