Mole
Mole
This is a continuation of #12790. This implements the versions upgrades, there's not an awful lot to mention here that's not already mentioned in #12790, so read that for more...
> **Note** > This is an early WIP, and is set not to be packable since we don't want to release this yet. There will be breaking changes in these...
### Which *exact* Umbraco version are you using? For example: 9.0.1 - don't just write v9 Contrib branch ### Bug summary If you try and create a folder in the...
Brotli seems to be extremely slow to compress files, the Umbraco backoffice JS bundle takes a whole 10 seconds to be served when using Brotli. After I overwrote the `RequestHelper`...
This PR is a collection of multiple PRs, just to make life a bit easier when reviewing them. Take a look at each merged PR for more information
Removes the legacy manifest parser and the files that were dependant on it. This includes all of the ContentApp, Sections, and Dashboard related services and models, this is now purely...
Migrates the value converters to use `System.Text.Json` instead of `Newtonsoft.Json` Additionally, this removes the old `JsonNetSerializer` since it was a newtonsoft implementation. This broke some tests because they contained invalid...
This fixes #17263 Separates updating the memory cache and database cache into two separate methods. This is because when load balancing only the publisher should update the database cache, however,...