Janek Bevendorff
|
8d487d31a4
|
Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords
|
2017-03-10 16:12:02 +01:00 |
|
Janek Bevendorff
|
cb51ec61f7
|
Replace remaining instances of Q_FOREACH with C++11 range-based for loops
|
2017-03-10 16:11:57 +01:00 |
|
Janek Bevendorff
|
2872f1706c
|
Fix Qt deprecation warnings
|
2017-03-10 16:11:55 +01:00 |
|
Ryan Matthews
|
1fe75f9420
|
Add feature to handle references, resolves #75
- Create popup for clone options
- Add ability to resolve references for autotype/http/copying
|
2017-03-04 19:49:33 -05:00 |
|
Janek Bevendorff
|
93c212f28d
|
Merge branch 'release/2.1.3' into develop
|
2017-03-01 23:37:14 +01:00 |
|
Janek Bevendorff
|
a31c423d9e
|
Fix compiler warnings in QHttp library
|
2017-02-26 22:13:22 -05:00 |
|
Janek Bevendorff
|
ed085776c7
|
Make HTTP port input field smaller
|
2017-02-24 16:36:51 +01:00 |
|
Janek Bevendorff
|
492e320628
|
Shorten KeePassHTTP checkbox description and only enable settings when it's checked
|
2017-02-24 16:36:14 +01:00 |
|
Janek Bevendorff
|
d98249814d
|
Rework HTTP settings
|
2017-02-22 17:53:39 +01:00 |
|
Janek Bevendorff
|
0892d1c744
|
Merge branch 'develop' into fix/settingsAlignment
|
2017-02-22 14:15:50 +01:00 |
|
Janek Bevendorff
|
74afd8e819
|
Make widget scalable and set minimum width based on the widget text
|
2017-02-22 03:39:13 +01:00 |
|
Edward Jones
|
873871a42c
|
Update text in HTTP settings and a hard-to-translate command line hint
|
2017-02-21 22:36:11 +01:00 |
|
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 c736ba7059 )
|
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 |
|