-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rewrote almost all the code of the web panel to make it easier for others to edit * Added new functionality called IP Blocking with its own page that allows blocking IP addresses from connecting to the web panel * Added constant verification of the hashed password during login sessions, ensuring that any change to the password results in all users being logged out * Added an error log option to the config for enabling or disabling error logging * Changed the error logging function to only log vital error information * Rewrote datatables server side class to be shorter, more optimized and safer * Added further XSS mitigation to both the endpoint, the pages, the APIs and the datatable server side output * Added many strict headers that improve browser security * Added meta tags and headers alongside the current robots.txt to further discourage search engine indexing * Added line graph showing the total amount of online miners over time based on hashrate history reporting * Added pie graph showing the amount of GPU Miners and CPU Miners * Added pie graph showing the statuses of the miners * Remade some of the statistics to have better clarity * Added automatic SQLite database and database folder permissions checks that will display an error if they do not have the required permissions * Merged and removed many unused or unnecessary assets * Replaced SweetAlert2 with another plugin due to its malicious behaviour on .ru, .su, .by and .рф domains * Changed miner types to the more clear CPU Miner and GPU Miner types * Added new miner datatable field called Extra Data that will receive data such as resource reporting in future miner versions * Added logout button to the top navigation menu * Added all missing translations for all supported languages * Added language selection to the login page * Changed the terminology from Active to Mining * Improved the miner endpoint performance
- Loading branch information
1 parent
b8b30b7
commit 7f5536d
Showing
867 changed files
with
1,970 additions
and
276,419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
AddDefaultCharset UTF-8 | ||
DirectoryIndex index.php | ||
Options -Indexes | ||
<FilesMatch "unamwebpanel\.db"> | ||
Require all denied | ||
</FilesMatch> | ||
Options -Indexes | ||
<IfModule mod_headers.c> | ||
Header always unset X-Robots-Tag | ||
Header always set X-Robots-Tag "noindex, nofollow" | ||
</IfModule> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
This file is a dummy file whose raison d'être is to ensure that the folder that this file is located in does not get ignored for being empty. | ||
This file is a dummy file whose raison d'être is to ensure that the folder that this file is located inside does not get ignored for being empty. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.