Frédéric Guillot

Results 133 comments of Frédéric Guillot

Let's merge this issue with #4389 which is also about performance degradation.

The documentation has been improved. I hope that helps. - https://docs.kanboard.org/v1/admin/plugins/ - https://docs.kanboard.org/v1/admin/docker/ Docker Compose: ```yaml version: '2' services: kanboard: image: kanboard/kanboard:latest ports: - "8080:80" - "443:443" volumes: - kanboard_data:/var/www/app/data...

I don't think the problem is related to the environment variables. The CGI variable `REMOTE_USER` should be populated by a reverse proxy that handles the authentication part. You could test...

Your pull-request is very difficult to review. All changes have to be reviewed and tested carefully to make sure that there is no regression. May I ask you to submit...

@vedranmiletic The change below should work. If you don't mind updating your pull-request. ```diff diff --git a/assets/css/src/form.css b/assets/css/src/form.css index 1942e499..c4aa9355 100644 --- a/assets/css/src/form.css +++ b/assets/css/src/form.css @@ -15,6 +15,10 @@ label...

The web ui cannot work until it's fully loaded for the simple reason that the Javascript code is not running yet.

You can use the same date/time format that is configured in the application settings. Example with the Python API: ```python >>> import kanboard >>> kb = kanboard.Client('http://localhost:8000/jsonrpc.php', 'admin', 'admin') >>>...

I can't guess what is wrong if you don't provide any logs.

Cannot reproduce with the information provided.