Sebastian Grewe
7a73fbf099
API optimizations
...
* [IMRPOVEMENT] Do not include smarty globals, they are not needed on the API
* [IMPROVEMENT] Display correct runtimeinformation of entire script, not
just the SQL queries
2013-09-15 17:29:44 +02:00
Sebastian Grewe
0c3713284f
removing JS console output
2013-09-15 14:23:31 +02:00
Sebastian Grewe
4aea28cb9c
remove graph min/max, adding padding
2013-09-15 01:45:24 +02:00
Sebastian Grewe
8193860bd9
Do not store that many data points
2013-09-15 01:42:25 +02:00
Sebastian Grewe
917aeace49
Better visualize our hashrate graph
...
* Do not pre-init the data graph
* Fill with new data as it arrives
2013-09-15 01:38:42 +02:00
Sebastian Grewe
8add7f75c4
Adjusted graph colors
...
* Matching the existing visualize plugin closely
2013-09-15 00:17:35 +02:00
Sebastian Grewe
7471e505f9
Graph line update
...
* Removed data points from display
* Hover to see data point information
* Fill area under the line
2013-09-14 23:43:32 +02:00
Sebastian Grewe
0eebc89fe7
Added more graph options
...
* [FEATURE] Added graph trendline (average)
* [FEATURE] Added graph labels
2013-09-14 23:23:36 +02:00
Sebastian Grewe
728ee2dd11
Feature update and Improvement to Dashboard
...
* [FEATURE] Dasboard honors Ajax interval for hashrate graph
* [IMPROVEMENT] Load graph plugins on graph template not on master template
2013-09-14 23:01:31 +02:00
Sebastian Grewe
8c96e166b7
[FEATURE] Added Ajax Data Interval Setting
...
* Allows Admins to change the SQL Interval used in queries
* Default: 300 seconds / 5 minutes
* Allowed: 1 minute, 5 minutes, 10 minutes
* Tooltop in admin panel explains this setting
* Added data interval to API call for dashboard
* Added additional output to gauges footer
Addresses #444
2013-09-14 21:45:31 +02:00
Sebastian Grewe
faadf7cbaf
[FEATURE] Proper login/logout/auth redirects
...
* Allow to redirect to referrer page when access is denied
* Logout user and point towards login, add redirect
* Logout user as usual but added save redirects
* Adjusted templates and page codes
2013-09-14 21:20:12 +02:00
Sebastian Grewe
b66c3eafec
Admin Option for Ajax Refresh Interval
...
* Allow admins to change the refresh interval for Ajax calls
* Only Gauges affected for now
Further Addresses #444 with more goodies
2013-09-14 19:35:30 +02:00
Sebastian Grewe
727ed1f79a
adding gethashps changes to dashboard
2013-09-14 19:32:37 +02:00
Sebastian Grewe
69ed2ab768
load initial Gauges data via Ajax
2013-09-14 19:08:19 +02:00
Sebastian Grewe
9b50e9d842
removed debug output
2013-09-14 18:52:22 +02:00
Sebastian Grewe
de560ea422
ajax calls interval 10s
2013-09-14 18:43:19 +02:00
Sebastian Grewe
2ba96b6a2f
make async ajax calls
2013-09-14 18:01:35 +02:00
Sebastian Grewe
4df57f612e
make async ajax calls
2013-09-14 18:00:43 +02:00
Sebastian Grewe
4303ccc42f
added query time as gauge
2013-09-14 17:59:13 +02:00
Sebastian Grewe
1fab736eb6
new graph location
2013-09-14 17:59:01 +02:00
Sebastian Grewe
4e19de4c7a
Unified gauges Ajax
...
* Single call for all data
* Use proper hash units as configured in pool
* New API call for dashboard data that has adjusted output
2013-09-14 17:03:19 +02:00
Sebastian Grewe
c7ca211532
Merge branch 'next' into issue-444-theserapher
2013-09-14 15:50:28 +02:00
Sebastian Grewe
e6ab8006d1
[FEATURE] Adding more to gauges, adding graph to dashboard
...
* Adding live-updates for gauges
* Adding new API calls
* Updated statistics to allow custom intervals
* Disabled caching for API calls for now
* Added new hashrate graph with auto-update
Addresses #444
2013-09-14 14:43:14 +02:00
Sebastian Grewe
504855b55d
Merge pull request #656 from TheSerapher/issue-646
...
Issue 646
2013-09-14 00:39:01 -07:00
Sebastian Grewe
c20c9619a4
Update wallet.inc.php
2013-09-14 09:37:08 +02:00
nrpatten
35f042dd7b
Update default.tpl
...
Add center span
2013-09-14 09:44:38 +10:00
nrpatten
af94ba00fd
Update default.tpl
...
add center span
2013-09-14 09:41:28 +10:00
nrpatten
805fca23a1
Update default.tpl
...
Add center span
2013-09-14 09:38:27 +10:00
nrpatten
18c4ff60aa
Update custom.css
...
Add span to center switches
2013-09-14 09:36:57 +10:00
Sebastian Grewe
f67d293382
Merge branch 'issue-652' into next
2013-09-13 16:24:47 +02:00
Sebastian Grewe
2e9332b7a0
fixed cryptsy API example
2013-09-13 15:49:07 +02:00
nrpatten
e691c5cd8b
Update default.tpl
2013-09-13 22:16:46 +10:00
nrpatten
25027c09b5
Update default.tpl
...
Update Toggle Switch Test
2013-09-13 22:13:30 +10:00
nrpatten
48e89d78cb
Update default.tpl
...
Toggle Switch Test
2013-09-13 22:05:26 +10:00
nrpatten
aeb3827b4d
Update default.tpl
...
Toggle Switch Test
2013-09-13 22:01:05 +10:00
nrpatten
ca780ba164
Update default.tpl
...
Toggle Switch Test
2013-09-13 21:58:12 +10:00
nrpatten
5e873c3d8a
Update default.tpl
...
Toggle Switch test
2013-09-13 21:56:38 +10:00
nrpatten
29a99edf57
Update custom.css
2013-09-13 21:48:56 +10:00
Sebastian Grewe
aa10b6efc1
[FEATURE] Adding hashrate modifiers
...
* Allow admins to set hashrate speed displays via admin panel
* Personal
* Pool
* Network
* Allows for easier integration of SHA coins
Fixes #652
2013-09-13 13:36:36 +02:00
Sebastian Grewe
6d0854149b
adding pool and net hashrate gauges
2013-09-13 10:28:23 +02:00
Sebastian Grewe
f35c7cedc8
adding network hashrate to poolstatus
2013-09-13 10:28:12 +02:00
Sebastian Grewe
522e37717b
adding Ajax refresh for Gauges
2013-09-13 09:35:30 +02:00
Sebastian Grewe
5e09208f54
adding share-rate to getuserstatus API
2013-09-13 09:35:14 +02:00
Sebastian Grewe
e0b1db19db
adding missing master template
2013-09-13 08:40:35 +02:00
Sebastian Grewe
5176da94a4
adding missing JS files
2013-09-13 08:40:06 +02:00
Sebastian Grewe
c8f7163fa8
adding sample gauges with static data for now
2013-09-13 08:39:17 +02:00
Sebastian Grewe
03fca51af0
minor update to contactform layout
2013-09-12 18:37:06 +02:00
Sebastian Grewe
23bc5295f9
adding fieldset to transaction filters
2013-09-12 18:31:48 +02:00
Sebastian Grewe
6de81c8b78
admin settings via fieldset
2013-09-12 18:25:40 +02:00
Sebastian Grewe
493db31dcc
adding better colors for confirms/orphans/...
2013-09-12 17:56:41 +02:00
Sebastian Grewe
c99c98866f
fixing PHP notice on navbar
2013-09-12 12:49:20 +02:00
Sebastian Grewe
cca0610cd3
minor donors update
2013-09-12 12:45:19 +02:00
nrpatten
32e789b8e6
Update navigation.tpl
2013-09-12 20:19:49 +10:00
nrpatten
962079b97c
Update navigation.tpl
2013-09-12 20:12:40 +10:00
nrpatten
3176363b24
Create body.tpl
2013-09-12 20:06:16 +10:00
nrpatten
61f6f5b94b
Create contactform.inc.php
2013-09-12 20:03:58 +10:00
nrpatten
ff6bd18749
Create contactform.inc.php
2013-09-12 20:01:28 +10:00
nrpatten
c9c507c93e
Update admin_settings.inc.php
2013-09-12 19:59:38 +10:00
nrpatten
34bc88533f
Update mail.class.php
2013-09-12 19:57:30 +10:00
nrpatten
493dfcd85c
Update mail.class.php
2013-09-12 19:55:59 +10:00
nrpatten
233cc96ea2
Create default.tpl
2013-09-12 19:52:10 +10:00
nrpatten
ae7e19c5f6
Create default.tpl
2013-09-12 19:51:36 +10:00
nrpatten
84173e225c
Create disabled.tpl
2013-09-12 19:46:37 +10:00
nrpatten
2c1a560e82
Update navigation.tpl
2013-09-12 19:43:59 +10:00
nrpatten
4e36a25c81
Create default.tpl
2013-09-12 19:30:17 +10:00
nrpatten
72e3a75a1e
Create default.tpl
2013-09-12 19:29:06 +10:00
nrpatten
2e7187faba
Create default.tpl
2013-09-12 19:26:38 +10:00
nrpatten
25ec8f3ec6
Create default.tpl
2013-09-12 19:23:54 +10:00
nrpatten
acecc5ea1d
Create default.tpl
2013-09-12 19:22:56 +10:00
nrpatten
18e977e12d
Create default.tpl
2013-09-12 19:21:57 +10:00
nrpatten
b2ae8efbd0
Create default.tpl
2013-09-12 19:20:54 +10:00
Sebastian Grewe
e57e82466b
adding missing icons to news admin
2013-09-12 10:14:24 +02:00
Sebastian Grewe
0bd21a0873
fixing pagination/pagesort conflicts
2013-09-12 10:02:48 +02:00
Sebastian Grewe
f3ce2cb812
[FEATURE] Added new icons, added pagination
...
This commit uses the class icons instead of actual images. Also changed
the layout a slight bit to give room for data in the header just as used
in the tab involved version.
2013-09-12 09:48:56 +02:00
Sebastian Grewe
39eddd979d
Merge branch 'issue-444-theserapher' of https://github.com/TheSerapher/php-mmcfe-ng into issue-444-theserapher
2013-09-12 08:50:08 +02:00
Sebastian Grewe
e203f31ba9
adding login icon
2013-09-12 08:49:57 +02:00
Sebastian Grewe
00c6955680
removing unpaid shares, not used
2013-09-12 08:45:26 +02:00
Sebastian Grewe
85fa71136f
adding placeholder dashboards and missing image
2013-09-12 08:43:01 +02:00
Sebastian Grewe
e2011a68b0
[FIX] Unconfirmed Wallet Balance
...
Fixes #646
2013-09-12 08:30:34 +02:00
Sebastian Grewe
f738b426f2
cleaned up dashboard page file
2013-09-09 16:07:42 +02:00
Sebastian Grewe
b05aac4678
@nrpatten: Updated dashboard for prop
2013-09-09 16:03:54 +02:00
Sebastian Grewe
a128ca3ba0
minor fix to contrib hashrates
2013-09-09 14:44:17 +02:00
Sebastian Grewe
823ba4d844
minor changes to account-edit
2013-09-09 14:41:44 +02:00
Sebastian Grewe
eb20c0304e
adding hide button to admin panel
2013-09-09 09:53:54 +02:00
Sebastian Grewe
4b9105b84b
small update to account-workers
2013-09-09 09:52:44 +02:00
Sebastian Grewe
2235f8e15a
adding missing JS lib
2013-09-09 09:52:27 +02:00
Sebastian Grewe
31fe769091
adding API qrcode in account
2013-09-09 09:52:05 +02:00
Sebastian Grewe
6fa46137f5
adding account invitations
2013-09-09 09:47:28 +02:00
Sebastian Grewe
8e05ab71a6
adding notification account view
2013-09-09 09:37:59 +02:00
Sebastian Grewe
fb9fb9cdb2
adding account transaction view
2013-09-09 09:27:42 +02:00
Sebastian Grewe
ab7360d187
adding account edit page
2013-09-09 09:24:26 +02:00
Sebastian Grewe
f7ced8f80d
added registration templates
2013-09-09 07:46:52 +02:00
Sebastian Grewe
0dd1cc7d50
template updates for new empty content
2013-09-09 07:46:36 +02:00
Sebastian Grewe
5c11c74974
allow simple authentication checks wihtout logout
2013-09-09 07:45:55 +02:00
Sebastian Grewe
3c7bb41f81
stats template changes
2013-09-09 07:45:35 +02:00
Sebastian Grewe
b4ed4ed06a
fixing PHP warning
2013-09-08 00:23:00 +02:00
Sebastian Grewe
a19b3f5e31
Adding round statistics
2013-09-08 00:22:02 +02:00
Sebastian Grewe
82e8941c02
Merge branch 'next' into issue-444-theserapher
2013-09-07 23:55:49 +02:00
Sebastian Grewe
98688d5839
Updated testing template
...
* Removed unneeded template icons
* Added new icon font
* Added icons to navbard
* Added full admin features
Updates #444
2013-09-07 23:49:45 +02:00
Sebastian Grewe
bf5408568b
Merge branch 'next' of https://github.com/TheSerapher/php-mmcfe-ng into next
2013-09-07 20:53:39 +02:00