-
Notifications
You must be signed in to change notification settings - Fork 57
Implement refresh autodiscover #1091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Qodana for .NET1093 new problems were found
View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.3.4
with:
upload-result: trueDetected 72 dependenciesThird-party software listThis page lists the third-party software dependencies used in ProjectLighthouse Contact Qodana teamContact us at qodana-support@jetbrains.com
|
ProjectLighthouse.Servers.Website/Controllers/AutoDiscoverController.cs
Outdated
Show resolved
Hide resolved
FeTetra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing stands out to me.
* Implement checking for the Patchwork user agent, move logout into standalone method * Quick fixes (awesome name) * 403 user at login instead of logging out at /announce * Move configuration and revert logout changes * Rework parsing to check against GameVersion enum and game token GameVersion * Fix logic error oopsie * Fix Zaprit suggestions * Simplify patchwork game version test * Test patchwork user agent with regex instead * Fix Qodana warnings * Fix remaining Qodana warnings
…discover-endpoint # Conflicts: # ProjectLighthouse/Configuration/ServerConfiguration.cs
…roller.cs Co-authored-by: Josh <josh@slendy.pw>
This PR adds the refresh autodiscover endpoint to the website server, so that refresher can be used with minimal friction