Sebastian Helzle
Sebastian Helzle
- [x] Installation instructions - [x] Screenshot - [ ] Configuration options - [x] Feature list
We should be able to directly login after registering the user successfully via the frontend form. We have to provide the fields to the `Neos\Neos\LoginController->authenticate` action as `__authentication[Neos][Flow][Security][Authentication][Token][UsernamePassword][username]` and `__authentication[Neos][Flow][Security][Authentication][Token][UsernamePassword][password]`...
**What I did** This is a follow up for #3770 in which we load all nodes requested by the UI directly from the database instead of querying each node by...
### Description The asset editor doesn't allow a preview of the selected asset like the image editor does. #### Expected behavior * The asset can be previewed both when the...
**What I did** With this change the minimal required nodedata for each node in the rendered content is inserted as data attribute and not as inline script anymore. This improves...
### Description Focused nodes on deeper levels in the document tree are not being scrolled too after the tree reloads / refreshes. ### Steps to Reproduce 1. Select a page...
A new UX for the workspace overview based on the package https://github.com/Sebobo/Shel.Neos.WorkspaceModule **Upgrade instructions** TODO **Review instructions** TODO **Checklist** - [ ] Code follows the PSR-2 coding style - [...
The subnodetypes of the given filter are collected twice (once in the `NodesController` and once in the `NodeDataRepository`) leading to nodetypes being included which don't inherit from the given list...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When the original node is hidden, the reference doesn't show the...
With this change a new image helper is introduced in Neos.Media which allows creating a thumbnail and using its various properties in Fusion object. This way the actual size of...