]> git.mxchange.org Git - friendica-addons.git/log
friendica-addons.git
8 months agoAudon Audio Chat based on the WebRTC Addon
loma-one [Tue, 20 Jun 2023 15:26:03 +0000 (17:26 +0200)]
Audon Audio Chat based on the WebRTC Addon

This Addon based on webrtc. Audon is a service of realtime audio chat.
With small changes, the WebRTC addon could be adapted to Audon so that it can be loaded into an iframe. In the ifram, the Friendica handle can be connected and a room opened. Audio conversations between Friendica users are possible.
https://github.com/friendica/friendica-addons/pull/1357

8 months agoMerge pull request 'Twitter: Fix posting' (#1413) from heluecht/friendica-addons...
Hypolite Petovan [Wed, 16 Aug 2023 18:58:34 +0000 (20:58 +0200)]
Merge pull request 'Twitter: Fix posting' (#1413) from heluecht/friendica-addons:resize into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1413

8 months agoTwitter: Fix posting
Michael [Wed, 16 Aug 2023 14:20:32 +0000 (14:20 +0000)]
Twitter: Fix posting

8 months agoMerge pull request 'Simplified status display' (#1412) from heluecht/friendica-addons...
Hypolite Petovan [Wed, 16 Aug 2023 10:27:28 +0000 (12:27 +0200)]
Merge pull request 'Simplified status display' (#1412) from heluecht/friendica-addons:resize into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1412

8 months agoTest the connection when API credential changed
Michael [Wed, 16 Aug 2023 06:17:18 +0000 (06:17 +0000)]
Test the connection when API credential changed

8 months agoLast status is split for better readability
Michael [Wed, 16 Aug 2023 03:28:54 +0000 (03:28 +0000)]
Last status is split for better readability

8 months agoSimplified status display
Michael [Tue, 15 Aug 2023 20:43:32 +0000 (20:43 +0000)]
Simplified status display

8 months agoMerge pull request 'Nluesky/Twitter: Resize picture before uploading' (#1411) from...
Hypolite Petovan [Tue, 15 Aug 2023 20:38:49 +0000 (22:38 +0200)]
Merge pull request 'Nluesky/Twitter: Resize picture before uploading' (#1411) from heluecht/friendica-addons:resize into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1411

8 months agoNluesky/Twitter: Resize picture before uploading
Michael [Tue, 15 Aug 2023 20:25:17 +0000 (20:25 +0000)]
Nluesky/Twitter: Resize picture before uploading

8 months agoMerge pull request 'Twitter: the connector now works as a posting only connector...
Hypolite Petovan [Thu, 10 Aug 2023 21:51:37 +0000 (23:51 +0200)]
Merge pull request 'Twitter: the connector now works as a posting only connector' (#1410) from heluecht/friendica-addons:twitter into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1410

8 months agoReformatted code
Michael [Thu, 10 Aug 2023 21:36:09 +0000 (21:36 +0000)]
Reformatted code

8 months agoResize picture before uploading
Michael [Thu, 10 Aug 2023 21:26:10 +0000 (21:26 +0000)]
Resize picture before uploading

8 months agoAvoid upload problems by reducing the picture size
Michael [Thu, 10 Aug 2023 06:46:17 +0000 (06:46 +0000)]
Avoid upload problems by reducing the picture size

8 months agoTransmit the media type
Michael [Wed, 9 Aug 2023 23:13:37 +0000 (23:13 +0000)]
Transmit the media type

8 months agoFix newlines
Michael [Wed, 9 Aug 2023 20:08:32 +0000 (20:08 +0000)]
Fix newlines

8 months agoLicense readded
Michael [Wed, 9 Aug 2023 20:07:29 +0000 (20:07 +0000)]
License readded

8 months agoTwitter: the connector now works as a posting only connector
Michael [Wed, 9 Aug 2023 20:01:57 +0000 (20:01 +0000)]
Twitter: the connector now works as a posting only connector

9 months agoMerge pull request '[CI] Add .phpunit' (#1408) from nupplaPhil/friendica-addons:feat...
Hypolite Petovan [Fri, 28 Jul 2023 17:51:39 +0000 (19:51 +0200)]
Merge pull request '[CI] Add .phpunit' (#1408) from nupplaPhil/friendica-addons:feat/strategies into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1408

9 months agoUnify "Capability"
Philipp [Sun, 23 Jul 2023 01:21:40 +0000 (03:21 +0200)]
Unify "Capability"

9 months agoIntroduce .phpunit
Philipp [Sat, 22 Jul 2023 21:57:38 +0000 (23:57 +0200)]
Introduce .phpunit

9 months agoMerge pull request '[monolog] Fix extra line' (#1407) from nupplaPhil/friendica-addon...
Philipp Holzer [Sun, 23 Jul 2023 21:06:52 +0000 (23:06 +0200)]
Merge pull request '[monolog] Fix extra line' (#1407) from nupplaPhil/friendica-addons:bug/monolog into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1407

9 months ago[monolog] Fix extra line
Philipp [Sun, 23 Jul 2023 21:04:11 +0000 (23:04 +0200)]
[monolog] Fix extra line

9 months agoMerge pull request '[monolog] update/fix Monolog' (#1400) from nupplaPhil/friendica...
Hypolite Petovan [Sun, 23 Jul 2023 11:00:31 +0000 (13:00 +0200)]
Merge pull request '[monolog] update/fix Monolog' (#1400) from nupplaPhil/friendica-addons:feat/addons into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1400

9 months agoAdhere feedback
Philipp [Fri, 21 Jul 2023 20:41:35 +0000 (22:41 +0200)]
Adhere feedback
- rename hooks.config.php to strategies.config.php
- change all corresponding classes and tests

9 months agoAdd tests for InstanceManager and remove Decorator hook logic (avoid complex Dice...
Philipp [Sun, 16 Jul 2023 22:10:15 +0000 (00:10 +0200)]
Add tests for InstanceManager and remove Decorator hook logic (avoid complex Dice logic)

9 months agoFix Monolog
Philipp [Sun, 2 Jul 2023 21:57:24 +0000 (23:57 +0200)]
Fix Monolog
- Use new hook-loading

9 months agoMerge pull request 'Bluesky: Fix "E_WARNING: Undefined property: stdClass::$cid"...
Tobias Diekershoff [Sat, 22 Jul 2023 17:04:34 +0000 (19:04 +0200)]
Merge pull request 'Bluesky: Fix "E_WARNING: Undefined property: stdClass::$cid"' (#1405) from heluecht/friendica-addons:bluesky-warning into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1405

9 months agoBluesky: Fix "E_WARNING: Undefined property: stdClass::$cid"
Michael [Sat, 22 Jul 2023 13:38:13 +0000 (13:38 +0000)]
Bluesky: Fix "E_WARNING: Undefined property: stdClass::$cid"

9 months agoMerge pull request 'Use "convertForUriId" whenever possible' (#1404) from heluecht...
Hypolite Petovan [Mon, 17 Jul 2023 12:05:14 +0000 (14:05 +0200)]
Merge pull request 'Use "convertForUriId" whenever possible' (#1404) from heluecht/friendica-addons:more-privacy into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1404

9 months agoUse "convertForUriId" whenever possible
Michael [Sun, 16 Jul 2023 10:37:33 +0000 (10:37 +0000)]
Use "convertForUriId" whenever possible

9 months agoMerge pull request 'Bluesky: Fix for quoted posts with media' (#1403) from heluecht...
Hypolite Petovan [Sun, 9 Jul 2023 13:49:48 +0000 (15:49 +0200)]
Merge pull request 'Bluesky: Fix for quoted posts with media' (#1403) from heluecht/friendica-addons:bluesky-quote into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1403

9 months agoBluesky: Fix for quoted posts with media
Michael [Sun, 9 Jul 2023 13:38:06 +0000 (13:38 +0000)]
Bluesky: Fix for quoted posts with media

9 months agoMerge pull request 'Bluesky: don't remove hashtags upon posting' (#1402) from heluech...
Hypolite Petovan [Sat, 8 Jul 2023 15:02:45 +0000 (17:02 +0200)]
Merge pull request 'Bluesky: don't remove hashtags upon posting' (#1402) from heluecht/friendica-addons:bluesky-tags into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1402

9 months agoBluesky: don't remove hashtags upon posting
Michael [Sat, 8 Jul 2023 14:54:56 +0000 (14:54 +0000)]
Bluesky: don't remove hashtags upon posting

9 months agoMerge pull request '[showmoredyn] fix: tweak z-index to not clash with sidebar on...
Hypolite Petovan [Fri, 7 Jul 2023 15:08:50 +0000 (17:08 +0200)]
Merge pull request '[showmoredyn] fix: tweak z-index to not clash with sidebar on mobile' (#1401) from csolisr/friendica-addons:fix-showmore-dyn-css into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1401

9 months agofix: tweak z-index to not clash with sidebar on mobile
csolisr [Fri, 7 Jul 2023 15:02:44 +0000 (17:02 +0200)]
fix: tweak z-index to not clash with sidebar on mobile

By default, the z-index of the toggle button is above the z-index of the sidebar on mobile devices. This fix tweaks the z-index so that it remains below the sidebar while it's open.

10 months agoMerge pull request 'Bluesky: Tasks are now done by workers' (#1399) from heluecht...
Hypolite Petovan [Sun, 18 Jun 2023 22:29:53 +0000 (00:29 +0200)]
Merge pull request 'Bluesky: Tasks are now done by workers' (#1399) from heluecht/friendica-addons:bluesky-worker into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1399

10 months agoNew functions to perform XRPC post/get commands
Michael [Tue, 13 Jun 2023 20:43:51 +0000 (20:43 +0000)]
New functions to perform XRPC post/get commands

10 months agoRemove unicode character
Michael [Mon, 12 Jun 2023 22:06:31 +0000 (22:06 +0000)]
Remove unicode character

10 months agoBluesky: Tasks are now done by workers
Michael [Sun, 11 Jun 2023 19:24:44 +0000 (19:24 +0000)]
Bluesky: Tasks are now done by workers

10 months agoMerge pull request 'Bluesky: Improved link transmission /thread import' (#1398) from...
Hypolite Petovan [Tue, 6 Jun 2023 22:47:37 +0000 (00:47 +0200)]
Merge pull request 'Bluesky: Improved link transmission /thread import' (#1398) from heluecht/friendica-addons:bluesky-links into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1398

10 months agoBluesky: Improved link transmission /thread import
Michael [Tue, 6 Jun 2023 20:33:10 +0000 (20:33 +0000)]
Bluesky: Improved link transmission /thread import

10 months agoMerge pull request '[bluesky] added DE, ZH-CN translation' (#1397) from tobias/friend...
Hypolite Petovan [Mon, 5 Jun 2023 16:58:05 +0000 (18:58 +0200)]
Merge pull request '[bluesky] added DE, ZH-CN translation' (#1397) from tobias/friendica-addons:20230605-lng into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1397

10 months ago[bluesky] added DE, ZH-CN translation
Tobias Diekershoff [Mon, 5 Jun 2023 05:22:32 +0000 (07:22 +0200)]
[bluesky] added DE, ZH-CN translation

10 months agoMerge pull request 'Bluesky: Pinned feeds can now be imported' (#1396) from heluecht...
Tobias Diekershoff [Mon, 5 Jun 2023 05:08:19 +0000 (07:08 +0200)]
Merge pull request 'Bluesky: Pinned feeds can now  be imported' (#1396) from heluecht/friendica-addons:bluesky-feeds into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1396

10 months agoBluesky: Pinned feeds can now be imported
Michael [Mon, 5 Jun 2023 04:36:50 +0000 (04:36 +0000)]
Bluesky: Pinned feeds can now  be imported

10 months agoMerge pull request 'Bluesky: Import is mosty feature complete' (#1395) from heluecht...
Hypolite Petovan [Sun, 4 Jun 2023 00:56:58 +0000 (02:56 +0200)]
Merge pull request 'Bluesky: Import is mosty feature complete' (#1395) from heluecht/friendica-addons:bluesky into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1395

10 months agoBluesky: Import is mosty feature complete
Michael [Sat, 3 Jun 2023 23:06:31 +0000 (23:06 +0000)]
Bluesky: Import is mosty feature complete

10 months agoMerge pull request 'Rename group and forum' (#1394) from MrPetovan/friendica-addons...
heluecht [Sat, 3 Jun 2023 22:20:07 +0000 (00:20 +0200)]
Merge pull request 'Rename group and forum' (#1394) from MrPetovan/friendica-addons:task/13114-rename-group-forum into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1394

10 months ago[various] Rename forum to group
Hypolite Petovan [Sat, 3 Jun 2023 19:57:29 +0000 (15:57 -0400)]
[various] Rename forum to group

- Drop support for forumdirectory
- Add support for groupdirectory

10 months ago[various] Rename group to circle
Hypolite Petovan [Sat, 3 Jun 2023 19:55:09 +0000 (15:55 -0400)]
[various] Rename group to circle

- Drop support for group_text
- Add support for circle_text

11 months agoMerge pull request '[nsfw] Rewrite string condition to avoid warning message' (#1393...
Tobias Diekershoff [Tue, 30 May 2023 05:20:35 +0000 (07:20 +0200)]
Merge pull request '[nsfw] Rewrite string condition to avoid warning message' (#1393) from MrPetovan/friendica-addons:bug/warnings into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1393

11 months ago[nsfw] Rewrite string condition to avoid warning message
Hypolite Petovan [Mon, 29 May 2023 23:34:01 +0000 (19:34 -0400)]
[nsfw] Rewrite string condition to avoid warning message

- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1567337197

11 months agoMerge pull request 'catch exception during http request' (#1392) from mexon/friendica...
Hypolite Petovan [Sun, 28 May 2023 14:46:42 +0000 (16:46 +0200)]
Merge pull request 'catch exception during http request' (#1392) from mexon/friendica-addons:mat/mailstream-exception into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1392

11 months agocatch exception during http request
Matthew Exon [Sun, 28 May 2023 09:02:32 +0000 (11:02 +0200)]
catch exception during http request

11 months agoMerge pull request 'Deprecated Addon Blockem removed' (#1391) from andy/friendica...
Hypolite Petovan [Sat, 27 May 2023 12:37:04 +0000 (14:37 +0200)]
Merge pull request 'Deprecated Addon Blockem removed' (#1391) from andy/friendica-addons:develop into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1391

11 months agoDeprecated Addon Blockem removed
andy [Sat, 27 May 2023 03:18:51 +0000 (10:18 +0700)]
Deprecated Addon Blockem removed

11 months agoMerge pull request 'Bluesky: Improved import and export' (#1390) from heluecht/friend...
Hypolite Petovan [Fri, 26 May 2023 21:13:31 +0000 (23:13 +0200)]
Merge pull request 'Bluesky: Improved import and export' (#1390) from heluecht/friendica-addons:bluesky-import2 into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1390

11 months agoBluesly: Improved import and export
Michael [Fri, 26 May 2023 20:54:00 +0000 (20:54 +0000)]
Bluesly: Improved import and export

11 months agoMerge pull request 'Bluesky: readme is updated' (#1389) from heluecht/friendica-addon...
Hypolite Petovan [Wed, 24 May 2023 11:16:29 +0000 (13:16 +0200)]
Merge pull request 'Bluesky: readme is updated' (#1389) from heluecht/friendica-addons:bluesky-import into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1389

11 months agoMerge remote-tracking branch 'upstream/develop' into bluesky-import
Michael [Wed, 24 May 2023 06:11:09 +0000 (06:11 +0000)]
Merge remote-tracking branch 'upstream/develop' into bluesky-import

11 months agoUpdated readme
Michael [Wed, 24 May 2023 06:09:25 +0000 (06:09 +0000)]
Updated readme

11 months agoMerge pull request 'Bluesky: Import of remote timeline' (#1388) from heluecht/friendi...
Tobias Diekershoff [Wed, 24 May 2023 06:00:33 +0000 (08:00 +0200)]
Merge pull request 'Bluesky: Import of remote timeline' (#1388) from heluecht/friendica-addons:bluesky-import into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1388

11 months agoMerge remote-tracking branch 'upstream/develop' into bluesky-import
Michael [Wed, 24 May 2023 06:00:04 +0000 (06:00 +0000)]
Merge remote-tracking branch 'upstream/develop' into bluesky-import

11 months agoBluesky: updated messages.po
Michael [Wed, 24 May 2023 05:53:12 +0000 (05:53 +0000)]
Bluesky: updated messages.po

11 months agoBluesky import and transmission of activities is now possible
Michael [Wed, 24 May 2023 05:49:26 +0000 (05:49 +0000)]
Bluesky import and transmission of activities is now possible

11 months agoMerge pull request 'Bluesky: readme is added' (#1387) from heluecht/friendica-addons...
Hypolite Petovan [Tue, 23 May 2023 11:26:08 +0000 (13:26 +0200)]
Merge pull request 'Bluesky: readme is added' (#1387) from heluecht/friendica-addons:bluesky-readme into 2023.05-rc

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1387

11 months agoMerge pull request 'HU translation updates THX Balázs Úr' (#1386) from tobias/friendi...
heluecht [Tue, 23 May 2023 05:47:43 +0000 (07:47 +0200)]
Merge pull request 'HU translation updates THX Balázs Úr' (#1386) from tobias/friendica-addons:20230523-hu into 2023.05-rc

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1386

11 months agoBluesky: readme is added
Michael [Tue, 23 May 2023 05:45:18 +0000 (05:45 +0000)]
Bluesky: readme is added

11 months agoBluesky: Import of remote timeline
Michael [Tue, 23 May 2023 05:23:13 +0000 (05:23 +0000)]
Bluesky: Import of remote timeline

11 months agoHU translation updates
Tobias Diekershoff [Tue, 23 May 2023 04:46:36 +0000 (06:46 +0200)]
HU translation updates

11 months agoMerge pull request 'Bluesky: Basic connector for Bluesky is added' (#1385) from helue...
Hypolite Petovan [Mon, 22 May 2023 00:59:36 +0000 (02:59 +0200)]
Merge pull request 'Bluesky: Basic connector for Bluesky is added' (#1385) from heluecht/friendica-addons:bluesky into 2023.05-rc

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1385

11 months agoPost up to 4 images
Michael [Sun, 21 May 2023 20:14:20 +0000 (20:14 +0000)]
Post up to 4 images

11 months agoSimplify token creation
Michael [Sun, 21 May 2023 19:25:57 +0000 (19:25 +0000)]
Simplify token creation

11 months agoMake the host readonly
Michael [Sun, 21 May 2023 18:58:05 +0000 (18:58 +0000)]
Make the host readonly

11 months agoBluesky: Basic connector for Bluesky is added
Michael [Sun, 21 May 2023 18:54:02 +0000 (18:54 +0000)]
Bluesky: Basic connector for Bluesky is added

11 months agoMerge pull request '[various] Ensure probe_detect hook functions don't set the result...
heluecht [Sat, 6 May 2023 10:24:07 +0000 (12:24 +0200)]
Merge pull request '[various] Ensure probe_detect hook functions don't set the result key with an empty array' (#1382) from MrPetovan/friendica-addons:bug/13080-probe_detect-result into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1382

11 months agoMerge pull request 'use new style of accessing baseUrl' (#1384) from mexon/friendica...
Hypolite Petovan [Fri, 5 May 2023 16:46:25 +0000 (18:46 +0200)]
Merge pull request 'use new style of accessing baseUrl' (#1384) from mexon/friendica-addons:mailstream-fix-3 into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1384

11 months agouse new style of accessing baseUrl
Matthew Exon [Fri, 5 May 2023 16:08:51 +0000 (18:08 +0200)]
use new style of accessing baseUrl

11 months agoMerge pull request 'remove App arguments' (#1383) from mexon/friendica-addons:mailstr...
Hypolite Petovan [Fri, 5 May 2023 15:40:52 +0000 (17:40 +0200)]
Merge pull request 'remove App arguments' (#1383) from mexon/friendica-addons:mailstream-fix-2 into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1383

11 months agoremove App arguments
Matthew Exon [Fri, 5 May 2023 15:36:11 +0000 (17:36 +0200)]
remove App arguments

11 months ago[twitter] Return null in the probe_detect hook result key on unsuccessful probe
Hypolite Petovan [Fri, 5 May 2023 03:32:29 +0000 (23:32 -0400)]
[twitter] Return null in the probe_detect hook result key on unsuccessful probe

- Add authoritative probe result setting

11 months ago[tumblr] Have tumblr_get_contact_by_url return null for unsuccessful probe
Hypolite Petovan [Fri, 5 May 2023 03:29:45 +0000 (23:29 -0400)]
[tumblr] Have tumblr_get_contact_by_url return null for unsuccessful probe

- Add result setting for unsuccessful authoritative probe

12 months agoMerge pull request '[piwik] updated DE translation' (#1381) from tobias/friendica...
Hypolite Petovan [Mon, 1 May 2023 14:42:03 +0000 (16:42 +0200)]
Merge pull request '[piwik] updated DE translation' (#1381) from tobias/friendica-addons:20230501-de into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1381

12 months ago[piwik] updated DE translation
Tobias Diekershoff [Mon, 1 May 2023 08:05:20 +0000 (10:05 +0200)]
[piwik] updated DE translation

12 months agoMerge pull request '[piwiki] regenerated messages-po file' (#1380) from 20230501...
Tobias Diekershoff [Mon, 1 May 2023 05:42:53 +0000 (07:42 +0200)]
Merge pull request '[piwiki] regenerated messages-po file' (#1380) from 20230501-piwik into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1380

12 months ago[piwiki] regenerated messages-po file
Tobias Diekershoff [Mon, 1 May 2023 05:40:12 +0000 (07:40 +0200)]
[piwiki] regenerated messages-po file

12 months agoMerge pull request '[piwik] Short Endpoint option' (#1379) from EntropyEngineer/frien...
Hypolite Petovan [Sun, 30 Apr 2023 11:43:35 +0000 (13:43 +0200)]
Merge pull request '[piwik] Short Endpoint option' (#1379) from EntropyEngineer/friendica-addons:piwik-Short-Endpoint-option into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1379

12 months ago[piwik] Short Endpoint option
Entropy Engineer [Sun, 30 Apr 2023 08:27:23 +0000 (13:27 +0500)]
[piwik] Short Endpoint option

12 months agoMerge pull request 'Tumblr: Users can now follow tags' (#1378) from heluecht/friendic...
Hypolite Petovan [Sat, 29 Apr 2023 19:23:58 +0000 (21:23 +0200)]
Merge pull request 'Tumblr: Users can now follow tags' (#1378) from heluecht/friendica-addons:tumblr-tags into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1378

12 months agoUse ?? instead of the parameter for the default value
Michael [Sat, 29 Apr 2023 19:16:51 +0000 (19:16 +0000)]
Use ?? instead of the parameter for the default value

12 months agoTumblr: Users can now follow tags
Michael [Sat, 29 Apr 2023 06:56:51 +0000 (06:56 +0000)]
Tumblr: Users can now follow tags

12 months agoMerge pull request 'Repair broken log line' (#1377) from mexon/friendica-addons:mails...
Hypolite Petovan [Fri, 28 Apr 2023 21:14:58 +0000 (23:14 +0200)]
Merge pull request 'Repair broken log line' (#1377) from mexon/friendica-addons:mailstream-fix into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1377

12 months agoRepair broken log line
Matthew Exon [Fri, 28 Apr 2023 21:09:40 +0000 (23:09 +0200)]
Repair broken log line

12 months agoMerge pull request 'Tumblr: Added support for hook "support_probe"' (#1376) from...
Hypolite Petovan [Thu, 27 Apr 2023 11:59:07 +0000 (13:59 +0200)]
Merge pull request 'Tumblr: Added support for hook "support_probe"' (#1376) from heluecht/friendica-addons:tumblr-support-probe into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1376

12 months agoTumblr: Added support for hook "support_probe"
Michael [Thu, 27 Apr 2023 05:28:05 +0000 (05:28 +0000)]
Tumblr: Added support for hook "support_probe"

12 months agoMerge branch 'develop' into stable
Tobias Diekershoff [Thu, 27 Apr 2023 05:24:05 +0000 (07:24 +0200)]
Merge branch 'develop' into stable

12 months agorecovered [mailstream] various modernisations
Tobias Diekershoff [Thu, 27 Apr 2023 05:21:20 +0000 (07:21 +0200)]
recovered [mailstream] various modernisations

These changes where made on github as #1354 but got lost due mirroring
issued from the development branch. Original author is mexon.

https://github.com/friendica/friendica-addons/pull/1354

12 months agoMerge pull request 'Tumblr: Small fixes' (#1375) from heluecht/friendica-addons:tumbl...
Tobias Diekershoff [Thu, 27 Apr 2023 05:12:19 +0000 (07:12 +0200)]
Merge pull request 'Tumblr: Small fixes' (#1375) from heluecht/friendica-addons:tumblr-fixes into develop

Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1375

12 months agoTumblr: Small fixes
Michael [Thu, 27 Apr 2023 05:00:04 +0000 (05:00 +0000)]
Tumblr: Small fixes