caterium-app/tests
pavlov346346-source 12ba761af9 Merge production (account center + login redesign) into main
production had diverged from main with 20 unreviewed direct-push
commits never merged back (account center feature, owner-only employee
roles, and a login-screen redesign - the exact "cream login" work that
replaced the old dark table-photo screen). Neither QA nor the
audit fixes on main had ever seen this code.

Conflict resolution:
- service-worker.js: kept production's newer cache-refresh mechanism
  (CRITICAL_FRESH, forceFresh, withAccountCenter, v81 cache name) and
  combined both sides' CORE asset lists (account-center-v1780.js +
  login-signature-v1776.js from production, auth-security-v1774.js +
  order-enhancements-v1775.js from main).
- deploy-timeweb.yml: kept main's version, which already independently
  verifies service-worker.js's sha256 alongside the login/logo files -
  strictly more thorough than production's version of the same check.

Also fixes fallout from production's commits never having been
QA-tested before landing: package.json was bumped to 17.8.0 with
nothing else in the codebase updated to match (reverted to 17.7.3,
matching package-lock.json/release-manifest.json/app-runtime.js, since
no other release artifact actually changed), and three tests
(static-security.mjs, edge-security-v1774.mjs, release-check.mjs) had
hardcoded strings (old PWA cache name, old employee role list) that no
longer matched the code they were checking.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-12 14:36:52 +03:00
..
app.spec.mjs Caterium v17.7.3 — clients server read 2026-09-09 12:07:37 +03:00
auth-security-v1774.mjs Security: require verified email for signup 2026-09-11 07:27:37 +03:00
branding-v1774.mjs test: guard Caterium visible branding 2026-09-11 10:03:35 +03:00
edge-security-v1774.mjs fix: lock down caterium-platform-auth-admin CORS to allowlisted origins 2026-09-12 14:09:16 +03:00
employee-create-v1774.mjs test: enforce owner-only employee roles 2026-09-12 08:53:42 +03:00
html-integrity-v1774.mjs Fix malformed style boundary and guard HTML integrity 2026-09-11 07:41:42 +03:00
order-enhancements-v1775.mjs test: remove reminder requirements from order enhancements 2026-09-11 15:21:32 +03:00
playwright.config.mjs Caterium v17.6.0 - GitHub Cloudflare autodeploy 2026-09-07 15:29:20 +03:00
release-check.mjs Caterium v17.7.3 — clients server read 2026-09-09 12:07:37 +03:00
static-security.mjs test: accept refreshed PWA auth cache 2026-09-12 08:12:39 +03:00