]>
git.mxchange.org Git - friendica-addons.git/log
Michael Vogel [Sun, 12 Dec 2021 22:08:52 +0000 (23:08 +0100)]
Apply suggestions from code review
Co-authored-by: Philipp <admin+Github@philipp.info>
Michael [Sun, 12 Dec 2021 05:57:21 +0000 (05:57 +0000)]
Rendertime: Admin configuration added
Hypolite Petovan [Wed, 8 Dec 2021 20:48:34 +0000 (15:48 -0500)]
Merge pull request #1218 from annando/morebots
Blockbot: add more bots to the allow and deny lists
Michael [Wed, 8 Dec 2021 20:08:14 +0000 (20:08 +0000)]
Moved a bot to the good crawlers
Michael [Wed, 8 Dec 2021 20:00:45 +0000 (20:00 +0000)]
Blockbot: add more bots to the allow and deny lists
Michael Vogel [Sun, 5 Dec 2021 19:00:43 +0000 (20:00 +0100)]
Merge pull request #1216 from MrPetovan/bug/10955-php-mysql-time
[various] Replace references to UTC_TIMESTAMP in SQL queries with a DateTimeFormat generated parameter
Hypolite Petovan [Sun, 5 Dec 2021 12:29:40 +0000 (07:29 -0500)]
Merge pull request #1217 from tobiasd/
20211205 -jsuploadDE
jsupload addon DE translation updated
Tobias Diekershoff [Sun, 5 Dec 2021 09:38:10 +0000 (10:38 +0100)]
jsupload addon DE translation updated
Hypolite Petovan [Fri, 3 Dec 2021 12:35:02 +0000 (07:35 -0500)]
[various] Replace references to UTC_TIMESTAMP in SQL queries with a DateTimeFormat generated parameter
Michael Vogel [Fri, 3 Dec 2021 07:21:16 +0000 (08:21 +0100)]
Merge pull request #1215 from tobiasd/
20211203 -twitter
twitter addon HU translations updated THX Balázs Úr
Tobias Diekershoff [Fri, 3 Dec 2021 06:31:53 +0000 (07:31 +0100)]
twitter addon HU translations updated THX Balázs Úr
Michael Vogel [Tue, 30 Nov 2021 05:45:55 +0000 (06:45 +0100)]
Merge pull request #1210 from MrPetovan/task/10978-settings-keyboard-actionable
[various] Convert connector/addon_settings hook functions to the new data format
Hypolite Petovan [Mon, 22 Nov 2021 00:19:32 +0000 (19:19 -0500)]
[various] Updated translation files after editing several strings
Hypolite Petovan [Sun, 21 Nov 2021 22:10:13 +0000 (17:10 -0500)]
[various] Convert connector_settings hook functions to the new data array format
- Add separate template files to several addons
- Remove superfluous addon settings CSS files
Hypolite Petovan [Sat, 20 Nov 2021 09:56:55 +0000 (04:56 -0500)]
[various] Convert addon_settings hook functions to the new data array format
- Add separate template files to several addons
- Remove superfluous addon settings CSS files
Hypolite Petovan [Sat, 20 Nov 2021 09:29:09 +0000 (04:29 -0500)]
[various] Use __DIR__ constant in all Page registerStylesheet and registerFooterScript calls
Hypolite Petovan [Sat, 27 Nov 2021 22:11:16 +0000 (17:11 -0500)]
Merge pull request #1209 from nupplaphil/feat/module_di
[rendertime] Switch to args for module name
Hypolite Petovan [Sat, 27 Nov 2021 18:29:43 +0000 (13:29 -0500)]
Merge pull request #1213 from tobiasd/
20211127 -removedeprecatedaddons
moved BLOGGER, BUFFER, NOTIMELINE and XMPP addons to the deprecated-addons repository
Philipp [Sat, 27 Nov 2021 17:55:12 +0000 (18:55 +0100)]
Merge pull request #1214 from tobiasd/
20211127 -twitter
DE translation of the twitter addon updated
Tobias Diekershoff [Sat, 27 Nov 2021 17:26:06 +0000 (18:26 +0100)]
DE translation of the twitter addon updated
Tobias Diekershoff [Sat, 27 Nov 2021 16:13:05 +0000 (17:13 +0100)]
moved BLOGGER, BUFFER, NOTIMELINE and XMPP addons to the deprecated-addons repository
The translation resources have been removed from transifex.
A pull-request has been opened at the deprecated-addons repository.
Philipp [Sat, 27 Nov 2021 12:29:19 +0000 (13:29 +0100)]
Merge pull request #1211 from MrPetovan/task/11022-twitter-support-delete
[twitter] Add support for unretweet and post/comment deletion
Philipp [Fri, 19 Nov 2021 21:47:48 +0000 (22:47 +0100)]
Split and delete `ModuleController`
- $moduleName is part of the argument string => App\Arguments
- $isBackend boolean already part of App\Mode::isBackend()
- $module is now the direct return of App\Router::getModule()
- ModuleController::run() moved to BaseModule::run()
Hypolite Petovan [Wed, 24 Nov 2021 13:51:47 +0000 (08:51 -0500)]
Merge pull request #1025 from hoergen/develop
Typos removed (hopefully)
Hypolite Petovan [Wed, 24 Nov 2021 13:44:14 +0000 (08:44 -0500)]
Merge pull request #1212 from fabrixxm/birdavatar
Bird Avatar Generator
fabrixxm [Wed, 24 Nov 2021 13:30:30 +0000 (14:30 +0100)]
Code standards
fabrixxm [Wed, 24 Nov 2021 11:12:43 +0000 (12:12 +0100)]
Replace last cat
fabrixxm [Wed, 24 Nov 2021 11:05:12 +0000 (12:05 +0100)]
Bird Avatar Generator
Hypolite Petovan [Tue, 23 Nov 2021 23:33:50 +0000 (18:33 -0500)]
[twitter] Updated main translation file after adding some strings
Hypolite Petovan [Tue, 23 Nov 2021 22:59:08 +0000 (17:59 -0500)]
[twitter] Add support for unretweet and post/comment deletion
Remaining caveat: Comments posted on Twitter and imported in Friendica do not trigger any Notifier task, possibly because they are private to the user and don't require any remote deletion notifications sent. Comments posted on Friendica and mirrored on Twitter trigger the Notifier task and the Twitter counter-part will be deleted accordingly.
Hypolite Petovan [Tue, 23 Nov 2021 22:52:52 +0000 (17:52 -0500)]
[twitter] Add item_by_link hook function
Hypolite Petovan [Tue, 23 Nov 2021 22:51:12 +0000 (17:51 -0500)]
[twitter] Improve probe_detect hook function
- Prevent tweet URLs to be considered as contact URLs
Michael Vogel [Tue, 16 Nov 2021 21:04:54 +0000 (22:04 +0100)]
Merge pull request #1208 from MrPetovan/task/10839-securemail-php8-compat
[securemail] Upgrade Composer dependencies to fix PHP8 issue
Hypolite Petovan [Tue, 16 Nov 2021 20:36:33 +0000 (15:36 -0500)]
[securemail] Upgrade Composer dependencies to fix PHP8 issue
- Upgrading phpseclib/phpseclib (2.0.4 => 2.0.34)
- Upgrading singpolyma/openpgp-php (0.3.0 => 0.5.0)
Hypolite Petovan [Tue, 16 Nov 2021 11:59:44 +0000 (06:59 -0500)]
Merge pull request #1207 from tobiasd/
20211116 -pl
PL translation updates to the rendertime and advancedcontentfilter THX Joe Doe
Tobias Diekershoff [Tue, 16 Nov 2021 11:35:02 +0000 (12:35 +0100)]
PL translation rendertime THX Joe Doe
Tobias Diekershoff [Tue, 16 Nov 2021 11:34:03 +0000 (12:34 +0100)]
PL translation advancedcontentfilter THX Joe Doe
Michael Vogel [Sun, 7 Nov 2021 15:52:48 +0000 (16:52 +0100)]
Merge pull request #1206 from MrPetovan/task/deprecated
[windowsphonepush] Simplify authentication structure
Hypolite Petovan [Sun, 7 Nov 2021 15:45:27 +0000 (10:45 -0500)]
[windowsphonepush] Simplify authentication structure
Michael Vogel [Sun, 7 Nov 2021 15:40:28 +0000 (16:40 +0100)]
Merge pull request #1205 from AlfredSK/patch-2
Fix WSOD twitter
Michael Vogel [Sun, 7 Nov 2021 15:39:57 +0000 (16:39 +0100)]
Merge pull request #1204 from AlfredSK/patch-1
Fix WSOD tumblr
Steffen K9 [Sun, 7 Nov 2021 15:19:53 +0000 (16:19 +0100)]
Fix WSOD twitter
Steffen K9 [Sun, 7 Nov 2021 15:18:27 +0000 (16:18 +0100)]
Fix WSOD tumblr
Hypolite Petovan [Sun, 7 Nov 2021 15:02:24 +0000 (10:02 -0500)]
Merge pull request #1203 from annando/deprecated
Replaced deprecated functionalities
Michael [Sun, 7 Nov 2021 14:01:30 +0000 (14:01 +0000)]
Replaced deprecated functionalities
Philipp [Sun, 7 Nov 2021 13:39:12 +0000 (14:39 +0100)]
Merge pull request #1202 from annando/escapeTags
"escapeTags" is removed from the addons
Michael Vogel [Sun, 7 Nov 2021 13:02:13 +0000 (14:02 +0100)]
Apply suggestions from code review
Co-authored-by: Philipp <admin+Github@philipp.info>
Michael [Sun, 7 Nov 2021 08:49:34 +0000 (08:49 +0000)]
"escapeTags" is removed from the addons
Hypolite Petovan [Thu, 4 Nov 2021 23:17:56 +0000 (19:17 -0400)]
Merge pull request #1201 from annando/boot
Support for cleared boot.php
Michael [Thu, 4 Nov 2021 20:32:16 +0000 (20:32 +0000)]
Support for cleared boot.php
Michael Vogel [Sat, 30 Oct 2021 07:20:20 +0000 (09:20 +0200)]
Merge pull request #1200 from tobiasd/
20211030 -ar
AR translation updates THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 06:14:48 +0000 (08:14 +0200)]
gravatar AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 06:13:57 +0000 (08:13 +0200)]
geonames AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 06:13:02 +0000 (08:13 +0200)]
forumdirectory AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 06:12:07 +0000 (08:12 +0200)]
dwpost AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 06:11:12 +0000 (08:11 +0200)]
gnot AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 06:04:03 +0000 (08:04 +0200)]
fromapp AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 06:03:01 +0000 (08:03 +0200)]
diaspora AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 05:58:46 +0000 (07:58 +0200)]
buglink AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 05:57:43 +0000 (07:57 +0200)]
catavatar AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 05:56:39 +0000 (07:56 +0200)]
buffer AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 05:53:36 +0000 (07:53 +0200)]
blogger AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 05:45:38 +0000 (07:45 +0200)]
blockem AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 05:44:39 +0000 (07:44 +0200)]
cookienotice AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 05:43:12 +0000 (07:43 +0200)]
curweather AR translations updated THX abidin toumi
Tobias Diekershoff [Sat, 30 Oct 2021 05:41:26 +0000 (07:41 +0200)]
AR translation added for blockbot addon THX abidin toumi
Hypolite Petovan [Fri, 29 Oct 2021 13:56:46 +0000 (09:56 -0400)]
Merge pull request #1198 from nupplaphil/feat/httpclient_restructuring
Paradigm Restructuring Part 3 - Logger HTTPClient
Philipp [Fri, 29 Oct 2021 06:03:58 +0000 (08:03 +0200)]
Add Feedback :-)
Philipp [Sat, 23 Oct 2021 10:50:29 +0000 (12:50 +0200)]
Restructure HTTPClient for new paradigm
Philipp [Sat, 23 Oct 2021 10:22:26 +0000 (12:22 +0200)]
Restructure Logger to new paradigm
Hypolite Petovan [Thu, 28 Oct 2021 14:12:54 +0000 (10:12 -0400)]
Merge pull request #1196 from nupplaphil/feat/storage_restructuring
Paradigm Restructuring Part 2 - Storage
Philipp [Sat, 23 Oct 2021 10:11:37 +0000 (12:11 +0200)]
Restructure Storage to new paradigm
Hypolite Petovan [Wed, 27 Oct 2021 17:50:39 +0000 (13:50 -0400)]
Merge pull request #1195 from nupplaphil/feat/core_new_paradigm
Paradigm Restructuring Part 1 - Core classes
Philipp [Wed, 27 Oct 2021 12:38:47 +0000 (14:38 +0200)]
Merge pull request #1199 from tobiasd/
20211027 -lng
AR translation updates abidin toumi
Tobias Diekershoff [Wed, 27 Oct 2021 12:00:29 +0000 (14:00 +0200)]
AR translation of blackout addon updated THX abidin toumi
Tobias Diekershoff [Wed, 27 Oct 2021 11:59:21 +0000 (13:59 +0200)]
AR translation of advancedcontentfilter addon updated THX abidin toumi
Tobias Diekershoff [Wed, 27 Oct 2021 11:58:08 +0000 (13:58 +0200)]
AR translation of blockem addon updated THX abidin toumi
Philipp [Tue, 26 Oct 2021 19:44:28 +0000 (21:44 +0200)]
Refactoring Core class structures ...
Philipp [Sat, 23 Oct 2021 09:29:15 +0000 (11:29 +0200)]
Restructure (P)Config to follow new paradigm
Philipp [Sat, 23 Oct 2021 08:49:26 +0000 (10:49 +0200)]
Restructure Cache to follow new paradigm
Tobias Diekershoff [Thu, 21 Oct 2021 08:41:45 +0000 (10:41 +0200)]
Merge pull request #1194 from annando/logger
"log" is replaced with the corresponding logging functions
Michael [Thu, 21 Oct 2021 06:04:27 +0000 (06:04 +0000)]
"log" is replaced with the corresponding logging functions
Hypolite Petovan [Wed, 20 Oct 2021 02:22:50 +0000 (22:22 -0400)]
Merge pull request #1193 from annando/no-enotify
Replace calls to "notification" with the new function
Michael [Tue, 19 Oct 2021 19:53:10 +0000 (19:53 +0000)]
Replace calls to "notification" with the new function
Hypolite Petovan [Tue, 19 Oct 2021 19:16:18 +0000 (15:16 -0400)]
Merge pull request #1192 from tobiasd/
20211019 -lng
langfilter translations DE, IT updated
Tobias Diekershoff [Tue, 19 Oct 2021 18:11:15 +0000 (20:11 +0200)]
IT translation of langfilter addon updated THX SickShark X
Tobias Diekershoff [Tue, 19 Oct 2021 18:10:23 +0000 (20:10 +0200)]
DE translation of langfilter addon
Tobias Diekershoff [Mon, 18 Oct 2021 15:26:26 +0000 (17:26 +0200)]
Merge pull request #1191 from MrPetovan/bug/10634-markdown-html
[markdown] Limit HTML escaping to left chevrons
Hypolite Petovan [Mon, 18 Oct 2021 13:13:47 +0000 (09:13 -0400)]
[markdown] Limit HTML escaping to left chevrons
- Right chevrons are used for quotation in Markdown
Tobias Diekershoff [Thu, 14 Oct 2021 07:56:35 +0000 (09:56 +0200)]
Merge pull request #1190 from MrPetovan/bug/10634-markdown-html
[markdown] Escape HTML characters before running Markdown::toBBCode()
Hypolite Petovan [Thu, 14 Oct 2021 06:11:53 +0000 (02:11 -0400)]
[markdown] Escape HTML characters before running Markdown::toBBCode()
- This prevents HTML tag looking text to be purified in the Markdown to BBCode process
Philipp [Sun, 10 Oct 2021 12:36:13 +0000 (14:36 +0200)]
Merge pull request #1189 from tobiasd/
20211010 -de
DE translation of the twitter addon updated
Tobias Diekershoff [Sun, 10 Oct 2021 12:28:40 +0000 (14:28 +0200)]
DE translation of the twitter addon updated
Michael Vogel [Sun, 10 Oct 2021 10:59:57 +0000 (12:59 +0200)]
Merge pull request #1188 from tobiasd/
20211010 -ar
added AR translations to the Friendica addons
Tobias Diekershoff [Sun, 10 Oct 2021 10:55:16 +0000 (12:55 +0200)]
added AR translations to the Friendica addons
Thanks to the work of طاهر, Farida Khalaf, محمد أحمد, abidin toumi, Abdullah Alsabi, ButterflyOfFire and ominds the translation of Friendica into Arabic has crossed the magic 50% progress mark, so we now include their work into the addons repository.
Michael Vogel [Sun, 10 Oct 2021 07:45:30 +0000 (09:45 +0200)]
Merge pull request #1187 from tobiasd/
20211010 -regenlng
regenerated all the strings
Tobias Diekershoff [Sun, 10 Oct 2021 06:27:53 +0000 (08:27 +0200)]
regenerated all the strings
Philipp [Sat, 9 Oct 2021 07:25:13 +0000 (09:25 +0200)]
Merge pull request #1186 from MrPetovan/bug/10844-twitter-unfollow-block
[twitter] Fix typo in API path for unfollowing
Hypolite Petovan [Sat, 9 Oct 2021 05:58:55 +0000 (01:58 -0400)]
[twitter] Fix typo in API path for unfollowing
Hypolite Petovan [Sat, 9 Oct 2021 05:58:37 +0000 (01:58 -0400)]
[twitter] Mirror the Twitter block behavior concerning established relationships