issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:Java language:HTML
Filter by
39.9M results
Description
No input validation exists on any API endpoint. Tasks can be created with null titles, negative priorities, and invalid
status codes.
Requirements
- Add Bean Validation annotations (@NotNull, ...
Description
Spring Boot 2.7.x reached End of Life. We need to upgrade to Spring Boot 3.x.
Migration Requirements
- Migrate from javax.* to jakarta.* namespace
- Update Java version requirement to ...
Description
There is no API documentation. Developers rely on reading source code to understand endpoints.
Requirements
- Add SpringDoc OpenAPI (swagger-ui)
- Document all REST endpoints
- Include ...
Description
Add add css shimmer skeleton loading system for EaseMotion CSS framework.
GSSOC26
This contribution is part of GSSoC 2026.
good first issue
gssoc:approved
GSSoC-26
help wanted
level:advanced
Description
GET /api/tasks returns ALL tasks. We now have 50,000+ tasks and this endpoint causes OutOfMemoryError in production.
Requirements
- Add pagination support (page, size parameters) on all ...
Description
Currently there is no authentication middleware. Any request can access any endpoint. The login endpoint returns a fake
JWT token.
Requirements
- Proper JWT authentication with Spring ...
Description
The custom sanitize() method in StringUtils only removes script tags but doesn t handle:
- img onerror=... payloads
- Event handlers (onload, onmouseover, etc.)
- URL-encoded payloads ...
Description
The DateUtils.getQuarter() method returns quarter values 0-3 instead of the expected 1-4.
January returns 0 instead of 1, April returns 1 instead of 2, etc.
Root Cause
Calendar.MONTH is ...
Description
StringUtils.padRight() throws StringIndexOutOfBoundsException when the input string is longer than the target length.
Steps to Reproduce
StringUtils.padRight( long string , 5); // throws ...
[Migrated PR from GHES] Original #373 by @paviamid Branch: 308-gruppe-member-kopieren-und-verschieben → main
member kopieren und verschieben

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.