]> git.mxchange.org Git - friendica.git/log
friendica.git
19 months agoEnsure IEMail::getMessage returns a string
Hypolite Petovan [Sun, 20 Nov 2022 00:08:44 +0000 (19:08 -0500)]
Ensure IEMail::getMessage returns a string

19 months agoFix database connection with sockets
Hypolite Petovan [Sun, 20 Nov 2022 00:07:43 +0000 (19:07 -0500)]
Fix database connection with sockets

- Reformat Database\Database.php file
- Reformat and fix spelling in static/defaults.config.php file

19 months agoMerge pull request #12208 from MrPetovan/bug/12059-display-not-found
Philipp [Sat, 19 Nov 2022 18:59:40 +0000 (19:59 +0100)]
Merge pull request #12208 from MrPetovan/bug/12059-display-not-found

Improve error message when conversation isn't available in Module\Item\Display

19 months agoMerge pull request #12215 from MrPetovan/bug/hovercard-url
Philipp [Sat, 19 Nov 2022 18:53:38 +0000 (19:53 +0100)]
Merge pull request #12215 from MrPetovan/bug/hovercard-url

Fix support for `/contact/redir` URLs in Module\Contact\Hovercard

19 months agoMerge pull request #12216 from MrPetovan/bug/fatal-errors
Philipp [Sat, 19 Nov 2022 18:53:11 +0000 (19:53 +0100)]
Merge pull request #12216 from MrPetovan/bug/fatal-errors

Fix constructor compatibility with BaseSettings parent class

19 months agoFix constructor compatibility with BaseSettings parent class
Hypolite Petovan [Sat, 19 Nov 2022 18:33:05 +0000 (13:33 -0500)]
Fix constructor compatibility with BaseSettings parent class

- Address https://paste.metaversum.wtf/?fc75de3f8eba6e7d#813SFjJwWWaJERQyrEpGAVnL33xZpTRV4MZeKmzsAvK8

19 months agoUpdate main translation file after adding a string
Hypolite Petovan [Sat, 19 Nov 2022 12:50:07 +0000 (07:50 -0500)]
Update main translation file after adding a string

19 months agoImprove error message when conversation isn't available in Module\Item\Display
Hypolite Petovan [Sat, 19 Nov 2022 01:44:53 +0000 (20:44 -0500)]
Improve error message when conversation isn't available in Module\Item\Display

- Retrieve the parent post no matter what. Previously it was depending on the user's settings, which gave unpredictable behavior if the parent post wasn't retrieved for whatever reason.
- List possible reasons the conversation isn't showing up based on the condition in Model\Post::selectViewForUser
- Allow HTML in exception messages

19 months agoFix support for `/contact/redir` URLs in Module\Contact\Hovercard
Hypolite Petovan [Sat, 19 Nov 2022 17:25:27 +0000 (12:25 -0500)]
Fix support for `/contact/redir` URLs in Module\Contact\Hovercard

- The feature was broken after the Redir route was moved

19 months agoMerge pull request #12214 from Schnoop/bugfix/DivisionByZero
Hypolite Petovan [Sat, 19 Nov 2022 17:27:40 +0000 (12:27 -0500)]
Merge pull request #12214 from Schnoop/bugfix/DivisionByZero

Prevent division by zero in Mastodon Attachment.

19 months agoPrevent division by zero.
Thorsten [Sat, 19 Nov 2022 17:16:41 +0000 (18:16 +0100)]
Prevent division by zero.

19 months agoMerge pull request #12213 from Schnoop/bugfix/NodeInfo
Hypolite Petovan [Sat, 19 Nov 2022 16:59:33 +0000 (11:59 -0500)]
Merge pull request #12213 from Schnoop/bugfix/NodeInfo

Fix that users property should be an object instead of array.

19 months agoFix that user property should be an object instead of array.
Thorsten [Sat, 19 Nov 2022 15:48:07 +0000 (16:48 +0100)]
Fix that user property should be an object instead of array.

