Commit Graph

99 Commits

Author SHA1 Message Date
joeuhren 2650e91274 Add new market settings for accessing multiple markets
-Add new market_dropdown_menu setting for displaying the Markets header menu item as a dropdown
-Add new market_select_visible setting for displaying a clickable list of enabled markets near the top of all market pages
-Market select box header text changed to 'Market Select' and added to locale strings
2020-12-23 20:34:01 -07:00
joeuhren 40b5787493 Claim address updates
-Claimed addresses now replace actual wallet addresses across all pages of the site
-Add new claim_address setting to enable/disable claiming of addresses
-Add ability to un-claim an address by signing a blank message
2020-12-23 18:40:10 -07:00
joeuhren 82efa96954 Fix + add better tooltips where applicable
-Moved code to enable tooltips into a global function and the call is now made closer to page load being complete
-Added error checking for browsers with no tooltip support
-Added a few new locale strings for tooltip titles
2020-12-22 15:57:19 -07:00
joeuhren c9fdb2013e Dynamically enable wallet api cmds based on settings
-Added a 'heavies' object to the api_cmds setting and moved all heavy api calls inside to allow for better separation of api calls
2020-12-21 19:28:55 -07:00
joeuhren dfbd2d9046 verifymessage added to api cmd settings 2020-12-21 18:12:40 -07:00
joeuhren 4a084cdfe1 Split out peer cmds into new functions
-Add new setting for getpeerinfo cmd
-getpeerinfo api call moved to explorer.js
-Peer geo location api call moved to explorer.js
2020-12-21 16:19:14 -07:00
joeuhren 8219039f42 Remove unused commands.js file 2020-12-20 20:50:36 -07:00
joeuhren 27f96fa4fc Add new table_header_bgcolor setting 2020-12-20 18:13:24 -07:00
joeuhren 52a5487071 Change settings to allow more control over navbar colors
-Remove navbar_dark and navbar_light settings
-Add page_header_bgcolor setting for changing page header background color via bootstrap css classes
-Add page_footer_bgcolor setting for changing page footer background color via bootstrap css classes
2020-12-18 22:18:59 -07:00
joeuhren becdeab02d getlasttxs api no longer allows query string parameters 2020-12-18 14:55:30 -07:00
joeuhren 7a1f4a23d5 Filter unnecessary data from ajax-enabled datatables 2020-12-17 23:55:57 -07:00
joeuhren 9912c92695 Script updates + directory structure cleanup
-Updated JQuery to v3.5.1
-Updated Bootstrap to v4.5.3
-Updated DataTables to v1.10.22
-Updated FontAwesome to v5.15.1
-Updated Chart.js to v2.9.4
-Updated flag-icon-css to v3.5.0
-All scripts now load minified
-Removed unused/unnecessary scripts (moment.js and some jqPlot plugins)
-Scripts that are not used on every page are now only loaded on pages where they are needed (jqPlot, Chart.js and flag-icon-css)
-Default website language to English
-Enable unicode support
-Removed unused images
-public directory cleanup (images directory renamed to img, javascript directory renamed to js, stylesheets directory renamed to css, themes directory moved from /public/themes to /public/css/themes, removed vendor directory and moved the important contents to the new img, css and js directories)
-Reward.pug rewritten to support Chart.js v2.9.4
-Updated README Features section
2020-12-17 20:01:50 -07:00
joeuhren 50aeb9d321 Fix getlasttxs api
-Completely removed the /ext/getlasttxsajax api and replaced with /ext/getlasttxs
-Fixed record count for movement page
2020-12-10 17:51:46 -07:00
joeuhren cf24f26dd0 Add new settings for sticky header/footer 2020-12-09 19:36:39 -07:00
joeuhren 2acb681b5a Better error checking for invalid markets 2020-12-08 22:52:15 -07:00
joeuhren 120947fe42 Add new setting to determine how many blocks to sync before saving stats 2020-12-08 20:49:06 -07:00
joeuhren 4240178255 Add support for customizing all daemon api cmds 2020-12-07 21:32:43 -07:00
joeuhren c7efaad294 Add settings to customize footer height + social link sizes 2020-12-05 20:10:17 -07:00
joeuhren 1ad61a58da Move sync message file to tmp directory 2020-12-05 18:21:21 -07:00
joeuhren e0225deed7 All remaining rpc cmd calls run through a function now 2020-12-05 15:09:33 -07:00
joeuhren f50c51d77c Improved long index sync warning functionality 2020-12-05 12:39:36 -07:00
joeuhren 4b208b74a4 More node 14+ error ERR_INVALID_ARG_TYPE fixes 2020-12-03 16:21:06 -07:00
joeuhren 6d74c3e6de Flatten tx count value for faster lookups with large blockchains 2020-12-03 14:16:34 -07:00
joeuhren 2be8cc324e Rename api for getlasttxsajax to getlasttxs 2020-11-28 20:40:37 -07:00
joeuhren e7ce0cef27 Fix all collection.count is deprecated warnings 2020-11-28 14:44:42 -07:00
joeuhren 85fef18cdb Complete overhaul of all markets 2020-11-27 20:34:15 -07:00
joeuhren ed22c671fc Remove defunct exchange tradesatoshi 2020-11-24 17:44:50 -07:00
joeuhren 8cd4c2ed3e Default settings.user_rpc to true on new installs 2020-11-23 21:02:07 -07:00
joeuhren b65f8c0105 Settings.wallet: convert old user & pass strings 2020-11-23 21:01:18 -07:00
joeuhren 8247192d68 Add last_txs to getaddress API 2020-11-23 20:58:34 -07:00
joeuhren 8554981f8d Couple of fixes for initial indexing - stats.supply and stats.last 2020-11-23 20:22:40 -07:00
joeuhren 42c9b17ca8 Markets API: Add Altmarkets chart data 2020-11-23 19:43:27 -07:00
joeuhren a56d06e37e Fix stex market 2020-11-23 19:34:24 -07:00
joeuhren 8ea29f6c86 Fix for on-demand markets loading 2020-11-23 19:33:54 -07:00
joeuhren 87f0665ff4 Bootstrap: Add settings to customise navbar 2020-11-23 18:01:15 -07:00
joeuhren 594566c606 Stex market fixes 2020-11-23 17:20:30 -07:00
joeuhren 45d15876b9 Remove hardcoded markets, load using config strings 2020-11-23 17:19:42 -07:00
joeuhren dd6195cc97 Fix fides-ex market 2020-11-23 16:03:45 -07:00
joeuhren b154a0829b Change AJAX query logic 2020-11-23 15:35:14 -07:00
joeuhren e4209231e3 Add Fides-ex market 2020-11-23 15:30:34 -07:00
joeuhren f134eae57d Fix error reading "last" property during reindex 2020-11-22 20:40:15 -07:00
joeuhren 61a805a2fb Fix for transactions not being displayed on front page 2020-11-22 20:19:10 -07:00
joeuhren d9940424b4 Fix for get_stats removal in sync script 2020-11-22 20:16:00 -07:00
joeuhren e2bba8f996 New RPC Call Fix: gettxoutsetinfo 2020-11-22 20:04:49 -07:00
joeuhren cdee2730f5 Add optional market cap box to heading 2020-11-22 19:51:23 -07:00
joeuhren b6fda00ce9 New RPC Call Fix: Getnetworkhashps 2020-11-22 18:28:44 -07:00
joeuhren a254676a9b Historical Address Balance 2020-11-22 18:27:04 -07:00
joeuhren 95a6fb4a84 Fix GETINFO supply value 2020-11-22 18:09:16 -07:00
joeuhren ea54a79de0 Fix mongoose usefindandmodify depreciation msg 2020-11-22 17:39:46 -07:00
joeuhren f2bedca7d7 Address TX balance indexing fix 2020-11-22 17:35:57 -07:00