Commit Graph

7 Commits

Author SHA1 Message Date
Buğra Canata f21a8ef546 docs: add period to admin 404 troubleshooting step 2025-07-11 00:22:07 +03:00
ARC Developer 547a059cd7 feat: update domain to radio.org.tr and add regional radio station info 2025-07-10 21:41:23 +03:00
Buğra 9457aa1ede fix: resolve CORS issues with Netlify Identity and add security headers for custom domain 2025-07-10 04:04:23 +03:00
Buğra f041165e9b Fix Netlify Identity confirmation email authentication flow
- Create dedicated /auth page to handle confirmation, recovery, and invite tokens
- Add proper redirects in _redirects and netlify.toml for token handling
- Update main layout to automatically redirect authentication tokens to auth page
- Add Turkish authentication interface with loading states and error handling
- Provide fallback redirect mechanisms for different token types
- Update documentation with current setup status and fixes

This resolves the issue where confirmation emails linked to hash URLs that didn't work.
Now users will be properly guided through the authentication process.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-10 03:18:53 +03:00
Buğra db63a8f4d8 Switch from GitHub Pages to Netlify deployment and fix CMS setup
- Remove GitHub Pages workflow (no longer needed)
- Update Decap CMS config with correct Netlify domain (taslak.radio.org.tr)
- Add comprehensive troubleshooting guide for 'Unable to access identity settings' error
- Provide step-by-step Netlify Identity and Git Gateway setup instructions
- Include verification steps and common issues resolution

The error occurs because Netlify Identity service needs to be enabled in the Netlify dashboard.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-10 02:54:12 +03:00
Buğra a9dce67054 Fix TypeScript errors for Netlify Identity integration
- Add proper TypeScript types for Netlify Identity in env.d.ts
- Define NetlifyUser and NetlifyIdentity interfaces
- Fix ESLint errors by removing 'any' types
- Add optional chaining for safe access
- Apply code formatting with Prettier

All TypeScript, ESLint, and Prettier checks now pass successfully.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-10 01:01:12 +03:00
Buğra 733be12298 Add GitHub Pages deployment and Decap CMS support
- Add GitHub Actions workflow for automatic deployment to GitHub Pages
- Configure Decap CMS for Turkish blog post management
- Add Netlify Identity integration for authentication
- Create admin redirect page and routing
- Add comprehensive setup documentation
- Configure proper Turkish field labels and defaults
- Enable image uploads and media management

Site will now auto-deploy on every push to main branch.
Access CMS at: https://ym1ktc.github.io/ARC-Web-Sitesi/admin/

🤖 Generated with Claude Code
2025-07-10 00:55:05 +03:00