Skip to content

Commit

Permalink
Hot fix for login with default password is not working
Browse files Browse the repository at this point in the history
See changelog for additional changes.
  • Loading branch information
omersiar committed Mar 7, 2018
1 parent a685371 commit f082c11
Show file tree
Hide file tree
Showing 9 changed files with 1,156 additions and 964 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
#### Added
- [webui] Factory reset within Web UI.
- [webui] + [firmware] Event logging is now live.

#### Fixed
- [firmware] Can not with default password login on fresh setup.

#### Changed
- [webui] Changes suggested from Codacy.
Expand Down
Binary file modified bin/firmware.bin
Binary file not shown.
1,818 changes: 944 additions & 874 deletions src/main.cpp

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/webh/esprfid.htm.gz.h

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/webh/esprfid.js.gz.h

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/webh/index.html.gz.h

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions src/websrc/esprfid.htm
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,29 @@ <h5>Please wait while fetching data...</h5>
<br>
<br>
</div>
<div id="eventcontent">
<br>
<br>
<div class="text-center" id="loading-img">
<h5>Please wait while fetching data...<span id="loadpages"></span></h5>
<br>
</div>
<div>
<legend>Event Log</legend>
<div class="panel panel-default">
<div>
<table id="eventtable" class="table" data-paging="true" data-filtering="true" data-sorting="true" data-editing="false" data-state="true"></table>
</div>
</div>
<div class="col-xs-9 col-md-8">
<button onclick="clearevent()" class="btn btn-primary btn-sm pull-right">Clear Log</button>
<div style="clear:both;">
<br>
<br>
</div>
</div>
</div>
</div>
<div id="mqttcontent">
<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion src/websrc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>
<a href="#" id="latestlog"><i class="glyphicon glyphicon-calendar"></i>Latest Access Log</a>
</li>
<li>
<a href="#" class="noimp"><i class="glyphicon glyphicon-transfer"></i>Event Log</a>
<a href="#" id="eventlog"><i class="glyphicon glyphicon-transfer"></i>Event Log</a>
</li>
</ul>
</li>
Expand Down
Loading

0 comments on commit f082c11

Please sign in to comment.