Skip to content

issues Search Results · language:Dune language:TypeScript language:HTML language:Java language:Java language:JavaScript

Filter by

55.7M results  (698 ms)

55.7M results

描述 位置:ShareCardPage.tsx 第 67-69 行 显示硬编码的 🏞️ emoji,从不加载真实头像。 根因分析: - 后端分享端点 get_share_card 返回了 scores 等数据,但没有返回 image_url - 前端本地 ShareData 接口也缺少此字段 修复方向 1. 后端 get_share_card 需要返回 image_url(生成签名 ...
backend
bug
frontend
MEDIUM

Универсальный коннектор к 1С для платформы Интеграм, который требует минимум действий для получения доступа, выгружает структуру данных и сами данные для последующего мэппинга ИИ-агентом. Ниже — полный ...

描述 位置:AnalysisHistoryPage.tsx 第 41 行 统计卡片使用 API 返回的已筛选数据计算计数。当选择 AI生成 筛选器时,stats.real 和 stats.suspicious 永远为 0。 修复方向 需要单独请求一份不带筛选的统计汇总,或将统计计数作为独立 API 返回。 来源 文档: docs/dating-auth-completeness-analysis.md ...
bug
frontend
MEDIUM

描述 位置:DatingLoginModal.tsx 第 222 行 重置密码 按钮只有 disabled={loading},没有绑定 onClick handler,用户点击后什么都不发生。 此外,sendCode 传的 type: forgot ,后端 send_code 只处理 register 和 reset_pwd,不发送邮件。 修复方向 1. 绑定正确的 onClick 处理函数 ...
auth
bug
frontend
HIGH

描述 多个严重问题: 1. admin_service.login() 返回硬编码 { token : admin_placeholder } 而非真实 JWT 2. 所有 /api/v1/admin/* 端点没有 Depends(get_current_user),任何人都可访问 3. 前端存了 admin_token 但后端根本不校验 4. /api/v1/admin/login 返回格式 ...
auth
bug
HIGH
security

https://github.com/brandonoelze49-gif/JARVIS/tree/main

Feature Name Accent Line Reveal Card Description A modern card component that uses an animated accent line to create visual emphasis and interaction feedback. The card features a thin accent line along ...
animation
good first issue
gssoc:approved
GSSoC-26
help wanted
type:feature

描述 位置:components/dating/DatingLoginModal.tsx 登录成功后直接写 localStorage.setItem( token , ...),不经过 useAuth().login()。导致: - AuthContext.user 保持 null - isAuthenticated 保持 false - Sidebar、TopBar 等组件仍然显示未登录状态 ...
auth
bug
frontend
HIGH

描述 位置:auth/application/verification_service.py 第 15 行 if latest and (datetime.now() - latest.expires_at.replace(tzinfo=None)).seconds 240: expires_at 是未来时间(now + 5分钟),now - future 为负数。Python 负 timedelta ...
auth
bug
CRITICAL
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.