Hypolite Petovan MrPetovan
MrPetovan merged pull request friendica/friendica-addons#1483 2024-03-19 18:00:46 +01:00
Updated URL Replace addon
MrPetovan pushed to 2024.03-rc at toddy/friendica-addons 2024-03-19 17:57:42 +01:00
872a438dcf [nitter] Drop support for the addon
da8681c8c4 [invidious] Drop support for the addon
67c44792fd [url_replace] Simplify config setting conditions
cfbbeaac62 Use invidio.us as default
32f698ce10 Only show small info about replacements if the original has changed
Compare 28 commits »
MrPetovan pushed to 2024.03-rc at toddy/friendica-addons 2024-03-19 17:56:19 +01:00
5478552040 [nitter] Drop support for the addon
a601a6b4a2 [invidious] Drop support for the addon
c491c04111 [url_replace] Simplify config setting conditions
Compare 3 commits »
MrPetovan commented on pull request friendica/friendica-addons#1483 2024-03-19 17:54:08 +01:00
Updated URL Replace addon

Sorry about that, we're following the PSR-12 coding standards: https://www.php-fig.org/psr/psr-12/#62-binary-operators

I don't use PHP CS Fixer myself so I'd be hard-pressed to verify the…

MrPetovan pushed to 2024.03-rc at toddy/friendica-addons 2024-03-19 17:47:42 +01:00
66c0811ace [nitter] Drop support for the addon
6074d900ce [invidious] Drop support for the addon
17eacbfc76 [url_replace] Simplify config setting conditions
Compare 3 commits »
MrPetovan suggested changes for friendica/friendica-addons#1483 2024-03-16 18:26:18 +01:00
Updated URL Replace addon
MrPetovan commented on pull request friendica/friendica-addons#1483 2024-03-16 18:26:18 +01:00
Updated URL Replace addon

Code standards: Please wrap operators with spaces.

MrPetovan pushed to 2024.03-rc at friendica/friendica-addons 2024-03-16 09:06:26 +01:00
f3bddaf7d6 Merge pull request 'Blockbot: More agents added' (#1486) from heluecht/friendica-addons:blockbot-agents into 2024.03-rc
4a14bc47ee Blockbot: More agents added
Compare 2 commits »
MrPetovan merged pull request friendica/friendica-addons#1486 2024-03-16 09:06:26 +01:00
Blockbot: More agents added
MrPetovan commented on pull request friendica/friendica-addons#1483 2024-03-16 09:05:12 +01:00
Updated URL Replace addon

I agree with @heluecht , let’s use the official portal by default and let admins pick a specific instance later.

MrPetovan pushed to 2024.03-rc at friendica/friendica-addons 2024-03-15 23:19:17 +01:00
09b3f01558 Merge pull request '[CI] Add PHP 8.3 and upgrade CI images' (#1485) from nupplaPhil/friendica-addons:feat/CI_php83 into 2024.03-rc
e1f27d88b7 Fixup :)
57c4735ad6 Use PHP 8.2 for other pipelines
372a850103 Use PHP 8.2 for codecoverage
7e890124a8 Update PHP 8.1 and PHP 8.2 CI image
Compare 6 commits »
MrPetovan merged pull request friendica/friendica-addons#1485 2024-03-15 23:19:16 +01:00
[CI] Add PHP 8.3 and upgrade CI images
MrPetovan commented on issue friendica/friendica-directory#75 2024-03-15 11:24:02 +01:00
Health Score calculation

Some time ago, I had the idea of adding a server details page that could list the probing history and explicit what came into the health score but it’s a sizable endeavor, not least because we…

MrPetovan closed issue friendica/friendica-directory#104 2024-03-15 11:16:10 +01:00
Update Forjego instance
MrPetovan commented on issue friendica/friendica-directory#104 2024-03-15 11:16:10 +01:00
Update Forjego instance

Thank you for the report, unfortunately this isn’t the right repository to file such an issue. For project-level issues, please keep using the friendica/friendica GitHub issue tracker until…

MrPetovan commented on pull request friendica/friendica-addons#1483 2024-03-15 11:11:42 +01:00
Updated URL Replace addon

As a general rule, the default value parameter of both Config->get and IConfig->get is now deprecated in favor of using the short ternary operators ?: and ??. This allows for a better…

MrPetovan commented on pull request friendica/friendica-addons#1479 2024-03-10 20:25:10 +01:00
Modified addon URL Replace with redirection of Instagram posts

I’m against the creation of a 3rd URL-replacing addon.

I’d prefer if we included the Invidious addon feature to the URL replace addon if it’s more developed than what there is already.…