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
Alex Corn
63b0b82531
Cleaned up users.js
2021-07-22 04:42:48 -04:00
Alex Corn
2b678bea06
Some more cleanup
2021-07-22 04:22:29 -04:00
Alex Corn
8ffa0b50d4
Cleaned up help.js
2021-07-22 04:10:20 -04:00
Alex Corn
d093466d27
Removed getWebApiOauthToken
2021-07-22 04:06:59 -04:00
Alex Corn
c69a5451eb
Cleaned up webapi.js
2021-07-22 04:02:38 -04:00
Alex Corn
9a4be453ec
Cleaned up twofactor.js
2021-07-22 03:59:55 -04:00
Alex Corn
c550b380fc
Cleaned up profile.js
2021-07-22 03:54:38 -04:00
Alex Corn
247d804c77
Cleaned up market.js
2021-07-22 03:44:40 -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
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
Alex Corn
f0a3cb27f8
Merge pull request #250 from itsjfx/open-booster-pack-patch
...
Add openBoosterPack
2020-05-28 22:30:35 -04:00
Alex Corn
d41a52638b
Prevent timeOffset delete timeout from holding app open
2020-05-28 00:15:20 -04:00
jfx
58516d4ed1
Add openBoosterPack
2020-05-23 16:24:20 +10:00
Revadike
a3468bf99b
Optional hidden parameter to postGroupAnnouncement
2019-10-14 04:28:53 +02:00
Alex Corn
e299623452
Use different filenames for different images, similar to how Steam does it
2019-09-25 05:33:14 -04:00
Alex Corn
fa253920e3
Code cleanup for http.js
2019-09-24 04:43:51 -04:00
Alex Corn
30ebf333b4
Code cleanup for helpers.js
2019-09-24 04:41:11 -04:00
Alex Corn
d7cfc396a7
Code cleanup for groups.js
2019-09-24 04:38:27 -04:00
Alex Corn
ac8e4a62de
Code cleanup for confirmations.js
2019-09-24 04:28:05 -04:00
Alex Corn
8e9e3723f2
Code cleanup for chat.js
2019-09-24 04:23:40 -04:00
Alex Corn
6b0f958cfd
Merge branch 'master' into v4
...
# Conflicts:
# index.js
# package.json
2019-09-24 04:14:09 -04:00
Alex Corn
3c8488d441
Added method sendImageToUser
2019-09-24 04:06:37 -04:00
Alex Corn
21c4ba3e27
Restore cache_expiration from game-specific data for backwards compatibility
...
(Fixes #229 )
2019-09-21 04:27:39 -04:00
Revadike
98373708e5
Added userID guard
...
Because I got this:
```
2019-06-12 | 01:22:30.151 | ERROR | crashBot | Fatal error: TypeError: Cannot read property 'getSteamID64' of null
at get (node_modules\steamcommunity\components\users.js:416:60)
at SteamCommunity.getUserInventoryContents (node_modules\steamcommunity\components\users.js:412:2)
at unpackSteamBoosterPacks (index.js:3588:21)
at cleanupSteamInventory (index.js:3583:5)
at SteamUser.refreshSteamWebSession (index.js:857:38)
at Object.onceWrapper (events.js:273:13)
at SteamUser.emit (events.js:182:13)
at SteamUser.gotSteamWebSession (index.js:1754:16)
at SteamUser.emit (events.js:182:13)
at _apiRequest (node_modules\steam-user\components\web.js:61:9)
at IncomingMessage.<anonymous> (node_modules\steam-user\components\webapi.js:82:4)
at IncomingMessage.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1094:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
```
2019-06-17 02:43:07 +02:00
Revadike
8edc5020e1
Added getUserComments(userID, options, callback)
...
https://github.com/DoctorMcKay/node-steamcommunity/issues/208
2019-04-05 00:06:48 +02:00
Revadike
f2be027a63
Updated postUserComment and added deleteUserComment
...
https://github.com/DoctorMcKay/node-steamcommunity/issues/219
2019-04-04 23:30:28 +02: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
729f078a25
Removed deprecated confirmation checker
2019-02-14 00:22:06 -05:00
Alex Corn
1180eb9d3f
Deprecated webchat methods
2019-02-13 17:35:39 -05:00
Alex Corn
e05efabcb9
Merge pull request #211 from Hongarc/master
...
Add comment group
2019-02-12 21:35:58 -05:00
Alex Corn
62394b9ffe
Added ability to change friends list privacy
2018-11-01 01:20:19 -04:00
Hongarc
a0ad33d5eb
Add comment group
2018-10-20 13:29:52 +07:00
Alex Corn
adbf1d47a7
Added postProfileStatus and deleteProfileStatus ( closes #200 )
2018-07-10 23:59:57 -04:00