Vincent Peugnet
Vincent Peugnet
I just made a test by not providing the email address in the Controller. The LDAP connection modal asked me to type an Email address that later need to be...
> https://phil.tech/2016/http-rest-api-file-uploads/ According to this blog post, the multipart is not confortable from the client point of view. The most easy way is to separate the file from the metadatas...
Okay, I just saw that *Symfony* is using the other strategy: Encoding the datas in BASE64 format so it can fit a JSON and be send through POST API. https://symfonycasts.com/screencast/symfony-uploads/api-uploads#pure-api-endpoint-with-json-base64-decode...
This morning, I fought of replacing straight redirections (redirection without refresh time or sleep) with their target directly during the rendering. This could be interesting when doing a PAGELIST mixing...
> This could be interesting when doing a PAGELIST mixing internal links and externals (redirections) to have the real link preview. > The only problem I see, would be that...
I assume you're talking about the CSS editor view ? The JS library for the editor is [CodeMirror 5](https://codemirror.net/5/). What would do the job seems to be a sort of...
> Why ?? Because otherwise they could access any other content of W using INCLUSIONS
> I know that at some point, the default timespan of the "remember me" cookie was set to something **very** short (a few days if not only one). Maybe it...
I cannot reproduce the bug with "remember me" checked and cookie set to more than 0 days.