]>
git.mxchange.org Git - friendica-addons.git/log
Art4 [Wed, 27 Nov 2024 11:38:55 +0000 (11:38 +0000)]
remove wrong return tag
Art4 [Tue, 26 Nov 2024 08:23:27 +0000 (08:23 +0000)]
refactor convert addon, replace each() calls with foreach loop
Art4 [Tue, 26 Nov 2024 07:55:01 +0000 (07:55 +0000)]
Add checks for CLD2Detector ans CLD2Encoding classes
Hypolite Petovan [Sat, 30 Nov 2024 02:15:25 +0000 (21:15 -0500)]
Merge remote-tracking branch 'friendica/2024.09-rc' into develop
Hypolite Petovan [Sat, 30 Nov 2024 02:13:10 +0000 (03:13 +0100)]
Merge pull request 'Bluesky: New parameter to set the protocol for a fetched post' (#1576) from heluecht/friendica-addons:bluesky-protocol into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1576
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Wed, 27 Nov 2024 07:37:39 +0000 (07:37 +0000)]
Bluesky: New option to set the protocol for a fetched post
heluecht [Wed, 27 Nov 2024 07:36:08 +0000 (08:36 +0100)]
Merge pull request 'Fix PHPStan errors on level 0' (#1575) from MrPetovan/friendica-addons:bug/Art4-1367 into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1575
Hypolite Petovan [Tue, 26 Nov 2024 02:19:34 +0000 (03:19 +0100)]
Merge pull request 'Bluesky: Fetch quoted post for "uid=0"' (#1573) from heluecht/friendica-addons:bluesky-quoted-post into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1573
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Sun, 24 Nov 2024 09:11:25 +0000 (09:11 +0000)]
Bluesky: Fetch quoted post for "uid=0"
Art4 [Sun, 24 Nov 2024 19:55:54 +0000 (19:55 +0000)]
Fix errors in statusnet addon
Art4 [Sun, 24 Nov 2024 19:51:37 +0000 (19:51 +0000)]
Fix errors in tictac addon
Art4 [Sun, 24 Nov 2024 15:36:37 +0000 (15:36 +0000)]
inline slim routes and middlewares into advancedcontentfilter addon
heluecht [Sun, 24 Nov 2024 09:17:44 +0000 (10:17 +0100)]
Merge pull request 'Remove unused parameter in saml addon' (#1572) from MrPetovan/friendica-addons:bug/Art4-1366 into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1572
Artur Weigandt [Sat, 23 Nov 2024 21:42:52 +0000 (22:42 +0100)]
Remove unused parameter in saml addon
heluecht [Sun, 24 Nov 2024 09:16:47 +0000 (10:16 +0100)]
Merge pull request 'Remove unused parameter webdav_storage addon' (#1570) from MrPetovan/friendica-addons:bug/Art4-1364 into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1570
Artur Weigandt [Sat, 23 Nov 2024 08:32:43 +0000 (09:32 +0100)]
Remove unused parameter webdav_storage addon
heluecht [Sun, 24 Nov 2024 09:16:25 +0000 (10:16 +0100)]
Merge pull request 'Remove unused App paramter in securemail addon' (#1571) from MrPetovan/friendica-addons:bug/Art4-1365 into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1571
Hypolite Petovan [Sun, 24 Nov 2024 03:29:39 +0000 (04:29 +0100)]
Merge pull request 'Blockbot: Drupal added' (#1569) from heluecht/friendica-addons:drupal into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1569
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Artur Weigandt [Sat, 23 Nov 2024 21:28:59 +0000 (22:28 +0100)]
Remove unused App paramter in securemail addon
Michael [Wed, 20 Nov 2024 21:39:09 +0000 (21:39 +0000)]
Blockbot: Drupal added
Hypolite Petovan [Wed, 20 Nov 2024 17:40:54 +0000 (18:40 +0100)]
Merge pull request 'Bluesky: Improved handling of starter packs' (#1568) from heluecht/friendica-addons:starterpack into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1568
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Wed, 20 Nov 2024 07:03:42 +0000 (07:03 +0000)]
Bluesky: Improved handling of starter packs
heluecht [Sun, 17 Nov 2024 18:21:43 +0000 (19:21 +0100)]
Merge pull request '[advancedcontentfilter] Remove unused vendor files' (#1567) from MrPetovan/friendica-addons:task/composer into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1567
Hypolite Petovan [Sun, 17 Nov 2024 13:23:16 +0000 (13:23 +0000)]
[advancedcontentfilter] Remove unused vendor files
Thanks to @Art4 for the initial submission in https://github.com/friendica/friendica-addons/pull/1363
heluecht [Sun, 17 Nov 2024 18:19:23 +0000 (19:19 +0100)]
Merge pull request '[pumpio] Remove two superfluous parentheses' (#1565) from MrPetovan/friendica-addons:bug/1564-fix into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1565
Hypolite Petovan [Sun, 17 Nov 2024 02:19:06 +0000 (21:19 -0500)]
[pumpio] Remove two superfluous parentheses
- Thanks to @SteffenK9 for the report!
Hypolite Petovan [Sat, 16 Nov 2024 18:15:37 +0000 (19:15 +0100)]
Merge pull request 'Connectors: Fix handling of the 'private' field / reformatted code' (#1564) from heluecht/friendica-addons:private into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1564
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Sat, 16 Nov 2024 05:42:00 +0000 (05:42 +0000)]
Fix handling of the 'private' field / reformatted code
Tobias Diekershoff [Wed, 13 Nov 2024 09:16:35 +0000 (10:16 +0100)]
Merge pull request 'Bluesky/Tumblr: Add "connector" parcel to each incoming post' (#1561) from heluecht/friendica-addons:parcel into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1561
Michael [Wed, 6 Nov 2024 17:45:30 +0000 (17:45 +0000)]
Bluesky/Tumblr: Add "connector" parcel to each incoming post
Tobias Diekershoff [Wed, 13 Nov 2024 09:11:50 +0000 (10:11 +0100)]
Merge pull request 'deprecate fancybox addon' (#1563) from tobias/friendica-addons:2024.09-rc into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1563
Tobias Diekershoff [Wed, 13 Nov 2024 09:10:25 +0000 (10:10 +0100)]
deprecate fancybox addon
replaces #1562
Tobias Diekershoff [Wed, 30 Oct 2024 06:33:34 +0000 (07:33 +0100)]
Merge pull request 'Bluesky: Fix probe mistake' (#1560) from heluecht/friendica-addons:bluesky-full-path into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1560
Michael [Wed, 30 Oct 2024 05:11:50 +0000 (05:11 +0000)]
Bluesky: Fix probe mistake
Tobias Diekershoff [Sun, 27 Oct 2024 07:42:34 +0000 (08:42 +0100)]
Merge pull request 'Bluesky: Fix following of a contact and adding a post' (#1559) from heluecht/friendica-addons:bluesky-fix-follow into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1559
Michael [Sun, 27 Oct 2024 04:50:45 +0000 (04:50 +0000)]
Bluesky: Fix following of a contact and adding a post
Tobias Diekershoff [Thu, 24 Oct 2024 17:09:54 +0000 (19:09 +0200)]
Merge pull request 'Bluesky: "block" now works / label names are now displayed' (#1558) from heluecht/friendica-addons:bluesky-block into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1558
Michael [Wed, 23 Oct 2024 12:14:40 +0000 (12:14 +0000)]
Bluesky: "block" now works / label names are now displayed
Tobias Diekershoff [Sun, 20 Oct 2024 19:45:55 +0000 (21:45 +0200)]
Merge pull request 'Bluesky: Fixes "E_WARNING: Undefined property: stdClass::$post"' (#1557) from heluecht/friendica-addons:warning into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1557
Michael [Sat, 19 Oct 2024 07:41:24 +0000 (07:41 +0000)]
Bluesky: Fixes "E_WARNING: Undefined property: stdClass::$post"
Tobias Diekershoff [Sun, 6 Oct 2024 13:07:14 +0000 (15:07 +0200)]
Merge pull request 'Bluesky: New option to complete threads' (#1556) from heluecht/friendica-addons:bluesky-complete-threads into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1556
Michael [Sun, 29 Sep 2024 18:19:38 +0000 (18:19 +0000)]
Bluesky: New option to complete threads
Tobias Diekershoff [Tue, 17 Sep 2024 05:02:47 +0000 (07:02 +0200)]
Merge pull request 'Bluesky: Preparation for video posts' (#1554) from heluecht/friendica-addons:hls into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1554
Michael [Sat, 14 Sep 2024 14:40:48 +0000 (14:40 +0000)]
Bluesky: Preparation for video posts
Tobias Diekershoff [Tue, 17 Sep 2024 05:02:03 +0000 (07:02 +0200)]
Merge pull request 'More and updated icons for the smiley pack' (#1555) from heluecht/friendica-addons:loma-patch into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1555
loma-one [Sun, 8 Sep 2024 16:12:13 +0000 (18:12 +0200)]
More and updated icons for the smiley pack
Tobias Diekershoff [Wed, 11 Sep 2024 17:42:59 +0000 (19:42 +0200)]
Merge pull request 'Bluesky: Fix for the handling of invalid profiles' (#1553) from heluecht/friendica-addons:bluesky-fix into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1553
Michael [Tue, 10 Sep 2024 10:26:05 +0000 (10:26 +0000)]
Bluesky: Fix for the handling of invalid profiles
Tobias Diekershoff [Sun, 8 Sep 2024 06:50:39 +0000 (08:50 +0200)]
Merge pull request 'invidious updated' (#1537) from loma-one/friendica-addons:develop into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1537
loma-one [Sat, 7 Sep 2024 19:10:02 +0000 (21:10 +0200)]
invidious/invidious.php aktualisiert
Further addresses have been added, which are now redirected.
Tobias Diekershoff [Sun, 8 Sep 2024 06:50:12 +0000 (08:50 +0200)]
Merge pull request 'unicode_smilies updated' (#1536) from loma-one/friendica-addons:loma-one-patch-1 into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1536
loma-one [Sat, 7 Sep 2024 19:04:43 +0000 (21:04 +0200)]
unicode_smilies/unicode_smilies.php aktualisiert
Addition of the unicode character ‘asterism’ & ‘outlines white star’
Tobias Diekershoff [Fri, 6 Sep 2024 05:22:58 +0000 (07:22 +0200)]
Merge pull request '"fetchFull" is replaced by "get"' (#1535) from heluecht/friendica-addons:fetchfull into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1535
Michael [Wed, 4 Sep 2024 11:46:33 +0000 (11:46 +0000)]
"fetchFull" is replaced by "get"
Tobias Diekershoff [Fri, 6 Sep 2024 05:20:55 +0000 (07:20 +0200)]
Merge pull request 'Bluesky: probing for bluesky handles' (#1534) from heluecht/friendica-addons:bluesky-handle into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1534
Michael [Tue, 3 Sep 2024 11:28:49 +0000 (11:28 +0000)]
Bluesky: probing for bluesky handles
Tobias Diekershoff [Mon, 2 Sep 2024 04:32:54 +0000 (06:32 +0200)]
Merge pull request 'Bluesky: Improve DID detection for custom PDS' (#1533) from heluecht/friendica-addons:bluesky-pds into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1533
Michael [Sun, 1 Sep 2024 11:39:59 +0000 (11:39 +0000)]
Bluesky: Improve DID detection for custom PDS
Philipp Holzer [Fri, 23 Aug 2024 18:24:16 +0000 (20:24 +0200)]
Merge pull request 'Add safe.directory config' (#1532) from nupplaPhil/friendica-addons:bug/ci into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1532
Philipp [Tue, 20 Aug 2024 16:07:51 +0000 (18:07 +0200)]
[CI] Add safe.directory config
Tobias Diekershoff [Sat, 17 Aug 2024 14:55:10 +0000 (16:55 +0200)]
Merge branch 'stable' into develop
Tobias Diekershoff [Sat, 17 Aug 2024 14:54:44 +0000 (16:54 +0200)]
Merge branch '2024.06-rc' into stable
heluecht [Thu, 15 Aug 2024 05:55:36 +0000 (07:55 +0200)]
Merge pull request 'updated translations' (#1531) from tobias/friendica-addons:
20240815 -lng into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1531
Tobias Diekershoff [Thu, 15 Aug 2024 04:44:57 +0000 (06:44 +0200)]
updated translations
Tobias Diekershoff [Wed, 14 Aug 2024 06:09:37 +0000 (08:09 +0200)]
Merge pull request 'Bluesky/Tumblr: Improved statistics' (#1530) from heluecht/friendica-addons:stats2 into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1530
Michael [Mon, 12 Aug 2024 20:20:32 +0000 (20:20 +0000)]
Bluesky/Tumblr: Improved statistics
Tobias Diekershoff [Fri, 9 Aug 2024 11:58:48 +0000 (13:58 +0200)]
Merge pull request 'Ratioed: add help text' (#1528) from mexon/friendica-addons:mat/ratioed-help into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1528
Matthew Exon [Mon, 22 Jul 2024 16:23:23 +0000 (18:23 +0200)]
Ratioed: add help text
Tobias Diekershoff [Fri, 9 Aug 2024 11:55:51 +0000 (13:55 +0200)]
Merge pull request 'Statistics: inbound / outbound for Tumblr and Bluesky' (#1529) from heluecht/friendica-addons:stats into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1529
Michael [Mon, 5 Aug 2024 20:37:58 +0000 (20:37 +0000)]
Statistics: inbound / outbound for Tumblr and Bluesky
Tobias Diekershoff [Mon, 29 Jul 2024 17:17:39 +0000 (19:17 +0200)]
Merge pull request 'Remove old version conversion code' (#1526) from mexon/friendica-addons:mat/remove-conversion into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1526
Matthew Exon [Sun, 14 Jul 2024 16:56:22 +0000 (18:56 +0200)]
Remove old version conversion code
heluecht [Sat, 20 Jul 2024 09:57:32 +0000 (11:57 +0200)]
Merge pull request 'More comprehensible check for root user contact' (#1525) from mexon/friendica-addons:mat/mailstream-clarify-log into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1525
Matthew Exon [Tue, 9 Jul 2024 19:13:00 +0000 (20:13 +0100)]
More comprehensible check for root user contact
heluecht [Sun, 14 Jul 2024 16:10:10 +0000 (18:10 +0200)]
Merge pull request 'Mailstream: streamline log lines' (#1522) from mexon/friendica-addons:mat/mailstream-log into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1522
Matthew Exon [Sat, 29 Jun 2024 13:23:24 +0000 (15:23 +0200)]
Streamline log lines
Tobias Diekershoff [Fri, 28 Jun 2024 16:27:26 +0000 (18:27 +0200)]
Merge pull request 'fix for curweather' (#1521) from haheute/friendica-addons:fix-curweather into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1521
Hannes Heute [Thu, 27 Jun 2024 09:44:15 +0000 (11:44 +0200)]
fix for curweather
Hypolite Petovan [Mon, 24 Jun 2024 23:07:09 +0000 (01:07 +0200)]
Merge pull request 'Add Relatica to blockbot fediverse client list' (#1520) from hankg/friendica-addons:2024.06-rc into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1520
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
hankg [Mon, 24 Jun 2024 20:20:35 +0000 (22:20 +0200)]
Add Relatica to blockbot fediverse client list
Hypolite Petovan [Sun, 23 Jun 2024 19:25:47 +0000 (21:25 +0200)]
Merge pull request 'mat/ratioed-plugin-2' (#1519) from mexon/friendica-addons:mat/ratioed-plugin-2 into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1519
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Matthew Exon [Sun, 23 Jun 2024 13:24:43 +0000 (15:24 +0200)]
Ratioed: move panel class into separate file
Matthew Exon [Sun, 23 Jun 2024 13:15:06 +0000 (15:15 +0200)]
Ratioed: remove unnecessary uninstall function
Hypolite Petovan [Sun, 23 Jun 2024 12:13:34 +0000 (14:13 +0200)]
Merge pull request 'New addon providing additional statistics for moderation' (#1518) from mexon/friendica-addons:mat/ratioed-plugin into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1518
Matthew Exon [Sat, 22 Jun 2024 16:56:32 +0000 (18:56 +0200)]
New addon providing additional statistics for moderation
Hypolite Petovan [Sat, 22 Jun 2024 01:40:13 +0000 (03:40 +0200)]
Merge pull request 'translation updates' (#1517) from tobias/friendica-addons:
20240621 -lng into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1517
Tobias Diekershoff [Fri, 21 Jun 2024 18:38:42 +0000 (20:38 +0200)]
translation updates
AR, CS, DE, IT, PL, SV for various addons
Tobias Diekershoff [Mon, 17 Jun 2024 04:54:06 +0000 (06:54 +0200)]
Merge pull request 'Leave failed image URLs in place' (#1516) from mexon/friendica-addons:mat/mailstream-fetch-failure into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1516
Matthew Exon [Sun, 16 Jun 2024 15:10:28 +0000 (17:10 +0200)]
Leave failed image URLs in place
Tobias Diekershoff [Sun, 16 Jun 2024 14:47:11 +0000 (16:47 +0200)]
Merge pull request 'JS Uploader: "jpg" added to the list of allowed file extensions' (#1515) from heluecht/friendica-addons:jsupload into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1515
Michael [Sun, 16 Jun 2024 14:35:19 +0000 (14:35 +0000)]
JS Uploader: "jpg" added to the list of allowed file extensions
Tobias Diekershoff [Sun, 16 Jun 2024 07:37:58 +0000 (09:37 +0200)]
Merge pull request 'Tumblr: Add link for quoted post' (#1514) from heluecht/friendica-addons:tumblr-quoted into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1514
Michael [Sat, 15 Jun 2024 13:51:47 +0000 (13:51 +0000)]
Tumblr: Add link for quoted post
Tobias Diekershoff [Thu, 13 Jun 2024 05:19:43 +0000 (07:19 +0200)]
Merge pull request 'Bluesky: Handle API error when fetching feeds' (#1513) from heluecht/friendica-addons:bluesky into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1513
Michael [Thu, 13 Jun 2024 04:32:00 +0000 (04:32 +0000)]
Bluesky: Handle API error when fetching feeds
Tobias Diekershoff [Mon, 10 Jun 2024 06:00:39 +0000 (08:00 +0200)]
Merge pull request 'Bluesky: more logging added' (#1512) from heluecht/friendica-addons:bluesky-logging into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1512
Michael [Mon, 10 Jun 2024 05:39:58 +0000 (05:39 +0000)]
Bluesky: more logging added
Tobias Diekershoff [Mon, 10 Jun 2024 04:59:58 +0000 (06:59 +0200)]
Merge pull request 'Bluesky: Fix overwritten handle when "friendica handles" is selected' (#1511) from heluecht/friendica-addons:blockbot-fixes into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1511
Michael [Sun, 9 Jun 2024 20:32:23 +0000 (20:32 +0000)]
Bluesky: Fix overwritten handle when "friendica handles" is selected
Tobias Diekershoff [Fri, 7 Jun 2024 05:00:33 +0000 (07:00 +0200)]
Merge pull request 'Blockbot: Logging of AP actors' (#1510) from heluecht/friendica-addons:ap-actor-logging into 2024.06-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1510