]>
git.mxchange.org Git - friendica-addons.git/log
Art4 [Thu, 13 Mar 2025 11:51:53 +0000 (11:51 +0000)]
Fix error in js_upload addon
Art4 [Thu, 13 Mar 2025 11:38:18 +0000 (11:38 +0000)]
Fix error in libravatar addon
Art4 [Thu, 13 Mar 2025 10:29:47 +0000 (10:29 +0000)]
Fix error in mailstream addon
Art4 [Thu, 13 Mar 2025 09:49:18 +0000 (09:49 +0000)]
Fix error in membersince addon
Art4 [Thu, 13 Mar 2025 09:36:34 +0000 (09:36 +0000)]
Fix error in notifyall addon
Art4 [Wed, 26 Feb 2025 15:21:19 +0000 (15:21 +0000)]
fix PHPStan error in phpmailer addon
Art4 [Wed, 26 Feb 2025 15:12:25 +0000 (15:12 +0000)]
Fix PHPStan errors in phpnut addon
Art4 [Wed, 26 Feb 2025 14:35:00 +0000 (14:35 +0000)]
Fix PHPStan errors in statusnet addon
Art4 [Wed, 26 Feb 2025 08:47:06 +0000 (08:47 +0000)]
Fix PHPStan error in tumblr addon
Art4 [Tue, 25 Feb 2025 15:24:00 +0000 (15:24 +0000)]
Fix PHPStan error in webdav_storage addon
Tobias Diekershoff [Mon, 24 Feb 2025 18:23:47 +0000 (19:23 +0100)]
Merge pull request '[tumblr] Skip empty tags when saving user-defined tags' (#1602) from MrPetovan/friendica-addons:bug/fatal-errors into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1602
Hypolite Petovan [Fri, 21 Feb 2025 04:03:27 +0000 (23:03 -0500)]
[tumblr] Skip empty tags when saving user-defined tags
- Skip empty tags when fetching them
↪ Empty tags were triggering a Tumblr API error
- Address https://github.com/friendica/friendica/issues/14646#issuecomment-
2628090487
- Using log output from https://github.com/friendica/friendica/issues/14646#issuecomment-
2665000962
Tobias Diekershoff [Sun, 16 Feb 2025 10:05:52 +0000 (11:05 +0100)]
Merge pull request 'Improve accessibility with showmore and rendertime' (#1600) from heluecht/friendica-addons:accessibility into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1600
Michael [Sun, 16 Feb 2025 05:48:09 +0000 (05:48 +0000)]
Improve accessibility with showmore and rendertime
Tobias Diekershoff [Sun, 16 Feb 2025 10:05:18 +0000 (11:05 +0100)]
Merge pull request 'Bluesky: Avoid duplicated reshares' (#1601) from heluecht/friendica-addons:double-reshare into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1601
Michael [Sun, 16 Feb 2025 06:12:49 +0000 (06:12 +0000)]
Bluesky: Avoid duplicated reshares
Tobias Diekershoff [Sat, 8 Feb 2025 15:57:13 +0000 (16:57 +0100)]
Merge pull request '[tumblr] Ward against unexpected response format in tumblr_fetch_tags()' (#1599) from MrPetovan/friendica-addons:bug/fatal-errors into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1599
Hypolite Petovan [Fri, 7 Feb 2025 01:50:40 +0000 (20:50 -0500)]
[tumblr] Ward against unexpected response format in tumblr_fetch_tags()
- Adress https://github.com/friendica/friendica/issues/14646#issuecomment-
2628090487
Hypolite Petovan [Sat, 8 Feb 2025 03:16:47 +0000 (04:16 +0100)]
Merge pull request 'Implement monolog addon as LoggerFactory' (#1598) from Art4/friendica-addons:loggerfactory-in-monolog-addon into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1598
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Art4 [Thu, 6 Feb 2025 11:35:10 +0000 (11:35 +0000)]
Remove config docs, format syntax
Art4 [Thu, 6 Feb 2025 09:27:22 +0000 (09:27 +0000)]
Setting the logger_config config is no longer needed
Art4 [Wed, 5 Feb 2025 15:32:24 +0000 (15:32 +0000)]
Remove wrong phpdoc
Art4 [Wed, 5 Feb 2025 15:20:22 +0000 (15:20 +0000)]
bump version to 1.1
Art4 [Wed, 5 Feb 2025 15:20:06 +0000 (15:20 +0000)]
Add READMD.md for monolog addon
Art4 [Wed, 5 Feb 2025 15:11:14 +0000 (15:11 +0000)]
Rewrite Monolog factory to implement LoggerFactory
Hypolite Petovan [Tue, 28 Jan 2025 22:09:04 +0000 (23:09 +0100)]
Merge pull request 'Accessibility: Use different id values for options' (#1597) from heluecht/friendica-addons:accessibility into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1597
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Tue, 28 Jan 2025 20:27:52 +0000 (20:27 +0000)]
Accessibility: Use different id values for options
Hypolite Petovan [Sat, 25 Jan 2025 13:06:07 +0000 (14:06 +0100)]
Merge pull request 'Add additional theme-filter for disabling/enabling divs.' (#1596) from jakob/friendica-addons:fix-saml-display-settings into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1596
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Jakobus Schürz [Thu, 23 Jan 2025 15:32:22 +0000 (16:32 +0100)]
add condition for selected theme
Hypolite Petovan [Sat, 25 Jan 2025 12:59:52 +0000 (13:59 +0100)]
Merge pull request 'Issue 14692: Avoid loop situation' (#1595) from heluecht/friendica-addons:issue-14692 into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1595
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Sat, 25 Jan 2025 02:44:54 +0000 (02:44 +0000)]
Issue 14692: Avoid loop situation
Hypolite Petovan [Fri, 24 Jan 2025 13:34:43 +0000 (14:34 +0100)]
Merge pull request 'Replace Logger class with DI::logger()' (#1594) from Art4/friendica-addons:replace-logger-with-loggerinterface into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1594
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Art4 [Fri, 24 Jan 2025 12:10:58 +0000 (12:10 +0000)]
fix in googlemaps addon
Art4 [Fri, 24 Jan 2025 11:58:32 +0000 (11:58 +0000)]
Replace call for Logger with DI::logger() in wppost addon
Art4 [Fri, 24 Jan 2025 11:58:10 +0000 (11:58 +0000)]
Replace call for Logger with DI::logger() in twitter addon
Art4 [Fri, 24 Jan 2025 11:57:34 +0000 (11:57 +0000)]
Replace call for Logger with DI::logger() in tesseract addon
Art4 [Fri, 24 Jan 2025 11:57:12 +0000 (11:57 +0000)]
Replace call for Logger with DI::logger() in tumblr addon
Art4 [Fri, 24 Jan 2025 11:56:45 +0000 (11:56 +0000)]
Replace call for Logger with DI::logger() in statusnet addon
Art4 [Fri, 24 Jan 2025 11:56:29 +0000 (11:56 +0000)]
Replace call for Logger with DI::logger() in saml addon
Art4 [Fri, 24 Jan 2025 11:56:09 +0000 (11:56 +0000)]
Replace call for Logger with DI::logger() in randplace addon
Art4 [Fri, 24 Jan 2025 11:55:13 +0000 (11:55 +0000)]
Replace call for Logger with DI::logger() in pumpio addon
Art4 [Fri, 24 Jan 2025 11:54:34 +0000 (11:54 +0000)]
Replace call for Logger with DI::logger() in public_server addon
Art4 [Fri, 24 Jan 2025 11:48:21 +0000 (11:48 +0000)]
Replace call for Logger with DI::logger() in pnut addon
Art4 [Fri, 24 Jan 2025 11:47:40 +0000 (11:47 +0000)]
Replace call for Logger with DI::logger() in planets addon
Art4 [Fri, 24 Jan 2025 11:47:24 +0000 (11:47 +0000)]
Replace call for Logger with DI::logger() in openstreetmap addon
Art4 [Fri, 24 Jan 2025 11:46:58 +0000 (11:46 +0000)]
Replace call for Logger with DI::logger() in nominatim addon
Art4 [Fri, 24 Jan 2025 11:46:30 +0000 (11:46 +0000)]
Replace call for Logger with DI::logger() in mailstream addon
Art4 [Fri, 24 Jan 2025 11:46:04 +0000 (11:46 +0000)]
Replace call for Logger with DI::logger() in ljpost addon
Art4 [Fri, 24 Jan 2025 11:45:25 +0000 (11:45 +0000)]
Replace call for Logger with DI::logger() in libertree addon
Art4 [Fri, 24 Jan 2025 11:44:48 +0000 (11:44 +0000)]
Replace call for Logger with DI::logger() in ldapauth addon
Art4 [Fri, 24 Jan 2025 11:42:25 +0000 (11:42 +0000)]
Replace call for Logger with DI::logger() in js_upload addon
Art4 [Fri, 24 Jan 2025 11:41:02 +0000 (11:41 +0000)]
Replace call for Logger with DI::logger() in ijpost addon
Art4 [Fri, 24 Jan 2025 11:40:32 +0000 (11:40 +0000)]
Replace call for Logger with DI::logger() in ifttt addon
Art4 [Fri, 24 Jan 2025 11:40:12 +0000 (11:40 +0000)]
Replace call for Logger with DI::logger() in geocoordinates addon
Art4 [Fri, 24 Jan 2025 11:39:11 +0000 (11:39 +0000)]
Replace call for Logger with DI::logger() in dwpost addon
Art4 [Fri, 24 Jan 2025 11:38:48 +0000 (11:38 +0000)]
Replace call for Logger with DI::logger() in discourse addon
Art4 [Fri, 24 Jan 2025 11:38:27 +0000 (11:38 +0000)]
Replace call for Logger with DI::logger() in diaspora addon
Art4 [Fri, 24 Jan 2025 11:37:58 +0000 (11:37 +0000)]
Replace call for Logger with DI::logger() in cld addon
Art4 [Fri, 24 Jan 2025 11:37:28 +0000 (11:37 +0000)]
Replace call for Logger with DI::logger() in ratioed addon
Art4 [Fri, 24 Jan 2025 11:36:23 +0000 (11:36 +0000)]
Replace call for Logger with DI::logger() in bluesky addon
Art4 [Fri, 24 Jan 2025 11:34:33 +0000 (11:34 +0000)]
Replace call for Logger with DI::logger() in blockbot addon
Art4 [Fri, 24 Jan 2025 10:53:01 +0000 (10:53 +0000)]
Replace call for Logger with DI::logger()
Hypolite Petovan [Thu, 23 Jan 2025 13:31:49 +0000 (14:31 +0100)]
Merge pull request 'rework saml addon' (#1588) from jakob/friendica-addons:fix-saml-display-settings into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1588
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Jakobus Schürz [Fri, 17 Jan 2025 02:24:17 +0000 (03:24 +0100)]
translation for saml-hint
Jakobus Schürz [Fri, 17 Jan 2025 02:04:31 +0000 (03:04 +0100)]
replace password-handling with hint
also add hint to email-field
Jakobus Schürz [Thu, 16 Jan 2025 17:53:05 +0000 (18:53 +0100)]
fix view in vier and frio
Jakobus Schürz [Wed, 15 Jan 2025 09:42:08 +0000 (10:42 +0100)]
rework saml addon
fix #1587
remove css-side hiding of elements, which was broken.
remove them or make them readonly via javascript
Hypolite Petovan [Thu, 23 Jan 2025 13:29:59 +0000 (14:29 +0100)]
Merge pull request 'Check PHPStan in addons' (#1592) from Art4/friendica-addons:fix-phpstan-error into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1592
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Art4 [Wed, 22 Jan 2025 08:46:57 +0000 (08:46 +0000)]
Fix PHPStan errors
Art4 [Wed, 22 Jan 2025 08:42:18 +0000 (08:42 +0000)]
Add phpstan in woodpacker
Hypolite Petovan [Thu, 23 Jan 2025 13:26:41 +0000 (14:26 +0100)]
Merge pull request 'Clean up phpstan warning' (#1591) from mexon/friendica-addons:mat/ratioed-fix-warning into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1591
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Matthew Exon [Wed, 22 Jan 2025 07:30:30 +0000 (08:30 +0100)]
Clean up phpstan warning
Tobias Diekershoff [Wed, 22 Jan 2025 07:49:57 +0000 (08:49 +0100)]
Merge pull request 'Fix codestyle' (#1590) from heluecht/friendica-addons:ratiod-fix into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1590
Michael [Sat, 18 Jan 2025 15:25:50 +0000 (15:25 +0000)]
Fix codestyle
Tobias Diekershoff [Thu, 16 Jan 2025 05:43:41 +0000 (06:43 +0100)]
Merge pull request 'Ratioed: add statistics about reply likes and reply guy score' (#1589) from mexon/friendica-addons:mat/reply-guy-score into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1589
Matthew Exon [Wed, 15 Jan 2025 18:33:11 +0000 (19:33 +0100)]
Ratioed: remove action buttons
Matthew Exon [Wed, 15 Jan 2025 18:32:55 +0000 (19:32 +0100)]
Ratioed: wrap long lines
Matthew Exon [Sat, 11 Jan 2025 18:42:03 +0000 (19:42 +0100)]
Ratioed: bump version number
Matthew Exon [Sat, 4 Jan 2025 23:23:51 +0000 (00:23 +0100)]
Ratioed: add statistics about reply likes and reply guy score
Tobias Diekershoff [Sun, 12 Jan 2025 11:03:00 +0000 (12:03 +0100)]
Merge pull request 'Ratioed: several fixes to functionality' (#1586) from mexon/friendica-addons:mat/ratioed-fixes into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1586
Matthew Exon [Sat, 11 Jan 2025 19:07:18 +0000 (20:07 +0100)]
Ratioed: remove actions
Matthew Exon [Sat, 11 Jan 2025 18:39:20 +0000 (19:39 +0100)]
Ratioed: remove create user button
Matthew Exon [Sat, 11 Jan 2025 18:38:29 +0000 (19:38 +0100)]
Ratioed: fix sorting by columns
Matthew Exon [Sat, 11 Jan 2025 18:36:38 +0000 (19:36 +0100)]
Ratioed: allow both sorting directions
Matthew Exon [Sat, 11 Jan 2025 18:36:06 +0000 (19:36 +0100)]
Ratioed: fill in zeroes for empty values
Matthew Exon [Sun, 5 Jan 2025 20:57:18 +0000 (21:57 +0100)]
Ratioed: bump version number
Matthew Exon [Sun, 5 Jan 2025 20:51:37 +0000 (21:51 +0100)]
Ratioed: add help link
heluecht [Thu, 2 Jan 2025 07:37:19 +0000 (08:37 +0100)]
Merge pull request '[CI] Fix releaser' (#1585) from nupplaPhil/friendica-addons:ci/stable_pick into develop
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1585
Philipp [Wed, 1 Jan 2025 19:06:43 +0000 (20:06 +0100)]
[CI] Fix releaser
Tobias Diekershoff [Tue, 31 Dec 2024 17:57:15 +0000 (18:57 +0100)]
Merge branch 'stable' into develop
Tobias Diekershoff [Sat, 28 Dec 2024 21:23:22 +0000 (22:23 +0100)]
Merge pull request 'Bluesky: Preparation to be able to fetch AT links' (#1584) from heluecht/friendica-addons:bluesky-fetch-uri into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1584
Michael [Fri, 27 Dec 2024 10:26:20 +0000 (10:26 +0000)]
Bluesky: Preparation to be able to fetch AT links
Art4 [Mon, 23 Dec 2024 10:15:53 +0000 (10:15 +0000)]
Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop
heluecht [Mon, 23 Dec 2024 06:19:43 +0000 (07:19 +0100)]
Merge pull request '[CI] Fix codecov' (#1583) from nupplaPhil/friendica-addons:bug/ci into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1583
Philipp [Sun, 22 Dec 2024 07:54:51 +0000 (08:54 +0100)]
Fix codecov token env
Philipp [Sun, 22 Dec 2024 07:38:17 +0000 (08:38 +0100)]
[CI] Fix codecov
Hypolite Petovan [Sat, 21 Dec 2024 20:57:57 +0000 (21:57 +0100)]
Merge pull request 'Small bug fix' (#1566) from loma-one/friendica-addons:2024.09-rc into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1566
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
loma-one [Sun, 17 Nov 2024 07:20:49 +0000 (08:20 +0100)]
Small bug fix
Close the Uni-Code Smilies link with a ’;’
Hypolite Petovan [Sat, 21 Dec 2024 16:44:32 +0000 (17:44 +0100)]
Merge pull request 'Bluesky: Handle problems when uploading pictures' (#1582) from heluecht/friendica-addons:bs-upload into 2024.09-rc
Reviewed-on: https://git.friendi.ca/friendica/friendica-addons/pulls/1582
Reviewed-by: Hypolite Petovan <hypolite@mrpetovan.com>
Michael [Tue, 17 Dec 2024 04:50:54 +0000 (04:50 +0000)]
Bluesky: Handle problems when uploading pictures