Commit Graph

41 Commits

Author SHA1 Message Date
Keir Nellyer 3dc9038bae Fix incorrect column name in statement 2016-10-11 01:22:43 +01:00
Keir Nellyer 1f47d51935 Merge branches 'develop' and 'update/report-non-sequential' of github.com:Mineplex-LLC/Minecraft-PC into update/report-non-sequential
# Conflicts:
#	Plugins/Mineplex.ReportSite/view.php
2016-10-11 00:55:26 +01:00
Keir Nellyer f39ee7c247 Update chatsnap site to handle new token system 2016-10-11 00:45:33 +01:00
Keir Nellyer 5c5c159ee3 Add support for assigning tokens to snapshots (excluding actual
generation part)
2016-10-11 00:22:29 +01:00
Keir Nellyer e6bb0c2d78 Improve handling of circumstances whereby a report exists but no
corresponding chatsnap log on chatsnap site
2016-10-05 15:31:46 +01:00
Keir Nellyer a4e1fb3c8d Prepare database for snapshot tokens 2016-10-05 14:31:01 +01:00
Keir Nellyer a923f80438 Accidentally missed out inserting reportTeams' "enums" 2016-10-03 19:24:01 +01:00
Keir Nellyer 7926d88d5b Update report result reason length as future version of Minecraft
will be increasing message lengths
2016-09-30 17:18:47 +01:00
Keir Nellyer 26d6540b2f Fix closing reason being truncated with long closing messages 2016-09-30 00:36:52 +01:00
Keir Nellyer 17b98888fc Update database upgrade script for latest changes 2016-09-25 01:29:18 +01:00
Keir Nellyer 78048ac279 PC-947 Add bypass for handling reports created or made against for developer 2016-09-01 18:21:50 +01:00
Keir Nellyer 41bae9d5f8 Add bottom margin so that big chat logs do not collide with footer 2016-08-31 10:45:38 +01:00
Keir Nellyer b30f395d88 Update chat snap site for backend changes 2016-08-29 12:21:57 +01:00
Keir Nellyer b4ae149d89 Handlers can now abort a report allowing it to be handled by another
member of staff
2016-08-18 14:42:53 +01:00
Keir Nellyer 5b516fd7bd Show player name in black if not suspect 2016-08-11 11:37:09 +01:00
Keir Nellyer 09b458af68 Mega-hack to remove unwanted whitespace (allowing the page to render
correctly)
2016-08-11 11:37:09 +01:00
Keir Nellyer ebea70d078 Remove echo port debug line 2016-08-11 11:35:13 +01:00
Keir Nellyer 735eccca37 Move font styling over to stylesheet 2016-08-11 11:35:13 +01:00
Keir Nellyer ff7a427787 Handle party chat correctly 2016-08-10 16:57:44 +01:00
Keir Nellyer e43c241338 Display suspect username in red in chat log 2016-08-10 15:30:17 +01:00
Keir Nellyer 84d7838e13 Allow setting of alternative MySQL port 2016-08-09 15:37:45 +01:00
Keir Nellyer bc1265a828 Remove custom font on player ranks to match rest of site 2016-08-09 15:23:15 +01:00
Keir Nellyer d627c6e98e Improve css styling slightly 2016-08-09 15:20:49 +01:00
Keir Nellyer 31800ee1e7 Colour suspect messages 2016-08-09 15:17:19 +01:00
Keir Nellyer 6294e66484 Show report category on report site 2016-08-08 16:51:40 +01:00
Keir Nellyer 806ec2460a Add Gameplay report category for gameplay related reports 2016-07-29 13:20:06 +01:00
Keir Nellyer 20fc867578 Display rank 'ALL' as 'Player' 2016-07-27 15:52:22 +01:00
Keir Nellyer 80f0113183 Fix commands out of sync error by storing the result of the query 2016-07-19 17:56:27 +01:00
Keir Nellyer fccc1834a5 Rewrite view.php to work without MySQL native driver 2016-07-19 17:31:46 +01:00
Keir Nellyer d9240e1589 Invalid PHPDoc made me write bad code :P 2016-07-18 19:29:05 +01:00
Keir Nellyer ca835bb4c6 Remove all try...finally clauses as they aren't supported in PHP 5.4 2016-07-18 19:08:37 +01:00
Keir Nellyer 17c7f36b04 Fix getInvolvedUsers not getting reporters 2016-07-18 14:37:23 +01:00
Keir Nellyer c89b35f2f1 Remove redundant categories array 2016-07-18 14:36:21 +01:00
Keir Nellyer 3a8722a1a2 Remove redundant files and variables 2016-07-15 23:54:20 +01:00
Keir Nellyer 16f451efba Add MySQL upgrade scripts 2016-07-14 22:59:56 +01:00
Keir Nellyer 3b38a0ab65 Make interval display seconds when interval is less than a minute 2016-07-09 23:51:48 -04:00
Keir Nellyer e607960b6a Fix time intervals on report site not displaying correctly
Before this would display values such as "0 minute ago" and "1 minutes
ago".
2016-07-09 23:48:14 -04:00
Keir Nellyer b808121d68 Make ReportResult and ReportMessage timezone friendly.
This switches all if not most of the report feature code to using the
 new Java 8 date time API since it is much better for handling
 timezone's.

 This commit also creates a few new methods in UtilTime as they are
 used throughout the "report" and "chatsnap" packages. They may also
 come in useful for other developers using timezones.
2016-07-09 23:41:39 -04:00
Keir Nellyer be8050a556 Make player ranks display better on report site 2016-07-09 22:47:38 -04:00
Keir Nellyer e6de1ec13e Renamed for easier understanding of the class's function 2016-07-07 17:51:05 -04:00
Keir Nellyer aab5daa446 Remove old ReportServer and move site related files to ReportSite
directory
2016-07-07 17:49:06 -04:00