Commit Graph

141 Commits

Author SHA1 Message Date
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
028ee43bda
Updated index.js methods to use new http interface 2023-06-27 02:56:05 -04:00
Alex Corn
ccf16b64e6
Updated httpRequest to use StdLib HttpClient 2023-06-27 02:07:42 -04:00
Alex Corn
078e39584e
Remove got dependency 2023-06-27 01:22:36 -04:00
Alex Corn
2bfaecd88f
Removed oAuthLogin method 2023-06-27 01:20:22 -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
788f34ba7a
Export ESharedFileType 2023-06-24 02:44:12 -04:00
Alex Corn
36e8c79d87
Some minor updates 2023-06-24 02:40:48 -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
Alex Corn
be528d1a19
Change default value for disableMobile to true 2023-06-14 20:10:00 -04:00
3urobeat
c0be17cd61
Load CSteamSharedfile class 2023-05-14 16:29:42 +02:00
3urobeat
c92801d25e
Load sharedfiles component 2023-05-13 16:09:53 +02:00
Alex Corn
ac19e0867b
Start adding callback promises 2021-07-29 05:55:12 -04:00
Alex Corn
e9d3221ee6
Start replacing request with got 2021-07-29 05:47:24 -04:00
Alex Corn
dfda22cee4
Rename ConfirmationType to EConfirmationType for consistency 2021-07-29 05:20:34 -04:00
Alex Corn
600a41143b
Refactor all files 2021-07-29 02:55:56 -04:00
Alex Corn
4c59309eb4
Refactor index.js 2021-07-29 02:41:04 -04:00
Alex Corn
d093466d27
Removed getWebApiOauthToken 2021-07-22 04:06:59 -04:00
Alex Corn
dfd0ccbbc7
Merge branch 'master' into v4
# Conflicts:
#	components/confirmations.js
#	components/groups.js
#	components/market.js
#	package.json
2021-07-22 03:37:06 -04:00
Alex Corn
24a42e9658
Export EFriendRelationship with the E prefix 2021-07-22 03:05:23 -04:00
Alex Corn
8ec671d952
Reformat 2021-07-22 03:04:38 -04:00
Alex Corn
2da6725283
Merge branch 'master' into feature-get-friends-list 2021-07-22 03:04:06 -04:00
Alex Corn
23a7940064
Merge branch 'master' into feature-get-friends-list 2021-07-22 03:03:24 -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
429a76edcc
Reformat 2021-07-22 02:56:03 -04:00
Revadike
d54dd2c892 Added getFriendsList 2021-06-04 04:08:07 +02:00
Revadike
b4818d6d67 Bugfix 2021-06-04 03:26:24 +02:00
Revadike
e6995e337e Added restorePackage & removePackage 2021-03-19 15:22:41 +01:00
Anh Mai
0f98403c16
feat: Add sessionid to form of parentalUnlock 2020-09-30 17:43:00 +07:00
Alex Corn
6b0f958cfd Merge branch 'master' into v4
# Conflicts:
#	index.js
#	package.json
2019-09-24 04:14:09 -04:00
Alex Corn
aa0d4d32b7 Removed stats-reporter 2019-09-07 05:05:46 -04:00
Alex Corn
a46ed17415 Added clearPersonaNameHistory 2019-04-19 01:20:01 -04:00
Alex Corn
8a7d6f5018 Merge branch 'master' into v4 2019-02-14 00:31:20 -05:00
Alex Corn
0cb0d22433 Cleaned up imports 2019-02-14 00:29:21 -05:00
Alex Corn
5a855316f6 Removed inventoryhistory.js 2019-02-14 00:22:51 -05:00
Alex Corn
22d34b1faf Added Steam ID to output of getClientLogonToken 2019-02-13 17:59:33 -05:00
Alex Corn
cfd932dc72 Changed output format of getClientLogonToken 2019-02-13 17:42:28 -05:00
Alex Corn
4710afa28b Added getClientLogonToken 2019-02-13 17:40:45 -05:00
Alex Corn
3ca85bedc2 Merge branch 'master' of ssh://github.com/DoctorMcKay/node-steamcommunity 2019-02-13 17:28:57 -05:00
Joel
bf13224cbf Add the ability to set custom mobile user-agent 2018-07-10 23:30:12 -07:00
Alex Corn
117374a4c5 Updated Chrome user-agent 2018-07-11 02:22:39 -04:00
Alex Corn
bb97565f2a Fixed steamID not being properly set 2018-07-11 02:12:37 -04:00
Alex Corn
3921ce17d0 Follow redirects when posting to own profile (fixes #178) 2018-05-18 17:32:33 -04:00
Alex Corn
8d163d0d85 Added privacy controls for gameDetails and playtime 2018-04-11 00:27:10 -04:00
Alex Corn
aa302bc09e Fixed various profile url requests 2018-04-01 23:35:56 -04:00
Alex Corn
e97e63fe6d Added ability to get gem value for an item and to turn items into gems 2018-04-01 03:22:00 -04:00
Alex Corn
f6c7c74ab6 Fixed Node.js process being kept running unnecessarily 2018-04-01 03:15:13 -04:00
Alexander Corn
5da6e40ebb Fixed some code style issues 2017-12-28 00:32:06 -05:00