Commit Graph

564 Commits

Author SHA1 Message Date
Sebastian Grewe
8ff4dceca3 force opening in new tab on footer link 2013-06-29 21:53:29 +02:00
Sebastian Grewe
c812fe1527 adding URL to my project in footer 2013-06-29 21:51:55 +02:00
Sebastian Grewe
6fe9e091fb Merge branch 'next' of github.com:TheSerapher/php-mmcfe-ng into next 2013-06-29 21:35:24 +02:00
Sebastian Grewe
7a5f0b2124 adding Mobile WebUI to feature list 2013-06-29 21:35:12 +02:00
Sebastian Grewe
ed06dc5c0d Merge pull request #284 from TheSerapher/issue-283
Adding swipable sidebar
2013-06-29 12:32:07 -07:00
Sebastian Grewe
f6242f2c74 Adding swipable sidebar
* Login to mobile version to enable sidebar
* Swipe right to display your old dashboard
* Modified `home.inc.php` to default to news at all times again
* Modified sidebar implementation to change via config setting
* Modified mobile navigation bar and header
* Added `sidebar_prop.tpl` file for both themes

Some breaking changes might be introduced here if you are running your
own template implementation. Please ensure that `home/default.tpl` will
display the news posts. `sidebar.tpl` is now `sidebar_prop.tpl`.

If the files are missing you will get a PHP error. Check your logs what
file is missing and create them from my original samples.

Fixes #283
2013-06-29 21:26:58 +02:00
Sebastian Grewe
f9f776a015 Display newspage on Mobile if not authed
* Do not show dashboard if user is not logged in
* Show news on Mobile and Desktop by default
* Show Dasboard on mobile once logged in
* Make News Navbar item default for unauthed users on mobile
* Add Dash Navbar item for authed users on mobile
2013-06-29 15:26:16 +02:00
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