Skip to content

Changes

Started by timer
Started 1 mo 2 days ago
Took 59 sec on built-in

Summary

  1. add a new method how to work with tickets mast detail view2 (details)
  2. change ticket overview (details)
  3. give user option to modify emails in account (details)
  4. add receiver for submission from new page (details)
  5. landing-leads CORS: allow any *.younex.de origin (PaaS system domains) (details)
  6. Set real LANDING_LEAD_TOKEN in .env and .env-prod (was empty placeholder) (details)
  7. push landing leads for new logyou page (details)
Commit 789bc780cbcb9962bc231495a51ecfe80babaf5d by info
add a new method how to work with tickets mast detail view2
The file was modifiedapp/assets/langs/shared.js (diff)
The file was modifiedapp/pages/requests/my-tickets/index.vue (diff)
The file was modifiedreference/recipes.md (diff)
The file was addedapp/components/requests/MyTicketDetail.vue
The file was modifiedapp/pages/requests/my-tickets/[id].vue (diff)
Commit 8fe081f30345e4977d62face45d977d601d8c7a2 by info
change ticket overview
The file was modifiedapp/assets/langs/shared.js (diff)
The file was modifiedapp/pages/requests/my-tickets/index.vue (diff)
Commit ac5a1dfc66d0e94ed723dc8205660bd172698217 by info
give user option to modify emails in account
The file was addedapp/pages/verify-email.vue
The file was modifiedserver/api/accounts/company-profile.put.ts (diff)
The file was modifiedserver/utils/merchantPartner.ts (diff)
The file was modifiedapp/pages/users/profile/index.vue (diff)
The file was addedserver/api/accounts/company-profile/cancel-pending.post.ts
The file was addedserver/utils/emailVerifyDb.ts
The file was modifiedapp/assets/langs/shared.js (diff)
The file was addedserver/api/email-verification/confirm.post.ts
The file was addedserver/utils/emailVerification.ts
The file was modifiedapp/components/dashboard/ProfileForm.vue (diff)
The file was modifiedserver/api/accounts/company-profile.get.ts (diff)
The file was modifiedapp/components/dashboard/ProfileBilling.vue (diff)
Commit d9bd5ab26d83d263841798ee658178f99c386124 by info
add receiver for submission from new page
The file was modified.env (diff)
The file was modifiednuxt.config.ts (diff)
The file was addedserver/utils/landingLeadCors.ts
The file was addedserver/api/webhooks/landing-leads.options.ts
The file was modified.env-dev (diff)
The file was modified.env-prod (diff)
The file was addedserver/api/webhooks/landing-leads.post.ts
Commit f596ccf6eb91a4272ee55baf7452d8f6cd3a5d90 by info
landing-leads CORS: allow any *.younex.de origin (PaaS system domains)

deploy.younex.de (dotnews-paas) gives every project a system domain shaped
like <app>-<8 hex>.younex.de, always live even before a custom domain is
attached — pre-launch/staging deploys of the landing page live there and
need the lead-intake CORS check to pass too. Wildcard regex added alongside
the exact-match production allowlist (logyou.de/www.logyou.de untouched).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The file was modifiedserver/utils/landingLeadCors.ts (diff)
Commit 9c7bd39385b13d2d16cad444805eb22f3736c4a7 by info
Set real LANDING_LEAD_TOKEN in .env and .env-prod (was empty placeholder)

Matches the value now deployed as NUXT_LANDING_LEAD_TOKEN on the
logyou-landing side (server/api/lead.post.ts), which forwards lead
submissions here server-to-server instead of the browser calling this
endpoint directly — removes the CORS-allowlist dependency for that path.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The file was modified.env (diff)
The file was modified.env-prod (diff)
Commit 21e1c2ba55dcd6338429fbd667624a0ed84e6cdf by info
push landing leads for new logyou page
The file was modifiedserver/api/webhooks/landing-leads.post.ts (diff)