Commit Graph

9133 Commits

Author SHA1 Message Date
Archi
a1955bc881 Mark additional stuff for removal 2021-08-02 22:15:37 +02:00
Archi
93a8af71e9 Limit HashCode compatibility helper to netf 2021-08-02 21:51:21 +02:00
Archi
929d57709a Remove obsolete properties 2021-08-02 21:45:04 +02:00
Renovate Bot
f31da41ed8 Update Swashbuckle monorepo to v6.1.5 2021-08-02 16:06:11 +00:00
Renovate Bot
ab7859c619 Update ASF-ui commit hash to 80a21b3 2021-08-02 14:09:48 +00:00
Archi
208a4c048b Bump 2021-08-02 14:16:44 +02:00
Renovate Bot
4b88fe92aa Update wiki commit hash to 66f066a 5.1.3.3 2021-08-02 10:07:50 +00:00
ArchiBot
09201da6ec Automatic translations update 2021-08-02 02:08:51 +00:00
Archi
a83e3fa71a CI: Include SHA512SUMS as part of the release 2021-08-02 00:45:58 +02:00
Archi
6435b873af Bump 2021-08-01 22:36:07 +02:00
Archi
4b967ec7ba CI: Tie osx release as well 5.1.3.2 2021-08-01 22:03:43 +02:00
Archi
4b2e5f3178 CI: Tie final release builds to OS they match
Windows: generic-netf + win-x64
OS X: should have osx-x64, but doesn't seem to preserve chmod +x in the zip file
Linux: everything else
2021-08-01 21:31:49 +02:00
Archi
6ace2107a7 CI: Utilize zip_exec utility for chmod +x
We can aid non-windows users by adding chmod +x flag to appropriate executables directly in the zip file
2021-08-01 19:27:16 +02:00
Archi
d50e848f84 CI: Fix the check for secrets 2021-08-01 19:14:56 +02:00
Archi
d1f9ed6fec Bump 2021-08-01 17:06:14 +02:00
Renovate Bot
da194283ed Update ASF-ui commit hash to 6097c47 5.1.3.1 2021-08-01 11:18:32 +00:00
Archi
a40bb74d35 CI: Enable build also for debug configuration
With more and more conditionals depending on the configuration it starts making sense to build and test also debug build (it was broken for a short while)
2021-08-01 13:11:51 +02:00
Archi
4bdbbedfb1 CI hardening against errors 2021-08-01 13:00:14 +02:00
Archi
7971585a32 Enable private signing of CI builds 2021-08-01 12:56:08 +02:00
ArchiBot
4ac2774eaf Automatic translations update 2021-08-01 02:13:36 +00:00
Archi
b853bf0cf6 Back to sha1
Full sign doesn't work with sha256 (sad)
2021-07-31 19:19:32 +02:00
Archi
b3f490c328 Fix debug builds and use SHA256 public key 2021-07-31 18:47:18 +02:00
Archi
61ba422729 Move public sign to release builds 2021-07-31 17:44:32 +02:00
Renovate Bot
f087e0a9f9 Update ASF-ui commit hash to 8f89f83 2021-07-31 05:10:44 +00:00
Archi
04732ce37d Bump 2021-07-30 23:00:56 +02:00
Archi
2be8a8b2a8 Avoid a potential synchronous flush when serializing api authentication middleware response
Might result in something along:

