Sascha Ißbrücker
Sascha Ißbrücker
Currently there is no UI workflow to add new users to the system. The only options are creating new super-users using the Django script or enabling registration for a limited...
Currently bookmarks automatically use the title + description from the website when added manually. The same should also work when importing bookmarks. This would be easy to add, but might...
## Description The Map component should provide an API for configuring interactions with the viewport (for example drag to pan, pinch to zoom), and should allow enabling or disabling interactions....
Currently the grid uses the flex-order CSS prop for sorting columns. This can be a problem if the columns contain focusable elements, such as inputs or selects, because these will...
As part of the PiT for 23.2, we identified [an issue related to Selenium tests](https://github.com/vaadin/web-components/issues/4096), where an automated test recording tool used internally generated element IDs as selector. After changing...
**Describe the bug** Using `WaybackMachineCDXServerAPI.newest` does not return the last snapshot, but some recent snapshot. For example for `https://openlayers.org/`, it returns a snapshot from `2022-06-16 17:20:36`, the latest snapshot (as...
Since version 1.15.0 linkding uses Django 4.1, which introduces new restrictions to [CSRF handling](https://docs.djangoproject.com/en/4.0/releases/4.0/#csrf-trusted-origins-changes-4-0). This can cause CSRF verification to fail (for example during login) if the app is running...
### Description For a date time picker with a tooltip, the tooltip does not hide when opening the time picker dropdown using keyboard navigation. This has the side effect that...
When the developer changes translations in a properties file, or Copilot writes a new translation string into a property file, the frontend should update immediately and render the updated translation...
Adds support for formatting translation messages in the ICU message format. This allows to do basic parameter replacement, formatting numbers / dates / times, pluralization as well as selecting phrases...