Commit Graph

557 Commits

Author SHA1 Message Date
Sebastian Grewe
dc2dda63f5 Merge pull request #280 from TheSerapher/issue-278-279
Adding mobile dashboard and news page
2013-06-29 06:13:19 -07:00
Sebastian Grewe
c66c448836 Adding mobile dashboard and news page
* Adding mobile detection to home page
* Allow home page to default to news for desktops
* Use payout specific sidebar for mobile homescreen
* Added News navigation option to mobile

Fixes #278
Fixes #279
2013-06-29 15:11:57 +02:00
Sebastian Grewe
714523aeac Merge pull request #277 from TheSerapher/issue-274
Issue 274
2013-06-29 05:52:19 -07:00
Sebastian Grewe
eb41138f36 Wider sidebar, smaller font
Fixes #274
2013-06-29 14:51:21 +02:00
Sebastian Grewe
207c779cd6 Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next 2013-06-28 22:01:12 +02:00
Sebastian Grewe
f80648e1fd proper number format for invalid % 2013-06-28 22:00:46 +02:00
Sebastian Grewe
b90662e544 Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next 2013-06-28 21:54:52 +02:00
Sebastian Grewe
60a2a44552 Merge pull request #273 from TheSerapher/issue-272
Added % of invalids for pool and user
2013-06-28 12:53:01 -07:00
Sebastian Grewe
ee9a6eed6a Added % of invalids for pool and user
Fixes #272
2013-06-28 21:52:28 +02:00
Sebastian Grewe
954d5df1ba Merge pull request #271 from TheSerapher/issue-270
Allow regular users to check their own workers
2013-06-28 12:38:32 -07:00
Sebastian Grewe
3421cf63b6 Allow regular users to check their own workers
Fixes #270
2013-06-28 21:38:03 +02:00
Sebastian Grewe
50edf2648a Merge pull request #269 from TheSerapher/issue-268
Distinguish between admin and user API call
2013-06-28 12:34:22 -07:00
Sebastian Grewe
8f20009475 Distinguish between admin and user API call
Fixes #268
2013-06-28 21:32:59 +02:00
Sebastian Grewe
d11950f9cf re-introduce graph width detection 2013-06-28 20:39:26 +02:00
Sebastian Grewe
99a58e7119 fixed missing /if 2013-06-28 20:39:01 +02:00
Sebastian Grewe
9e59f99230 remove block confirm notice for pps 2013-06-28 20:32:18 +02:00
Sebastian Grewe
7b0ae8d86e reduced blocks count to fixed 20 2013-06-28 20:29:51 +02:00
Sebastian Grewe
4f8cfd95db Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next 2013-06-28 16:07:06 +02:00
Sebastian Grewe
036df27bf1 Merge pull request #266 from TheSerapher/issue-262
Fixing false shares result in API call
2013-06-28 06:54:59 -07:00
Sebastian Grewe
5c6e872867 Fixing false shares result in API call
Fixes #262
2013-06-28 15:54:30 +02:00
Sebastian Grewe
f3fce2fec6 Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next 2013-06-28 15:49:22 +02:00
Sebastian Grewe
3a9fee7058 Merge pull request #265 from TheSerapher/issue-257
Fixing getuserstatus API call
2013-06-28 06:47:59 -07:00
Sebastian Grewe
92f2243cfb Fixing getuserstatus API call
Fixes #257
2013-06-28 15:47:21 +02:00
Sebastian Grewe
9f7cc5c0e1 fixing mobile hashrate table 2013-06-28 15:34:40 +02:00
Sebastian Grewe
ebe3f2b708 Merge pull request #264 from TheSerapher/issue-25-fix-dist-config
Fixing global dist config
2013-06-28 04:51:10 -07:00
Sebastian Grewe
36acc858ed Fixing global dist config
Defined THEME must be removed for mobile device themes to work.
2013-06-28 13:50:22 +02:00
Sebastian Grewe
50f5c31659 Merge pull request #263 from TheSerapher/issue-25-mobile-ui
Working jQuery Mobile frontend for mobile devices
2013-06-28 04:47:44 -07:00
Sebastian Grewe
d4f4b9073f Working jQuery Mobile frontend for mobile devices
* Added mobile device detection PHP library
* Call PHP library to decide which theme to use
* Added theme as a configuration option into global config
 * Selectable Desktop theme (default: mmcFE)
 * Selectable Mobile theme (default: mobile)
 * Disable mobile theme support entirely

