rog1121
77a0287c7f
Update default.tpl
2014-01-19 12:37:54 -07:00
Metice
e665552c05
Update default.tpl
...
Remove username of placeholder
2014-01-19 15:01:11 +01:00
Sebastian Grewe
48a344ed25
[SECURITY] Dropped small login form
...
Since we are adding more security realted features, we drop the small
login in the header. It will need more workarounds than we'd like and is
already dropped when re-Captcha is enabled.
Security > Convenience :D
2014-01-17 15:43:58 +01:00
Sebastian Grewe
2829f6a746
[IMPROVED] Dropped username from login
2014-01-16 14:40:51 +01:00
Sebastian Grewe
d5bff56f6f
[ADDED] re-Captha admin options
2014-01-16 14:14:29 +01:00
Sebastian Grewe
b9d36bcfc9
[IMPROVED] Added re-Captcha to Login Page
...
* Enable re-captcha to use it
* Disables the mini-login box in header
* Requires re-Captcha to be setup in Admin Panel
Fixes #1400 once merged.
2014-01-16 14:13:50 +01:00
xisi
2d0938b35b
[ADDED] Simple CSRF protection tokens
...
* Adds config options for disabling, timeout lead time, and forms
* Adds another salt in config that's used in the token
* Adds protection for login form by default
2014-01-16 05:55:57 -05:00
xisi
9d14902bb5
fix nocache in account/edit template
2014-01-16 05:55:57 -05:00
xisi
ed8349ef50
works as far as I can tell
2014-01-16 05:53:36 -05:00
xisi
d9d678be61
retooled most of the email confirmation setup
2014-01-16 05:53:36 -05:00
xisi
69eec05cb7
simplified notifications with index, updated the settings method, and fixed up template, sql fixes
2014-01-16 05:42:43 -05:00
xisi
ef904858ae
[Addition] E-mail confirmations for user actions
...
* If enabled, sends e-mail to confirm user withdraws, edits and pw changes
* Adds 4 config options, enabled + individual settings
* Adds 3 new token_types
2014-01-16 05:42:43 -05:00
Sebastian Grewe
409f41bc35
Merge pull request #1437 from nrpatten/next
...
[FIX] Issue #1423
2014-01-16 02:42:05 -08:00
Sebastian Grewe
24a7085519
Merge pull request #1428 from nicoschtein/patch-16
...
Added User Last Login column to Admin User Info section
2014-01-16 01:01:21 -08:00
nrpatten
6b8953c048
Update default.tpl
...
[FIX] Alignment of text and image.
2014-01-16 19:54:12 +11:00
nrpatten
43117e555d
Update default.tpl
...
[FIX] Me being an idiot :)
2014-01-16 19:36:30 +11:00
nrpatten
415461fe32
Update default.tpl
...
[FIX] Issue #1423 Add mouse over explanation for TX fee for auto payouts and manual payouts.
2014-01-16 12:28:57 +11:00
rog1121
33763e12a6
Fix Dashboard
2014-01-15 18:01:51 -07:00
nicoschtein
ced8a16a66
[Fix] Wrong var name and Align
2014-01-15 18:04:22 -02:00
nicoschtein
5c0decee41
Added date formatting to Last Login column
2014-01-15 17:57:57 -02:00
nicoschtein
a55da151a0
Added Last Login column to User Info section
2014-01-15 17:43:28 -02:00
Fred
41e89f7830
Version 3
...
New additions some clean up
2014-01-15 10:40:06 -06:00
nicoschtein
451d57cbce
Changed txfee to txfee_manual in edit account manual payout request
2014-01-14 19:14:11 -02:00
Sebastian Grewe
adf2d4782b
[FIX] Potential caching issue
2014-01-14 17:14:41 +01:00
Sebastian Grewe
57eed58a47
[FIX] Caching issues for popups
2014-01-14 13:26:58 +01:00
Sebastian Grewe
2b3a3edf3c
[FIX] Do not filter reCaptcha HTML
2014-01-14 11:15:16 +01:00
Sebastian Grewe
4be76130cb
[FIX] Show cron status in admin dashboard
...
Removing duplicate version box
Fixes #1379 once merged.
2014-01-12 17:49:20 +01:00
Sebastian Grewe
141556d77a
[UPDATE] Moved notice to footer
2014-01-12 10:25:50 +01:00
Sebastian Grewe
cc67decd28
[FIX] Ignore master template on template editor
...
Don't use SQL templates for large amount of changes. Create your own
file based theme then!
This fixes #1375 once merged
2014-01-12 10:15:37 +01:00
Sebastian Grewe
20305026e8
[ADDED] User login overview to admin dashboard
...
Fixes #1374 once merged
2014-01-12 09:05:59 +01:00
Sebastian Grewe
20ef443ae1
[FIX] Custom smarty code HTML
2014-01-12 08:50:24 +01:00
Sebastian Grewe
f98d08df83
[SECURITY] Fixing XSS in PHP_SELF
...
Fixes #1364 once merged.
2014-01-11 19:01:14 +01:00
Sebastian Grewe
9526cf0093
[IMPROVED] Show static nav hashrate if live off
...
Fixes #1362 once merged.
2014-01-11 18:37:55 +01:00
Sebastian Grewe
1485a02528
[ADDED] Invitation overview to admin dashboard
...
* Split up dashboard default template into subfiles
* Added new invitation overview
* Updated page file
Fixes #1357 once merged.
2014-01-11 13:45:55 +01:00
Sebastian Grewe
fb3f527e86
[FIX] Typo in modifier
2014-01-11 13:15:44 +01:00
Sebastian Grewe
93dd7c92a6
Merge pull request #1356 from TheSerapher/issue-1354
...
[CLEANUP] Missed two values
2014-01-11 04:13:40 -08:00
Sebastian Grewe
1ca8144ad5
[CLEANUP] Missed two values
2014-01-11 13:13:20 +01:00
Sebastian Grewe
c1d08895cf
Merge pull request #1355 from TheSerapher/issue-1354
...
[CLEANUP] Dashboard number formatting
2014-01-11 04:11:49 -08:00
Sebastian Grewe
5f942d9ba7
[CLEANUP] Dashboard number formatting
...
Cleans up some Ajax data on the dashboard to match the static template
data format. No more jumpy numbers.
Fixes #1354
2014-01-11 13:10:44 +01:00
Sebastian Grewe
6baad2dd06
[UPDATE] Added active workers to admin dashboard
...
* Using lower time range for shares: 120 seconds
* Updated worker class with new time range for active workers
* Added statistics, active users call with 120 seconds time range
* Updated admin panel dashboard template
Fixes #1352 once merged.
2014-01-11 12:37:39 +01:00
Sebastian Grewe
88c962266f
[IMPROVED] Wrapper for contributor stats
...
Fixes a small alignment issue with unbalance table heights.
2014-01-11 12:04:48 +01:00
rog1121
412807b7a8
Add Stratum URL
2014-01-10 18:40:06 -07:00
Sebastian Grewe
7a1a917af0
[FIX] No filter on admin news pages
2014-01-10 20:00:09 +01:00
Sebastian Grewe
67b2ce6bff
[FIX] News formatting
2014-01-10 19:23:38 +01:00
Sebastian Grewe
d16b5a1067
Merge pull request #1327 from rog1121/next
...
Add CLEditor to News
2014-01-10 00:27:54 -08:00
Sebastian Grewe
8498692f2b
[FIX] Properly un-escape Google Analytics code
2014-01-10 09:15:08 +01:00
Sebastian Grewe
691fa28cc0
Update master.tpl
...
Fixed analytical code position.
2014-01-10 07:53:36 +01:00
Sebastian Grewe
8e356d1eaf
Merge pull request #1311 from TheSerapher/issue-1281
...
[FIX] Number formatting on pages
2014-01-09 22:10:22 -08:00
rog1121
8e06c41a90
CLEditor
2014-01-09 21:13:47 -07:00
Glen
748a3d48c3
Update default.tpl
...
Suggestion to remove 'account' column from user 'transactions' page to allow more real estate on the page.
The 'account' really is a waste of space anyway for the user view on the other hand the transactions in the Admin panel the account column is useful.
2014-01-10 13:17:45 +11:00