2021-07-30 16:39:43|ArchiSteamFarm-6766|ERROR|Microsoft.AspNetCore.Server.Kestrel|Connection id "0HMAJF2E5IVHB", Request id "0HMAJF2E5IVHB:00000005": An unhandled exception was thrown by the application. System.InvalidOperationException: Synchronous operations are disallowed. Call WriteAsync or set AllowSynchronousIO to true instead.
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponseStream.Flush()
   at Microsoft.AspNetCore.ResponseCaching.ResponseCachingStream.Flush()
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionBody.Flush()
   at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
   at System.IO.StreamWriter.Dispose(Boolean disposing)
   at System.IO.StreamWriter.Close()
   at Newtonsoft.Json.JsonTextWriter.CloseBufferAndWriter()
   at Newtonsoft.Json.JsonTextWriter.Close()
   at Newtonsoft.Json.JsonWriter.Dispose(Boolean disposing)
   at Newtonsoft.Json.JsonWriter.System.IDisposable.Dispose()
   at ArchiSteamFarm.IPC.WebUtilities.WriteJsonAsync[TValue](HttpResponse response, TValue value, JsonSerializerSettings jsonSerializerSettings)
   at ArchiSteamFarm.IPC.WebUtilities.WriteJsonAsync[TValue](HttpResponse response, TValue value, JsonSerializerSettings jsonSerializerSettings)
   at ArchiSteamFarm.IPC.Integration.ApiAuthenticationMiddleware.InvokeAsync(HttpContext context, IOptions`1 jsonOptions)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.ResponseCaching.ResponseCachingMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
5.1.3.0
2021-07-30 20:54:52 +02:00
Archi
0b32862efe Use 4096-bit private key for public sign 2021-07-30 16:19:52 +02:00
Archi
77d34a2ac8 Enable public signing of ASF binaries
Pending tests whether this is going to have any drawbacks, but so far looks good
2021-07-30 16:09:46 +02:00
Archi
13ea9df707 Fix STD plugin for generic-netf
It failed because it couldn't find immutable collections, ASF doesn't have it either, it doesn't look like it's needed to satisfy the compiler anymore (SK2 includes it through protobuf-net)
2021-07-30 16:09:05 +02:00
renovate[bot]
97a5a94220 Update dependency SteamKit2 to v2.4.0-Alpha.3 (#2392)
* Update dependency SteamKit2 to v2.4.0-Alpha.3

* Address SK2 breaking changes

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Archi <JustArchi@JustArchi.net>
2021-07-30 15:33:29 +02:00
Renovate Bot
0d93706a49 Update ASF-ui commit hash to 0692fb3 2021-07-30 10:00:00 +00:00
ArchiBot
677fcfa198 Automatic translations update 2021-07-30 02:14:21 +00:00
Renovate Bot
8bdca25988 Update ASF-ui commit hash to 83e81ee 2021-07-29 23:48:46 +00:00
Archi
ef801eb15f Update Bug-report.yml 2021-07-30 01:33:41 +02:00
Archi
c1af6f545c Update Bug-report.yml 2021-07-30 01:33:03 +02:00
Archi
927ca76cca Update CODE_OF_CONDUCT.md 2021-07-30 01:07:11 +02:00
Archi
ad660d13cb Update CODE_OF_CONDUCT.md 2021-07-30 01:06:07 +02:00
Archi
18f701fce1 Use brand new wiki suggestion form 2021-07-30 00:56:32 +02:00
Archi
39d5f9c348 Use brand new enhancement idea form 2021-07-30 00:07:23 +02:00
Archi
1cca6caa0c Use brand new bug report form 2021-07-29 22:52:29 +02:00
Renovate Bot
460e57e137 Update ASF-ui commit hash to 285c9d7 2021-07-29 19:16:31 +00:00
Renovate Bot
ed613bcea9 Update ASF-ui commit hash to 5eef8fe 2021-07-29 02:25:53 +00:00
Sebastian Göls
5cbc25c44e Fix command mabadd working incorrectly (#2390)
* Fix command mabadd working incorrectly

* Do the same for mabrm
2021-07-28 22:43:17 +02:00
Sebastian Göls
862238f46b Delete old ISSUE_TEMPLATEmd (#2389) 2021-07-28 21:14:32 +02:00
Renovate Bot
0ae4a4c8b9 Update ASF-ui commit hash to 6b0000c 2021-07-28 02:26:16 +00:00
ArchiBot
9811d5973b Automatic translations update 2021-07-28 02:11:59 +00:00
Renovate Bot
256f8c4679 Update ASF-ui commit hash to bac7806 2021-07-27 18:48:32 +00:00
Archi
1df9c6290b Misc 2021-07-27 20:28:33 +02:00
Renovate Bot
5994030881 Update ASF-ui commit hash to 519a0a1 2021-07-27 02:41:28 +00:00
Renovate Bot
35d767f0b4 Update ASF-ui commit hash to bf22332 2021-07-27 00:48:24 +00:00