Commit Graph

4812 Commits

Author SHA1 Message Date
Risto Lahtela
600d64999a Added error information for SQL error code 13
Affects issues:
- Close #1784
2021-03-10 09:48:56 +02:00
dependabot-preview[bot]
403d87fe2e Bump palVersion from 4.0.2 to 4.0.5 in /Plan
Bumps `palVersion` from 4.0.2 to 4.0.5.

Updates `platform-abstraction-layer-api` from 4.0.2 to 4.0.5

Updates `platform-abstraction-layer-bukkit` from 4.0.2 to 4.0.5

Updates `platform-abstraction-layer-sponge` from 4.0.2 to 4.0.5

Updates `platform-abstraction-layer-nukkit` from 4.0.2 to 4.0.5

Updates `platform-abstraction-layer-bungeecord` from 4.0.2 to 4.0.5

Updates `platform-abstraction-layer-velocity` from 4.0.2 to 4.0.5

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-10 05:26:36 +00:00
Risto Lahtela
e1bffbcc1f
Swap Abstract Plugin Framework for Platform Abstraction Layer library (#1787)
Replaced Abstract Plugin Framework with Platform Abstraction Layer

Large amount of changes due to removal of features from the library,
and change of the way the abstraction is achieved.
Removes features from Plan:

    Removed debug logging (Considered useless when debugging issues)
    Removed /debug page (Considered useless when debugging issues)
    Removed enable timing (Benchmarking utility was removed from the library)
2021-03-09 11:36:07 +02:00
Risto Lahtela
4da7497d82
Player Hostname PieChart Added (#1679 #1786)
Affects issues:
- Close #783

Co-authored-by: Arnold Hamstra <youtube@minecraftercity.com>
Co-authored-by: Arnold <a_hamstra@hotmail.com>
2021-03-09 10:01:09 +02:00
dependabot-preview[bot]
d61c85962f Bump Extension-Towny from 0.96.7.4-R0.1 to 0.96.7.4-R0.2 in /Plan
Bumps Extension-Towny from 0.96.7.4-R0.1 to 0.96.7.4-R0.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-08 05:37:37 +00:00
Risto Lahtela
dc5206700f Updated Advanced Achievements extension 2021-03-05 14:34:09 +02:00
Risto Lahtela
b7af2a5717 Moved to using the new repository
- Updated some extensions
- Removed GriefPreventionPlus extension since it was no longer
  available anywhere for installing

Affects issues:
- Close #1779
2021-03-05 14:27:30 +02:00
Risto Lahtela
92cefaafa3 Publish plan-api with Github Packages instead
Affects issues:
- #1779
2021-03-04 09:41:12 +02:00
dependabot-preview[bot]
4ecc827272 Bump HikariCP from 4.0.2 to 4.0.3 in /Plan
Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/brettwooldridge/HikariCP/releases)
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-4.0.2...HikariCP-4.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-04 05:28:44 +00:00
Risto Lahtela
f6c7101f93
Update bug_report.md 2021-03-01 09:51:40 +02:00
dependabot-preview[bot]
5014b3c9f3 Bump mockito-core from 3.7.7 to 3.8.0 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.7.7 to 3.8.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-26 06:06:36 +00:00
dependabot-preview[bot]
9df9717dcf Bump dagger-compiler from 2.32 to 2.33 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.32 to 2.33.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.32...dagger-2.33)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-26 06:05:50 +00:00
dependabot-preview[bot]
4da22e89e6 Bump dagger from 2.32 to 2.33 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.32 to 2.33.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.32...dagger-2.33)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-26 05:56:36 +00:00
dependabot-preview[bot]
043c6d2670 Bump mockito-junit-jupiter from 3.7.7 to 3.8.0 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.7.7 to 3.8.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-23 05:32:17 +00:00
Risto Lahtela
006dec8a51
Update versions.txt 2021-02-19 11:49:43 +02:00
Risto Lahtela
693099a099 Fixed servers tab refresh time display 2021-02-19 11:40:15 +02:00
Risto Lahtela
00eb4bb8bd Stopped ignoring old data on exported files
Adds technical debt that replaces stuff in the exported files.

Affects issues:
- Fixed  #1763
2021-02-19 11:35:54 +02:00
Risto Lahtela
7fc7488e16 Stopped throwing error when system clock is out of sync
Causes a different kind of issue where the page attempts to load
for a longer time.

