Commit Graph

4811 Commits

Author SHA1 Message Date
dependabot-preview[bot]
89aaceb0cd Bump dagger-compiler from 2.35 to 2.35.1 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.35 to 2.35.1.
- [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.35...dagger-2.35.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-28 14:07:51 +00:00
Risto Lahtela
7f3d656fd6 Fixed move of PlaceholderAPI setting 2021-04-28 11:01:08 +03:00
Risto Lahtela
88d3409364 Fixed builder invalidated data not being removed 2021-04-28 10:53:17 +03:00
Risto Lahtela
e7f7779b27 Removed servers divider from player page
This is to encourage users to click these other things as it seems
some might think they are about servers instead of the player.
2021-04-28 10:30:12 +03:00
Risto Lahtela
049815487b Fixed RemoveIncorrectTebexPackageDataPatch 2021-04-27 19:58:14 +03:00
Risto Lahtela
9b93142ab4 Renamed PlaceholderAPI placeholders setting to better name 2021-04-27 19:01:34 +03:00
Risto Lahtela
e922697ced Method name to table provider builder in case its doubling tables 2021-04-27 18:53:45 +03:00
Risto Lahtela
322ec3c57c Solved some issues with Tebex extension
- Sorting of values
- Sorted out package names being weird
- Make sortable over 10 entries
2021-04-27 18:32:32 +03:00
Risto Lahtela
b174affb58
Update versions.txt 2021-04-27 13:29:21 +03:00
Risto Lahtela
2c67e063ea Log message when loading server information 2021-04-26 14:16:43 +03:00
AppleMacOS
dbb11be8e0
Fixes log-in logo being stretched on Safari (#1868) 2021-04-25 18:45:34 +03:00
Risto Lahtela
0ef780e758 Fixed extension cards flickering on Chrome 2021-04-25 18:18:26 +03:00
Risto Lahtela
e63ae1abd8 Updated PlaceholderAPI extension
- Fixed NPE related to query invalidating the stored placeholder list
2021-04-25 17:17:52 +03:00
Risto Lahtela
29373f45e3 Updated AuthMe extension
- Fixes last join date formatting seconds -> milliseconds
2021-04-25 16:25:03 +03:00
Risto Lahtela
9348d01749 Fixed issues with null group names
- COALESCE in player table query
- Query filter UUID takes null
- Player String values can be null

- Kingdoms Extension updated to not have null group names
2021-04-25 16:17:08 +03:00
Risto Lahtela
202fdbc2e3 Fixed concurrent config modification issues
When multiple threads attempt to add nodes and reorder a config section
concurrency could cause a NPE in ConfigWriter

- Prevented the NPE
- Prevented concurrent modification between multiple node modification methods with a semaphore
2021-04-25 16:17:08 +03:00
Risto Lahtela
c7b2050504 Updated MyPet Extension
- Fixed MyPet NPE when MyPet was not enabled
2021-04-25 16:17:08 +03:00
Risto Lahtela
fef9da3f33 Added missing spigot softdepend lines 2021-04-25 16:17:08 +03:00
Risto Lahtela
d7db05e344 Fixed UnsupportedOperationException related to TabInfo annotation 2021-04-25 16:17:07 +03:00
Risto Lahtela
bb78e41c84
Update versions.txt 2021-04-25 13:27:59 +03:00
Risto Lahtela
99a13dfb04 Bump version to 5.3 2021-04-25 11:27:57 +03:00
Risto Lahtela
2e966ff565 Update AdvancedBan Extension
- Use player name and AdvancedBan's API for getting the identifier when fetching data

Affects issues:
- Fixed #1400
2021-04-25 11:26:14 +03:00
Risto Lahtela
d3c4fd1f92 Made Caller more resilient to null player identifiers
It is now possible to call Caller#updatePlayerData with only one of the parameters
2021-04-25 11:25:30 +03:00
Risto Lahtela
92e32e68cf Stop throwing error with empty text
Previous implementation of annotations allowed empty text,
so it is important to keep compatibility with the refactored
builder implementation.
2021-04-25 10:46:17 +03:00
Risto Lahtela
470ce633cb Catch more errors in extension data gathering 2021-04-25 10:41:55 +03:00
Risto Lahtela
37a9bb10cd Fixed player table_row patch not being applied 2021-04-25 10:41:38 +03:00
Risto Lahtela
24438a5204 Update Tebex Extension
- Fixed download logic

Affects issues:
- Fixed #1865
2021-04-25 10:16:15 +03:00
Risto Lahtela
3df7be9ee9 Fixed dumb infinite recursion
Affects issues:
- Fixed the second issue in #1866
2021-04-25 09:54:46 +03:00
Risto Lahtela
4cf5b79b15 Check against symlinks every time when creating directories
Affects issues:
- Fixed #1866
2021-04-24 09:58:43 +03:00
Risto Lahtela
ad85679899 Fixed reserved keyword being used for a column name
row_number is apparently a function in MySQL.
2021-04-23 15:33:54 +03:00
Risto Lahtela
c6507016cd Fixed players page links with directory reverse-proxies 2021-04-23 15:11:03 +03:00
Risto Lahtela
6f73af4719 Delete old dependency cache directories 2021-04-23 10:40:09 +03:00
Risto Lahtela
6643e442c1 Sorted out build issues 2021-04-23 10:39:36 +03:00
Risto Lahtela
b6f1bb22c8 Updated PlatformAbstraction layer
- Replace usage of DepDownloader with MVNLoader

Affects issues:
- Fixed #1839
2021-04-23 10:23:50 +03:00
Risto Lahtela
c627e5b88e Sort Extension data by value if something is a number
Affects issues:
- Fixed #1399
2021-04-23 09:31:29 +03:00
Risto Lahtela
3961e251ca Sort Extension dates formatted MMM d yyyy, HH:mm
Since data tables supports sorting by value and it is possible to parse
using the same formatter that the extensions use, it is possible to support
sorting by dates.

Affects issues:
- Fixed #1305
2021-04-23 09:29:44 +03:00
Risto Lahtela
18a1708a09 Updated Floodgate extension
- Added bedrockUsername to the where clause on the update statement
  to prevent insertion of duplicate data.
  Unfortunately removing UNIQUE constraints would require recreation of the table,
  and detecting the constraint would be more effort to implement
  - this might make some data inaccurate but it is what it is.

Affects issues:
- Fixed #1825
2021-04-23 09:16:29 +03:00
Risto Lahtela
b87208a649 Clean-up updateGraphs function
Affects:
- #1861
2021-04-23 09:06:16 +03:00
Risto Lahtela
9ccbda0ebd Use exceptionally instead of handle in SQLDB
The wrong method was in use for error handling completable future
2021-04-23 09:01:59 +03:00
Risto Lahtela
bd7336b411 Plan API 5.2-R0.9: Fixed access issue with package private classes
Affects issues:
- Fixed #1862
2021-04-23 08:56:11 +03:00
Antti Koponen
e70158250f
Fix Highcharts dark mode switching (#1861)
* Fix Highcharts dark mode switching

Dark/light mode wasn't getting applied because of empty graph objects in the graphs array. Includes a hack for Highcharts directly mutating the passed theme object on every update() call.
2021-04-23 08:39:16 +03:00
dependabot-preview[bot]
3f275fd7e4 Bump dagger-compiler from 2.34.1 to 2.35 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.34.1 to 2.35.
- [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.34.1...dagger-2.35)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-23 05:36:41 +00:00
dependabot-preview[bot]
5dc642759b Bump dagger from 2.34.1 to 2.35 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.34.1 to 2.35.
- [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.34.1...dagger-2.35)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-23 05:25:35 +00:00
Risto Lahtela
fdc59c535d Updated Quests Extension
- Fixed some mistakes in the SQL

Affects issues:
- Fixed #1857
2021-04-22 09:48:08 +03:00
Risto Lahtela
ac68d9af01 Registered FastLogin extension
- Tracks PremiumStatus for players

Affects issues:
- Close #1599
2021-04-22 09:28:18 +03:00
Risto Lahtela
058b3f8d0e Fixed row_number patches when an old version added data to the database after 2021-04-22 08:54:16 +03:00
dependabot-preview[bot]
8c0f2b1106 Bump gradle-aggregate-javadocs-plugin from 2.2.+ to 3.0.1 in /Plan
Bumps [gradle-aggregate-javadocs-plugin](https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin) from 2.2.+ to 3.0.1.
- [Release notes](https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin/releases)
- [Commits](https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin/commits/v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-22 05:33:02 +00:00
Risto Lahtela
b4eac7511c
Update versions.txt 2021-04-21 18:03:22 +03:00
Risto Lahtela
f26289c445 Registered AuthMe Extension
- Displays alts with same IPS
- Displays last login date

Affects issues:
- Close #1552
2021-04-21 08:49:32 +03:00
Antti Koponen
5216e854f5
Fix NPE with invalid placeholders (#1856)
Cache task was using Objects.requireNonNull which threw an NPE if an invalid placeholder was given. If this is the case, refrain from storing the value in the cache.
2021-04-21 07:58:30 +03:00