19 months agoMerge pull request #12207 from MrPetovan/bug/12187-register-uid-0
Tobias Diekershoff [Sat, 19 Nov 2022 14:52:53 +0000 (15:52 +0100)]
Merge pull request #12207 from MrPetovan/bug/12187-register-uid-0

Ensure register records aren't created with uid = 0

19 months agoMerge pull request #12211 from Schnoop/feature/fixImportLink
Hypolite Petovan [Sat, 19 Nov 2022 14:21:13 +0000 (09:21 -0500)]
Merge pull request #12211 from Schnoop/feature/fixImportLink

Fix route for user import.

19 months agoFix route for user import.
Thorsten [Sat, 19 Nov 2022 14:17:42 +0000 (15:17 +0100)]
Fix route for user import.

19 months agoUpdate main translation file after adding strings
Hypolite Petovan [Sat, 19 Nov 2022 12:53:55 +0000 (07:53 -0500)]
Update main translation file after adding strings

19 months agoEnsure register records aren't created with uid = 0
Hypolite Petovan [Fri, 18 Nov 2022 21:04:02 +0000 (16:04 -0500)]
Ensure register records aren't created with uid = 0

- uid = 0 matches system account and public contact records, giving unexpected display in pending user list. More importantly, the originally created user can't be approved since its user id is lost.

19 months agoMerge pull request #12202 from Schnoop/develop
Hypolite Petovan [Fri, 18 Nov 2022 19:44:05 +0000 (14:44 -0500)]
Merge pull request #12202 from Schnoop/develop

Add meta tag to attachment to show images in mastodon app.

19 months agoMerge pull request #1 from Schnoop/Schnoop-patch-1
Schnoop [Fri, 18 Nov 2022 19:08:10 +0000 (20:08 +0100)]
Merge pull request #1 from Schnoop/Schnoop-patch-1

Update main.js

19 months agoUpdate main.js
Schnoop [Fri, 18 Nov 2022 19:07:46 +0000 (20:07 +0100)]
Update main.js

Revert trailing slash changes as this will lead to wrong urls.

19 months agoMerge branch 'friendica:develop' into develop
Schnoop [Fri, 18 Nov 2022 18:50:24 +0000 (19:50 +0100)]
Merge branch 'friendica:develop' into develop

19 months agoChanged ddev config to match supported PHP version.
Thorsten [Fri, 18 Nov 2022 18:43:47 +0000 (19:43 +0100)]
Changed ddev config to match supported PHP version.

19 months agoReverted some changes that won't work with PHP7.3
Thorsten [Fri, 18 Nov 2022 18:41:56 +0000 (19:41 +0100)]
Reverted some changes that won't work with PHP7.3

19 months agoMerge pull request #12205 from tobiasd/20221118-de
Hypolite Petovan [Fri, 18 Nov 2022 15:30:18 +0000 (10:30 -0500)]
Merge pull request #12205 from tobiasd/20221118-de

DE translation update

19 months agoDE translation update
Tobias Diekershoff [Fri, 18 Nov 2022 15:11:07 +0000 (16:11 +0100)]
DE translation update

19 months agoDDEV and some PHP8.1 fixes.
Thorsten [Fri, 18 Nov 2022 11:03:55 +0000 (12:03 +0100)]
DDEV and some PHP8.1 fixes.

19 months agoMerge branch 'develop' of github.com:Schnoop/friendica into develop
Thorsten [Fri, 18 Nov 2022 09:03:09 +0000 (10:03 +0100)]
Merge branch 'develop' of github.com:Schnoop/friendica into develop

19 months agoAdd meta tag to attachment to show images in mastodon app.
Thorsten [Fri, 18 Nov 2022 08:42:53 +0000 (09:42 +0100)]
Add meta tag to attachment to show images in mastodon app.

19 months agoAdd meta tag to attachment to show images in mastodon app.
Thorsten [Fri, 18 Nov 2022 08:38:02 +0000 (09:38 +0100)]
Add meta tag to attachment to show images in mastodon app.

19 months agoMerge pull request #12200 from annando/ignore-view
Hypolite Petovan [Thu, 17 Nov 2022 20:28:34 +0000 (15:28 -0500)]
Merge pull request #12200 from annando/ignore-view

