Commit Graph

6760 Commits

Author SHA1 Message Date
dependabot-preview[bot]
45b072ca9c Bump ASF-WebConfigGenerator from b5a9372 to 2b4c720
Bumps [ASF-WebConfigGenerator](https://github.com/JustArchiNET/ASF-WebConfigGenerator) from `b5a9372` to `2b4c720`.
- [Release notes](https://github.com/JustArchiNET/ASF-WebConfigGenerator/releases)
- [Commits](b5a937284b...2b4c720366)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-01 01:38:40 +00:00
dependabot-preview[bot]
b1ca4f17ba Bump ASF-ui from 9f23ddc to 7ea6809
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `9f23ddc` to `7ea6809`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](9f23ddc5ef...7ea68099d3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-01 01:30:31 +00:00
dependabot-preview[bot]
7206bc919a Bump ASF-ui from 72f15fc to 9f23ddc
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `72f15fc` to `9f23ddc`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](72f15fc8b0...9f23ddc5ef)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-31 01:26:57 +00:00
dependabot-preview[bot]
6c22a1f18f Bump ASF-ui from b1efef6 to 72f15fc
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `b1efef6` to `72f15fc`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](b1efef6287...72f15fc8b0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-30 01:34:46 +00:00
dependabot-preview[bot]
9bb00fcff1 Bump wiki from 0c58cef to 2de61c9
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `0c58cef` to `2de61c9`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](0c58cef4c8...2de61c9dc8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-30 01:27:10 +00:00
JustArchi
498fb2cd51 Misc 2019-07-29 17:04:16 +02:00
JustArchi
96ccb331dc Rewrite GitHub releases for ASF-ui
@JustArchiNET/asf-ui-dev Summary of changes:

Old:
- GET GitHub/Releases is rip (rewritten)
- GET GitHub/Releases/{version:required} is rip (renamed)

New:
- GET GitHub/Release, returns the most recent release (can be pre, can be stable)
- GET GitHub/Release/{version:required}, works like before, but also accepts "latest" as version for fetching latest stable release.

Expected usage:
- GET GitHub/Release for fetching most recent release
- If release equals user release, don't do anything more and save requests, display changelog
- Check if the release you fetched is stable, if yes, skip the extra request, otherwise, GET GitHub/Release/latest for latest stable.
- If stable release equals user's release, don't do anything more and save request, show both changelogs (pre and stable)
- Otherwise, decide if you want to also GET GitHub/Release/{userVersion} for that specific release.

Adapt appropriately for usage (I'd recommend to check if user has enabled pre-releases in the first place, because if he's on stable channel then likely you shouldn't display him pre-release changelogs at all, and skip the first request).

If in doubt, check swagger doc.
2019-07-29 17:01:09 +02:00
JustArchi
90e4b26969 Misc 2019-07-28 23:06:41 +02:00
JustArchi
dd25910d73 Bump 2019-07-28 22:45:57 +02:00
JustArchi
9766da6c1a Translations update 4.0.3.9 2019-07-28 22:40:04 +02:00
JustArchi
806583920e Misc 2019-07-28 22:21:15 +02:00
JustArchi
fbe41b12a2 Pull ConcurrentList<T> from ArchiBot
Previous implementation of ConcurrentSortedHashSet was prone to deadlocks and very suboptimal, on top of no guarantee to do what it claimed to.
2019-07-28 22:17:41 +02:00
JustArchi
214a6a68c7 Misc 2019-07-28 21:17:05 +02:00
JustArchi
47aa0d03af Code cleanup 2019-07-28 21:15:35 +02:00
JustArchi
1bc7a42f3d Bump 2019-07-28 18:20:41 +02:00
JustArchi
54cdbff90b Translations update 4.0.3.8 2019-07-28 18:08:58 +02:00
JustArchi
bd2478eb90 Update self-compiled SK2 in regards to https://github.com/SteamRE/SteamKit/pull/708 2019-07-28 17:37:37 +02:00
JustArchi
dfdc071c7e Optimize /Api/Bots request 2019-07-28 14:39:28 +02:00
JustArchi
31f3c0d273 Misc 2019-07-28 14:03:42 +02:00
JustArchi
c1957b74ca Bump 2019-07-27 21:30:00 +02:00
JustArchi
1720df27d8 Do not purge archival log files during update 4.0.3.7 2019-07-27 21:28:09 +02:00
JustArchi
de73339007 Bump 2019-07-27 19:41:37 +02:00
JustArchi
b6964978ef Misc 4.0.3.6 2019-07-27 19:40:18 +02:00
JustArchi
b7b66dcc7d Translations update 2019-07-27 19:38:56 +02:00
JustArchi
4ff56bb6de Packages update 2019-07-27 19:27:50 +02:00
JustArchi
e5756ac8e6 Enable logs archiving 2019-07-27 19:22:22 +02:00
JustArchi
ded9f411ac Misc 2019-07-26 00:14:47 +02:00
JustArchi
7d198c168c Bump 2019-07-25 18:27:28 +02:00
JustArchi
4c75e8132e Translations update 4.0.3.5 2019-07-25 18:02:16 +02:00
JustArchi
c0e6b9f12b Misc 2019-07-25 17:12:36 +02:00
JustArchi
4d51bc2c8d Misc 2019-07-25 17:10:40 +02:00
JustArchi
178ca64cfa Implement non-blocking IO saving for databases 2019-07-25 17:09:20 +02:00
dependabot-preview[bot]
0a63bd04e1 Bump HtmlAgilityPack from 1.11.11 to 1.11.12
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.11 to 1.11.12.
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.11...v1.11.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-25 01:37:39 +00:00
dependabot-preview[bot]
ae5e949529 Bump ASF-ui from 90aec62 to f24f71b
Bumps [ASF-ui](https://github.com/JustArchiNET/ASF-ui) from `90aec62` to `f24f71b`.
- [Release notes](https://github.com/JustArchiNET/ASF-ui/releases)
- [Commits](90aec62bc0...f24f71b4e1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-25 01:28:00 +00:00
JustArchi
5f5356dd73 Misc 2019-07-23 14:13:54 +02:00
dependabot-preview[bot]
5bb62389a4 Bump HtmlAgilityPack from 1.11.9 to 1.11.11
Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.9 to 1.11.11.
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](https://github.com/zzzprojects/html-agility-pack/compare/v1.11.9...v1.11.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-23 01:27:31 +00:00
JustArchi
fb2b2e830d Enhance fallback for lack of verification 2019-07-22 18:44:41 +02:00
JustArchi
79683919ed Bump 2019-07-22 15:42:29 +02:00
JustArchi
0286460c57 Translations update 4.0.3.4 2019-07-22 14:30:04 +02:00
JustArchi
176efac2dc Avoid excessive parental request
We can make use of the one in logged-in, which is superior
2019-07-22 13:55:26 +02:00
JustArchi
a79720f0b5 Correct v4 generation
It's SH256, not SHA1
2019-07-22 13:39:12 +02:00
JustArchi
0ca7d40490 Add better fallback for parental timeouts 2019-07-22 12:48:44 +02:00
dependabot-preview[bot]
8a2598f1aa Bump wiki from 323adbf to fd31f27
Bumps [wiki](https://github.com/JustArchiNET/ArchiSteamFarm.wiki) from `323adbf` to `fd31f27`.
- [Release notes](https://github.com/JustArchiNET/ArchiSteamFarm.wiki/releases)
- [Commits](323adbfcd2...fd31f276e9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-22 01:25:32 +00:00
JustArchi
d4624919e5 Slightly improve password generation 2019-07-20 19:55:29 +02:00
JustArchi
68e313c689 Bump 2019-07-20 16:56:42 +02:00
JustArchi
9d9bbefe89 Revert "Bump HtmlAgilityPack from 1.11.9 to 1.11.10"
This reverts commit 4a246ee9e5.

https://github.com/zzzprojects/html-agility-pack/issues/317#issuecomment-513472112
4.0.3.3
2019-07-20 16:31:55 +02:00
JustArchi
c228d4f89c Bump 2019-07-20 02:56:46 +02:00
JustArchi
248f940072 Misc correction 4.0.3.2 2019-07-20 02:56:14 +02:00
JustArchi
767471b5a3 Avoid unlocking parental account when it's not needed
Even if user supplies the code, as long as we can determine that it's really not needed
2019-07-20 02:50:48 +02:00
JustArchi
82dda59617 Bump 2019-07-20 02:29:40 +02:00