pullrequests Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:JavaScript is:unmerged
Filter by
59.8M results
Issue Description
Current auth controller needs security and feature improvements.
Changes Made
✅ Password strength validation (8+ chars with uppercase, lowercase, number, special character) ✅ Account ...
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
[BE] Sửa lỗi tham số mặc định và động hóa mô tả phân tích hợp tác
Mô tả: PR này khắc phục vấn đề Backend trả về mô tả tĩnh hardcode và danh sách kết quả rỗng do thiếu tham số cấu hình
mặc định khi gọi ...
Fixes #4535
!-- Add issue number above --
Describe the changes you have made in this PR -
Resolved the abnormal footer movement on the Notifications page by removing the legacy 250px spacer div from ...
Motivation
- Improve sold-state visibility by replacing the flat rectangular SOLD! label with a branded sticker-style badge and
dim the product image so sold items are immediately obvious (inspired ...
codex
Summary
Connection pools to DynamoDB, STS and Secrets manager on synchronous clients times out after a period of inactivity.
This change adds a connection pool refresh.
Type of Change
- [ ] feat (new ...
bug
What
Adds a new agent skill orq-evaluator-alignment to the orq-skills plugin, and bumps the plugin to v2.1.0 (MINOR — new
backward-compatible capability).
The skill aligns/calibrates an existing binary ...
PR 제목: 유저(게스트/호스트),본인인증(PASS),약관(동의) 엔티티
!-- 예시: [PR]: [feat] 로그인 API 연동 -- 유저(게스트/호스트),본인인증(PASS),약관(동의) 엔티티
🔗 관련 이슈 (Related Issue):
!-- PR 병합 시 자동으로 이슈가 닫히도록 이 PR과 관련된 이슈 번호를 기재해주세요. --
- close ...
Feature
What
Added missing package to devDependencies: react-dom.
Why
CI failed with Cannot find module react-dom .
Root cause: The npm install failed because the project declares a dependency on React 17 ...