Alex Corn
63015259af
Updated readme
2024-10-05 18:47:05 -04:00
Alex Corn
ad67805ad9
Prevent committing twofactor files to git
2024-10-05 18:45:26 -04:00
DoctorMcKay
3347d87f29
Merge pull request #347 from benschool/master
...
Fixes cache_expiration restore for CS2 Items
2024-10-05 18:41:48 -04:00
Benjamin Tyler
c97351543a
Fixes cache_expiration restore for CS2 Items
...
As of Oct 2024, CS2 Item owner_description has changed from "Tradable After" to "Tradable/Marketable After".
2024-10-04 16:04:47 +01:00
DoctorMcKay
1067d4572e
Merge pull request #341 from makss/reduce_redirects
...
Reduce Steam redirects
2024-04-29 10:21:41 -04:00
makss
49a7165052
Reduce Steam redirects
2024-04-29 16:40:01 +03:00
DoctorMcKay
e16136866c
Merge pull request #340 from nolddor/patch-1
...
fix: getUserInventoryContents() make unnecesary calls
2024-04-18 06:04:06 -04: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
ba6e29c935
3.48.2
2024-01-18 06:12:30 -05:00
Alex Corn
de95e25867
Fixed steamID not being properly set when cookies have a domain attribute
2024-01-18 06:12:18 -05:00
Alex Corn
e1820efeca
3.48.1
2024-01-18 05:38:41 -05:00
Alex Corn
7cee24199f
Fixed login issue caused by differing tokens on different domains
2024-01-18 05:38:06 -05:00
Alex Corn
90eb4d38eb
3.48.0
2023-12-02 21:23:47 -05: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
6c77c5231c
Updated enable and disable_twofactor examples to not use steam-session
2023-11-10 20:49:48 -05:00
Alex Corn
7c564c1453
3.47.1
2023-10-20 00:40:31 -04:00
Alex Corn
b854d6d4d4
Use custom user agent for logins
2023-10-20 00:39:49 -04:00
Alex Corn
67867978f8
Get default user agent string from @doctormckay/user-agents
2023-10-20 00:39:38 -04:00
Alex Corn
e1af63e171
Use steam-session for logins
2023-10-19 22:12:40 -04:00
Alex Corn
e4da22c464
3.47.0
2023-10-01 21:39:33 -04:00
Alex Corn
0f91adf819
Updated xml2js dependency version
2023-10-01 21:39:16 -04:00
Alex Corn
d51c171a48
Rename clanid argument to curatorId
2023-10-01 21:34:04 -04:00
Alex Corn
50276c3a0c
Explicitly define which files get published to npm
2023-10-01 21:33:39 -04:00
Alex Corn
b5b50cec50
Ignore dev/
2023-10-01 21:30:28 -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
Alex Corn
6cc96b51fa
3.46.1
2023-06-27 00:17:17 -04:00
DoctorMcKay
edf2891800
Merge pull request #314 from HerrEurobeat/fix-sharedfile-owner
...
Fix resolving vanity returning error
2023-06-27 00:16:17 -04:00
3urobeat
0fc1120fd3
Fix resolving vanity #313
2023-06-26 16:02:15 +02:00
DoctorMcKay
a0aee350cc
Update comment
2023-06-26 01:37:08 -04:00
Alex Corn
2abc547f49
3.46.0
2023-06-24 03:00:14 -04:00
Alex Corn
b2bffddfbe
Fixed wrong owner property
2023-06-24 02:53:15 -04:00
Alex Corn
ab9baeafc6
Return postDate as a Date object
2023-06-24 02:48:26 -04:00
Alex Corn
788f34ba7a
Export ESharedFileType
2023-06-24 02:44:12 -04:00
Alex Corn
bde2cafaf4
We never want to return a sharedfile without an owner
2023-06-24 02:43:09 -04: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
2dd5bb490e
Added accept_all_confirmations.js example
2023-06-23 18:32:50 -04:00
Alex Corn
d0da148d6b
Added comment explaining usage of setMobileAppAccessToken
2023-06-23 01:04:48 -04:00
Alex Corn
7605dc8a41
Added examples readme
2023-06-23 01:02:20 -04:00
Alex Corn
5f46aee9fc
Updated enable_twofactor and disable_twofactor examples to use steam-session
2023-06-23 01:00:09 -04:00
Alex Corn
02cc5daafe
3.45.3
2023-06-22 00:24:21 -04:00
Alex Corn
e76d34891a
Return a descriptive error message to getConfirmations, if available
2023-06-22 00:13:28 -04:00
Alex Corn
20ad260d68
Remove defunct david-dm badge
2023-06-20 22:04:37 -04:00
Alex Corn
76f2c55a73
3.45.2
2023-06-20 21:54:50 -04:00
Alex Corn
77c2811e7e
Use new confirmation tags in acceptConfirmationForObject
2023-06-20 21:54:44 -04:00