20181126_jeffrey - silenceuncrio/diary GitHub Wiki
0905
上禮拜的 online manual 的 background 顏色還沒挑好
commit a5bd67cf51e078ed2e48c5258422d3919b5a5f6d
Author: jeffrey <[email protected]>
Date: Mon Nov 26 09:33:25 2018 +0800
choose some suitable colors for reading
proscend/prosrc/www/manual/style.css | 2 +-
proscend/prosrc/www/src/manual.html.src | 16 +++++++---------
proscend/prosrc/www/src/manual/sidebar.h.html | 19 +++++++------------
3 files changed, 15 insertions(+), 22 deletions(-)
0935
盤一下 M300 目前的 online manual
1030
commit 3d3788c3508eb55bfa432d80cb0858d2a593b81c
Author: jeffrey <[email protected]>
Date: Mon Nov 26 10:26:15 2018 +0800
complement the loss page of online manual and remove the unnecessary one
proscend/prosrc/www/src/manual.html.src | 20 ++-
.../prosrc/www/src/manual/ip_routing_ospf.h.html | 11 ++
.../prosrc/www/src/manual/ip_routing_rip.h.html | 11 ++
proscend/prosrc/www/src/manual/jquery_init.h.html | 31 ++++
proscend/prosrc/www/src/manual/lte_dual_apn.h.html | 153 ----------------
proscend/prosrc/www/src/manual/lte_dual_sim.h.html | 11 ++
proscend/prosrc/www/src/manual/lte_gps.h.html | 11 ++
.../www/src/manual/lte_search_operators.h.html | 45 -----
.../prosrc/www/src/manual/lte_usage_display.h.html | 11 ++
.../src/manual/management_schedule_reboot.h.html | 11 ++
.../prosrc/www/src/manual/management_web.h.html | 11 ++
.../www/src/manual/service_dynamic_dns.h.html | 11 ++
proscend/prosrc/www/src/manual/service_mqtt.h.html | 11 ++
proscend/prosrc/www/src/manual/service_upnp.h.html | 11 ++
proscend/prosrc/www/src/manual/sidebar.h.html | 196 ++++++---------------
.../prosrc/www/src/manual/system_com_ports.h.html | 10 ++
.../prosrc/www/src/manual/system_ethernet.h.html | 11 ++
.../www/src/manual/system_ethernet_ports.h.html | 42 -----
.../prosrc/www/src/manual/system_modbus.h.html | 11 ++
proscend/prosrc/www/src/manual/vpn_open_vpn.h.html | 11 ++
proscend/prosrc/www/src/manual/wan_ethernet.h.html | 11 ++
proscend/prosrc/www/src/manual/wan_priority.h.html | 11 ++
22 files changed, 280 insertions(+), 382 deletions(-)
1040
包一下 compile flag
commit 4a853b2a3a7b2511dc2e545b931a178bc0e41e40
Author: jeffrey <[email protected]>
Date: Mon Nov 26 11:04:49 2018 +0800
add the compile flag for online manual
proscend/prosrc/www/src/manual.html.src | 112 ++++++++++++++++++++++++
proscend/prosrc/www/src/manual/sidebar.h.html | 120 ++++++++++++++++++++++++--
2 files changed, 226 insertions(+), 6 deletions(-)
1120
commit b8b274be70bf0150dcbfd759cce827e24d0ec293
Author: jeffrey <[email protected]>
Date: Mon Nov 26 11:17:37 2018 +0800
add the online manual: IP Routing > RIP
.../prosrc/www/src/manual/ip_routing_rip.h.html | 100 ++++++++++++++++++++-
1 file changed, 99 insertions(+), 1 deletion(-)
1125
commit 55c5d4b25b115e3938e901b637ab1516688e0471
Author: jeffrey <[email protected]>
Date: Mon Nov 26 11:25:57 2018 +0800
add the online manual: IP Routing > OSPF
.../prosrc/www/src/manual/ip_routing_ospf.h.html | 139 ++++++++++++++++++++-
1 file changed, 138 insertions(+), 1 deletion(-)
1130
commit a5102361dbdb5549ee7db0753255475b3dd0066b
Author: jeffrey <[email protected]>
Date: Mon Nov 26 11:29:45 2018 +0800
add the online manual: Management > Schedule Reboot
proscend/prosrc/www/src/manual/management_schedule_reboot.h.html | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
1515
monkeyjj react-firebase-02
follow A Firebase in React Tutorial for Beginners [2018] 的腳步前進
commit 956493cad5134863e3deeb0432f0f85286ede93c
Author: jeffrey <[email protected]>
Date: Mon Nov 26 15:14:53 2018 +0800
Protected Routes in React with Authorization
src/components/Account/index.js | 22 ++++++++++----
src/components/Home/index.js | 14 ++++++---
src/components/Session/index.js | 3 +-
src/components/Session/withAuthorization.js | 46 +++++++++++++++++++++++++++++
4 files changed, 74 insertions(+), 11 deletions(-)
1620
commit 9d721b46aaefcb10f90f5edd015275ff2a69b644
Refs: [hotfix/v1.75], {origin/hotfix/v1.75}
Author: jeffrey <[email protected]>
Date: Mon Nov 26 16:16:47 2018 +0800
add 'IP Address Selection' field at 'Dynamic DNS' web page
proscend/prosrc/webcgi/ddns.c | 2 ++
proscend/prosrc/www/app/feature/dynamicDns.html | 10 ++++++++++
proscend/prosrc/www/app/locale-en.json | 4 ++++
proscend/prosrc/www/app/locale-fr.json | 4 ++++
proscend/prosrc/www/app/locale-zh-tw.json | 4 ++++
5 files changed, 24 insertions(+)
1655
monkeyjj react-firebase-02
follow A Firebase in React Tutorial for Beginners [2018] 的腳步前進
commit b9d188a95f6329a6e885d9c93b2f0ce46660551b
Author: jeffrey <[email protected]>
Date: Mon Nov 26 16:51:23 2018 +0800
Manage Users with Firebase's Realtime Database in React
src/components/Admin/index.js | 74 ++++++++++++++++++++++++++++++++++---
src/components/Firebase/firebase.js | 10 +++++
src/components/Navigation/index.js | 3 ++
src/components/SignIn/index.js | 16 +++++++-
4 files changed, 96 insertions(+), 7 deletions(-)