Commit Graph

16 Commits

Author SHA1 Message Date
937a32ad06 Phase 1: Foundation - Database schema, core PHP structure, JWT auth, and User CRUD
Implemented:
- Database schema (SQLite) with tables: users, profiles, posts, swipes, matches, chats, chat_messages, events, notifications, relationships, post_likes, post_comments, refresh_tokens, media
- Core PHP structure following skeleton pattern (www/api/)
- JWT Authentication (register, login, refresh, logout)
- User profile CRUD (show, update, delete, search)
- User sub-resources (posts, friends, followers, following)
- Minimal Firebase JWT implementation for PHP without Composer
2026-04-29 06:49:15 +02:00
df6cce8678 feat: Add SPEC.md for Sozial social media platform 2026-04-29 06:37:09 +02:00
70d812dab8 Add docs/planung/.gitkeep 2026-04-25 10:45:45 +02:00
9a45775686 Add docs/doku/.gitkeep 2026-04-25 10:45:44 +02:00
7e0e20c3b0 Add .gitignore 2026-04-25 10:45:44 +02:00
249e452c1e Add .opencode/rules/general.md 2026-04-25 10:45:33 +02:00
3f69968d5e Add .opencode/rules/frontend.md 2026-04-25 10:45:33 +02:00
89a39db7e2 Add .opencode/rules/security.md 2026-04-25 10:45:32 +02:00
50af75703d Add .opencode/rules/backend.md 2026-04-25 10:45:31 +02:00
d1770f5bd2 Add .opencode/skills/help/SKILL.md 2026-04-25 10:45:30 +02:00
8f10932f8e Add .opencode/settings.json 2026-04-25 10:45:29 +02:00
3b4604ce5a Add www/game/public/index.php 2026-04-25 10:45:29 +02:00
b10f16daa0 Add www/www/public/index.php 2026-04-25 10:45:28 +02:00
f1a7dc5638 Add www/api/public/index.php 2026-04-25 10:45:27 +02:00
26d13d03e3 Add AGENTS.md 2026-04-25 10:45:26 +02:00
acd5e73197 Initial commit 2026-04-25 10:45:04 +02:00