feat: add reciprocal user blocking
CI / 🧪 Tests Laravel (push) Successful in 2m6s
CI / 🐳 Build & Push Image (push) Successful in 39s

This commit is contained in:
2026-08-11 15:58:31 +02:00
parent 6b757c37be
commit cef3e29ddc
15 changed files with 420 additions and 17 deletions
+4
View File
@@ -106,6 +106,10 @@ return [
'rejected' => 'Follow request rejected.',
'not_found' => 'No request found.',
],
'blocks' => [
'blocked' => 'User blocked.',
'cannot_block_self' => 'You cannot block yourself.',
],
'validation' => [
'image_required' => 'Add an image to analyze.',
'image_file' => 'The file must be an image.',
+4
View File
@@ -106,6 +106,10 @@ return [
'rejected' => 'Demande dabonnement refusée.',
'not_found' => 'Aucune demande trouvée.',
],
'blocks' => [
'blocked' => 'Utilisateur bloqué.',
'cannot_block_self' => 'Vous ne pouvez pas vous bloquer vous-même.',
],
'validation' => [
'image_required' => 'Ajoute une image à analyser.',
'image_file' => 'Le fichier doit être une image.',