nxtgauge-backend-rust/apps/users/src/handlers
Tracewebstudio Dev 8423b7a0f5 fix: security, wallet holds, printpdf upgrade
- Upgrade printpdf 0.7 → 0.12.5 in job_seekers (fixes lopdf HIGH CVE RUSTSEC-2023-0068)
  Rewrote build_resume_pdf() for the new Op-based API; same PDF output
- Add wallet/me/holds and wallet/me/holds/{id}/release routes to profession_shared
  Backed by wallet::hold::list_for_user and wallet::hold::release
  Applies to all 9 profession services via the shared router
- Add deny.toml for cargo-deny (advisory + ban policy enforcement)
  RSA timing CVE and bincode unmaintained acknowledged with documented reasons

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-12 13:38:17 +02:00
..
activity_logs.rs fix: convert all remaining SQLx macros in handlers to runtime API 2026-04-09 08:11:26 +02:00
admin.rs feat: human-readable reference numbers + fix verification document visibility 2026-07-19 16:34:00 +05:30
admin_ai.rs Fix /api/ai/* returning 500 on every request, close credit-minting bugs, add grounding guardrail 2026-07-03 04:05:14 +05:30
admin_email.rs fix(ai): align backend plans and clean warnings 2026-06-15 09:23:44 +05:30
ai.rs fix: security, wallet holds, printpdf upgrade 2026-08-12 13:38:17 +02:00
ai_auto.rs Fix /api/ai/* returning 500 on every request, close credit-minting bugs, add grounding guardrail 2026-07-03 04:05:14 +05:30
ai_credits.rs feat: Complete Ask Ash AI Credits implementation on high-performance branch (Tasks 1-10) 2026-07-06 01:49:16 +05:30
ai_phase4.rs feat: Complete Ask Ash AI Credits implementation on high-performance branch (Tasks 1-10) 2026-07-06 01:49:16 +05:30
ai_prompts.rs feat(ai): Phase 3 - RAG, streaming, rate limiting, feedback 2026-06-08 06:15:58 +05:30
approvals.rs fix: profile approval 500 — users table has no role column 2026-07-31 16:52:33 +05:30
auth.rs Fix security audit findings: admin authz, captcha, secret leak, CORS 2026-07-23 17:31:48 +05:30
config.rs Fix wizard-submitted profile data being dropped and wizard schemas saving with no fields 2026-07-29 11:46:03 +05:30
coupons.rs fix: suppress dead_code warnings with #[allow(dead_code)] 2026-04-18 18:30:56 +02:00
dashboard.rs feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
external_roles.rs fix(session1): customer list_requests path arg, external-role by-key endpoint, RuntimeRoleDetail type 2026-06-10 16:19:46 +02:00
internal.rs Issue each account its own LiteLLM virtual key instead of the shared master key 2026-07-16 20:29:00 +05:30
kb.rs fix(e2e): 14 bug fixes across users, leads, gateway, KB, and reviews 2026-06-10 16:17:10 +02:00
mod.rs Issue each account its own LiteLLM virtual key instead of the shared master key 2026-07-16 20:29:00 +05:30
modules.rs Fix security audit findings: admin authz, captcha, secret leak, CORS 2026-07-23 17:31:48 +05:30
notifications.rs fix: convert all remaining SQLx macros in handlers to runtime API 2026-04-09 08:11:26 +02:00
onboarding.rs fix(ai): align backend plans and clean warnings 2026-06-15 09:23:44 +05:30
payment_gateway.rs Fix security audit findings: admin authz, captcha, secret leak, CORS 2026-07-23 17:31:48 +05:30
permissions.rs feat: profile photo upload, PDF resume generation, AI auto-apply, schema fixes 2026-07-02 13:31:06 +02:00
pricing.rs fix(pricing): support roleKey alias and leads schema 2026-04-29 09:59:41 +02:00
profile.rs fix: verification submission no longer blocks login or misreports status 2026-07-30 15:36:12 +02:00
reviews.rs fix: audit_logs, tax_rules, reviews tables never existed; fix wrong column in review creation 2026-07-21 03:05:14 +05:30
role_meta.rs fix(verification): align document keys and dedupe role maps across handlers 2026-07-14 21:23:30 +05:30
roles.rs feat: profile photo upload, PDF resume generation, AI auto-apply, schema fixes 2026-07-02 13:31:06 +02:00
settings.rs feat: update DB schema - split users.first_name, users.last_name, roles split 2026-04-15 06:23:27 +02:00
support.rs feat: human-readable reference numbers + fix verification document visibility 2026-07-19 16:34:00 +05:30
user_roles.rs fix(e2e): 14 bug fixes across users, leads, gateway, KB, and reviews 2026-06-10 16:17:10 +02:00
verifications.rs Add presigned document URLs to stop leaking permanent Backblaze links 2026-07-27 18:07:15 +05:30