-
It is a super addon for Statamic but in the case we have a page with a mounted collection with pagniation, it will be great to have the possibility to "warmup" also all this pages.
We could add the s…
-
### Assemblies affected
Microsoft.OData.Core v7.0.0
Microsoft.AspNet.OData v6.0.0
Microsoft.AspNet.WebApi v5.2.3
### Reproduce steps
I would like to simply the usage of $skip and $top by creating a …
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
10.8.3, 13.2.1
### Bug summary
Since we migrated to Umbraco 10 (in November 2023) we've been experiencin…
-
Take an object of the form
```
{ a: { b: { c:1 } }, d: 2 }
```
And turn it into something like
```
{ 'a.b.c': 1, d: 2 }
```
For presentation or serialisation (querystrings can't be nested for exam…
-
The way PSSlack send the token to slack is no longer supported on newly created apps:
https://api.slack.com/changelog/2020-11-no-more-tokens-in-querystrings-for-newly-created-apps=0
I have confirm…
-
I reproduced this by saving a document {"a": "foo+bar"} and then querying for it in Mongs. 404 as reported by @sureshsaggar.
-
4.13.3
JavaScript Tracking Code (default mode)
activated:
- matomo link tracking
- matomo HeartBeatTimer with value `1`.
By one-pager websites, there are page visits greater than 1 in the widge…
-
The URL matching using `RewriteRule` only matches on the "URL"-part of the URL, not any parameters. If this app could also be extended to support `RewriteCond` we could match also for querystrings/par…
-
### Core Library
MSAL.js v2 (@azure/msal-browser)
### Wrapper Library
MSAL Angular (@azure/msal-angular), MSAL React (@azure/msal-react), MSAL Node Extensions (@azure/msal-node-extensions)
### Pub…
-
I think we need to keep our path naming convention a little clearer.
All over we are using
....path for file paths and uri paths, it makes it very confusing and very easy to introduce security flaws…