**NOTE**: This requires updates to the `global.inc.php` so please check
the dist file and update your config before filing a new issue!

Addresses #25
2013-06-28 13:45:14 +02:00
Sebastian Grewe
c8002165c2 Merge pull request #255 from TheSerapher/issue-246-fetch-all-users
Fetch all user shares in one query
2013-06-26 01:55:27 -07:00
Sebastian Grewe
1126118cb9 Fetch all user shares in one query
This will fetch all user shares in a single run, not user by user as
done previously. Saves one query and can possibly increase SQL execution
time.

Addresses #246
2013-06-26 10:54:10 +02:00
Sebastian Grewe
fdb7c8f343 Merge pull request #254 from TheSerapher/issue-246-sql-optimized
Adding an optimized valid/invalid shares query
2013-06-26 01:06:20 -07:00
Sebastian Grewe
416d52078d Adding an optimized valid/invalid shares query
* This should speed up the process of finding shares for round and users

Addresses #246
2013-06-26 10:00:06 +02:00
Sebastian Grewe
61a2a30916 Missing </b> 2013-06-25 14:11:25 +02:00
Sebastian Grewe
62e7563c6d Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next 2013-06-25 14:09:49 +02:00
Sebastian Grewe
65d8b08e82 Better looking news post header 2013-06-25 14:09:01 +02:00
Sebastian Grewe
31f2839890 Merge pull request #252 from TheSerapher/issue-251
Issue 251
2013-06-25 02:42:23 -07:00
Sebastian Grewe
a09bd1470e Adding account name to all transactions
Fixes #251
2013-06-25 11:39:44 +02:00
Sebastian Grewe
370b3475b9 Adding transactions admin panel
* Lists all transactions for all users

Addresses #251
2013-06-25 10:57:56 +02:00
Sebastian Grewe
24711954fb Merge pull request #248 from TheSerapher/issue-76
Issue 76
2013-06-24 23:58:33 -07:00
Sebastian Grewe
8dbc8c6a9b Display fixed or block reward in findblock cron
Fixes #76
2013-06-25 08:57:40 +02:00
Sebastian Grewe
2204b6d9f3 Adding support to pay out full block amount
* Configuration setting added: `reward_type`
* Default behaviour: `fixed` payout by `reward` setting
* Optional: `block` to payout full block amount to users

Fixes #76
2013-06-25 08:52:30 +02:00
Sebastian Grewe
15adb94d9c Merge pull request #247 from TheSerapher/issue-245
Fixing unauthenticated navigation for stats
2013-06-24 23:50:08 -07:00
Sebastian Grewe
d5d2d3d36f Fixing unauthenticated navigation for stats
Use different link to properly display pool statistics if not
authenticated.

Fixes #245
2013-06-25 08:49:13 +02:00
Sebastian Grewe
c915902b72 Update mmcfe_ng_structure.sql
Removed hard-set DB name in import file.
2013-06-24 16:46:23 +03:00
Sebastian Grewe
2095b09d69 More verbose output on cron updates
* Added more verbosity to crons
* Made the output look better on consoles
* Added another error message to notifications class
2013-06-24 10:36:59 +02:00
Sebastian Grewe
71cb02c520 Merge pull request #241 from TheSerapher/issue-240
Display error message to user on failed logins
2013-06-23 12:00:00 -07:00
Sebastian Grewe
d630329055 Display error message to user on failed logins
Warn a user with an error that there have been failed login attempts
for their account. Login errors can be cleared by clicking on the URL in
the message itself.

Fixes #240
2013-06-23 20:58:42 +02:00
Sebastian Grewe
663837cde5 Merge pull request #239 from TheSerapher/issue-236
Adding multi-API support
2013-06-23 11:43:16 -07:00
Sebastian Grewe
4113e05a10 Adding multi-API support
This will allow users to change the API url, added coinchose as an
example as pointed out by @vias79 .

* tools class detects the API type
* getPrice returns the price based on API URL parsed

Fixes #236
2013-06-23 20:41:43 +02:00
Sebastian Grewe
39dc7cdb28 Merge pull request #238 from TheSerapher/issue-223
Adding donors page to About dropdown
2013-06-23 11:13:35 -07:00