Vansh Gilhotra
Vansh Gilhotra
## Description This PR fixes a critical bug in the Authentik OAuth2 provider where required parameters were missing in token requests. Fixes: #9567 ### Issues Fixed - The `getTokens()` method...
# Optimized live bindings processing to reduce overhead - Improved performance by optimizing the handling of live bindings. - Ensured correct hook calls and traversal logic for better consistency. Fixes...
Fixes: #19359 This PR introduces a **feature** by adding a new configuration option (`cache.cacheFilter.maxAssetSize`) to the filesystem cache system. It includes: - Modifications to `IdleFileCachePlugin.js` to filter assets based on...
fixes: #19134 Fixed issue with external dependencies not loading properly on first visit when lazy compilation is enabled Added logic to ensure external dependencies are properly initialized before lazy-loaded chunks...
# Feature request ## What is the expected behavior? Introduce a new TypeScript mode (`typescript/auto`) in Webpack that can leverage the new Go-based TypeScript compiler (Corsa) or Node.js built-in TypeScript...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior When accessing `/god-mode` while unauthenticated, the app correctly shows "Admin user...
## Implement backend support for custom fields (work item properties) to allow projects to define and manage custom metadata for issues. ### Description - Add IssueProperty and IssuePropertyValue models -...