Commit graph

12546 commits

Author SHA1 Message Date
renovate[bot]
079bbc8e78
chore(deps): update asf-ui digest to bd5cdf0 2024-07-16 04:30:34 +00:00
ArchiBot
70bfbd7d8e
Automatic translations update 2024-07-16 02:12:58 +00:00
renovate[bot]
f0c7222055
chore(deps): update docker/build-push-action action to v6.4.0 2024-07-15 14:33:35 +00:00
Łukasz Domeradzki
7b1b3d4d8e
Misc 2024-07-14 21:19:08 +02:00
Łukasz Domeradzki
7d6b4b7a23
Bump 2024-07-14 21:14:11 +02:00
Łukasz Domeradzki
a4d0b7d1cb
Merge branch 'main' of https://github.com/JustArchiNET/ArchiSteamFarm 2024-07-14 21:13:28 +02:00
Łukasz Domeradzki
62e786b9b8
Bring back deprecated function 2024-07-14 21:13:26 +02:00
Sebastian Göls
38ae309285
Monitoring (#3251)
* Add more plugin metrics

* Update dashboard to account for changed labels in upstream library and new plugin metrics
2024-07-14 21:11:07 +02:00
Łukasz Domeradzki
f87b63d6ee
Merge branch 'main' of https://github.com/JustArchiNET/ArchiSteamFarm 2024-07-14 17:25:05 +02:00
Łukasz Domeradzki
3b3f1caf84
Misc 2024-07-14 17:25:03 +02:00
ArchiBot
724be4c1cf
Automatic translations update 2024-07-14 02:11:19 +00:00
ArchiBot
b4ab287994
Automatic translations update 2024-07-13 02:11:00 +00:00
renovate[bot]
19d17940c0 chore(deps): update wiki digest to 0b5412c 2024-07-12 21:22:38 +00:00
renovate[bot]
aa46079ed4
chore(deps): update github/codeql-action action to v3.25.12 2024-07-12 09:07:51 +00:00
renovate[bot]
5e81e3a6a6
chore(deps): update asf-ui digest to 6df84ff 2024-07-12 03:14:56 +00:00
ArchiBot
e2f2b6aa5d
Automatic translations update 2024-07-12 02:10:43 +00:00
renovate[bot]
a7c67b04ca
chore(deps): update asf-ui digest to 3aab5a4 2024-07-11 23:03:27 +00:00
Łukasz Domeradzki
465207034d
Misc 2024-07-11 22:45:58 +02:00
ArchiBot
93b9cf4b76
Automatic translations update 2024-07-11 02:13:17 +00:00
Łukasz Domeradzki
dc57860f0d
Misc optimization 2024-07-11 01:34:49 +02:00
renovate[bot]
f71b0bc945
chore(deps): update dependency microsoft.identitymodel.jsonwebtokens to v7.6.3 2024-07-10 12:24:48 +00:00
renovate[bot]
1c9132627b
chore(deps): update actions/setup-node action to v4.0.3 2024-07-10 11:08:35 +00:00
Vita Chumakova
b14d5de641
Fix struct reordering (#3247) 2024-07-10 13:08:06 +02:00
renovate[bot]
530743cf97
chore(deps): update actions/attest-build-provenance action to v1.3.3 2024-07-10 06:56:06 +00:00
renovate[bot]
d1ab859621
chore(deps): update asf-ui digest to 329c79b 2024-07-10 03:26:55 +00:00
ArchiBot
fe76ada8d0
Automatic translations update 2024-07-10 02:11:36 +00:00
renovate[bot]
e096f4f081
chore(deps): update asf-ui digest to 29f16e8 2024-07-09 22:59:45 +00:00
Łukasz Domeradzki
0d8f7b854d
Misc 2024-07-10 00:21:56 +02:00
Łukasz Domeradzki
b9beb6ec16
Fix ASF trying to create www folder if it doesn't exist yet
It seems that ASP.NET is trying to create initialized WebRootPath if it doesn't exist yet. This might be unwanted, as user might want to explicitly disable www directory while still having interest in IPC. On top of that, ASF will outright crash if creating such directory will be impossible, e.g. because of insufficient permission.

It makes sense for us to check first if the directory exists - if not, we can omit it entirely, so ASP.NET will default to NullFileProvider and simply respond 404 to everything unhandled from the code perspective.

@SuperSandro2000 will resolve https://github.com/NixOS/nixpkgs/issues/312242 without a need of disabling IPC. In other words, you can use IPC with no www folder attached in order to still have ASF API and /swagger available. ASF will no longer crash in this scenario, it also won't try to create a directory on read-only filesystem.
2024-07-10 00:18:44 +02:00
Łukasz Domeradzki
7afcf82c32
Update config.yml 2024-07-09 23:32:26 +02:00
Łukasz Domeradzki
b27dd345af
Misc 2024-07-09 23:02:29 +02:00
renovate[bot]
9fdf8c6a75
chore(deps): update actions/setup-dotnet action to v4.0.1 2024-07-09 16:12:12 +00:00
ArchiBot
1010f270a0
Automatic translations update 2024-07-09 02:12:18 +00:00
Łukasz Domeradzki
0db051a251
Misc 2024-07-09 01:36:55 +02:00
Łukasz Domeradzki
890a431e24
Cleanup main csproj file 2024-07-08 17:28:44 +02:00
ArchiBot
173e0ea157
Automatic translations update 2024-07-08 02:12:23 +00:00
renovate[bot]
4c99ce4ab2
chore(deps): update wiki digest to 7539ff8 2024-07-07 20:14:46 +00:00
renovate[bot]
6f98228c41
chore(deps): update wiki digest to 469c6c7 2024-07-07 02:56:47 +00:00
Łukasz Domeradzki
95d15aa107
Bump 2024-07-07 04:56:15 +02:00
Łukasz Domeradzki
2f09e74f1a
Update prometheus exporter to fixed version
Apparently all of our issues should be resolved by now
2024-07-07 04:52:10 +02:00
ArchiBot
f30fcb3941
Automatic translations update 2024-07-07 02:14:46 +00:00
renovate[bot]
06254a9afc
chore(deps): update dependency jetbrains.annotations to v2024 (#3243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-06 23:29:44 +02:00
renovate[bot]
fd95c6cac7
chore(deps): update asf-ui digest to cd60876 2024-07-06 03:38:32 +00:00
ArchiBot
2196bccda5
Automatic translations update 2024-07-06 02:08:42 +00:00
renovate[bot]
b0ac2b4147
chore(deps): update actions/upload-artifact action to v4.3.4 2024-07-05 18:17:25 +00:00
renovate[bot]
5322321944
chore(deps): update actions/download-artifact action to v4.1.8 2024-07-05 16:24:38 +00:00
renovate[bot]
2f951e0ef6
chore(deps): update wiki digest to 743294a 2024-07-05 14:26:37 +00:00
renovate[bot]
1e6dcc88d2
chore(deps): update docker/setup-buildx-action action to v3.4.0 2024-07-04 11:47:22 +00:00
ArchiBot
8bbcfc40dc
Automatic translations update 2024-07-04 02:10:45 +00:00
Łukasz Domeradzki
811ea46523
Remove deprecated functionality, bump 2024-07-04 01:33:45 +02:00