ezplatform icon indicating copy to clipboard operation
ezplatform copied to clipboard

Meta repository that pulls in all dependencies for clean distribution of Ibexa Platform.

Results 22 ezplatform issues
Sort by recently updated
recently updated
newest added

Ref https://issues.ibexa.co/browse/IBX-2921 Disable TRACE/TRACK methods. Browsers have blocked this already for ages now, but explicitly blocking it in vhosts can silence some test warnings. Proposal by @vidarl, I just added...

Ready for QA
Improvement

Proposed by community _"to avoid several cache issues related to the out of the box login code"_. Is this sensible? CI is happy.

Ready for review

Includes: - PHP ini tweaks for performance and higher default upload limit - Log rotation to make sure log does not consume gigabytes of disk space - Asset caching -...

Due to direct `getenv` usage, it's not possible to define APP_HTTP_CACHE value with `.env` file, only by setting the system environment variable. I think it makes sense to have it...

Before the container is build, call to `$container->getParameter` will not returned the resolved values, but instead values like `%env(MAILER_HOST)%` With this fix, the `mailer_host` setting is actually set correct on...

@lando is working closely with @platformsh to "Landoify" its application templates so: * They contain good defaults and needed local overrides for the Platform.sh config * They can all be...

https://jira.ez.no/browse/EZP-31807 The example command for configuring Platform.sh COMPOSER_AUTH environment variable was no longer working with the latest version of the Platform.sh CLI. This PR includes an updated command that works...

Syntax in platform CLI according to: https://docs.platform.sh/tutorials/composer-auth.html#set-the-envcomposerauth-project-variable

If there is a Platform.sh Solr relationship, but the project config is not set to use the "solr" search engine (i.e. it's set to "legacy", or not set at all),...

## Motivation I have done this experiment, for 3 reasons: - Github Actions is free for the community and faster than Travis, and I think that's the future. - to...