| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Update Next.js/React Flight RCE vulnerability patchesvercel/nextjsreact-flight-rce-vulnera-3442jv | Vercel | 2025-12-11 | -48/+48 |
| | | | | | | | | | | | | | | Updated dependencies to fix Next.js CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com> | |||
| * | middleware: migrate to tailwindcss | Pinapelz | 2025-11-28 | -290/+469 |
| | | ||||
| * | fix: change news image table to handle multiple images for each post | Pinapelz | 2025-11-28 | -1/+16 |
| | | ||||
| * | fix: remove archive_hash before checking if notif should be sent | Pinapelz | 2025-11-25 | -1/+5 |
| | | ||||
| * | Revert "fix: notification issue where old seen-ids aren't added to DB" | Pinapelz | 2025-11-25 | -33/+6 |
| | | | | | This reverts commit 5df3850e1b3530b1cce37bc987f887c846711fbc. | |||
| * | fix: add missing dep libsql | Pinapelz | 2025-11-25 | -0/+1 |
| | | ||||
| * | fix: notification issue where old seen-ids aren't added to DB | Pinapelz | 2025-11-25 | -6/+33 |
| | | ||||
| * | wac_plus: upload image instead of b64 encode | Pinapelz | 2025-11-24 | -13/+9 |
| | | ||||
| * | fix: image typing issue in middleware | Pinapelz | 2025-11-23 | -2/+5 |
| | | ||||
| * | feat: new permalink feature | Pinapelz | 2025-11-23 | -23/+527 |
| | | ||||
| * | add archive_hash to merged feed | Pinapelz | 2025-11-23 | -7/+15 |
| | | ||||
| * | add archive_hash to generated news files | Pinapelz | 2025-11-22 | -1/+6 |
| | | ||||
| * | update reqs | Pinapelz | 2025-11-21 | -0/+1 |
| | | ||||
| * | scaffold implementation for remote sqlite db | Pinapelz | 2025-11-21 | -16/+472 |
| | | ||||
| * | skip adding b64 images to db | Pinapelz | 2025-11-21 | -0/+2 |
| | | ||||
| * | fix: idac correctly detect if there is no promo image on post | Pinapelz | 2025-11-15 | -1/+4 |
| | | ||||
| * | eam: fix: check for empty estring in image_url | Pinapelz | 2025-10-22 | -1/+1 |
| | | ||||
| * | fix: upstash rest token removal url | Pinapelz | 2025-10-21 | -3/+2 |
| | | ||||
| * | fix: mainfeed generation crash when image has no article link | Pinapelz | 2025-10-20 | -1/+2 |
| | | ||||
| * | fix: chuni_jp version check condition | Pinapelz | 2025-10-20 | -1/+1 |
| | | ||||
| * | remove title from chuni_intl posts | Pinapelz | 2025-10-20 | -2/+2 |
| | | | | | its the same as content field | |||
| * | fix: maimaidx_intl image urls wrong datepath | Pinapelz | 2025-10-16 | -6/+8 |
| | | ||||
| * | fix: maimaidx_intl extra assets path | Pinapelz | 2025-10-16 | -2/+2 |
| | | ||||
| * | add hard limit option on polaris chord news scrape | Pinapelz | 2025-10-16 | -2/+7 |
| | | ||||
| * | add deprecations.md | Pinapelz | 2025-10-16 | -2/+14 |
| | | ||||
| * | migrate chunithm_intl to use api routes | Pinapelz | 2025-10-16 | -15/+50 |
| | | | | | allows for older news to also be added in page view | |||
| * | migrate maimaidx_intl to scrape downloads api route | Pinapelz | 2025-10-16 | -7/+40 |
| | | ||||
| * | fix: change polaris chord to scrape skeleton html, add date validation | Pinapelz | 2025-10-16 | -27/+52 |
| | | ||||
| * | migrate all eamuse app feed games to scrape api route | Pinapelz | 2025-10-16 | -17/+50 |
| | | ||||
| * | fix: remove unused language switcher props | Pinapelz | 2025-10-07 | -9/+4 |
| | | ||||
| * | feat: add i18n translation (initial JP and EN) | Pinapelz | 2025-10-07 | -115/+534 |
| | | ||||
| * | fix: maimaidx jp identifier name | Pinapelz | 2025-10-04 | -1/+1 |
| | | ||||
| * | disable notifs for rbdx | Pinapelz | 2025-10-04 | -1/+3 |
| | | ||||
| * | remove fcm tokens from kv when they are unresponsive | Pinapelz | 2025-10-04 | -2/+14 |
| | | ||||
| * | refactor: remove game version specific identifiers | Pinapelz | 2025-10-04 | -42/+51 |
| | | | | | many of these will continue to work for a long time anyways without necessary updates | |||
| * | update README with notification info | Pinapelz | 2025-10-04 | -0/+19 |
| | | ||||
| * | fix vapid key and firebase config import methods | Pinapelz | 2025-10-03 | -6/+6 |
| | | | | | This reverts commit 2c349d08bd2d6b946f36d7fe9598e22cac393006. | |||
| * | use multisend when communicating with fcm | Pinapelz | 2025-10-03 | -21/+18 |
| | | ||||
| * | move vapid and firebase configs to env vars | Pinapelz | 2025-10-03 | -14/+13 |
| | | ||||
| * | broadcast notification for all games | Pinapelz | 2025-10-03 | -28/+66 |
| | | ||||
| * | fix: remove subscriptions after disabling notifications | Pinapelz | 2025-10-03 | -20/+74 |
| | | ||||
| * | fix build | Pinapelz | 2025-10-03 | -1/+1 |
| | | ||||
| * | temporarily stub out notification frontend | Pinapelz | 2025-10-03 | -3/+3 |
| | | | | | until i have more time to work on this | |||
| * | add image when availalbe to notification | Pinapelz | 2025-10-03 | -4/+12 |
| | | ||||
| * | initial fcm cloud messaging trigger in generate script | Pinapelz | 2025-10-03 | -2/+117 |
| | | ||||
| * | add notif warning development | Pinapelz | 2025-10-03 | -0/+3 |
| | | ||||
| * | implement api call to save topic for given fcm token | Pinapelz | 2025-10-03 | -7/+36 |
| | | ||||
| * | add redis fcm notif topic saving | Pinapelz | 2025-10-03 | -0/+72 |
| | | ||||
| * | add topic based stubs for notifications | Pinapelz | 2025-10-03 | -29/+226 |
| | | ||||
| * | fix: double notification bug | Pinapelz | 2025-10-03 | -157/+67 |
| | | ||||
