Commit graph

211 commits

Author SHA1 Message Date
MXPLRS|Kirill ff7cf503ae added hiding information in webconsole 2016-06-30 21:21:37 +03:00
Jeff Becker 79fbf9d47f
add RouterInfo hash to web ui 2016-06-30 07:41:40 -04:00
MXPLRS|Kirill 9cfc61cd45 fixed #546 2016-06-28 00:00:54 +03:00
xcps 6b3bd755b0 fixtypo 2016-06-24 19:07:47 -04:00
xcps 7e580e6a0b Update HTTPServer.cpp 2016-06-24 17:58:46 -04:00
xcps 675861c323 Auto webconsole page refresh commented 2016-06-16 09:18:46 -04:00
xcps ba330a42d6 Auto webconsole page refresh removed 2016-06-16 09:15:30 -04:00
orignal 70e502e55d QT doesn't depend on Linux daemon anymore 2016-06-15 11:28:59 -04:00
orignal 756e86662b fixed android build 2016-06-14 14:37:22 -04:00
orignal a5be4c9d0e moved std::to_string to util.h from android 2016-06-14 11:55:44 -04:00
anon5 58b058ab3a .apk builds. untested 2016-06-14 23:17:37 +08:00
Andrey Tikhomirov b8eef181b9 Fix html attributes 2016-06-14 11:25:51 +03:00
hagen cd237219e4 * extract unused image to separate file 2016-06-01 00:14:46 +00:00
hagen 1b2ac38a50 * fix compilation warnings 2016-06-01 00:14:15 +00:00
hagen 44eccd85fd * HTTPServer.cpp :
* autorefresh for status page
  * autoreturn to commands list
2016-05-28 01:49:37 +00:00
hagen f10064ce39 * HTTPServer.cpp : update response building 2016-05-24 12:40:24 +00:00
hagen 89d2505a7c * fix time in webconsole (#496) 2016-05-19 14:15:55 +00:00
orignal f9e4182624 temporary disable 'reload config' item 2016-05-18 09:22:11 -04:00
orignal c49fdf1233 initial commit for reload config command 2016-05-12 11:38:18 -04:00
orignal ae81cc2644 windows doesn't support graceful shutdown yet 2016-05-11 15:33:53 -04:00
hagen b03a6a5327 Merge branch 'new-webconsole' into openssl
+ new http/url classes
* extract most page/cmd handlers from HTTPConnection class
* general cleanup of HTTPServer.{cpp,h}
+ http basic auth for webconsole
+ gracefull/quick shutdown commands
- drop direct access for b32 addresses from webconsole: use proxy instead
2016-05-11 01:29:47 +00:00
orignal 5e2dc14dd5 get family string from local RouterInfo 2016-04-28 18:16:11 -04:00
hagen f131e31949 * HTTPServer.cpp: add request logging 2016-04-27 00:39:34 +00:00
hagen 8fd55a210a * HTTPServer.cpp: add 'Shutdown' commands 2016-04-27 00:39:34 +00:00
hagen 678650beaf * HTTPServer.{cpp,h}: basic auth 2016-04-27 00:39:34 +00:00
hagen 75db2867dc * HTTPServer.cpp: protect SAM pages if disabled 2016-04-27 00:39:34 +00:00
hagen 80e37df012 * HTTPServer.{cpp,h}: change page/cmd processing flow 2016-04-27 00:39:33 +00:00
hagen 1f404bb622 * HTTPServer.cpp: move html parts outside HTTPConnection class 2016-04-27 00:39:33 +00:00
hagen 54078087e5 * HTTPServer.cpp: move common code to function 2016-04-27 00:39:33 +00:00
hagen 23b8df1c36 * HTTPServer.cpp: move commands to separate page 2016-04-27 00:39:33 +00:00
hagen 65395516b0 * HTTPServer.cpp: drop separate function handlers for commands 2016-04-27 00:39:33 +00:00
hagen 849308e28d * HTTPServer.cpp: drop boost::date_time dep 2016-04-27 00:39:24 +00:00
hagen 4d98a64000 * HTTPServer.{cpp,h}: extract html-rendering methods from class 2016-04-27 00:39:24 +00:00
hagen 0c8fdfca7d * HTTPServer.{cpp,h}: merge HandleWriteReply & Terminate : the same purpose 2016-04-27 00:39:24 +00:00
hagen 2a1fe99a29 * HTTPServer.{cpp,h}: drop rest of streaming support 2016-04-27 00:39:24 +00:00
hagen 4fa4ba6301 * HTTPServer.cpp: move known jump services to std::map 2016-04-27 00:39:24 +00:00
hagen 48b3959cfb * HTTPServer.{cpp,h}: cleanup 2016-04-27 00:39:24 +00:00
hagen 9bbff744e9 * HTTPServer.{cpp,h}: chg HandleRequest() signature 2016-04-27 00:39:24 +00:00
hagen 19b0c266f9 * HTTPServer.{cpp,h}: * extract css-styles to separate block * split /?page= from /?cmd= requests * cleaner html-template 2016-04-27 00:39:24 +00:00
hagen fead940d10 * HTTPServer.{cpp,h}: * move query parsing code to one place * use /?cmd=X instead /?X * unified handler signatures 2016-04-27 00:39:24 +00:00
hagen 687e17ac52 * HTTPServer.{cpp,h}: throw away direct quering b32 addresses: use proxy 2016-04-27 00:39:12 +00:00
hagen b1c85dcb74 * HTTPServer.{cpp,h}: throw away request/reply/url, use new impl 2016-04-27 00:39:12 +00:00
hagen 332f0118a2 * rename namespace for http 2016-04-27 00:39:12 +00:00
hagen 6ed709d6e6 * HTTPServer.{cpp,h}: extract itoopie{Image,Favicon} from HTTPConnection (!) class 2016-04-27 00:39:12 +00:00
hagen 7a461c1684 * HTTPServer.{cpp,h}: move #include to one place 2016-04-27 00:39:12 +00:00
hagen 7cf171671d * HTTPConnection::reply : to_buffers() -> to_string() 2016-04-27 00:39:12 +00:00
weekendi2p a78caa2976 added SetFamilyString(); GetFamilyString() and shows family in webiface 2016-04-27 00:31:33 +02:00
orignal bce2a63772 rollback some changes 2016-04-14 14:05:25 -04:00
hagen 3f9d2601b4 + HTTPConnection::SendError() 2016-04-14 00:34:15 +00:00
hagen 04bfd52fba * HTTPConnection::SendReply() : cleaner code 2016-04-14 00:34:14 +00:00