Commit graph

1502 commits

Author SHA1 Message Date
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
f04a8000cf
Remove case debug info 2022-06-10 21:52:27 -04:00
jvyden
dc5a06698d
Add more information to cases 2022-06-10 21:34:37 -04:00
jvyden
6c6a7f01f9
Add moderation cases log page 2022-06-10 21:21:27 -04:00
jvyden
b51561e943
I don't know what the hell happened here. 2022-06-10 19:25:34 -04:00
jvyden
65bcf3ae8e
Add expiry date to cases 2022-06-10 19:07:15 -04:00
jvyden
2238f771b3
Add basic moderation cases 2022-06-10 19:05:36 -04:00
jvyden
6ef0e72c86
Return true on User.IsModerator if user is admin 2022-06-10 19:02:17 -04:00
jvyden
8a7907660f
Merge branch 'main' into mod-panel 2022-06-10 18:38:56 -04:00
jvyden
693f0a3855
Add basic mod panel 2022-06-10 18:38:11 -04:00
jvyden
1037a6eddb
Add ability to change user's permissions from admin panel user list 2022-06-10 17:02:02 -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
ff12f5f7d5
Fix build errors, add commands for setting various permissions levels 2022-06-10 04:16:04 -04:00
jvyden
af15dd6a0c
Remove bullshit 2022-06-10 04:13:28 -04:00
jvyden
b2e6f25265
Merge main into mod-panel 2022-06-10 04:01:06 -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
8301418085
Use permission level model for permissions
This is better. Because having 20 fucking columns for permissions is STUPID.
2022-05-22 15:51:02 -04:00
jvyden
e8a10245c8
Update dotnet-ef tools command to 6.0.5 2022-05-22 15:22:55 -04:00
jvyden
1b5e58dd80
Update dotnet-ef tools command to 6.0.5 2022-05-22 15:22:26 -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