jvyden
71a97894ad
Remove broken and useless BlockDeniedUsers functionality
2022-05-15 00:13:40 -04:00
jvyden
3e031a342f
Fix website tests failing
2022-05-14 23:50:36 -04:00
jvyden
b48f3df4e2
Move API-specific responses to API project
2022-05-14 23:42:30 -04:00
jvyden
b2ec7eae57
Move servers to LBPU.PL.Servers
2022-05-14 23:37:55 -04:00
jvyden
545b5a0709
Move /gameAssets endpoint to controller in website project
2022-05-14 17:45:34 -04:00
jvyden
326681e380
Move StaticFiles back to nmain project
2022-05-14 17:43:25 -04:00
jvyden
51b3c72a2f
Fix Game API not working
2022-05-14 17:40:32 -04:00
jvyden
7e939f8c5f
Fix razor pages not compiling properly
2022-05-14 17:33:16 -04:00
jvyden
14154faaf8
Split GameAPI and Website into their own projects
2022-05-14 17:28:08 -04:00
jvyden
bb03a01246
Merge branch 'main' into server-split
2022-05-14 17:04:30 -04:00
jvyden
8cb9abfd3e
Split project listen urls
2022-05-14 17:02:10 -04:00
jvyden
4caef5fd63
Move api controller endpoints to api project
2022-05-14 16:49:18 -04:00
jvyden
47271d1798
Split API into its own project
2022-05-14 16:46:28 -04:00
Josh
ecdf5fa1f6
Fix total level count ( #308 )
2022-05-14 20:21:52 +00:00
jvyden
2aa803f69f
[skip ci] Remove file oddities in main csproj
2022-05-14 16:09:29 -04:00
Josh
fb6f8a5c83
Advanced level searches and visual fixes ( #307 )
...
Co-authored-by: Jayden <jvyden@jvyden.xyz>
2022-05-14 15:58:15 -04:00
jvyden
9d74a4104b
Implement YML configuration
...
- Sorts config better
- Stored in a robust format
- Migrates from old JSON format automatically on startup
- Retains version migration feature
- Renames ServerSettings to ServerConfiguration
2022-05-14 15:51:44 -04:00
jvyden
9d80f1e178
Update all packages in solution
2022-05-14 13:59:00 -04:00
dependabot[bot]
bf9c6ca042
Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 ( #300 )
...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit ) from 2.4.3 to 2.4.5.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases )
- [Commits](https://github.com/xunit/visualstudio.xunit/commits )
---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
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-05 16:35:26 -04:00
jvyden
9654b12989
[skip ci] Use LogInfo instead of LogError when logging parsed matches
2022-05-01 18:43:56 -04:00
jvyden
1402bcfd65
Improve file logging
2022-05-01 18:40:41 -04:00
jvyden
55160ff434
Make internal logging use an enum instead of a string for areas
2022-05-01 18:34:26 -04:00
jvyden
1d5d8cb514
Add support for logging traces outside of Lighthouse
2022-05-01 18:20:39 -04:00
jvyden
9fa4ffbc90
Implement cuddle logger
2022-05-01 17:37:58 -04:00
jvyden
9c57d15671
Fix release builds
2022-05-01 15:31:17 -04:00
jvyden
69f44dd47a
Better logging for logins
2022-05-01 15:29:33 -04:00
jvyden
f31a73ccaa
Multiple changes to HashHelper and RandomHelper
...
- Renamed HashHelper to CryptoHelper
- Moved CryptoHelper.GenerateRandomBytes to RandomHelper
- Documented RandomHelper
2022-05-01 15:27:44 -04:00
jvyden
396477c05d
Fix all warnings
2022-05-01 13:44:41 -04:00
jvyden
50fdcb2441
Update InfluxDB.Client to 4.1.0
2022-05-01 13:25:00 -04:00
jvyden
ebc5ec046a
Upgrade Discord.Net.Webhook to 3.6.1
2022-05-01 13:23:16 -04:00
jvyden
77d409557b
Update Selenium packages
2022-05-01 13:21:47 -04:00
dependabot[bot]
47176d1f9e
Bump Discord.Net.Webhook from 3.5.0 to 3.6.0 ( #295 )
...
Bumps [Discord.Net.Webhook](https://github.com/Discord-Net/Discord.Net ) from 3.5.0 to 3.6.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.5.0...3.6.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-04-29 17:23:26 -04:00
Josh
81993214bf
Allow photos with future timestamps ( #293 )
...
Set the timestamp to the current time instead of returning 400.
2022-04-26 12:41:42 -04:00
dependabot[bot]
395f2178cd
Bump JetBrains.Annotations from 2021.3.0 to 2022.1.0 ( #287 )
...
Bumps [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations ) from 2021.3.0 to 2022.1.0.
- [Release notes](https://github.com/JetBrains/JetBrains.Annotations/releases )
- [Commits](https://github.com/JetBrains/JetBrains.Annotations/commits )
---
updated-dependencies:
- dependency-name: JetBrains.Annotations
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-22 15:26:40 -04:00
dependabot[bot]
22fed94168
Bump Swashbuckle.AspNetCore from 6.3.0 to 6.3.1 ( #290 )
...
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore ) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases )
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.3.0...v6.3.1 )
---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
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-04-22 15:18:26 -04:00
jvyden
dc3aa96634
Remove english upside down from language list
...
This cannot be accessed through the browser, and was initially used for testing anyways, so /shrug
2022-04-17 16:24:20 -04:00
jvyden
528d3b1335
Add language mappings for non-standard language names
2022-04-16 19:29:31 -04:00
jvyden
066f734378
New Crowdin updates ( #31 )
...
* New translations BaseLayout.resx (English (upside down))
* New translations BaseLayout.resx (Esperanto)
* New translations BaseLayout.resx (Polish)
* New translations LandingPage.resx (Polish)
* New translations LandingPage.resx (Esperanto)
* New translations LandingPage.resx (English (upside down))
2022-04-16 19:03:39 -04:00
jvyden
156d8393c6
New Crowdin updates ( #30 )
...
* New translations LandingPage.resx (Russian)
* New translations BaseLayout.resx (Russian)
2022-04-15 20:49:09 -04:00
jvyden
95d15a887e
New Crowdin updates ( #29 )
...
* New translations LandingPage.resx (Japanese)
* New translations LandingPage.resx (Spanish, Mexico)
* New translations BaseLayout.resx (Spanish, Mexico)
2022-04-14 23:00:07 -04:00
jvyden
b8d74c53de
Merge branch 'LBPUnion:main' into crowdin
2022-04-14 18:12:19 -04:00
jvyden
25621017cd
New Crowdin updates ( #28 )
...
* New translations BaseLayout.resx (Danish)
* New translations BaseLayout.resx (Danish)
* New translations LandingPage.resx (Japanese)
* New translations LandingPage.resx (Filipino)
* New translations LandingPage.resx (Esperanto)
* New translations LandingPage.resx (Spanish, Mexico)
* New translations LandingPage.resx (Chinese Simplified)
* New translations LandingPage.resx (Swedish)
* New translations LandingPage.resx (Russian)
* New translations LandingPage.resx (Polish)
* New translations LandingPage.resx (Danish)
* New translations BaseLayout.resx (Japanese)
* New translations BaseLayout.resx (Filipino)
* New translations BaseLayout.resx (Polish)
* New translations LandingPage.resx (English (upside down))
2022-04-14 18:11:45 -04:00
jvyden
197aab1ba3
Add landing page strings
2022-04-14 17:06:13 -04:00
jvyden
9c27c378f7
Merge remote-tracking branch 'origin/crowdin' into crowdin
2022-04-14 16:53:49 -04:00
jvyden
3dd63e6522
Set default language to en-US
2022-04-14 16:53:29 -04:00
jvyden
2f6216a0d6
Merge pull request #27 from jvyden/l10n_crowdin
...
New Crowdin updates
2022-04-14 16:51:30 -04:00
jvyden
83868f7a9c
New translations BaseLayout.resx (Esperanto)
2022-04-14 16:51:14 -04:00
jvyden
ed0a224fee
New translations BaseLayout.resx (English (upside down))
2022-04-14 16:51:13 -04:00
jvyden
e64c583a35
New translations BaseLayout.resx (Spanish, Mexico)
2022-04-14 16:51:12 -04:00
jvyden
cf6fd0e318
New translations BaseLayout.resx (Chinese Simplified)
2022-04-14 16:51:11 -04:00