Commit Graph

227 Commits

Author SHA1 Message Date
makss
49a7165052 Reduce Steam redirects 2024-04-29 16:40:01 +03:00
Jack Nolddor
cae85433f9
fix: getUserInventoryContents() make unnecesary calls
Steam inventory limits are back to normal there is no reason to just gather 2k items instead 5k max allowed by API
2024-04-18 08:14:14 +02:00
Alex Corn
b58745c8b7
Added createWebApiKey method 2023-12-02 20:26:52 -05:00
Alex Corn
53154043a3
Use updated AddAuthenticator parameters
The old way still seems to work, but this is what the official mobile app sends now
2023-11-10 20:50:12 -05:00
Alex Corn
b854d6d4d4
Use custom user agent for logins 2023-10-20 00:39:49 -04:00
Alex Corn
e1af63e171
Use steam-session for logins 2023-10-19 22:12:40 -04:00
Alex Corn
d51c171a48
Rename clanid argument to curatorId 2023-10-01 21:34:04 -04:00
Alex Corn
cf4b474c70
Added steamID coalescing helper, although currently unused 2023-10-01 21:30:12 -04:00
3urobeat
bf2b4601ee
Add user/workshop/curator follow & unfollow support (#320)
* Add follow & unfollow user functions

* Add follow & unfollow to CSteamUser object methods

* Add support for following & unfollowing curators

* Correctly parse for eresult on error

* Use eresultError() helper
2023-10-01 21:22:44 -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
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
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
7ae8a97a0f
Slight refactor for help.js component 2021-07-22 23:58:47 -04:00
Alex Corn
ec1284e961
Make callback optional in removePackage/restorePackage 2021-07-22 03:30:42 -04:00
Alex Corn
cd90d7a563
Trim comments before returning them 2021-07-22 03:25:47 -04:00
Alex Corn
165c963b1a
Create new help component and move restore/removePackage to it 2021-07-22 03:01:57 -04:00
Alex Corn
dfad525e4e
Merge pull request #220 from Revadike/feature/profile-comments
Added deleteUserComment and getUserComments
2021-07-22 02:34:32 -04:00
Revadike
81877f4bb7 Use object.assign instead 2021-07-22 07:48:46 +02:00
Revadike
d8eb07f046
re-use variable
Co-authored-by: Mr-VIT <vit@v1t.su>
2021-05-13 01:14:52 +02:00
Alex Corn
e6311c0fcb
Removed attempt to get oauth token from webchat 2020-11-05 02:42:31 -05:00
Alex Corn
2fc8d1f4aa
Refactored gem sack code 2020-11-05 02:19:31 -05:00
Jack Nolddor
b00b871a5b
Added gems/sack transformations (#260)
Added Sack of Gems <---> Gems transformations
2020-11-05 01:31:35 -05:00
Alex Corn
2e61a6ed70
Fixed editProfile and profileSettings for Steam update 2020-06-26 03:44:58 -04:00