50 Commits

Author SHA1 Message Date
Rim
660bfb058d feat: implement userInfo() and cdn*() API calls into UI 2025-04-19 21:56:33 -04:00
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
a17394fb2b chore(replacements.json): add more key replacements 2025-04-17 10:28:08 -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
2f9c0c58cb chore(index.html): cleanup unused objects 2025-04-17 09:33:36 -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
d19b5524c6 chore(replacements.json): fix key 2025-04-16 07:25:48 -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
3810daa65d chore(styles.css): tweak ui margin 2025-03-31 23:06:43 -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
da7bb4ace5 chore: small ui tweaks 2025-03-31 22:50:51 -04:00
Rim
6cd559101a chore: vertically align small center subtext 2025-03-31 01:40:43 -04:00
Rim
af48a1edea chore: remove broken 'settings' api call 2025-03-31 00:56:35 -04:00
Rim
898420dacf chore(index.html): update tutorial, better titling 2025-03-31 00:54:38 -04:00
Rim
bec75aa376 chore(index.html): make git svg larger 2025-03-31 00:15:05 -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
ee10a4b0bb chore(index.html): update html meta tags 2025-03-29 17:17:13 -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
ad3f2fbbd4 chore: update link 2025-03-29 00:56:01 -04:00
Rim
7f42c2d369 chore: formatting 2025-03-29 00:08:08 -04:00
Rim
fd65577d24 chore: add newline 2025-03-29 00:02:39 -04:00
Rim
8134e0283b chore: formatting changes 2025-03-28 23:52:34 -04:00
Rim
fd1c4034a2 fix(index.html): favicon path 2025-03-14 17:02:45 -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