Affects issues:
- Fixed #1764
2021-02-19 11:21:49 +02:00
dependabot-preview[bot]
77c3e2e74c Bump HikariCP from 4.0.1 to 4.0.2 in /Plan
Bumps [HikariCP](https://github.com/brettwooldridge/HikariCP) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/brettwooldridge/HikariCP/releases)
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-4.0.1...HikariCP-4.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-15 05:30:07 +00:00
Risto Lahtela
b11b196bb8
Update versions.txt 2021-02-14 19:50:59 +02:00
Risto Lahtela
4604bd930e Relocated Caffeine library later
Affects issues:
- Fixed #1756
2021-02-14 19:46:21 +02:00
Risto Lahtela
b4fb931c23 Update placeholder cache all the time 2021-02-14 18:31:36 +02:00
Risto Lahtela
2f48f17a4e Cache placeholder result on non-server thread
Affects issues:
- Fixed #1756
2021-02-14 18:24:42 +02:00
Risto Lahtela
a7e4b7df42 Prevent NaN entries entering TPS insert
Affects issues:
- Fixed #1757
2021-02-14 16:34:37 +02:00
Risto Lahtela
3ee0d2e455 Sorted out bStats shenanigans
- Added bStats support for Velocity
- Fixed Sponge bStats issues
- Added bStats link for Velocity to html
2021-02-14 15:56:19 +02:00
Rsl1122
94c9dd3f95 Username change Rsl1122 -> AuroraLS3 2021-02-13 15:16:03 +02:00
Risto Lahtela
ab0f1ec933
Update versions.txt 2021-02-12 14:04:34 +02:00
Risto Lahtela
6c3382ae87 Prevent sending Transfer-encoding: chunked and Content-Length at the same time
Affects issues:
- Fixed #1488
2021-02-12 13:52:05 +02:00
Risto Lahtela
da3b71f8b9 Added a few data warnings
- Warning for No game servers
- Warning for disabled geolocations
- Warning for sponge chunks

Affects issues:
- Close #1730
2021-02-12 13:33:16 +02:00
Risto Lahtela
15cbbd86a1 Fixed AFK time calculation of query results 2021-02-12 13:11:57 +02:00
Risto Lahtela
e3cdf76d50 Fixed player name placeholder replacement on player.html 2021-02-12 13:08:48 +02:00
Risto Lahtela
b4a17ad6c4 Fixed datatables links in network page 2021-02-12 13:05:42 +02:00
Risto Lahtela
c5d675d2a0 Blocked placeholder replacement for Plan on server thread
Affects issues:
- Fixed #1694
2021-02-12 12:48:56 +02:00
Risto Lahtela
a4e1b8200a Encode player name as URI component
Affects issues:
- Fixed #1751
2021-02-12 12:39:01 +02:00
Risto Lahtela
576ea45462 Added a setting to limit max MySQL connections
Affects issues:
- Close #1754
2021-02-12 11:50:39 +02:00
Risto Lahtela
e22d54aba6 Update night mode for query page and player tables 2021-02-12 11:45:22 +02:00
Risto Lahtela
5110da3267 Added logout button to query page 2021-02-12 11:35:19 +02:00
Risto Lahtela
8334b7b696
Disk-based cache feature (#1755)
Merges disk-based cache feature.

Affects issues:
- Close #1459
- Fixed #1606

Also contains styling for player datatables

Affects issues:
- Fixed #1615
2021-02-12 11:11:22 +02:00
Risto Lahtela
0769ddc3d4 Removed some unused variables I missed 2021-02-12 11:08:53 +02:00
Risto Lahtela
95af3f5f8b Removed JSONCache and its invalidation uses 2021-02-12 10:56:48 +02:00
Risto Lahtela
f48ab818ef Updated datatables and its style 2021-02-12 10:49:23 +02:00
Risto Lahtela
1b7e91b87b Made server calendar refreshable 2021-02-12 10:32:42 +02:00
Risto Lahtela
1118b80f61 Don't update performance graph twice on load
This behavior was janky
2021-02-12 10:18:10 +02:00
Risto Lahtela
dbe3b849c4 Cache and refreshable player tables 2021-02-12 10:16:23 +02:00
Risto Lahtela
714b1a2b0c Stored plugin tabs in different cache 2021-02-12 09:50:40 +02:00
Risto Lahtela
36ff87abf2 Made UnitSemaphoreAccessLock use a while loop to check condition 2021-02-12 09:39:29 +02:00
Risto Lahtela
c0a210956d Refactored file deletion checks for JSONFileStorage 2021-02-12 09:34:48 +02:00
Risto Lahtela
5c01cde102 Prevented synchronization issue with UnitSemaphoreAccessLock
Using the boolean outside of the synchronized block might have caused issues.
2021-02-12 09:27:56 +02:00
Risto Lahtela
2c9c691b4f Refactored AsyncJSONResolverService to reduce duplicate code 2021-02-11 18:09:59 +02:00
Risto Lahtela
92e98948ec Fixed export issues 2021-02-11 12:58:30 +02:00