Andreas Schempp
Andreas Schempp
It should be possible to view the log files in the Contao Manager, otherwise there's no way to see why the installation fails without using FTP access (as there is...
@aschempp may be the Contao Manager could check for an `open_basedir` configuration such as this? There are a few hosters out there that set the `open_basedir` to the document root...
Disabling a package should disable the plugin registered in it's composer.json. Packages are enabled by default after installation, so the Managed Edition needs to keep a list of disabled packages...
The password can currently be reset by deleting the `users.json` file in the `contao-manager` directory. We should add a topic about that to the Contao Manager manual.
A user should get a list of package versions (similar to the selection in the Contao 3 Composer client). There should be two options: 1. install version x.y.z and all...
Use the security advisories database (https://github.com/FriendsOfPHP/security-advisories) to tell the user about potential security issues with the current dependencies.
`composer outdated` shows a list of outdated dependencies. Example for current Managed Edition: ``` contao-components/dropzone 3.12.0 4.3.0 DropZone integration for Contao Open Source CMS contao-components/highlight 8.9.1 9.9.0 Highlight.js integration for...
The manager must support custom maintenance tasks. They will be provided by the manager plugins. Because the plugin must run in the *real* composer environment (class loader), we need `contao-api`...
If the login is timed out, the current application state is lost and the user is redirected to the login form. A possible solution would be to implement re-login in...
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...