35 Commits

Author SHA1 Message Date
Rim
1ddb12c6e8 feat: add API endpoints
Me: {communityMapDataForMapMode(game, platform, mode, mapID, gamemode), userInfo()};
CDN: {accolades(), allCDNData()}; ModernWarfare: {bundleInfo(game, platform, lookupType, gamertag), matchHeatMap(game, platform, matchID), bpProg(game, platform, lookupType, gamertag)}; ColdWar: {undleInfo(game, platform, lookupType, gamertag), matchHeatMap(game, platform, matchID), bpProg(game, platform, lookupType, gamertag)}; Vanguard: {bundleInfo(game, platform, lookupType, gamertag), matchHeatMap(game, platform, matchID), bpProg(game, platform, lookupType, gamertag)};
2025-04-19 20:49:58 -04:00
Rim
f1a1036113 fix(backend.js): add conversion check for millisecond keys (i.e. "duration") 2025-04-17 10:13:19 -04:00
Rim
9674c195d1 fix: ensure processing of locally returned json data 2025-04-17 10:02:06 -04:00
Rim
92df420819 format(test.js) 2025-04-17 09:34:17 -04:00
Rim
e63714e9f4 chore: fix eslint errors 2025-04-17 08:23:46 -04:00
Rim
6a5cde6f40 refactor(serverUtils.js): better error handling 2025-04-17 06:43:54 -04:00
Rim
3774a4265c refactor(serverUtils.js): highly optimise deep clone and json processing functions 2025-04-17 06:43:05 -04:00
Rim
8c2ebe8dfa chore(backend.js): better error handling 2025-04-16 16:19:43 -04:00
Rim
fe2ab59aaf chore(backend.js): json processing optimisations 2025-04-16 16:18:12 -04:00
Rim
b6921dcbde chore: separate utility code 2025-04-16 16:16:32 -04:00
Rim
13ea56dc66 refactor: optimize runtime 2025-04-16 09:07:54 -04:00
Rim
18284f7483 chore: refine demo mode 2025-04-16 07:36:40 -04:00
Rim
305ae6a35e chore: add rate limiting 2025-04-12 02:57:05 -04:00
Rim
10d2927b31 fix: issue with user-activity.log not being generated 2025-04-02 08:08:52 -04:00
Rim
c74dd50f86 fix: issues with logging and functionality 2025-04-02 07:58:21 -04:00
Rim
952aa7a3b5 chore: logger helper function to convert ISO string to user's local datetime 2025-04-02 07:33:09 -04:00
Rim
7ccc0be712 format: prettify entire project 2025-04-02 06:50:39 -04:00
Rim
e32a4c6abc fix(logger.js): recreate log directory if deleted during runtime 2025-04-01 22:19:10 -04:00
Rim
4a81f0411f fix(logger.js): properly log user activity and api activity separately in node and bundled environments 2025-04-01 22:16:53 -04:00
Rim
50f338917c feat: add logger.js and signifigantly improve logging 2025-04-01 22:02:27 -04:00
Rim
2b90e3f567 refactor: migrate frontend code -- backend.js -> frontend.js 2025-04-01 21:35:28 -04:00
Rim
0df8728515 feat: improve logging 2025-04-01 16:29:29 -04:00
Rim
e16a0a85ee feat: improve session logging 2025-04-01 16:19:59 -04:00
Rim
8deda3905c chore: add build commands 2025-04-01 07:31:42 -04:00
Rim
360761331c chore(build.js): remove unused code 2025-03-31 23:00:18 -04:00
Rim
7a465c6222 fix(build.js): remove xcopy function for node_modules 2025-03-31 22:59:39 -04:00
Rim
ea192308d9 chore: remove unused code 2025-03-31 00:00:53 -04:00
Rim
e6ce48723f chore(backend.js): use deep cloning over JSON.parse(JSON.stringify()), use event delegation to reduce redundant EventListeners 2025-03-30 23:59:13 -04:00
Rim
2cdf46e8cb chore: improve logging 2025-03-30 06:59:14 -04:00
Rim
3732623cab feat: add build script 2025-03-29 15:52:38 -04:00
Rim
e1fab5e7ef maint: add localStorage functionality 2025-03-29 02:52:41 -04:00
Rim
fd65577d24 chore: add newline 2025-03-29 00:02:39 -04:00
Rim
a2672b89c5 feat: add duration convertion & fix time keys 2025-03-14 16:42:57 -04:00
Rim
0734d64b90 chore(backend.js): update time keys 2025-03-14 15:31:16 -04:00
Rim
073cff8914 initial commit
migrate files over from github
2025-03-14 07:53:23 -04:00