Trek_CN/server/tests
jubnl 819aa793ae
v3.1.4 (#1371)
* fix(backups): prevent recursion in path that is backed up

* fix(share): show user currency instead of the default euro in the share page

* fix(files): show descriptive error for unsupported upload type

Unsupported file uploads showed a generic 'Upload failed' toast even
though the server already returns a descriptive 400. The client catch
blocks discarded the error and always showed t('files.uploadError').

The server now emits the i18n key 'files.uploadErrorType' as its error
message; a new translateApiError() helper resolves a server message that
is a known translation key via t() and falls back to the generic key
otherwise. Wired into the three trip-file upload catch sites.

Closes #1363
2026-07-01 18:57:16 +02:00
..
e2e v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
fixtures feat(import): selective GPX/KML element import and performance improvements 2026-04-18 01:28:37 +02:00
helpers Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
integration v3.1.4 (#1371) 2026-07-01 18:57:16 +02:00
unit v3.1.4 (#1371) 2026-07-01 18:57:16 +02:00
websocket Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
setup.ts Add comprehensive backend test suite (#339) 2026-04-03 13:17:53 +02:00