Sebastian Grewe
017a56549d
Merge pull request #1213 from TheSerapher/issue-670-unlocks
...
[IMPROVED] Unlock notification mails on auto-locks
2014-01-04 00:11:28 -08:00
Sebastian Grewe
8c2912a7df
Merge branch 'next' of https://github.com/TheSerapher/php-mpos into next
2014-01-02 12:25:46 +01:00
Sebastian Grewe
11c417230b
[FIX] Reset pin button
2014-01-02 12:25:22 +01:00
Sebastian Grewe
878fa1c1c8
[IMPROVED] Unlock notification mails on auto-locks
...
* Added new token type: account_unlock
* Added update SQL File
* Updated base structure with new token type
* Added empty template
* Updated user class to send mail on failed passwords
* Added unlock account page to use tokens
Addresses #670
2014-01-02 11:51:22 +01:00
Sebastian Grewe
80d0467c2d
Merge pull request #1211 from TheSerapher/issue-1040
...
[CHANGE] Moved from bar shares to pie shares
2014-01-02 02:09:34 -08:00
Sebastian Grewe
4c3421cc8a
Merge pull request #1165 from Neozonz/issue-1164
...
Initial commit for pin reset functionality
2014-01-02 02:02:37 -08:00
rog1121
494a3a2714
Fix Hardcoded blockchain
2014-01-01 15:08:39 -07:00
Sebastian Grewe
020905679a
[FIX] Display TX Fee in account panel
...
Fixes #1196 once merged.
2014-01-01 08:43:53 +01:00
Sebastian Grewe
4fa4259932
[CHANGE] Moved from bar shares to pie shares
...
The cake is a lie! It's a pie!
Addresses #1040
2013-12-31 23:51:39 +01:00
Sebastian Grewe
82efbb4609
Merge branch 'issue-1185' into next
...
Conflicts:
public/templates/mpos/global/navigation.tpl
2013-12-31 17:11:03 +01:00
Sebastian Grewe
2675a9573f
[FIX] Better version
2013-12-31 16:34:37 +01:00
Sebastian Grewe
e9c780f2ee
[FIX] Don not show decimals > 0.0001 fee
2013-12-31 16:32:57 +01:00
Sebastian Grewe
9c2e6fa30b
[FIX] Properly display pool fee in dashboard
...
Fixes #1178 once merged.
2013-12-31 16:28:53 +01:00
Sebastian Grewe
ee02445b7d
Merge branch 'issue-965' into next
...
Conflicts:
public/templates/mpos/master.tpl
2013-12-31 16:27:16 +01:00
Sebastian Grewe
4026eec570
Merge pull request #1187 from TheSerapher/issue-1159-dashboardsplit
...
[IMPROVED]
2013-12-31 07:19:11 -08:00
Sebastian Grewe
a8a7d2c52f
[IMPROVED] Allow contactform for guests
...
* Added admin option to disable access to contactform for guests
* Propagated new option to templates
Fixes #1185
2013-12-31 16:14:56 +01:00
Frederick Behrends
3b980cbf5d
[IMPROVMENT] Added option to link transaction-ids to transaction on blockchainwebsite
2013-12-31 04:25:47 +01:00
Neozonz
33b06946f4
PIN Reset email template
2013-12-30 11:45:39 -08:00
Sebastian Grewe
8e4c56d597
[IMPROVED]
...
Splitting dashboard calls up instead of using one single API call:
* Use getuserbalance for Balance updates
* Use getuserworkers for Worker updates
For those and potential other SQL intensive Ajax calls I have added a
long ajax refresh interval setting. It can be set via admin panel and
will change the refresh time on the JS file on the dashboard for those
two calls.
Should help a bit with high worker and transaction volume pools.
Address #1159
2013-12-30 19:23:27 +01:00
Sebastian Grewe
b2ac77d9a5
Merge pull request #1128 from nicoschtein/patch-12
...
Make TXId & Address clickable on Transaction Lists
2013-12-30 03:23:14 -08:00
Neozonz
e3db7e0a02
Initial commit for pin reset functionality
2013-12-30 03:29:20 -05:00
Sebastian Grewe
96d096f669
[MERGE] Fix merge conflict
2013-12-30 08:19:13 +01:00
Sebastian Grewe
f4a1110c48
Merge pull request #1089 from TheSerapher/issue-1043
...
Issue 1043
2013-12-28 12:23:23 -08:00
nicoschtein
9481eae316
Make TXId & Address clickable on Transaction Lists
...
Added an alert box displaying full TXId and Address when clicked on Admin Transaction List
2013-12-27 03:49:45 -02:00
nicoschtein
e5ffc85084
Make TXId & Address clickable on Transaction Lists
...
Added an alert box displaying full TXId and Address when clicked on User Account Transaction List
2013-12-27 03:47:36 -02:00
Joey
39b8d78379
Breadcrumbs
...
Bugfix for breadcrumbs tpl
2013-12-26 17:38:17 -05:00
Sebastian Grewe
9572de451b
[FIX] Fixes #1110
2013-12-26 16:10:04 +01:00
Sebastian Grewe
2a24f90ed0
[ADDED] Pagination support on pool workers page
...
Adds pagination support for the admin panel pool workers page. Will
greatly increase loading times of this page if working as intended.
Fixes another part of #1043 .
2013-12-23 23:04:13 +01:00
Sebastian Grewe
003b8c79b6
[FIX] Removed old paginator
2013-12-23 22:51:26 +01:00
Sebastian Grewe
065d10d2e0
[IMPROVED] User info pagination and filters
...
This will add pagination and user filters to the Admin Panel User
Information page.
* Added various filter methods (combined with AND in SQL)
* Added pagination and limits to fetch only matching users
This will greatly increase efficiency on larger pools
Fixes #1043 once merged.
2013-12-23 22:37:57 +01:00
Sebastian Grewe
9485b3f9d6
[ADDED] Possibility to disable navbar live updates
...
* Added new admin options: disable_navbar and disable_navbar_api
* Removes LIVE STATS from navigation list
* Removes live updates on Pool General Statistics page
* Added system load checks to getnavbardata API call
This will help to decrease load on high-volume servers at the cost of
losing live status.
Fixes #1014 once merged.
2013-12-23 21:38:21 +01:00
Sebastian Grewe
16636f6a39
[FIX] Display bug on mobile
2013-12-23 21:07:04 +01:00
Sebastian Grewe
96085cb683
[FIX] Minor display fix
2013-12-23 21:06:08 +01:00
Sebastian Grewe
51a996573d
[IMPROVED] Transaction data handling
...
This will improve loading times on large transaction tables. Thanks
@feeleep75 for helping with this one.
* Do not use SQL_CALC_NUM_ROWS since it will do a full table scan
* Allow admins to disable account transaction summaries to speed up page
loads on large tables
* added new admin setting under system to Disable TX Summaries
Fixes #1065 once merged
2013-12-23 10:48:12 +01:00
Sebastian Grewe
ab05eca651
[UPDATE] Mention Markdown on Newspost creation
2013-12-20 10:29:09 +01:00
Frederick Behrends
ccb14c37cd
added blocks until next difficulty change to EstNextDifficulty
2013-12-20 03:59:47 +01:00
Sebastian Grewe
0d6ee6d821
[IMPROVED] Auto/Manual Payout Disabled
...
This will re-add the ability to disable auto or manual payouts. Option
to disable the entire cronjob is left intact.
Fixes #1034 when merged.
2013-12-19 15:17:29 +01:00
nrpatten
e02df01ed0
Update master.tpl
...
[ADDED] tinybox.js for tac popup, Removed not double type="text/javascript"
2013-12-19 23:04:47 +11:00
nrpatten
ff8f2d94e3
TAC PopUp window for registrations
2013-12-19 06:58:53 -05:00
nrpatten
fc2ffd4868
TAC PopUp window for registrations
2013-12-19 06:42:34 -05:00
nrpatten
6df340c1ef
Update default.tpl
...
Add Tac Popup Center Captcha align Tac Image
2013-12-19 21:11:51 +11:00
nrpatten
66a99cd086
Create default.tpl
...
Add TacPop default.tpl
2013-12-19 21:07:10 +11:00
nrpatten
147f7bfc21
Update master.tpl
...
Add tinybox.js
2013-12-19 21:02:17 +11:00
Sebastian Grewe
4992274eea
[CHANGE] 8 digits for dashboard estimates
...
Fixes #1024 once merged.
2013-12-19 09:04:38 +01:00
Sebastian Grewe
cba4e5f1a4
Merge pull request #1003 from TheSerapher/issue-986
...
[FIX] Admin User Panel for PPS Payouts
2013-12-18 22:40:22 -08:00
Sebastian Grewe
322a759249
[FIX] Typo in Navbar
...
Fixes #1017 once merged.
2013-12-18 09:23:12 +01:00
Sebastian Grewe
6cc367ad50
[FIX] Admin User Panel for PPS Payouts
...
This will fix #986 once merged.
2013-12-17 10:56:37 +01:00
Frederick Behrends
f09459433b
added "Est. Next Difficulty" and "Avg. Time per Round" to dashboard and dashboard api
2013-12-16 20:01:22 +01:00
Frederick Behrends
a407f964d7
fix autopayment for coins with larger blockreward
2013-12-16 20:01:21 +01:00
Frederick Behrends
9643f34183
Escaping values in Admin Setting Panel to prevent html to break the form.
2013-12-16 20:01:19 +01:00