• Joined on 2024-08-12
nocci pushed to main at nocci/free-games-claimer 2026-03-08 12:38:57 +01:00
e494c1c04e fix(api): switch to URLSearchParams for OAuth device authorization body
nocci pushed to main at nocci/free-games-claimer 2026-03-08 12:35:12 +01:00
84e50f07f2 fix(api): update Epic Games OAuth endpoint and add missing Content-Type header
nocci pushed to main at nocci/free-games-claimer 2026-03-08 12:30:12 +01:00
1cf4c86646 fix(api): update Epic Games OAuth endpoints and response field names
nocci pushed to main at nocci/free-games-claimer 2026-03-08 12:23:01 +01:00
4e95f50bc4 refactor(config): uncomment command for epic-games service
nocci pushed to main at nocci/free-games-claimer 2026-03-08 12:18:32 +01:00
0a5f40341b refactor(auth): add device auth reuse for legacy account migration
nocci pushed to main at nocci/free-games-claimer 2026-03-08 12:11:41 +01:00
d55706c5f3 refactor(config): revert default eg_mode back to 'legacy'
nocci pushed to main at nocci/free-games-claimer 2026-03-08 12:07:41 +01:00
726b9bcbd8 refactor(config): change default eg_mode from 'legacy' to 'new'
nocci pushed to main at nocci/free-games-claimer 2026-03-08 12:00:02 +01:00
99f5432e32 build(deps): add tough-cookie dependency
nocci pushed to main at nocci/free-games-claimer 2026-03-08 11:57:31 +01:00
c0d148dc8e refactor(style): align template literals and whitespace formatting
nocci pushed to main at nocci/free-games-claimer 2026-03-08 11:55:50 +01:00
22c84a759b refactor: migrate from TypeScript to JavaScript for auth modules
nocci pushed to main at nocci/free-games-claimer 2026-03-07 15:54:37 +01:00
b72bb3fa4c fix: use JavaScript imports for TypeScript files
nocci pushed to main at nocci/free-games-claimer 2026-03-07 15:51:52 +01:00
d47bfd7e8e fix: import constants.ts instead of constants.js
nocci pushed to main at nocci/free-games-claimer 2026-03-07 15:37:04 +01:00
29e17fa057 fix: use separate locators with OR for captcha detection
nocci pushed to main at nocci/free-games-claimer 2026-03-07 15:33:49 +01:00
cc2f370eee fix: remove unnecessary parentheses around expressions
nocci pushed to main at nocci/free-games-claimer 2026-03-07 15:31:30 +01:00
3f241bf400 fix: use separate locators with OR for captcha detection
nocci pushed to main at nocci/free-games-claimer 2026-03-07 15:24:43 +01:00
6615cf02db fix: use :is() for OR condition in Playwright selector
nocci pushed to main at nocci/free-games-claimer 2026-03-07 15:19:38 +01:00
6194e3eff3 fix: correct Playwright selector syntax for OR condition
nocci pushed to main at nocci/free-games-claimer 2026-03-07 15:10:27 +01:00
6ec9157a42 fix: add curl to apk add in docker buildx setup
nocci pushed to main at nocci/free-games-claimer 2026-03-07 15:09:08 +01:00
618106c2f7 fix: manually install docker buildx plugin
nocci pushed to main at nocci/free-games-claimer 2026-03-07 15:07:36 +01:00
ea627ab703 ci(workflow): simplify docker buildx installation