182 Commits

Author SHA1 Message Date
f7f8986863
Created the docker-dev.yml 2024-02-16 00:37:36 +01:00
b976c1c9a6
Created the Dockerfile 2024-02-16 00:36:41 +01:00
e5d1bc0d0d Update Crowdin configuration file 2024-02-16 00:08:09 +01:00
517404c4e4
Updated the README.md 2024-02-15 22:58:30 +01:00
d0105a65a9
Updated the README.md 2024-02-15 22:57:15 +01:00
e9d569c47e
Updated the install.sh 2024-02-15 21:04:56 +01:00
63081f8919
Updated the install.sh 2024-02-15 21:02:54 +01:00
16c41a4465
Updated the install.sh 2024-02-15 21:02:36 +01:00
7725bc665a
Updated the install.sh 2024-02-15 21:01:27 +01:00
b9084a1bc2
Fixed a bug in the install.sh 2024-02-15 21:00:55 +01:00
be8ed39e84
Updated the install.sh script 2024-02-15 20:40:54 +01:00
56499c24cd
Created the install.sh script 2024-02-15 20:38:10 +01:00
3bebf9ac09
Merge pull request #4 from gnmyt/dependabot/npm_and_yarn/webui/vite-5.1.3
Bump vite from 5.1.1 to 5.1.3 in /webui
2024-02-15 20:11:34 +01:00
a9005492e9
Merge pull request #3 from gnmyt/dependabot/maven/org.apache.logging.log4j-log4j-core-2.22.1
Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.22.1
2024-02-15 20:11:21 +01:00
654a01afc6
Merge pull request #2 from gnmyt/dependabot/maven/org.apache.logging.log4j-log4j-slf4j-impl-2.22.1
Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.22.1
2024-02-15 20:11:15 +01:00
02181647f9
Merge pull request #1 from gnmyt/dependabot/maven/org.apache.logging.log4j-log4j-api-2.22.1
Bump org.apache.logging.log4j:log4j-api from 2.20.0 to 2.22.1
2024-02-15 20:11:08 +01:00
dependabot[bot]
b835504a08
Bump vite from 5.1.1 to 5.1.3 in /webui
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.1 to 5.1.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 19:10:05 +00:00
dependabot[bot]
16da43f3ba
Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.22.1
Bumps org.apache.logging.log4j:log4j-core from 2.20.0 to 2.22.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 19:09:54 +00:00
dependabot[bot]
d610929bfa
Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.22.1
Bumps org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.22.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 19:09:53 +00:00
dependabot[bot]
3f89f3f823
Bump org.apache.logging.log4j:log4j-api from 2.20.0 to 2.22.1
Bumps org.apache.logging.log4j:log4j-api from 2.20.0 to 2.22.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 19:09:51 +00:00
4eb0aae7db
Created the release.yml v1.0.0 2024-02-15 20:08:39 +01:00
6c101da8b9
Created the dependabot.yml 2024-02-15 20:07:54 +01:00
0f6ebeb711
Fixed response leaking 2024-02-15 19:51:37 +01:00
1d2a2ab22b
Integrated the VersionProvider into the App.jsx 2024-02-15 19:49:32 +01:00
e31d8829f3
Implemented version checking in the MigrateVersionDialog.jsx 2024-02-15 19:48:50 +01:00
1f4bb39748
Implemented version checking in the CreationDialog.jsx 2024-02-15 19:48:41 +01:00
8e44b34943
Created the VersionContext index.js 2024-02-15 19:48:31 +01:00
091a63759b
Created the VersionContext.jsx 2024-02-15 19:48:26 +01:00
b841a67ab7
Added new translations to the en.json 2024-02-15 19:48:13 +01:00
81f1e5d009
Created the CheckVersionRoute.java 2024-02-15 19:31:02 +01:00
02c7a1f456
Updated the ServerManager.java 2024-02-15 19:30:52 +01:00
f467fd5487
Added VersionInstaller#isValidVersion 2024-02-15 19:30:45 +01:00
ad6ef20643
Added SpigotInstaller#isValidVersion 2024-02-15 19:30:38 +01:00
7b7af47823
Added PurpurInstaller#isValidVersion 2024-02-15 19:30:32 +01:00
8d5c8ca9cc
Added PaperInstaller#isValidVersion 2024-02-15 19:30:27 +01:00
75ad688ba7
Fixed a bug in the ServerInfo.jsx 2024-02-15 18:32:02 +01:00
14c662a646
Updated the main.jsx 2024-02-15 18:27:45 +01:00
95489a22db
Updated the App.jsx 2024-02-15 18:27:21 +01:00
3ea28294cb
Updated the Server.jsx 2024-02-15 18:26:43 +01:00
7d878ce059
Updated the Header.jsx component 2024-02-15 18:26:16 +01:00
6e6bbd12a7
Created the AccountMenu ind.js 2024-02-15 18:25:47 +01:00
ec0bbeaf58
Created the AccountMenu.jsx 2024-02-15 18:25:43 +01:00
9f67e08f92
Created the light.js theme 2024-02-15 18:25:12 +01:00
b8cb17a340
Renamed dark.js -> default.js 2024-02-15 18:25:04 +01:00
090adc6406
Created the SettingsContext index.js 2024-02-15 18:24:31 +01:00
540cb33c57
Created the SettingsContext.jsx 2024-02-15 18:24:24 +01:00
cfa3c89f14
Added translations to the en.json 2024-02-15 18:23:40 +01:00
4bd6da14be
Created a setup page in the Login.jsx 2024-02-15 17:28:00 +01:00
589b4bac8f
Updated the en.json locale 2024-02-15 17:27:50 +01:00
11761b6487
Fixed a bug in the ServerInfo.jsx 2024-02-15 17:11:56 +01:00