issues Search Results · language:Dune language:TypeScript language:TypeScript language:JavaScript language:JavaScript
Filter by
10M results
Migrated from GitLab issue #84 Original URL:
https://gitlab.csi.miamioh.edu/2026-senior-design-projects/ai-augmented-automl-toolchain/ai-augmented-auto-ml-toolchain/-/issues/84
Summary
The query execution ...
DLC::Sprint Backlog
gitlab-84
gitlab-import
Priority::Medium
SCOPE::FRONT_END
SPRINT::02
Idea
Proposer un pipeline de maintenance sans appel LLM pour détecter et traiter les problèmes de santé des bookmarks.
Objectif
Ajouter un système de scan périodique qui vérifie automatiquement:
...
Problem
web/next.config.js sets images.remotePatterns with hostname: **.sslip.io . The sslip.io service encodes arbitrary IP
addresses into hostnames - e.g. 10-0-0-1.sslip.io resolves to 10.0.0.1. Next.js ...
bug
medium
security
Problem
Three entities reference User with no onDelete cascade, causing FK constraint violations or orphaned records when a user
is deleted:
- Event.createdBy - events remain with dangling created_by ...
bug
medium
Problem
The admin Axios 401 interceptor calls localStorage.removeItem( access_token ) before redirecting to login. Since tokens
are in HttpOnly cookies and withCredentials: true is set, localStorage never ...
bug
medium
Problem
UsersService.getPhotos() and getVideos() hardcode total: 0 and totalPages: 0 in their return values. Pagination controls
will never advance past page 1 and always display zero items regardless ...
bug
medium
Problem
UsersService.getMutualFriendsCount() calls getFriends(userId, 1, 1000) twice and performs an in-memory set intersection
- loading up to 2,000 friend records per profile view. This runs on every ...
bug
medium
performance
Problem
AffiliatesService.findByReferralCode() loads the affiliate with relations: [ user ] and returns the full User entity
including email, phone, and other PII. Any authenticated user who knows or ...
bug
medium
security
Problem
EventsService.create() and CreateEventDto accept an optional endDate without validating it is after startDate.
Submitting endDate startDate stores a logically invalid event in the database, breaking ...
bug
medium
Value Impact
undefined
Patch
--- a/src/auth/validation.ts
+++ b/src/auth/validation.ts
@@ -12,7 +12,7 @@ export function validateToken(token: string): boolean {
if (!token) {
- return true; // ...

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 IssuesProTip! Restrict your search to the title by using the in:title qualifier.