Miklós Tóth
Miklós Tóth
- inmem - sql db - search service, single web - search service, NLB
There are cases when we want to regenerate preview images in a subtree - for example the feature was switched off temporarily during a mass import or we just added...
Make the preview generation process more flexible in an enterprise environment.
When we upload a file, it may become an image based on the _allowed types_ on the parent. This lets us upload docx or pdf files as images. We have...
Extend the most important APIs in sensenet with async overloads. Save operation is in a different issue: #1792 #### Acceptance - documentation with samples
Previously when I selected multiple content in the grid, the batch actions appeared on the right. This has changed, maybe because of the Copy path button. ### Expectation The actions...
Currently when using the new `SnAuthorize` attribute we can identify roles by their names ('Administrators, Developers'). We will need more advanced role definitions soon as there can be multiple groups...
We still have projects on `netstandard`, `netcore`, etc. Try to consolidate these to .Net 6 (which is the current LTS version). - [ ] update build agents - [ ]...