Commit Graph

4 Commits

Author SHA1 Message Date
a22fd9b7f8 fix: silence analytics 403 toast and update footer
- analytics/track: return 200 instead of 403 when disabled or bot
  detected — prevents the global API error handler from firing an
  "Unknown Error" toast on every dashboard page load
- Footer: replace ES flag with EU flag (12-star SVG polygon), remove
  paste.es link wrapper, hardcode tagline in Spanish, replace sponsor
  text with "Servicio ofrecido por Cloud Host"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 10:15:27 +01:00
87ade538da fix: default to Spanish by removing navigator from language detection
Browser navigator locale (en-US etc.) was winning over fallbackLng 'es'.
Now only localStorage is checked — first-time visitors get Spanish,
returning visitors get their saved preference from the language picker.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 09:56:56 +01:00
3ae27ea413 docs: add Spanish README, local docker-compose build and .env.example
- Rewrite README entirely in Spanish referencing paste.es / cloudhost.es
- Update docker-compose to build from local Dockerfile, use .env file,
  mount data/ volumes and respect PORT env var
- Add .env.example with full commented reference for all supported
  HEMMELIG_* variables (analytics disabled by default for privacy)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 09:36:36 +01:00
bc9f96cbd4 feat: rebrand Hemmelig to paste.es for cloudhost.es
- Set Spanish as default language with ephemeral/encrypted privacy focus
- Translate all user-facing strings and legal pages to Spanish
- Replace Norwegian flag with Spanish flag in footer
- Remove Hemmelig/terces.cloud links, add cloudhost.es sponsorship
- Rewrite PrivacyPage: zero data collection, ephemeral design emphasis
- Rewrite TermsPage: Spanish law, RGPD, paste.es/CloudHost.es references
- Update PWA manifest, HTML meta tags, package.json branding
- Rename webhook headers to X-Paste-Event / X-Paste-Signature
- Update API docs title and contact to paste.es / cloudhost.es

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 09:30:19 +01:00