]> git.mxchange.org Git - friendica-addons.git/log
friendica-addons.git
16 months ago[advancedcontentfilter] Fix obsolete reference to Repository\PostMedia->splitAttachments
Benjamin Lorteau [Tue, 14 Nov 2023 21:25:06 +0000 (16:25 -0500)]
[advancedcontentfilter] Fix obsolete reference to Repository\PostMedia->splitAttachments

16 months agoMerge pull request 'Bluesky: Support for transmitted languages' (#1435) from heluecht...
Hypolite Petovan [Mon, 13 Nov 2023 00:15:45 +0000 (01:15 +0100)]
Merge pull request 'Bluesky: Support for transmitted languages' (#1435) from heluecht/friendica-addons:languages into 2023.09-rc

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

16 months agoBluesky: Support for transmitted languages
Michael [Sat, 11 Nov 2023 05:30:07 +0000 (05:30 +0000)]
Bluesky: Support for transmitted languages

16 months agoMerge pull request 'CLD2: Use ISO-639-1 for the language detection' (#1433) from...
Hypolite Petovan [Fri, 3 Nov 2023 18:07:04 +0000 (19:07 +0100)]
Merge pull request 'CLD2: Use ISO-639-1 for the language detection' (#1433) from heluecht/friendica-addons:ISO-639-1 into 2023.09-rc

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

17 months agoCLD2: Use ISO-639-1 for the language detection
Michael [Thu, 2 Nov 2023 22:54:19 +0000 (22:54 +0000)]
CLD2: Use ISO-639-1 for the language detection

17 months agoMerge pull request 'Bluesky: Fix warnings' (#1432) from heluecht/friendica-addons...
Hypolite Petovan [Sun, 29 Oct 2023 15:11:19 +0000 (16:11 +0100)]
Merge pull request 'Bluesky: Fix warnings' (#1432) from heluecht/friendica-addons:warnings into 2023.09-rc

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

17 months agoBluesky: Fix warnings
Michael [Sun, 29 Oct 2023 11:39:45 +0000 (11:39 +0000)]
Bluesky: Fix warnings

17 months agoMerge pull request '[smileybutton] Add explicit conversion from float to int' (#1431...
heluecht [Sun, 29 Oct 2023 11:40:31 +0000 (12:40 +0100)]
Merge pull request '[smileybutton] Add explicit conversion from float to int' (#1431) from warnings into 2023.09-rc

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

17 months ago[smileybutton] Add explicit conversion from float to int
Hypolite Petovan [Fri, 20 Oct 2023 15:50:31 +0000 (17:50 +0200)]
[smileybutton] Add explicit conversion from float to int

Address part of https://github.com/friendica/friendica/issues/13157#issuecomment-1771572442

17 months agoMerge pull request 'Langfilter: Use two letter code for the language / Bluesky: Remov...
Hypolite Petovan [Wed, 18 Oct 2023 20:30:52 +0000 (22:30 +0200)]
Merge pull request 'Langfilter: Use two letter code for the language / Bluesky: Remove callstack' (#1430) from heluecht/friendica-addons:callstack-language into 2023.09-rc

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

17 months agoLangfilter: Use two letter code for the language / Bluesky: Remove callstack
Michael [Wed, 18 Oct 2023 20:16:59 +0000 (20:16 +0000)]
Langfilter: Use two letter code for the language / Bluesky: Remove callstack

17 months agoMerge pull request 'Upgrade PHP version in CI' (#1429) from nupplaPhil/friendica...
Hypolite Petovan [Fri, 13 Oct 2023 13:21:46 +0000 (15:21 +0200)]
Merge pull request 'Upgrade PHP version in CI' (#1429) from nupplaPhil/friendica-addons:feat/phpunit_upgrade into 2023.09-rc

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

17 months agoUpgrade phpunit version in PHP-CI
Philipp [Thu, 12 Oct 2023 19:33:03 +0000 (21:33 +0200)]
Upgrade phpunit version in PHP-CI

17 months agoMerge pull request 'CLD: Keep the original detected language array' (#1428) from...
Hypolite Petovan [Thu, 12 Oct 2023 11:36:58 +0000 (13:36 +0200)]
Merge pull request 'CLD: Keep the original detected language array' (#1428) from heluecht/friendica-addons:cld into 2023.09-rc

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

17 months agoCLD: Keep the original detected language array
Michael [Wed, 11 Oct 2023 18:49:42 +0000 (18:49 +0000)]
CLD: Keep the original detected language array

17 months agoMerge pull request 'CLD: New plugin for language detection via CLD2' (#1425) from...
Hypolite Petovan [Sat, 7 Oct 2023 05:07:00 +0000 (07:07 +0200)]
Merge pull request 'CLD: New plugin for language detection via CLD2' (#1425) from heluecht/friendica-addons:cld2 into 2023.09-rc

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

17 months agoUpdated CLD installation description
Michael [Fri, 6 Oct 2023 04:09:46 +0000 (04:09 +0000)]
Updated CLD installation description

17 months agoChanged hook parameter / more languages added
Michael [Fri, 6 Oct 2023 03:54:45 +0000 (03:54 +0000)]
Changed hook parameter / more languages added

17 months agoRenamed hook
Michael [Sun, 1 Oct 2023 04:14:10 +0000 (04:14 +0000)]
Renamed hook

17 months agoCleaned up code
Michael [Sat, 30 Sep 2023 16:00:26 +0000 (16:00 +0000)]
Cleaned up code

17 months agoCLD: New plugin for language detection via CLD2
Michael [Sat, 30 Sep 2023 15:56:50 +0000 (15:56 +0000)]
CLD: New plugin for language detection via CLD2

17 months agoMerge pull request '[CI/CD] Kick CI again' (#1427) from nupplaPhil/friendica-addons...
Philipp Holzer [Thu, 5 Oct 2023 20:10:33 +0000 (22:10 +0200)]
Merge pull request '[CI/CD] Kick CI again' (#1427) from nupplaPhil/friendica-addons:2023.09-rc into 2023.09-rc

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

17 months ago[CI/CD] Kick CI again
Philipp [Thu, 5 Oct 2023 19:58:35 +0000 (21:58 +0200)]
[CI/CD] Kick CI again

17 months ago[CI/CD] Kick CI again
Philipp [Thu, 5 Oct 2023 19:57:17 +0000 (21:57 +0200)]
[CI/CD] Kick CI again

18 months agoMerge pull request 'Bluesky: Fix some issues when fetching posts' (#1424) from heluec...
Hypolite Petovan [Tue, 3 Oct 2023 01:54:41 +0000 (03:54 +0200)]
Merge pull request 'Bluesky: Fix some issues when fetching posts' (#1424) from heluecht/friendica-addons:bluesky-fixes into develop

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

18 months agoBluesky: Fix some issues when fetching posts
Michael [Sun, 1 Oct 2023 04:37:11 +0000 (04:37 +0000)]
Bluesky: Fix some issues when fetching posts

19 months agoMerge pull request 'Tumblr/Bluesky: Store the subscribed feed/tag' (#1416) from helue...
Hypolite Petovan [Mon, 28 Aug 2023 14:42:36 +0000 (16:42 +0200)]
Merge pull request 'Tumblr/Bluesky: Store the subscribed feed/tag' (#1416) from heluecht/friendica-addons:subscription into develop

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

19 months agoTumblr/Bluesky: Store the subscribed feed/tag
Michael [Mon, 28 Aug 2023 04:50:15 +0000 (04:50 +0000)]
Tumblr/Bluesky: Store the subscribed feed/tag

19 months agoMerge pull request '[bluesky] Fix double dollar sign in bluesky_fetch_notifications...
heluecht [Mon, 28 Aug 2023 04:51:12 +0000 (06:51 +0200)]
Merge pull request '[bluesky] Fix double dollar sign in bluesky_fetch_notifications' (#1415) from MrPetovan/friendica-addons:bug/warnings into develop

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

19 months ago[bluesky] Fix double dollar sign in bluesky_fetch_notifications
Hypolite Petovan [Tue, 22 Aug 2023 13:01:12 +0000 (09:01 -0400)]
[bluesky] Fix double dollar sign in bluesky_fetch_notifications

19 months agoMerge pull request 'Audon audioplayer App' (#1414) from loma-one/friendica-addons...
Hypolite Petovan [Fri, 18 Aug 2023 16:41:32 +0000 (18:41 +0200)]
Merge pull request 'Audon audioplayer App' (#1414) from loma-one/friendica-addons:develop into develop

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

19 months agoaudon/lang/C/messages.po aktualisiert
loma-one [Fri, 18 Aug 2023 16:38:30 +0000 (18:38 +0200)]
audon/lang/C/messages.po aktualisiert

19 months agoaudon/lang/C/messages.po hinzugefügt
loma-one [Fri, 18 Aug 2023 16:38:06 +0000 (18:38 +0200)]
audon/lang/C/messages.po hinzugefügt

19 months agoaudon/C/messages.po gelöscht
loma-one [Fri, 18 Aug 2023 16:37:37 +0000 (18:37 +0200)]
audon/C/messages.po gelöscht

19 months agoaudon/C/messages.po aktualisiert
loma-one [Fri, 18 Aug 2023 16:36:32 +0000 (18:36 +0200)]
audon/C/messages.po aktualisiert

19 months agoaudon/C/messages.po hinzugefügt
loma-one [Fri, 18 Aug 2023 16:36:03 +0000 (18:36 +0200)]
audon/C/messages.po hinzugefügt

19 months agoaudon/lang/C gelöscht
loma-one [Fri, 18 Aug 2023 16:35:33 +0000 (18:35 +0200)]
audon/lang/C gelöscht

Signed-off-by: loma-one <loma-one@noreply.git.friendi.ca>
19 months agoaudon/lang/C aktualisiert
loma-one [Fri, 18 Aug 2023 16:26:01 +0000 (18:26 +0200)]
audon/lang/C aktualisiert

now :)

19 months agoaudon/lang/C aktualisiert
loma-one [Fri, 18 Aug 2023 15:19:03 +0000 (17:19 +0200)]
audon/lang/C aktualisiert

19 months agoaudon/audon.php aktualisiert
loma-one [Fri, 18 Aug 2023 14:51:29 +0000 (16:51 +0200)]
audon/audon.php aktualisiert

19 months agoaudon/audon.php aktualisiert
loma-one [Fri, 18 Aug 2023 14:48:13 +0000 (16:48 +0200)]
audon/audon.php aktualisiert

19 months agoaudon/templates/admin.tpl aktualisiert
loma-one [Fri, 18 Aug 2023 14:24:04 +0000 (16:24 +0200)]
audon/templates/admin.tpl aktualisiert

19 months agoaudon/audon.php aktualisiert
loma-one [Fri, 18 Aug 2023 14:18:33 +0000 (16:18 +0200)]
audon/audon.php aktualisiert

19 months agoaudon/audon.php aktualisiert
loma-one [Fri, 18 Aug 2023 14:17:47 +0000 (16:17 +0200)]
audon/audon.php aktualisiert

19 months ago„audon/audon.php“ ändern
loma-one [Tue, 20 Jun 2023 15:47:55 +0000 (17:47 +0200)]
„audon/audon.php“ ändern

19 months ago„audon/lang/C“ hinzufügen
loma-one [Tue, 20 Jun 2023 15:28:39 +0000 (17:28 +0200)]
„audon/lang/C“ hinzufügen

19 months agoDateien hochladen nach „audon/templates“
loma-one [Tue, 20 Jun 2023 15:27:41 +0000 (17:27 +0200)]
Dateien hochladen nach „audon/templates“

19 months ago„audon/admin.tpl“ löschen
loma-one [Tue, 20 Jun 2023 15:27:07 +0000 (17:27 +0200)]
„audon/admin.tpl“ löschen

19 months ago„audon/messages.po“ löschen
loma-one [Tue, 20 Jun 2023 15:26:57 +0000 (17:26 +0200)]
„audon/messages.po“ löschen

19 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

19 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

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

19 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

19 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

19 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

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

19 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

19 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

19 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

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

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

19 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

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

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

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

19 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

20 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

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

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

20 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

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

20 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

20 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

20 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)

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

20 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

20 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"

20 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

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

20 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

20 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

20 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

20 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

20 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

20 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.

21 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

21 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

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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

21 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

22 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

22 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

22 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

22 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