Hypolite Petovan

Results 320 comments of Hypolite Petovan

I'm on board with the "Mention" button, not with the second line with the actual mention in the vertical card (vcard). However I believe this is the vier theme and...

In PHP, when you add a query string parameter to a page URL, its key and value end up in the superglobal `$_GET` array. For example, `/[email protected]` would give the...

Pardon me for asking, but do you have any prior knowledge in PHP programming? If not, it will make this process painstaking for both of us. I appreciate your willingness...

Thank you kindly. However the other issue you chimed in about translation strings could be a good introduction to editing files in the project, regardless of programming language.

This looks interesting, but might require us to create additional endpoints beyond the straightforward modification to the WebFinger output changes.

If I understand you correctly, adding these endpoints to the WebFinger would allow remote platforms to offer local Friendica users to interact with remote content using the local endpoint they...

Thank you for looking into this! The curl calls are very helpful.

Indeed, I wasn't aware of the dependency, thank you for looking into it!

I don't have a problem with underscores in nicknames and the doc indeed needs to be updated to "alphanumeric characters and underscores".

The check in `Register.php` was added because of a different reason: https://github.com/friendica/friendica/pull/13862, so I don't believe underscores are an issue for anything else since the prevailing username rules (`A-Za-z0-9_`) have...