"View" activities are now ignored

19 months ago"View" activities are now ignored
Michael [Thu, 17 Nov 2022 20:01:32 +0000 (20:01 +0000)]
"View" activities are now ignored

19 months agoMerge pull request #12198 from MarekBenjamin/patch-1
Philipp [Thu, 17 Nov 2022 19:11:54 +0000 (20:11 +0100)]
Merge pull request #12198 from MarekBenjamin/patch-1

Update README.md

19 months agoUpdate README.md
MarekBenjamin [Thu, 17 Nov 2022 18:35:27 +0000 (19:35 +0100)]
Update README.md

Removed "post on facebook" since Facebook add-ons are deprecated (https://github.com/friendica/friendica/wiki/How-to:-Friendica%E2%80%99s-Facebook-connector)
Changed preposition in  "(...) receive any content on Tumblr, Wordpress or RSS." to "receive any content from Tumblr, Wordpress or RSS."

19 months agoMerge pull request #12196 from MrPetovan/bug/12182-icon-size
Philipp [Thu, 17 Nov 2022 06:01:48 +0000 (07:01 +0100)]
Merge pull request #12196 from MrPetovan/bug/12182-icon-size

Add global styles for .icon

19 months agoAdd global styles for .icon
Hypolite Petovan [Thu, 17 Nov 2022 01:12:36 +0000 (20:12 -0500)]
Add global styles for .icon

- Normalize user/contact profile pictures size

19 months agoMerge pull request #12194 from MrPetovan/bug/12193-contact_template
Philipp [Wed, 16 Nov 2022 21:30:19 +0000 (22:30 +0100)]
Merge pull request #12194 from MrPetovan/bug/12193-contact_template

Replace remaining references to contact_template.tpl by contact/entry.tpl

19 months agoReplace remaining references to contact_template.tpl by contact/entry.tpl
Hypolite Petovan [Wed, 16 Nov 2022 12:15:35 +0000 (07:15 -0500)]
Replace remaining references to contact_template.tpl by contact/entry.tpl

19 months agoMerge pull request #12186 from nupplaphil/mod/editpost
Hypolite Petovan [Wed, 16 Nov 2022 21:14:07 +0000 (16:14 -0500)]
Merge pull request #12186 from nupplaphil/mod/editpost

Move mod/editpost.php to src\Module\Post\Edit

19 months agoRevert "Remove geotag"
Philipp [Wed, 16 Nov 2022 20:20:24 +0000 (21:20 +0100)]
Revert "Remove geotag"

This reverts commit 5dc9319b

19 months agoMerge pull request #12190 from annando/no-view
Philipp [Wed, 16 Nov 2022 09:52:18 +0000 (10:52 +0100)]
Merge pull request #12190 from annando/no-view

Fix memory issue on displaying conversations

19 months agoMake PHP-CS happy ...
Philipp [Wed, 16 Nov 2022 09:49:12 +0000 (10:49 +0100)]
Make PHP-CS happy ...

19 months agoAdhere PHP-CS
Philipp [Wed, 16 Nov 2022 07:56:37 +0000 (08:56 +0100)]
Adhere PHP-CS

19 months agoRemove legacy comments
Philipp [Wed, 16 Nov 2022 07:56:19 +0000 (08:56 +0100)]
Remove legacy comments

19 months agoRemove geotag
Philipp [Wed, 16 Nov 2022 07:50:57 +0000 (08:50 +0100)]
Remove geotag

19 months agoRemove jotnets
Philipp [Wed, 16 Nov 2022 07:49:48 +0000 (08:49 +0100)]
Remove jotnets

19 months agoFix memory issue on displaying conversations
Michael [Wed, 16 Nov 2022 04:57:46 +0000 (04:57 +0000)]
Fix memory issue on displaying conversations

19 months agoReplace $_SESSION
Philipp [Tue, 15 Nov 2022 21:52:23 +0000 (22:52 +0100)]
Replace $_SESSION

19 months agoUpdate messages.po
Philipp [Tue, 15 Nov 2022 21:34:31 +0000 (22:34 +0100)]
Update messages.po

19 months agoMove mod/editpost.php to src\Module\Post\Edit
Philipp [Tue, 15 Nov 2022 21:26:52 +0000 (22:26 +0100)]
Move mod/editpost.php to src\Module\Post\Edit

19 months agoMerge pull request #12184 from annando/duplicated-media
Philipp [Tue, 15 Nov 2022 20:17:19 +0000 (21:17 +0100)]
Merge pull request #12184 from annando/duplicated-media

This fixes duplicated media in quoted posts

19 months agoMerge pull request #12179 from nupplaphil/mod/display
Hypolite Petovan [Tue, 15 Nov 2022 20:14:17 +0000 (15:14 -0500)]
Merge pull request #12179 from nupplaphil/mod/display

Move mod/(update_)display.php to src\Module

19 months agoSimplify the check
Michael [Tue, 15 Nov 2022 19:55:03 +0000 (19:55 +0000)]
Simplify the check

19 months agoThis fixes duplicated media in quoted posts
Michael [Tue, 15 Nov 2022 19:48:43 +0000 (19:48 +0000)]
This fixes duplicated media in quoted posts

19 months agoPHP-CS and license ..
Philipp [Tue, 15 Nov 2022 19:15:25 +0000 (20:15 +0100)]
PHP-CS and license ..

19 months agoRemove trailing slash in `update_` calls
Philipp [Tue, 15 Nov 2022 19:11:38 +0000 (20:11 +0100)]
Remove trailing slash in `update_` calls

19 months agoAddress feedback
Philipp [Tue, 15 Nov 2022 18:53:53 +0000 (19:53 +0100)]
Address feedback

19 months agoMerge pull request #12181 from MrPetovan/bug/warnings
Michael Vogel [Tue, 15 Nov 2022 16:58:24 +0000 (17:58 +0100)]
Merge pull request #12181 from MrPetovan/bug/warnings

Address a couple of warnings

19 months agoSuppress warning when /phots route is used without a nickname
Hypolite Petovan [Tue, 15 Nov 2022 14:04:12 +0000 (09:04 -0500)]
Suppress warning when /phots route is used without a nickname

- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1314964388

19 months agoFix wrong user table field name in Repository\Notify
Hypolite Petovan [Tue, 15 Nov 2022 14:03:43 +0000 (09:03 -0500)]
Fix wrong user table field name in Repository\Notify

- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1314954594

19 months agoMake PHP-CS happy
Philipp [Tue, 15 Nov 2022 00:10:49 +0000 (01:10 +0100)]
Make PHP-CS happy

19 months agoUpdate messages.po
Philipp [Tue, 15 Nov 2022 00:00:29 +0000 (01:00 +0100)]
Update messages.po

19 months agoMove mod/(update_)display.php to src\Module
Philipp [Mon, 14 Nov 2022 23:52:38 +0000 (00:52 +0100)]
Move mod/(update_)display.php to src\Module

19 months agoMove mod/display.php "feed-item" to a src\Module\Item\Feed.php
Philipp [Mon, 14 Nov 2022 20:56:41 +0000 (21:56 +0100)]
Move mod/display.php "feed-item" to a src\Module\Item\Feed.php

19 months agoMerge pull request #12178 from annando/null-report
Hypolite Petovan [Mon, 14 Nov 2022 23:30:54 +0000 (18:30 -0500)]
Merge pull request #12178 from annando/null-report

Allow anonymous reports

19 months agoAllow anonymous reports
Michael [Mon, 14 Nov 2022 23:27:46 +0000 (23:27 +0000)]
Allow anonymous reports

19 months agoMerge pull request #12169 from MrPetovan/bug/7574-notifications-deleted-users
Philipp [Mon, 14 Nov 2022 23:08:07 +0000 (00:08 +0100)]
Merge pull request #12169 from MrPetovan/bug/7574-notifications-deleted-users

Centralize config.admin_email management in Model\User

19 months agoUpdate main translation file after moving strings
Hypolite Petovan [Sat, 12 Nov 2022 17:24:02 +0000 (12:24 -0500)]
Update main translation file after moving strings

19 months agoCentralize config.admin_email management in Model\User
Hypolite Petovan [Sat, 12 Nov 2022 17:01:22 +0000 (12:01 -0500)]
Centralize config.admin_email management in Model\User

19 months agoDon't create notify for deleted user accounts
Hypolite Petovan [Sat, 12 Nov 2022 15:00:29 +0000 (10:00 -0500)]
Don't create notify for deleted user accounts

19 months agoDon't send item notifications to deleted user accounts
Hypolite Petovan [Sat, 12 Nov 2022 14:59:20 +0000 (09:59 -0500)]
Don't send item notifications to deleted user accounts

19 months agoDon't send password reset emails to deleted user accounts
Hypolite Petovan [Sat, 12 Nov 2022 14:58:58 +0000 (09:58 -0500)]
Don't send password reset emails to deleted user accounts

19 months agoFixed wrong reference to user.expire in Model\User::getActorName
Hypolite Petovan [Sat, 12 Nov 2022 14:58:03 +0000 (09:58 -0500)]
Fixed wrong reference to user.expire in Model\User::getActorName

- Update field documentation to prevent further confusion

19 months agoMerge pull request #12177 from MrPetovan/bug/warnings
Philipp [Mon, 14 Nov 2022 19:58:42 +0000 (20:58 +0100)]
Merge pull request #12177 from MrPetovan/bug/warnings

Ensure Post::toArray returns an array

19 months agoEnsure Post::toArray returns an array
Hypolite Petovan [Mon, 14 Nov 2022 19:53:54 +0000 (14:53 -0500)]
Ensure Post::toArray returns an array

- We don't handle query errors anyway
- Remove unused parameter do_close
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1314245581

19 months agoMerge pull request #12156 from MrPetovan/task/4090-move-mod-pubsubhubbub
Philipp [Mon, 14 Nov 2022 19:04:35 +0000 (20:04 +0100)]
Merge pull request #12156 from MrPetovan/task/4090-move-mod-pubsubhubbub

Move remainder of OStatus stack to src/Module

19 months agoUpdate main translation file after moving strings
Hypolite Petovan [Fri, 11 Nov 2022 05:44:49 +0000 (00:44 -0500)]
Update main translation file after moving strings

19 months agoDelete mod/ostatus_subscribe.php file
Hypolite Petovan [Fri, 11 Nov 2022 05:39:39 +0000 (00:39 -0500)]
Delete mod/ostatus_subscribe.php file

19 months agoCreate new OStatus\Subscribe module class
Hypolite Petovan [Fri, 11 Nov 2022 05:39:26 +0000 (00:39 -0500)]
Create new OStatus\Subscribe module class

- Move route from /ostatus_subscribe to /ostatus/subscribe

19 months agoDelete mod/poco.php file
Hypolite Petovan [Fri, 11 Nov 2022 03:28:45 +0000 (22:28 -0500)]
Delete mod/poco.php file

19 months agoAdd new OStatus\PortableContacts module class
Hypolite Petovan [Fri, 11 Nov 2022 03:28:33 +0000 (22:28 -0500)]
Add new OStatus\PortableContacts module class

- Retain existing route /poco for backward compatibility
- Remove unsupported links to /poco/{nickname} route

19 months agoRemove mod/pubsub.php file
Hypolite Petovan [Fri, 11 Nov 2022 02:42:06 +0000 (21:42 -0500)]
Remove mod/pubsub.php file

19 months agoCreate new OStatus\PubSub module class
Hypolite Petovan [Fri, 11 Nov 2022 02:41:36 +0000 (21:41 -0500)]
Create new OStatus\PubSub module class

- Retain previous route /pubsub for backward compatibility

19 months agoRemove mod/pubsubhubbub.php file
Hypolite Petovan [Fri, 11 Nov 2022 02:25:17 +0000 (21:25 -0500)]
Remove mod/pubsubhubbub.php file

19 months agoCreate new OStatus\PubSubHubBub module class
Hypolite Petovan [Fri, 11 Nov 2022 02:23:57 +0000 (21:23 -0500)]
Create new OStatus\PubSubHubBub module class

- Retaining the same /pubsubhubbub route to keep backward compatibility

19 months agoMerge pull request #12158 from annando/api-report
Philipp [Mon, 14 Nov 2022 17:40:57 +0000 (18:40 +0100)]
Merge pull request #12158 from annando/api-report

We can now store reports done via API

19 months agoAdd support for Mastodon /reports API call
Hypolite Petovan [Sun, 13 Nov 2022 01:00:02 +0000 (20:00 -0500)]
Add support for Mastodon /reports API call

19 months agoAdd new Moderation\Report domain classes
Hypolite Petovan [Sun, 13 Nov 2022 00:58:56 +0000 (19:58 -0500)]
Add new Moderation\Report domain classes

19 months ago[Database version 1489] Add new report database tables
Hypolite Petovan [Sat, 12 Nov 2022 21:50:28 +0000 (16:50 -0500)]
[Database version 1489] Add new report database tables

19 months agoMerge pull request #12174 from annando/duplicate-media
Hypolite Petovan [Mon, 14 Nov 2022 00:07:08 +0000 (19:07 -0500)]
Merge pull request #12174 from annando/duplicate-media

Avoid duplicate media elements

19 months agoAvoid duplicate media elements
Michael [Sun, 13 Nov 2022 23:38:48 +0000 (23:38 +0000)]
Avoid duplicate media elements

19 months agoMerge pull request #12173 from MrPetovan/bug/mail-headers-crlf
Philipp [Sun, 13 Nov 2022 10:35:18 +0000 (11:35 +0100)]
Merge pull request #12173 from MrPetovan/bug/mail-headers-crlf

mail() requires additional headers to be separated by CRLF

19 months agomail() requires additional headers to be separated by CRLF
Hypolite Petovan [Sun, 13 Nov 2022 07:28:06 +0000 (02:28 -0500)]
mail() requires additional headers to be separated by CRLF

- Rewrite Email->getAdditionalMailHeaderString to have only one string concatenation statement

19 months agoMerge pull request #12168 from KulikAlex/patch-1
Philipp [Sat, 12 Nov 2022 16:31:10 +0000 (17:31 +0100)]
Merge pull request #12168 from KulikAlex/patch-1

Update message_recipient.tpl

19 months agoUpdate message_recipient.tpl
KulikAlex [Sat, 12 Nov 2022 16:04:02 +0000 (19:04 +0300)]
Update message_recipient.tpl

19 months agoMerge pull request #12164 from MrPetovan/bug/fatal-errors
Michael Vogel [Sat, 12 Nov 2022 13:46:09 +0000 (14:46 +0100)]
Merge pull request #12164 from MrPetovan/bug/fatal-errors

Remove superfluous property declaration in Settings\UserExport

19 months agoRemove superfluous property declaration in Settings\UserExport
Hypolite Petovan [Sat, 12 Nov 2022 13:37:42 +0000 (08:37 -0500)]
Remove superfluous property declaration in Settings\UserExport

- Address https://github.com/friendica/friendica/issues/11992#issuecomment-1312417007

19 months agoMerge pull request #12162 from annando/link-share
Hypolite Petovan [Sat, 12 Nov 2022 13:00:01 +0000 (08:00 -0500)]
Merge pull request #12162 from annando/link-share

Avoid link parsing problems in front of "share" elements

19 months agoAvoid link parsing problems in front of "share" elements
Michael [Sat, 12 Nov 2022 11:20:26 +0000 (11:20 +0000)]
Avoid link parsing problems in front of "share" elements

19 months agoMerge pull request #12157 from MrPetovan/bug/fatal-errors
Philipp [Fri, 11 Nov 2022 06:34:02 +0000 (07:34 +0100)]
Merge pull request #12157 from MrPetovan/bug/fatal-errors

Fix constructor parameters in Module\Settings\RemoveMe