Vladimir Golovnev (Glassez)
|
c41df9ffbd
|
Improve coding style
|
2020-11-17 21:02:37 +03:00 |
|
NotTsunami
|
6748e8d787
|
Remove redundant null checks
Attempting to delete a null pointer is a noop in C++.
Closes #2864.
[1] https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null
|
2020-02-03 16:38:51 -05:00 |
|
Chocobo1
|
5cdb3b6a2d
|
Load WebUI certificate & key from file path
This allow users to update certificate & key more easily, i.e. without the need to import them
into qbt.
Closes #6675, #7547, #8315, #8564.
|
2019-01-28 16:33:48 +08:00 |
|
Vladimir Golovnev (Glassez)
|
71bb6538db
|
Fix WebUI error handling
|
2017-11-19 19:10:04 +02:00 |
|
Chocobo1
|
157b809e21
|
[WebUI] Improve log messages
|
2017-10-23 16:45:41 +08:00 |
|
Chocobo1
|
d6ddc90199
|
Reinitialize webUI server when "IP address" setting changed
An app restart won't be necessary from now on.
|
2017-10-22 14:42:51 +08:00 |
|
Matthew Fioravante
|
8cd243b06b
|
Add WebUi\Address config option
|
2017-10-21 09:32:30 -04:00 |
|
Chocobo1
|
5185eeb7ef
|
Die gracefully when failed to initialize web server with qbt-nox
|
2017-10-09 13:50:01 +08:00 |
|
Matthew Fioravante
|
05c92e652c
|
Report TCPServer errorString() if webui fails to listen to port
|
2017-10-06 05:54:52 +00:00 |
|
Allan Nordhøy
|
5c18db240c
|
Spelling: HTTP/HTTPS
|
2017-09-08 11:22:25 +02:00 |
|
Chocobo1
|
7f346b49a7
|
Refactor: move the validation of certificates & key functions under Server class
Rename method
Add log messages
|
2017-04-10 21:18:59 +08:00 |
|
Chocobo1
|
05d8c46bb0
|
Rename class variables
|
2017-04-10 21:07:08 +08:00 |
|
Chocobo1
|
35ab86d32f
|
Refactor: group port forwarding code together
Unify log message
|
2017-04-10 20:14:19 +08:00 |
|
Chocobo1
|
759bf4d73d
|
Allow to load/use ECDSA certificate in webUI.
Limit max read size
Improve messages in dialogs
Refactor
|
2017-02-17 12:23:51 +08:00 |
|
UnDifferential
|
f50a8d4f59
|
Support SSL certificate bundles. Issue #4896.
|
2016-03-05 14:10:28 -05:00 |
|
Vladimir Golovnev (Glassez)
|
9db93e5d8f
|
Rename Core to Base (Closes #3733).
|
2015-12-06 14:27:00 +03:00 |
|
ngosang
|
e01a61d816
|
changes in typography
|
2015-06-13 20:04:20 +02:00 |
|
Vladimir Golovnev (Glassez)
|
d16d1fdb3a
|
Redesign main core classes.
|
2015-06-09 21:30:42 +03:00 |
|
Vladimir Golovnev (Glassez)
|
d32bb52390
|
Don't add core to INCLUDEPATH.
|
2015-06-03 22:11:43 +03:00 |
|
Vladimir Golovnev (Glassez)
|
4b5e7e6168
|
Move network related code to core/net.
|
2015-06-03 22:11:41 +03:00 |
|
Vladimir Golovnev (Glassez)
|
2707f5205f
|
Fix prefjson::setPreferences() doesn't actually save.
|
2015-02-08 19:44:56 +03:00 |
|