Merge branch 'main' of gitlab.bht-berlin.de:s86116/project_ss23 into testing + some small changes
Showing
- .env.example 4 additions, 0 deletions.env.example
- app/(content)/(gaming)/games/[gameid]/page.tsx 15 additions, 2 deletionsapp/(content)/(gaming)/games/[gameid]/page.tsx
- app/(content)/(gaming)/games/page.tsx 1 addition, 1 deletionapp/(content)/(gaming)/games/page.tsx
- app/(content)/(home)/home/[postid]/page.tsx 0 additions, 19 deletionsapp/(content)/(home)/home/[postid]/page.tsx
- app/(content)/(home)/home/page.tsx 4 additions, 2 deletionsapp/(content)/(home)/home/page.tsx
- app/(content)/(user)/[userid]/followers/page.tsx 58 additions, 0 deletionsapp/(content)/(user)/[userid]/followers/page.tsx
- app/(content)/(user)/[userid]/following/page.tsx 7 additions, 0 deletionsapp/(content)/(user)/[userid]/following/page.tsx
- app/(content)/(user)/[userid]/likes/page.tsx 7 additions, 0 deletionsapp/(content)/(user)/[userid]/likes/page.tsx
- app/(content)/(user)/[userid]/loading.tsx 1 addition, 1 deletionapp/(content)/(user)/[userid]/loading.tsx
- app/(content)/(user)/[userid]/page.tsx 118 additions, 48 deletionsapp/(content)/(user)/[userid]/page.tsx
- app/(content)/(user)/[userid]/status/[id]/page.tsx 15 additions, 0 deletionsapp/(content)/(user)/[userid]/status/[id]/page.tsx
- app/(content)/(user)/followers/page.tsx 0 additions, 17 deletionsapp/(content)/(user)/followers/page.tsx
- app/(content)/layout.tsx 1 addition, 1 deletionapp/(content)/layout.tsx
- app/api/comments/route.ts 0 additions, 66 deletionsapp/api/comments/route.ts
- app/api/followers/route.ts 85 additions, 0 deletionsapp/api/followers/route.ts
- app/api/gamelists/route.ts 54 additions, 0 deletionsapp/api/gamelists/route.ts
- app/api/gweets/[id]/route.ts 98 additions, 0 deletionsapp/api/gweets/[id]/route.ts
- app/api/gweets/likes/route.ts 107 additions, 0 deletionsapp/api/gweets/likes/route.ts
- app/api/gweets/regweets/route.ts 56 additions, 0 deletionsapp/api/gweets/regweets/route.ts
- app/api/gweets/route.ts 211 additions, 0 deletionsapp/api/gweets/route.ts
app/(content)/(user)/[userid]/likes/page.tsx
0 → 100644
app/api/comments/route.ts
deleted
100644 → 0
app/api/followers/route.ts
0 → 100644
app/api/gamelists/route.ts
0 → 100644
app/api/gweets/[id]/route.ts
0 → 100644
app/api/gweets/likes/route.ts
0 → 100644
app/api/gweets/regweets/route.ts
0 → 100644
app/api/gweets/route.ts
0 → 100644
Please register or sign in to comment