]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoThe two endpoints for unfavoriting/liking (and related things) was failing because...
Hank Grabowski [Mon, 21 Nov 2022 21:38:54 +0000 (16:38 -0500)]
The two endpoints for unfavoriting/liking (and related things) was failing because it wasn't using the correct uuid in item.php in processing the action.

2 years agoMerge pull request #12228 from MrPetovan/task/4090-move-mod-photos
Philipp [Sun, 20 Nov 2022 23:32:15 +0000 (00:32 +0100)]
Merge pull request #12228 from MrPetovan/task/4090-move-mod-photos

Create /profile/{nickname}/photos route

2 years agoMerge pull request #12225 from MrPetovan/bug/10188-addon-config
Philipp [Sun, 20 Nov 2022 23:16:26 +0000 (00:16 +0100)]
Merge pull request #12225 from MrPetovan/bug/10188-addon-config

Remove config/addon-sample.config.php file in favor of per-addon configuration files

2 years agoUpdate doc/Config.md from review suggestion
Hypolite Petovan [Sun, 20 Nov 2022 23:14:37 +0000 (18:14 -0500)]
Update doc/Config.md from review suggestion

Co-authored-by: Philipp <admin+Github@philipp.info>
2 years agoUpdate main translation file after moving strings
Hypolite Petovan [Sun, 20 Nov 2022 22:26:08 +0000 (17:26 -0500)]
Update main translation file after moving strings

2 years agoCreate /profile/{nickname}/photos route
Hypolite Petovan [Sun, 20 Nov 2022 22:15:07 +0000 (17:15 -0500)]
Create /profile/{nickname}/photos route

- Create new Profile\Photos\Index module class
- Update most references of the legacy /photos/{nickname} route

2 years agoFix string interpolation in Model\Photo::upload
Hypolite Petovan [Sun, 20 Nov 2022 22:07:08 +0000 (17:07 -0500)]
Fix string interpolation in Model\Photo::upload

2 years agoRemove config/addon-sample.config.php file in favor of per-addon configuration files
Hypolite Petovan [Sun, 20 Nov 2022 16:37:26 +0000 (11:37 -0500)]
Remove config/addon-sample.config.php file in favor of per-addon configuration files

- Update documentation and .gitignore

2 years agoMerge pull request #12226 from MrPetovan/bug/warnings
Tobias Diekershoff [Sun, 20 Nov 2022 18:42:11 +0000 (19:42 +0100)]
Merge pull request #12226 from MrPetovan/bug/warnings

Use guid from shared post in Protocol\Diaspora::getReshareDetails

2 years agoUse guid from shared post in Protocol\Diaspora::getReshareDetails
Hypolite Petovan [Sun, 20 Nov 2022 18:01:37 +0000 (13:01 -0500)]
Use guid from shared post in Protocol\Diaspora::getReshareDetails

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

2 years agoMerge pull request #12221 from MrPetovan/bug/warnings
Tobias Diekershoff [Sun, 20 Nov 2022 07:21:06 +0000 (08:21 +0100)]
Merge pull request #12221 from MrPetovan/bug/warnings

Fix various PHP 8 deprecations

2 years agoMerge pull request #12218 from MrPetovan/bug/frion-search-items
Tobias Diekershoff [Sun, 20 Nov 2022 07:14:42 +0000 (08:14 +0100)]
Merge pull request #12218 from MrPetovan/bug/frion-search-items

[frio] Improve search list display for web and mobile

2 years agoMerge pull request #12222 from MrPetovan/bug/12219-hovercard-stay-local
Tobias Diekershoff [Sun, 20 Nov 2022 07:10:42 +0000 (08:10 +0100)]
Merge pull request #12222 from MrPetovan/bug/12219-hovercard-stay-local

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

2 years agoMerge pull request #12223 from MrPetovan/task/12220-add-authorize_interaction-route
Tobias Diekershoff [Sun, 20 Nov 2022 07:05:44 +0000 (08:05 +0100)]
Merge pull request #12223 from MrPetovan/task/12220-add-authorize_interaction-route

Add support for Mastodon /authorize_interaction route

2 years agoAdd support for Mastodon /authorize_interaction route
Hypolite Petovan [Sun, 20 Nov 2022 00:55:01 +0000 (19:55 -0500)]
Add support for Mastodon /authorize_interaction route

- It is used by Fedifind to follow people who set their Webfinger address in their Twitter bio

2 years agoFix support for `/contact/123456/conversations` URLs in Module\Contact\Hovercard
Hypolite Petovan [Sun, 20 Nov 2022 00:41:45 +0000 (19:41 -0500)]
Fix support for `/contact/123456/conversations` URLs in Module\Contact\Hovercard

2 years agoFix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator
Hypolite Petovan [Sun, 20 Nov 2022 00:30:48 +0000 (19:30 -0500)]
Fix PHP 8 inheritance deprecation warnings in App\PAge and ParsedLogIterator

2 years agoFix various PHP 8 deprecations
Hypolite Petovan [Sun, 20 Nov 2022 00:10:02 +0000 (19:10 -0500)]
Fix various PHP 8 deprecations

2 years 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

2 years 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

2 years ago[frio] Improve search list display for web and mobile
Hypolite Petovan [Sat, 19 Nov 2022 22:16:51 +0000 (17:16 -0500)]
[frio] Improve search list display for web and mobile

- Reduced margins
- Repositioned the network icon and external link

2 years agoHide non-functional mass deletion feature in search view
Hypolite Petovan [Sat, 19 Nov 2022 22:16:01 +0000 (17:16 -0500)]
Hide non-functional mass deletion feature in search view

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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.

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

2 years 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.

2 years 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.

2 years 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

2 years 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.

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

2 years 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

2 years 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.

2 years 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.

2 years 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

2 years 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.

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

2 years 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.

2 years 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

2 years 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

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

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

2 years 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

2 years 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.

2 years 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.

2 years 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

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

2 years 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

2 years 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."

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

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

This reverts commit 5dc9319b

2 years 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

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

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

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

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

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

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

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

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

2 years 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

2 years 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

2 years 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

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

2 years 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

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

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

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

2 years 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

2 years 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

2 years 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

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

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

2 years 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

2 years 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

2 years 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

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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

2 years 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

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