Commit graph

1502 commits

Author SHA1 Message Date
jvyden
d9e299ac00
Translate errors in forms 2022-08-01 18:09:12 -04:00
jvyden
ed20d2e527
Fix forms with missing translations for GeneralStrings.Error 2022-08-01 17:53:00 -04:00
jvyden
9159330d22
Update the localization files 2022-08-01 17:50:19 -04:00
jvyden
98a444499e
Add notice about usernames in register form 2022-08-01 17:49:34 -04:00
Josh
fdf1988a34
Implement online story features and photos taken in levels (#389)
* Initial commit to support developer slots

* Remove hearting story levels, prevent race condition in adding dev slots, and remove LastContactHelper local db object.

* Fix photos taken in pod showing wrong level.

* Add support for pod and create mode photos

* Add time display to photos and added photo display to level page

* Add pagination to in game photos

* Update in pod description

* Fix migration

* Adjust wording of photos taken on local slots

* Set slot default type to User

Fixes old slots being set to developer slots

* Apply suggestions

* Add player count to developer slots

Co-authored-by: Jayden <jvyden@jvyden.xyz>
2022-08-01 19:46:29 +00:00
jvyden
395412eecb
Update the translation files 2022-08-01 02:47:56 -04:00
jvyden
99f7dadb21
Add endpoints for status monitoring 2022-08-01 01:20:05 -04:00
jvyden
34d0ec0337
Fix earth hash not being able to reset to nothing
Closes #383
2022-08-01 01:12:53 -04:00
Toru the Red Fox
48f01f15a1
Don't send new line if announce text is blank (#388)
* eula license customizability

* keep announce text blank if it's set to blank in config

* Update ServerConfiguration.cs

* Revert "eula license customizability"

This reverts commit a9c41608aa.

* Revert "Update ServerConfiguration.cs"

This reverts commit 3acd1e0e2b.
2022-08-01 03:48:55 +00:00
Josh
1d1099ed4e
Fix heart and queue lists (#386) 2022-07-31 17:01:36 -04:00
jvyden
ab346bc906
Add logging to StartPublish, fix bug where levels do not publish if rootLevel does not exist 2022-07-30 18:17:28 -04:00
Mondanzo
77edfed0be
Merge pull request #385
* Update default language to be en instead of en-US

* Update DefaultRequestCulture to be en
2022-07-30 17:35:58 -04:00
Josh
a599732894
Parse root level version instead of relying on token gameversion. (#332)
* Implement root level revision parsing

* Fix class naming

* Implement suggestions from code review

* Safety checks and remove deploy build

* Don't attempt to parse LVLt and change branch nomenclature.

* Treat text formatted resources as unsafe

* Update magic header of test script file

* Fix LBP Vita revision check

Co-authored-by: Jayden <jvyden@jvyden.xyz>
2022-07-30 01:23:37 -04:00
Josh
e937f4f7cb
Fix duplicate resource uploading (#382) 2022-07-30 03:48:44 +00:00
Jayden
958ddfeab0
Potential fix for LBP2 search
Unsigned because I'm not home, and I'm on my phone.
2022-07-29 21:04:18 -04:00
jvyden
e18e606787
Implement LBP3 search tab
Closes #377
2022-07-29 17:20:01 -04:00
jvyden
d810a3a9f1
Implement busiest tab 2022-07-29 16:47:14 -04:00
jvyden
fc5b061b3a
Fix gameVersion comparison in queue and hearted levels
Closes #206
2022-07-29 16:14:55 -04:00
dependabot[bot]
a5b1efe853
Bump InfluxDB.Client from 4.3.0 to 4.4.0 (#381)
Bumps [InfluxDB.Client](https://github.com/influxdata/influxdb-client-csharp) from 4.3.0 to 4.4.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.3.0...v4.4.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>
Co-authored-by: Jayden <jvyden@jvyden.xyz>
2022-07-29 19:23:30 +00:00
jvyden
4ba75f09a9
Make all tokens expire
Closes #335
2022-07-29 15:08:41 -04:00
jvyden
a8410fe352
Fix UploadTests not using DatabaseFacts 2022-07-28 16:18:35 -04:00
jvyden
98cf99e4b0
Fix compiler warning 2022-07-28 16:17:09 -04:00
jvyden
e72e924c40
Remove PL.Tests dependency on all server projects
Should allow slightly faster parallelized builds.
2022-07-28 16:16:16 -04:00
jvyden
5420583021
Remove unusable Lighthouse.run.xml file, make l10n project class library 2022-07-28 16:10:52 -04:00
jvyden
d86839aafb
Update the localization files 2022-07-28 14:50:54 -04:00
jvyden
cadeb09c88
Fix broken greeting on mod panel 2022-07-27 18:58:32 -04:00
jvyden
523c86f98f
Fix SetUserPermissionLevel route 2022-07-27 18:56:48 -04:00
jvyden
8ecca5d358
Add case for planet deletion 2022-07-27 18:52:47 -04:00
jvyden
f1b44af420
Make cases green 2022-07-27 17:57:49 -04:00
jvyden
7ba50e26f5
Add mod notes to ban cases, improve case display 2022-07-27 17:54:32 -04:00
jvyden
cdcc03fdc1
Add case generator for bans, allow mods to ban 2022-07-27 17:34:59 -04:00
jvyden
1eede416d4
Add case generation 2022-07-27 17:19:49 -04:00
jvyden
bc998b1ba9
Translate mod panel 2022-07-27 17:05:41 -04:00
jvyden
836e2293e0
Fix Development appsettings 2022-07-27 16:59:00 -04:00
jvyden
82c5a80f32
Fix report urls 2022-07-27 16:58:18 -04:00
jvyden
5c47a52c70
Remove reports from admin panel 2022-07-27 16:57:26 -04:00
jvyden
1d5fdc5b7c
Merge branch 'main' into mod-panel 2022-07-27 16:56:30 -04:00
jvyden
7bb851a575
Fix StatusStrings TranslationArea 2022-07-27 16:56:21 -04:00
jvyden
cc7022cf48
Merge branch 'main' into mod-panel 2022-07-27 16:55:16 -04:00
jvyden
f0befef31f
Translate UserStatus, titles of pages in header 2022-07-27 16:37:38 -04:00
Toru the Red Fox
6525ebe3cb
lbpEnvVer parity (somewhat, GameServer) and player polaroid resolution fix (Website) (#373)
* lbp2 beta tweaks

* tweaks

* oops

* pls work

* PLS

* Update UserCardPartial.cshtml

* news reimplementation testing

trying to fix it for lbp1

* a

* configurable envver

* Make numeric revision numbers only usable on full clones

* little comment to describe what EnvVer is

* remove news (again)

* remove redundancy when dirty

* document envver stuff

* remove numeric versioning for upstream merge

* Revert "remove numeric versioning for upstream merge"

This reverts commit 3e7d8eccbc.

* Revert "Revert "remove numeric versioning for upstream merge""

This reverts commit 7fbe145b80.

* Delete gitIsShallowRepo.txt

* accidentally deleted the wrong line oops

* Update VersionHelper.cs

Co-authored-by: Jayden <jvyden@jvyden.xyz>
2022-07-27 20:03:44 +00:00
jvyden
a734d5f276
Fix danish not showing up 2022-07-27 14:13:09 -04:00
jvyden
c02aee0c6b
Update the localization files 2022-07-27 14:03:29 -04:00
jvyden
4763a077ab
Add german support, update russian translations 2022-07-27 00:31:45 -04:00
jvyden
53dafe5f53
Fix languages with broken mappings 2022-07-27 00:29:42 -04:00
jvyden
f2b7f6cdf6
Update the localization files 2022-07-27 00:16:39 -04:00
jvyden
6ca81e0421
Add grief report webhook, add ability to link to individual reports 2022-07-27 00:11:15 -04:00
jvyden
13f935ffde
Add debug option to create new cases in the database
Used until we have a system to create cases when moderation actions are taken
2022-07-26 23:32:44 -04:00
jvyden
ea25751e71
Merge branch 'main' into mod-panel 2022-07-26 19:31:02 -04:00
jvyden
2dcf8dd390
Fix unit test failures 2022-07-26 19:20:57 -04:00