Fix Vidmoly session verification and preserve upload denial causes
CI / verify (push) Waiting to run
CI / verify (push) Waiting to run
This commit is contained in:
@@ -685,6 +685,12 @@
|
||||
['Vidmoly: /api/upload/config lieferte kein JSON — evtl. nicht eingeloggt?', 'Vidmoly: /api/upload/config did not return JSON — you may not be signed in'],
|
||||
['Vidmoly: /api/upload/config unvollständig (sess_id/upload_url fehlt)', 'Vidmoly: /api/upload/config is incomplete (sess_id/upload_url is missing)'],
|
||||
['Vidmoly VM API lieferte kein JSON', 'The Vidmoly VM API did not return JSON'],
|
||||
['Vidmoly Login fehlgeschlagen: OTP erforderlich', 'Vidmoly login failed: OTP required'],
|
||||
['Vidmoly Login fehlgeschlagen: Sitzungsprüfung enthält keinen Benutzer', 'Vidmoly login failed: Session verification returned no user'],
|
||||
['Vidmoly: Speicherplatz des Accounts voll (disk full)', 'Vidmoly: Account storage is full (disk full)'],
|
||||
['Vidmoly: Upload für diese IP-Adresse gesperrt', 'Vidmoly: Uploads are blocked for this IP address'],
|
||||
['Vidmoly: Upload für diesen Account deaktiviert', 'Vidmoly: Uploads are disabled for this account'],
|
||||
['Vidmoly: Ungültige Upload-Server-Adresse', 'Vidmoly: Invalid upload server address'],
|
||||
['VOE Login: CSRF-Token nicht gefunden', 'VOE login: CSRF token not found'],
|
||||
['VOE Upload: CSRF-Token nicht gefunden. Bist du eingeloggt?', 'VOE upload: CSRF token not found. Are you signed in?'],
|
||||
['VOE: Kein Upload-Server erhalten von delivery-node', 'VOE: No upload server was returned by delivery-node'],
|
||||
@@ -818,6 +824,8 @@
|
||||
[/^API-Antwort war kein JSON (.+)$/, 'The API response was not JSON $1'],
|
||||
[/^Kein Upload-Server erhalten: (.+)$/, 'No upload server was returned: $1'],
|
||||
[/^Upload-Antwort von (.+) war kein JSON (.+)$/, 'The upload response from $1 was not JSON $2'],
|
||||
[/^Vidmoly Login fehlgeschlagen: Sitzungsprüfung HTTP (.+)$/, 'Vidmoly login failed: Session verification HTTP $1'],
|
||||
[/^Vidmoly: Upload-Konfiguration HTTP (.+)$/, 'Vidmoly: Upload configuration HTTP $1'],
|
||||
[/^Vidmoly Login fehlgeschlagen: (.+)$/, 'Vidmoly login failed: $1'],
|
||||
[/^Vidmoly Upload abgelehnt: (.+)$/, 'Vidmoly upload rejected: $1'],
|
||||
[/^Vidmoly Upload-Ergebnis: (.+)$/, 'Vidmoly upload result: $1'],
|
||||
|
||||
Reference in New Issue
Block a user