Skip to content

pullrequests Search Results · language:Dune language:HTML language:JavaScript language:TypeScript language:JavaScript

Filter by

203M results  (3 s)

203M results

What New CEO-dashboard page at /dashboard/payment-methods answering * how many accounts have added a payment method? * The synced dashboard_* tables only mirror subscriptions — there s no payment-method ...

Introduce bcrypt for secure, one-way hashing of user passwords. This includes: - A Mongoose pre( save ) hook to automatically hash passwords on creation or update. - Updates to the authentication ...

Follow-up to #24 (the lesson-completion guard). Extends the can t advance off unfinished work invariant to the interview and capstone boundaries, and corrects two related semantics issues found along the ...

Updates the requirements on @babel/core, @babel/plugin-transform-class-properties, @babel/plugin-transform-private-methods, @babel/preset-env, @commitlint/cli, @commitlint/config-conventional, @eslint/js, ...
dependencies
javascript

Problem Backend logs use NestJS s default Logger, emitting plain text without structured fields. Production needs JSON with timestamp, level, service, requestId, message, and context so log aggregators ...

Summary - Enforces strict path-hive target consistency across /api/hives/[id]/** routes. - Rejects mismatched query/body hiveId where callers attempt to override the path hive. - Adds focused route ...

!-- CURSOR_AGENT_PR_BODY_BEGIN -- Summary - Harden dashboard avatar uploads for mobile/web by validating supported image types, avoiding base64 previews, and uploading cropped JPEG avatars with ...

What DEFAULT_CONFIG.model in src/lib/ai.ts was claude-sonnet-4-0, which aliases claude-sonnet-4-20250514. That model retired on June 15, 2026 — calls to it now return 404. This bumps the default to claude-sonnet-4-5-20250929 ...