Commit Graph

256 Commits

Author SHA1 Message Date
Alex Corn
e65d50b5f7
Updated twofactor.js methods to use new http interface 2023-06-27 04:06:40 -04:00
Alex Corn
3a65768b3f
Updated sharedfiles.js methods to use new http interface 2023-06-27 03:58:13 -04:00
Alex Corn
96e3e7ebc0
Updated help.js methods to use new http interface 2023-06-27 03:50:52 -04:00
Alex Corn
e9bc778e2a
Removed request dependency 2023-06-27 03:45:04 -04:00
Alex Corn
c1901d5f55
Updated confirmations.js methods to use new http interface 2023-06-27 03:38:56 -04:00
Alex Corn
028ee43bda
Updated index.js methods to use new http interface 2023-06-27 02:56:05 -04:00
Alex Corn
0ba889ee7e
Fixed merge conflict remnant 2023-06-27 02:55:47 -04:00
Alex Corn
ccf16b64e6
Updated httpRequest to use StdLib HttpClient 2023-06-27 02:07:42 -04:00
Alex Corn
f776d9fd4a
Removed getWebApiOauthToken 2023-06-27 01:20:06 -04:00
Alex Corn
86e87e88ed
Merge branch 'master' into v4
# Conflicts:
#	components/confirmations.js
#	components/inventoryhistory.js
#	components/twofactor.js
#	components/users.js
#	components/webapi.js
#	index.js
#	package.json
2023-06-27 01:19:00 -04:00
Alex Corn
f69519f547
Fixed getUserInventoryContexts not properly returning errors for private inventory/profile
Closes #305
2023-06-27 00:53:55 -04:00
DoctorMcKay
29e18806cc
Merge pull request #301 from fjexe/patch-1
Update users.js
2023-06-27 00:43:07 -04:00
DoctorMcKay
c855b505c5
Merge pull request #307 from HerrEurobeat/reenable-primaryGroup-support
Re-enable primaryGroup profile setting
2023-06-27 00:42:46 -04:00
3urobeat
0fc1120fd3
Fix resolving vanity #313 2023-06-26 16:02:15 +02:00
Alex Corn
36e8c79d87
Some minor updates 2023-06-24 02:40:48 -04:00
DoctorMcKay
4ca0fc83aa
Merge pull request #306 from HerrEurobeat/feature/steam-sharedfiles
Add full sharedfiles support
2023-06-24 02:30:12 -04:00
Alex Corn
e76d34891a
Return a descriptive error message to getConfirmations, if available 2023-06-22 00:13:28 -04:00
Alex Corn
77c2811e7e
Use new confirmation tags in acceptConfirmationForObject 2023-06-20 21:54:44 -04:00
Alex Corn
37bac4d240
Make CConfirmation.timestamp a Date object 2023-06-20 21:48:30 -04:00
Alex Corn
6e19ffd93b
Use new endpoints for trade confirmations 2023-06-20 21:42:28 -04:00
3urobeat
e5fbddc00c
Merge branch 'master' into feature/steam-sharedfiles 2023-06-15 09:17:35 +00:00
Alex Corn
6fa6a073a8
Updated 2FA methods to use mobile app access token 2023-06-14 20:52:12 -04:00
3urobeat
f96d25ad52
Rename sid to sharedFileId 2023-05-15 22:45:44 +02:00
3urobeat
f7d7cf0660
Remove support for up- & downvoting sharedfiles 2023-05-15 22:42:38 +02:00
3urobeat
4723bd93a6
Improve resolveVanityURL() and move to helpers 2023-05-15 22:37:52 +02:00
3urobeat
897ad16154
Formatting 2023-05-14 18:52:52 +02:00
3urobeat
c25cb31e34
Re-enable primaryGroup profile setting 2023-05-14 17:06:56 +02:00
3urobeat
ba2782066d
Misc 2023-05-14 16:29:41 +02:00
3urobeat
d6b0fbd5d0
Update non-object methods to take appid param 2023-05-14 16:29:40 +02:00
3urobeat
b55516f67f
Oops, wrong object name 2023-05-13 15:35:46 +02:00
3urobeat
f09adc84a4
Add (disabled) sharedfile favorite support 2023-05-13 15:35:46 +02:00
3urobeat
d807f10653
Add sharedfile subscribing support 2023-05-13 15:35:45 +02:00
3urobeat
18011b3fac
Add sharedfile voting support 2023-05-13 15:35:45 +02:00
3urobeat
6f97370710
Add sharedfile comment support 2023-05-13 15:35:45 +02:00
Alex Corn
b98997a595
Merge branch 'master' into v4
# Conflicts:
#	components/http.js
#	components/users.js
#	package.json
2023-04-24 17:57:25 -04:00
fjexe
2a1d244114
Update users.js 2022-11-04 18:48:35 +03:00
Eduardo
48d63857e2
Fix: New rate limit rule from steam
Steam added a new rule for inventories. Requesting with a "count" higher than 2000 will ban the proxy after four requests. All requests made with less than 2001 will have a rate limit of around 60/min per proxy.
2022-10-28 04:34:16 -03:00
Heartz66
260bfaa0ad
Fix Not Logged In
Steam recently changed their login pages. This change should correctly identify the login state.
2022-08-24 23:59:51 +02:00
Heartz66
90a9ee1aa9
Fix Not Logged In
Current version doesn't correctly identify login state. This change should correctly identify the state.
2022-05-13 17:10:52 +02:00
Alex Corn
7ebbd5806f
Merge branch 'master' into v4
# Conflicts:
#	.idea/codeStyles/Project.xml
#	.idea/codeStyles/codeStyleConfig.xml
#	package.json
2022-02-02 03:43:42 -05:00
Alex Corn
640c47b933
Updated comment 2022-02-02 03:35:44 -05:00
Alex Corn
f5d65a9ad4
Added getBoosterPackCatalog and createBoosterPack 2022-02-02 03:15:50 -05:00
Alex Corn
ad095605b6
Clean up comment parsing code a little 2021-07-30 00:39:46 -04:00
Alex Corn
c7a8c676b7
Simplify isSteamID 2021-07-30 00:26:11 -04:00
Alex Corn
e2ef03cc32
Disallow spaces before anonymous/named function parens 2021-07-29 22:09:06 -04:00
Alex Corn
9d47d28a1e
Some more refactoring 2021-07-29 03:20:14 -04:00
Alex Corn
40ee35ac89
Fixed last eslint error 2021-07-29 03:15:47 -04:00
Alex Corn
600a41143b
Refactor all files 2021-07-29 02:55:56 -04:00
Alex Corn
5b40683873
Merge branch 'master' into v4
# Conflicts:
#	components/help.js
2021-07-23 00:54:50 -04:00
Alex Corn
7ae8a97a0f
Slight refactor for help.js component 2021-07-22 23:58:47 -04:00