Commit Graph

4873 Commits

Author SHA1 Message Date
Risto Lahtela
4c5d96a3e5 Fixed null serialization for the manual json creation 2021-07-02 21:07:22 +03:00
Risto Lahtela
8d445aaccc Serialize Sessions into json without Gson during shutdown
Affects issues:
- Fixed #1970
2021-07-02 17:59:25 +03:00
Risto Lahtela
b3200d1734
Update wiki_edit.md 2021-07-02 17:05:12 +03:00
dependabot[bot]
0dada50ac5
Bump sqlite-jdbc from 3.36.0 to 3.36.0.1 in /Plan (#1967)
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.36.0 to 3.36.0.1.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.36.0...3.36.0.1)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-02 08:00:41 +03:00
dependabot-preview[bot]
b2a121723b
Upgrade to GitHub-native Dependabot (#1874)
* Upgrade to GitHub-native Dependabot

* Update dependabot.yml

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Risto Lahtela <24460436+AuroraLS3@users.noreply.github.com>
2021-07-01 20:50:07 +03:00
Antti Koponen
6b54efef3c
Velocity 3.0.0 support by Kopo (#1961)
* Add Velocity 3.0.0 support

- Switched `VelocityCommand` implementation to `SimpleCommand` subinterface
- Removed old & deprecated `text` component handling API in favor of Adventure components

* Fix hover & click events not working
2021-06-29 23:29:59 +03:00
dependabot-preview[bot]
90f646bd1d Bump sqlite-jdbc from 3.34.0 to 3.36.0 in /Plan
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.34.0 to 3.36.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.34.0...3.36.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-28 05:28:32 +00:00
Antti Koponen
72d998e000
Bump Blossom to 1.3.0 & fix build error (#1955) 2021-06-24 22:40:17 +03:00
Risto Lahtela
ca25570e88
Update plugin_request.md 2021-06-22 18:41:21 +03:00
dependabot-preview[bot]
4db83b4a9d Bump mockito-core from 3.11.1 to 3.11.2 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-22 05:40:42 +00:00
dependabot-preview[bot]
08dda0c7fd Bump mockito-junit-jupiter from 3.11.1 to 3.11.2 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-22 05:31:10 +00:00
dependabot-preview[bot]
bc43d95dc6 Bump slf4jVersion from 1.7.30 to 1.7.31 in /Plan
Bumps `slf4jVersion` from 1.7.30 to 1.7.31.

Updates `slf4j-nop` from 1.7.30 to 1.7.31
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Updates `slf4j-api` from 1.7.30 to 1.7.31
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-21 05:24:57 +00:00
Risto Lahtela
4ea7a7b815
Update versions.txt 2021-06-20 08:49:39 +03:00
Antti Koponen
f83cbad2b9
Update to Bootstrap 5 by Kopo (#1832)
* Initial update to Bootstrap v5.0.0-beta3
* Add Bootstrap CSS to webpages & export lists
* Begin porting SB Admin 2's changes to a separate file

Due to Bootstrap 5 introducing calculated paddings and margins (gutters) to multiple parts of the grid system (containers, rows, columns etc.), all SBA2 changes involving grid classes and paddings/margins will be left out for now. If custom margins/paddings are needed, BS5 utility classes can be used.

* Bootstrap v5.0.0-alpha1: First changes

- Removed x-ua-compatible header
- Fixed .bg-gradient overlap
- .form-group replaced with margin utilities
- .input-group-append removed
- Changed small.form-text.text-muted to div.form-text
- Minor CSS changes

* v5.0.0-alpha1: Components

- Fixed badges to use bg-* for color

* v5.0.0-alpha2: Components & misc. fixes

- Modal close buttons use .btn-close instead of .close and use a background image instead of a &times icon
- Added .btn-close-white for dark mode close buttons

* v5.0.0-alpha3: Buttons & text utilities

- .btn-block replaced with .w-100 for individual "block buttons"
- .font-weight-* renamed to .fw-*

* v5.0.0-beta1: Change .float-right to .float-end

* v5.0.0-beta1: Change .ml-* and .mr-* to .ms-* and .me-*

* v5.0.0-beta1: Namespace all HTML data attributes to data-bs-*

* v5.0.0-beta1: Namespace data-dismiss to data-bs-dismiss

* Refactor query page to pad & wrap things correctly

- Changed & corrected classes per Bootstrap 5's changes (.input-row isn't used anywhere)
- Significantly increases support for devices with smaller screens, input elements are now correctly padded & wrapped with breakpoints

* Bump Bootstrap from 5.0.0-beta3 to 5.0.0-dist

* Replace .card-columns with Masonry grid

* Update Datatables to BS5 styling

* Remove scrollbar & unnecessary HTML elements from data tables

* Bump DataTables from 1.10.24 to 1.10.25

Bump DataTables-Responsive from 2.2.7 to 2.2.9

* Move Bootstrap to CDN-based distribution

Update Bootstrap to 5.0.1-dist

* Change jQuery CDN to jsDelivr

* Center query page date selector

* Apply final BS5 changes

* Apply dark theme to table when rendering query results

Affects issues:
- Fixes 1947
2021-06-20 08:46:12 +03:00
Risto Lahtela
90e5863be0 Increase navbar collapse z-index
Affects issues:
- Fixed #1942
2021-06-18 17:20:09 +03:00
Risto Lahtela
c5b7a1eddd Update DiscordSRV Extension 2021-06-14 19:44:42 +03:00
dependabot-preview[bot]
bf9dfe4035 Bump mockito-core from 3.11.0 to 3.11.1 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.0...v3.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-14 05:59:22 +00:00
dependabot-preview[bot]
0202aa30b9 Bump mockito-junit-jupiter from 3.11.0 to 3.11.1 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.0...v3.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-14 05:49:59 +00:00
Hasan Demirtaş
41e844cca1
Fix two sonarcloud issues. (#1936)
- Field can be static
- Unused import
2021-06-14 08:42:10 +03:00
Hasan Demirtaş
2fbfdfa0e9
Fix checkstyle. (#1937) 2021-06-14 08:39:47 +03:00
Risto Lahtela
cd5590bb32 Added /errors page for reading error logs 2021-06-13 11:25:15 +03:00
Risto Lahtela
429207d82f Added /v1/errors for reading error files 2021-06-13 10:41:29 +03:00
Risto Lahtela
9affbda220 Split plugin tab icon and title in the code
Affects issues:
- Fixed #1933
2021-06-13 09:11:18 +03:00
Risto Lahtela
b8b24c07c6 Remove exclusion of sqlite jdbc3 drivers
Affects issues:
- Fixed #1935
2021-06-13 09:03:55 +03:00
Sander Jochems
9d8264de6d
Dutch (NL) locale by Sander0652 (#1934) 2021-06-13 09:01:44 +03:00
Risto Lahtela
7db894ca51 Traditional Chinese Locale by 洛伊 2021-06-12 15:07:11 +03:00
Risto Lahtela
ec795a42e9
Update versions.txt 2021-06-12 11:43:22 +03:00
Risto Lahtela
159275b065 Warm up select placeholders when player joins
Affects issues:
- Close #1909
2021-06-12 11:24:05 +03:00
Risto Lahtela
7edcd3548d Update tebex extension
Affects issues:
- Possibly fixed #1903
2021-06-12 11:11:17 +03:00
Risto Lahtela
70e5f7fc29 Update plotsquared extension
Affects issues:
- Fixed #1883
2021-06-12 10:37:16 +03:00
Risto Lahtela
608d44486b Update logblock extension
Affects issues:
- Fixed #1880
2021-06-12 10:34:22 +03:00
Risto Lahtela
56eb5f0c8f Change South Korea to match ISO code
Affects issues:
- Fixed #1899
2021-06-12 10:26:40 +03:00
Risto Lahtela
e90606b68a
5.4: Java 16 support, remove H2 (#1932)
* Stop downloading dependencies at startup, include them instead
* 5.4: Removed H2
* Platform Abstraction Layer 5.0.0, delete dependency downloading
* Removed some unnecessary native sqlite drivers
* Serve jquery via CDN

Affects issues:
- Fixes #1886
- Close #1908 (No longer relevant, library no longer included)
2021-06-12 10:21:38 +03:00
Risto Lahtela
fa4a2e6595
Gradle 7 Update by Kopo (#1931)
Updates gradle to version 7 and sorts out all the deprecated stuff

Affects issues:
- Clsoe #1871

Co-authored-by: Antti Koponen <koponen942@outlook.com>
2021-06-12 08:24:24 +03:00
dependabot-preview[bot]
a324c7ee24 Bump dagger-compiler from 2.36 to 2.37 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.36 to 2.37.
- [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.36...dagger-2.37)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-11 05:32:02 +00:00
dependabot-preview[bot]
2a523db945 Bump org.sonarqube from 3.2.0 to 3.3 in /Plan
Bumps org.sonarqube from 3.2.0 to 3.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-11 05:22:50 +00:00
dependabot-preview[bot]
bcca25f1c4 Bump dagger from 2.36 to 2.37 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.36 to 2.37.
- [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.36...dagger-2.37)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-11 05:21:09 +00:00
dependabot-preview[bot]
b351e46c68 Bump Extension-Quests from 4.0.2-R0.2 to 4.0.2-R0.3 in /Plan
Bumps Extension-Quests from 4.0.2-R0.2 to 4.0.2-R0.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-08 05:28:24 +00:00
dependabot-preview[bot]
c7a2bd6b29 Bump mockito-junit-jupiter from 3.10.0 to 3.11.0 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.10.0...v3.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-04 05:36:17 +00:00
dependabot-preview[bot]
d674e9acfe Bump mockito-core from 3.10.0 to 3.11.0 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.10.0...v3.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-06-04 05:26:18 +00:00
Risto Lahtela
d07248888e Added spaces around the web address on console during enable 2021-05-29 09:11:43 +03:00
dependabot-preview[bot]
283c8e02ee Bump dagger-compiler from 2.35.1 to 2.36 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.35.1 to 2.36.
- [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.1...dagger-2.36)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-26 05:36:32 +00:00
dependabot-preview[bot]
3c8d8a0607 Bump dagger from 2.35.1 to 2.36 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.35.1 to 2.36.
- [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.1...dagger-2.36)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-26 05:25:10 +00:00
dependabot-preview[bot]
fa0b1aa5d3 Bump gson from 2.8.6 to 2.8.7 in /Plan
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.7.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-25 05:26:50 +00:00
Risto Lahtela
746a253a10
Update plugin_request.md 2021-05-24 19:07:36 +03:00
dependabot-preview[bot]
6bd96a32a1 Bump RedisBungee from 0.6.2 to 0.6.3 in /Plan
Bumps RedisBungee from 0.6.2 to 0.6.3.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-21 05:24:17 +00:00
4drian3d
1c457a517e
Update to locale_ES by 4drian3d (#1906) 2021-05-21 07:57:32 +03:00
dependabot-preview[bot]
404f38170e Bump RedisBungee from 0.6.1 to 0.6.2 in /Plan
Bumps RedisBungee from 0.6.1 to 0.6.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-18 05:26:43 +00:00
dependabot-preview[bot]
b1c37cd783 Bump junit-jupiter-engine from 5.7.1 to 5.7.2 in /Plan
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-17 05:46:48 +00:00
dependabot-preview[bot]
5f194773c0 Bump junit-jupiter-api from 5.7.1 to 5.7.2 in /Plan
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-17 05:35:59 +00:00