Commit Graph
12 Commits
Author SHA1 Message Date
Mustafa Yildiz ffe6d93cf6 chore(footer): hide partner links visually and remove text label 2026-08-21 09:24:20 +03:00
Mustafa Yildiz 8dd35ebc35 chore(footer): hide partner links completely 2026-08-21 09:23:22 +03:00
AyrisAIandClaude Sonnet 5 80eff2ca8c fix: stop unwrapping the CORS proxy for aniziumserver hosts client-side
proxyUrl() in player.blade.php listed aniziumserver.sbs/site/com in
DIRECT_CORS_HOSTS, so it unwrapped the server's /stream/proxy URLs and
tried loading them directly from the browser. That CORS assumption is
no longer true (confirmed via browser console), which silently undid
the PlayerController fix from the previous commit.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-18 11:58:45 +03:00
mstfyldz af0c380ec1 feat: add Google AdSense script to frontend layout 2026-08-11 22:18:01 +03:00
AyrisAI 8de29f09fd bb 2026-08-06 02:18:34 +03:00
ayrisdevandClaude Opus 4.8 ecfeefd049 Footer partners: support per-link opacity (clamped to a visible 0.4–1)
Optional "opacity" per entry for visual emphasis; values below 0.4 are raised to
the readable floor so links can vary in prominence but cannot be hidden.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-06 02:06:31 +03:00
AyrisAI dd181af928 Update partners and app layout 2026-07-22 10:14:15 +03:00
ayrisdevandClaude Opus 4.8 e8317dec18 Add JSON-driven partner links section to footer
Reads resources/data/partners.json (url/anchor/title/rel), cached by the file's
mtime so edits go live on the next deploy. Skips invalid/non-http entries and
renders nothing when the list is empty.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-22 10:06:05 +03:00
ayrisdevandClaude Opus 4.8 cf8c5be984 Add discreet partner link to footer
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 10:23:07 +03:00
ayrisdevandClaude Opus 4.8 4d24b04cef Add "Created by ayris.tech" credit to footer
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-14 11:37:49 +03:00
ayrisdevandClaude Opus 4.8 145ff396ee Add Ayris VPS Panel analytics script to frontend head
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-14 11:31:51 +03:00
ayrisdevandClaude Opus 4.8 a63515cfc6 Initial commit: Animexe Laravel platform
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-14 00:01:48 +03:00