Mauro Amico
Mauro Amico
Added directive to cache stable resources in the browser or an intermediate server for 365 days, the static resource that could change after a new deployment for 1 minute
there are no caching rule for `@site` and `@navroot`. Is it intentional omission or oversight?
``` % docker build -t owb:anac . ... [INFO] Copying files to /root/target/rpm/owb/tmp-buildroot/etc [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.381s [INFO] Finished at: Wed Jan 26...
Fixes #3216 When there is a contextualized vocabulary url in the schema, Volto must call it with the full path and not return it to the site root. There is...
After changing the reverse proxy rules that pointed directly to the backend, to utilize Volto proxy middleware, for binary downloading (i.e., **images** and files), we noticed a significant drop in...
This is an alternative implementation of #5299 which uses `express-http-middleware`. Compared to the other implementation, this one tries to implement the task ‘handle errors (not found, not authorised, ...) correctly’....
get schemata for behaviors defined in the context. ie using a `plone.dexterity.behavior.DexterityBehaviorAssignable` adapter see https://github.com/collective/collective.instancebehavior/
This PR was initially created to implement the `subpath` option for monorepos—Git projects with Python packages in a subpath (such as those generated with [cookieplone](https://github.com/plone/cookieplone)). You can review the initial...
**Describe the bug** Reset Password UI crash on invalid username **To Reproduce** Steps to reproduce the behavior: 1. Go to https://demo.plone.org/passwordreset/b78200e82a05411e9e20857bd9aa9d49 2. type fake username and password, eg. 'user.foo', 'password.bar'...