Commit graph

1188 commits

Author SHA1 Message Date
dependabot[bot]
10862b4840
Bump Microsoft.EntityFrameworkCore from 6.0.5 to 6.0.6 (#325)
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 6.0.5 to 6.0.6.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/commits)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
  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>
2022-06-14 20:28:09 -04:00
dependabot[bot]
9b92b3fc46
Bump Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (#329)
Bumps [Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation](https://github.com/dotnet/aspnetcore) from 6.0.5 to 6.0.6.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/commits)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
  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>
2022-06-14 20:28:00 -04:00
Josh
7c13d51024
Fix text wrap and symbols not being decoded (#324) 2022-06-14 02:43:28 -04:00
jvyden
c0df2c302f
[skip ci] Add bangs to scripts, add update script 2022-06-11 19:03:35 -04:00
jvyden
94ac4f41e9
Fix shitty UI overlap 2022-06-11 18:45:28 -04:00
jvyden
eb21c7042f
Only allow a single approved IP address 2022-06-11 18:43:30 -04:00
jvyden
f169236613
Put title before instance name, fix empty webhook title trailing dash 2022-06-10 04:34:17 -04:00
jvyden
8adbab15d1
Use request localization in website startup 2022-06-10 04:31:37 -04:00
jvyden
d96cc5786b
Merge main into crowdin 2022-06-10 04:30:23 -04:00
jvyden
b3b5354c68
Merge master into ..i'm not typing that. 2022-06-10 03:57:00 -04:00
jvyden
89b6e6dff3
Adjust review character limit to match LBP Vita's limit
Closes #286
2022-06-10 03:48:12 -04:00
jvyden
615b57122e
Lock RoomHelper.Rooms properly 2022-06-10 02:42:38 -04:00
jvyden
02abb7bcab
Add command to flush redis database 2022-06-10 02:42:24 -04:00
jvyden
caa4b9bec1
Only migrate database on production gameserver 2022-06-10 02:24:26 -04:00
jvyden
64f65ba574
Add support for migrations that need the database context 2022-06-10 02:21:01 -04:00
jvyden
6d0673fcb8
Adjust naming of customized versions 2022-06-10 02:20:28 -04:00
dependabot[bot]
31f6aff49b
Bump Discord.Net.Webhook from 3.7.1 to 3.7.2 (#317)
Bumps [Discord.Net.Webhook](https://github.com/Discord-Net/Discord.Net) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/Discord-Net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/Discord-Net/Discord.Net/compare/3.7.1...3.7.2)

---
updated-dependencies:
- dependency-name: Discord.Net.Webhook
  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>
Co-authored-by: Jayden <jvyden@jvyden.xyz>
2022-06-04 17:56:58 -04:00
Josh
d0f5d07194
Fix level text limits (#318) 2022-06-04 17:55:20 -04:00
jvyden
96ed3cfad2
Revert "Rename ServerConfiguration.WebsiteConfiguration to Website"
This reverts commit 7a2f99291d.
2022-06-01 17:10:13 -04:00
jvyden
7a2f99291d
Rename ServerConfiguration.WebsiteConfiguration to Website 2022-06-01 17:07:20 -04:00
jvyden
b2c73ccfc4
Only redirect users to email verification if mail is enabled when resetting password 2022-06-01 17:06:59 -04:00
jvyden
27d92001c3
Create admin user on first startup 2022-06-01 17:06:27 -04:00
jvyden
422b1268ca
Dont store the room list in RoomHelper 2022-06-01 16:45:31 -04:00
jvyden
48d8cb1a02
Show instance custom name in tab title 2022-06-01 00:46:22 -04:00
jvyden
8ead63943f
Bump config version to 5 2022-06-01 00:35:24 -04:00
jvyden
ee541dbfae
Allow instance owners to provide custom name, Include server version in LbpEnvVer
This is the first step towards instance customization. Just a name for now ;)
2022-06-01 00:34:38 -04:00
dependabot[bot]
238894c2be
Bump Selenium.WebDriver from 4.1.1 to 4.2.0 (#316)
Bumps Selenium.WebDriver from 4.1.1 to 4.2.0.

---
updated-dependencies:
- dependency-name: Selenium.WebDriver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 00:13:33 -04:00
dependabot[bot]
c567e0c1dd
Bump Discord.Net.Webhook from 3.7.0 to 3.7.1 (#314)
Bumps [Discord.Net.Webhook](https://github.com/Discord-Net/Discord.Net) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/Discord-Net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/Discord-Net/Discord.Net/compare/3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: Discord.Net.Webhook
  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>
2022-05-27 13:53:18 -04:00
dependabot[bot]
95a8c8eabe
Bump Discord.Net.Webhook from 3.6.1 to 3.7.0 (#312)
Bumps [Discord.Net.Webhook](https://github.com/Discord-Net/Discord.Net) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/Discord-Net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/Discord-Net/Discord.Net/compare/3.6.1...3.7.0)

---
updated-dependencies:
- dependency-name: Discord.Net.Webhook
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 21:34:36 -04:00
jvyden
7ff2d3f1a2
Add ServerType to file logs 2022-05-22 16:23:07 -04:00
jvyden
09994769da
Only cleanup rooms on gameserver 2022-05-22 16:16:57 -04:00
jvyden
e8a10245c8
Update dotnet-ef tools command to 6.0.5 2022-05-22 15:22:55 -04:00
jvyden
ad7cfa9330
Fix slots page breaking when not logged in 2022-05-20 22:35:39 -04:00
jvyden
9a1ebc0373
[skip ci] Document nginx config, add https redirection 2022-05-20 22:23:57 -04:00
jvyden
8e2bd1da3d
Revert "Use https redirection on non-debug builds"
This reverts commit dce683a58c.
2022-05-20 22:15:20 -04:00
jvyden
dce683a58c
Use https redirection on non-debug builds 2022-05-20 22:11:53 -04:00
jvyden
33f344f200
Add admin button to wipe a user's earth decorations 2022-05-20 22:01:54 -04:00
jvyden
9f1547e344
Don't show "time rendered" in baseLayout debug menu 2022-05-20 21:17:00 -04:00
dependabot[bot]
e3ade89f81
Bump InfluxDB.Client from 4.1.0 to 4.2.0 (#311)
Bumps [InfluxDB.Client](https://github.com/influxdata/influxdb-client-csharp) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/influxdata/influxdb-client-csharp/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-csharp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/influxdata/influxdb-client-csharp/compare/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: InfluxDB.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-20 20:54:26 -04:00
Metra
ca1523d31f
workaround for NETSDK1152 error (#310)
* workaround for NETSDK1152 error

gets rid of Found multiple publish output files with the same relative path error

* fixed mixed indents, thanks visual studio
2022-05-17 15:56:26 -04:00
jvyden
b87d9540d0
Fix Redis Support
I'm too happy about this.

https://github.com/redis/redis-om-dotnet/issues/105
2022-05-17 00:02:28 -04:00
jvyden
6fb48234e5
[skip ci] Add restart on failure to systemd units 2022-05-15 22:38:06 -04:00
jvyden
ab758fe713
[skip ci] Add example nginx config 2022-05-15 22:34:49 -04:00
jvyden
af96f615c7
[skip ci] Fix invalid exec format for systemd services 2022-05-15 22:09:57 -04:00
jvyden
4b9c16da75
Fix release building 2022-05-15 21:53:57 -04:00
jvyden
9486bde26c
Add systemd units, build & start production scripts to repo 2022-05-15 21:48:23 -04:00
jvyden
0efb64cb36
Only convert assets on website startup, rename GameApi -> GameServer 2022-05-15 21:08:06 -04:00
jvyden
a733eb21a4
Add command output to admin panel 2022-05-15 17:29:22 -04:00
jvyden
630b38e7bb
Make logger a non-static class 2022-05-15 16:57:50 -04:00
jvyden
c345eeebb9
Massive organization of classes and namespaces 2022-05-15 16:45:00 -04:00