Delano
Delano
## Description We want to add the ability to create users through both the console and the `bin/ots` CLI tool. This will make user management more efficient for administrators. ###...
### Description We want to migrate our vue-i18n implementation to use the Composition API mode consistently across the application. Currently, we have mixed usage, as seen in our test setup...
We'd like to look at improving our Vite build configuration to reduce the main bundle size while maintaining our strict CSP security requirements. The main focus will be on separating...
### Description We want to establish a robust system for managing and validating translations across our Vue.js application. This includes automated checks for missing translations, structure consistency, and coverage metrics....
### Description We want to add a new security feature to improve our API key management by allowing keys to expire automatically after a configurable period of inactivity. This will...
### Description We want to implement a secure domain handling strategy for unknown/unregistered domains pointing to our instance. Currently, any domain with proper TLS could potentially access our branded experience,...
### Description We want to improve our application's error handling to eliminate scenarios where users are shown the unhelpful "Please go back, refresh the page, and try again" message. This...
We want to implement a more flexible CORS configuration that supports multiple origins while maintaining security. The current implementation needs to be updated to handle different origins with specific access...
### Description We want to enhance the ShowSecret view to support company-specific branding and additional content elements, making the secret sharing experience more customizable for enterprise users. ### Tasks -...