Cyril Chapellier

Results 175 comments of Cyril Chapellier

Hi @chadicus Any chance you could update us on the status of the 4.X branch (for this repo but also for `slim-oauth2` and `slim-oauth2-http`) so we can see what's left...

👋🏼 I've tried to make all the necessary changes in the three following repos: - https://github.com/chadicus/slim-oauth2-routes/pull/47 - https://github.com/chadicus/slim-oauth2-middleware/pull/63 - https://github.com/chadicus/slim-oauth2-http/pull/50 @chadicus My work is not very different from your attempt...

A configuration would be awesome for this! 🎉 In all clients (_even Element_), visiting the profile of a user displays this _ugly-and-with-too-many-unecessary-underscores_ handle. Dropping the underscores would really make it...

Hi @Elbullazul I have unfortunately little experience on LDAP in general to help diagnose. Could you try to set the application in dev mode (APP_ENV=dev) and see the logs you...

Ah, yes, indeed, as you need the dev dependencies installed to be able to run in dev mode. You can install them with `composer install` inside the running container. Otherwise,...

Yes if you're not used to the composer / PHP ecosystem it's not that easy I admit. Run a shell in the container, go to the `/var/www/davis/` folder, and then...

``` [2024-05-14T19:13:48.488117-04:00] doctrine.INFO: Disconnecting [] [] [2024-05-14T19:13:48.674031-04:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://davis.localhost/favicon.ico" (from "https://davis.localhost/dav/")" at /var/www/davis/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found...

Thank you! Will look over the weekend, thanks for your patience 🙏🏼

Hi I've added a bit more logs in the LDAP auth mechanism ([here](https://github.com/tchapi/davis/commit/185a6a9ac0367e748ec572459fc8bde71181a9e9)). Can you retry either by pulling the latest changes in your debug container, or using the [edge](https://github.com/tchapi/davis/pkgs/container/davis/218160851?tag=edge)...

No more relevant errors in there (and no more 500), and no LDAP specifics. Anything in the container logs by any chance?