KoogleApp/src/Koogle.Application
beo3000 3b12a82982 submit gifs by URL:
UI (Submit.razor)
  - Toggle zwischen "Datei" und "URL" Modus
  - URL-Eingabefeld mit Validierung (nur HTTP/HTTPS)
  - Beide Modi teilen Submit-Button und Erfolgsanzeige

  Service (IClubGifService, ClubGifService)
  - Neue Methode SubmitAnonymousFromUrlAsync(token, url, name)
  - Nutzt bestehende SaveGifFromUrlAsync von MediaStorageService

  Serverseitige Validierung (bereits in MediaStorageService vorhanden):
  - Content-Type Prüfung: nur image/gif, video/mp4, video/webm
  - Dateigröße max. 20MB
  - Datei wird nach Download nochmals auf Größe geprüft
  - Ungültige Content-Types werden mit Exception abgelehnt
2026-01-01 10:58:02 +01:00
..
DTOs added gif-Feature: 2025-12-30 14:57:06 +01:00
Games fix Bell-Handling 2025-12-30 20:37:21 +01:00
Helpers added LoginName for Clubs 2025-12-30 11:57:01 +01:00
Interfaces submit gifs by URL: 2026-01-01 10:58:02 +01:00
Mapping added club relations to datamodel 2025-12-23 15:05:22 +01:00
Services submit gifs by URL: 2026-01-01 10:58:02 +01:00
DependencyInjection.cs added gif-Feature: 2025-12-30 14:57:06 +01:00
Koogle.Application.csproj added LoginName for Clubs 2025-12-30 11:57:01 +01:00