]> git.mxchange.org Git - friendica.git/log
friendica.git
23 months agoFix #12262 - shared friendica posts are filtered on status page
Matthias Moritz [Wed, 30 Nov 2022 11:15:58 +0000 (12:15 +0100)]
Fix #12262 - shared friendica posts are filtered on status page

Native shares from the same Instance (or maybe all Friendica instances) were filtered out from the users home. With this commit they now appear on the users Profile/Status

2 years agoMerge pull request #12276 from MrPetovan/bug/fatal-errors
Philipp [Sat, 26 Nov 2022 23:31:14 +0000 (00:31 +0100)]
Merge pull request #12276 from MrPetovan/bug/fatal-errors

Address a couple of fatal errors

2 years agoMerge pull request #12278 from MrPetovan/bug/warnings
Philipp [Sat, 26 Nov 2022 23:31:01 +0000 (00:31 +0100)]
Merge pull request #12278 from MrPetovan/bug/warnings

Address a couple of warnings

2 years agoAdd a default value for $data['version'] in Model\GServer
Hypolite Petovan [Sat, 26 Nov 2022 22:28:55 +0000 (17:28 -0500)]
Add a default value for $data['version'] in Model\GServer

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

2 years agoHave a default value for $item['contact-id'] in Model\Post\Delayed
Hypolite Petovan [Sat, 26 Nov 2022 22:27:36 +0000 (17:27 -0500)]
Have a default value for $item['contact-id'] in Model\Post\Delayed

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

2 years agoCheck for existence of $contact.photo_menu.edit in frio:contact/entry.tpl
Hypolite Petovan [Sat, 26 Nov 2022 20:38:21 +0000 (15:38 -0500)]
Check for existence of $contact.photo_menu.edit in frio:contact/entry.tpl

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

2 years agoCatch worker argument type errors
Hypolite Petovan [Sat, 26 Nov 2022 20:21:46 +0000 (15:21 -0500)]
Catch worker argument type errors

- This marks the invalid worker queue item as completed instead of endlessly retrying it
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-1327029331

2 years agoMerge pull request #12272 from annando/issue-12133
Hypolite Petovan [Sat, 26 Nov 2022 13:50:18 +0000 (08:50 -0500)]
Merge pull request #12272 from annando/issue-12133

Issue 12133: Account data can now be updated via API

2 years agoUpdated documentation
Michael [Sat, 26 Nov 2022 09:00:35 +0000 (09:00 +0000)]
Updated documentation

2 years agoIssue 12133: Account data can now be updated via API
Michael [Sat, 26 Nov 2022 08:56:24 +0000 (08:56 +0000)]
Issue 12133: Account data can now be updated via API

2 years agoMerge pull request #12271 from annando/api-suggestion
Hypolite Petovan [Sat, 26 Nov 2022 02:39:40 +0000 (21:39 -0500)]
Merge pull request #12271 from annando/api-suggestion

Issue 12266: APISuggestions should now work

2 years agoIssue 12266: APISuggestions should now work
Michael [Sat, 26 Nov 2022 02:08:34 +0000 (02:08 +0000)]
Issue 12266: APISuggestions should now work

2 years agoMerge pull request #12269 from annando/api-edit
Hypolite Petovan [Sat, 26 Nov 2022 00:22:27 +0000 (19:22 -0500)]
Merge pull request #12269 from annando/api-edit

Issue 12192: API: Enable edit

2 years agoMerge pull request #12270 from nupplaphil/bug/woodpecker_ci
Hypolite Petovan [Fri, 25 Nov 2022 23:58:20 +0000 (18:58 -0500)]
Merge pull request #12270 from nupplaphil/bug/woodpecker_ci

Remove addon-sample.config.php from build pipeline

2 years agoRemove addon-sample.config.php from build pipeline
Philipp [Fri, 25 Nov 2022 22:46:17 +0000 (23:46 +0100)]
Remove addon-sample.config.php from build pipeline

2 years agoMerge pull request #12249 from MrPetovan/bug/deprecated
Philipp [Fri, 25 Nov 2022 22:32:32 +0000 (23:32 +0100)]
Merge pull request #12249 from MrPetovan/bug/deprecated

Address several PHP 8.1 deprecation notices

2 years agoMerge pull request #12246 from MrPetovan/bug/notices
Philipp [Fri, 25 Nov 2022 22:30:56 +0000 (23:30 +0100)]
Merge pull request #12246 from MrPetovan/bug/notices

Ensure the existence of various keys in decoded data in Diaspora::decodeRaw

2 years agoAPI: Enable edit
Michael [Fri, 25 Nov 2022 19:35:40 +0000 (19:35 +0000)]
API: Enable edit

2 years ago[Composer] Upgrade to phpseclib version 3
Hypolite Petovan [Wed, 23 Nov 2022 18:45:58 +0000 (13:45 -0500)]
[Composer] Upgrade to phpseclib version 3

- Create custom Key file format for Salmon Magic key
- Remove obsolete pemToME and MEtoPem Crypto methods
- Remove unused newECKeypair Crypto method
- Switch to constant-time Base64 encode/decode in Base64Url Strings methods

2 years agoReplace call to parse_url() with Uri instanciation in Util\Proxy
Hypolite Petovan [Wed, 23 Nov 2022 18:41:13 +0000 (13:41 -0500)]
Replace call to parse_url() with Uri instanciation in Util\Proxy

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1321796513

2 years agoFix null value passed to string functions deprecation notices
Hypolite Petovan [Wed, 23 Nov 2022 18:38:40 +0000 (13:38 -0500)]
Fix null value passed to string functions deprecation notices

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1321796513

2 years agoAdd \ReturnTypeWillChange attribute to methods inherited from native interfaces
Hypolite Petovan [Wed, 23 Nov 2022 18:36:49 +0000 (13:36 -0500)]
Add \ReturnTypeWillChange attribute to methods inherited from native interfaces

- Part of https://github.com/friendica/friendica/issues/12011#issuecomment-1321796513

2 years agoMerge pull request #12264 from annando/error
Hypolite Petovan [Fri, 25 Nov 2022 13:05:10 +0000 (08:05 -0500)]
Merge pull request #12264 from annando/error

Fix "Argument #1 ($parts) must be of type array, bool given"

2 years agoFix "Argument #1 ($parts) must be of type array, bool given"
Michael [Fri, 25 Nov 2022 06:08:56 +0000 (06:08 +0000)]
Fix "Argument #1 ($parts) must be of type array, bool given"

2 years agoMerge pull request #12254 from MrPetovan/bug/reorder-search
Michael Vogel [Fri, 25 Nov 2022 05:11:46 +0000 (06:11 +0100)]
Merge pull request #12254 from MrPetovan/bug/reorder-search

Reorder search to try redirecting to post first

2 years agoReorder search to try redirecting to post first
Hypolite Petovan [Thu, 24 Nov 2022 04:26:23 +0000 (23:26 -0500)]
Reorder search to try redirecting to post first

- Pleroma's post page includes the author's feed which wrongly gets picked up as a contact
- Address https://libranet.de/display/0b6b25a8-1563-7ec0-7408-70b986546395

2 years agoMerge pull request #12261 from MarekBenjamin/develop
Hypolite Petovan [Fri, 25 Nov 2022 00:18:28 +0000 (19:18 -0500)]
Merge pull request #12261 from MarekBenjamin/develop

Correct multiple times coppied typos in the DocBlocks of DBA.php

2 years agoremoved double blank
Marek Bachmann [Fri, 25 Nov 2022 00:03:34 +0000 (01:03 +0100)]
removed double blank

2 years agoMerge remote-tracking branch 'origin/develop' into develop
Marek Bachmann [Fri, 25 Nov 2022 00:00:06 +0000 (01:00 +0100)]
Merge remote-tracking branch 'origin/develop' into develop

2 years agocorrected typos in DocBlocks
Marek Bachmann [Thu, 24 Nov 2022 23:59:24 +0000 (00:59 +0100)]
corrected typos in DocBlocks

2 years agoMerge pull request #12259 from MarekBenjamin/nginx_template_improvements
Philipp [Thu, 24 Nov 2022 22:39:32 +0000 (23:39 +0100)]
Merge pull request #12259 from MarekBenjamin/nginx_template_improvements

Nginx template improvements

2 years agoMerge remote-tracking branch 'origin/nginx_template_improvements' into nginx_template...
Marek Bachmann [Thu, 24 Nov 2022 22:08:07 +0000 (23:08 +0100)]
Merge remote-tracking branch 'origin/nginx_template_improvements' into nginx_template_improvements

2 years agotypo
Marek Bachmann [Thu, 24 Nov 2022 22:07:55 +0000 (23:07 +0100)]
typo

2 years agoUpdate mods/sample-nginx-certbot.config
MarekBenjamin [Thu, 24 Nov 2022 22:07:27 +0000 (23:07 +0100)]
Update mods/sample-nginx-certbot.config

Damn typos, I am too used to use autocorrect, need to learn again to proofread my own texts! Thank you very much! <3

Co-authored-by: Philipp <admin+Github@philipp.info>
2 years agoMerge branch 'friendica:develop' into nginx_template_improvements
MarekBenjamin [Thu, 24 Nov 2022 21:58:18 +0000 (22:58 +0100)]
Merge branch 'friendica:develop' into nginx_template_improvements

2 years agocontent of sample-nginx-certbot.config
Marek Bachmann [Thu, 24 Nov 2022 21:57:09 +0000 (22:57 +0100)]
content of sample-nginx-certbot.config

2 years agoMerge pull request #12255 from annando/invalid-unfollow
Hypolite Petovan [Thu, 24 Nov 2022 19:46:59 +0000 (14:46 -0500)]
Merge pull request #12255 from annando/invalid-unfollow

Silently quit on unfollow of invalid contacts

2 years agoreturn "null"
Michael [Thu, 24 Nov 2022 19:45:45 +0000 (19:45 +0000)]
return "null"

2 years agoAdded sample-nginx-cerbot.config to easly configure nginx to use ssl for friendica...
Marek Bachmann [Thu, 24 Nov 2022 19:08:49 +0000 (20:08 +0100)]
Added sample-nginx-cerbot.config to easly configure nginx to use ssl for friendica using certbot

2 years agoReplaced hostname in rewrite url for forwarding http to https by $server_name variabl...
Marek Bachmann [Thu, 24 Nov 2022 18:20:26 +0000 (19:20 +0100)]
Replaced hostname in rewrite url for forwarding http to https by $server_name variable instead of hard coded example.com url

Updated default PHP-FPM path from 7.0 to 7.4

2 years agoMerge pull request #12256 from annando/issue-12189
Hypolite Petovan [Thu, 24 Nov 2022 13:01:42 +0000 (08:01 -0500)]
Merge pull request #12256 from annando/issue-12189

Issue 12189: Quote share a feed now shares the linked feed url

2 years agoIssue 12189: Quote share a feed now shares the linked feed url
Michael [Thu, 24 Nov 2022 06:36:08 +0000 (06:36 +0000)]
Issue 12189: Quote share a feed now shares the linked feed url

2 years agoSilently quit on unfollow of invalid contacts
Michael [Thu, 24 Nov 2022 05:17:14 +0000 (05:17 +0000)]
Silently quit on unfollow of invalid contacts

2 years agoMerge pull request #12251 from annando/remote-self
Hypolite Petovan [Wed, 23 Nov 2022 22:18:20 +0000 (17:18 -0500)]
Merge pull request #12251 from annando/remote-self

"MIRROR_FORWARDED" is no more

2 years agoUpdated database.sql
Michael [Wed, 23 Nov 2022 22:05:36 +0000 (22:05 +0000)]
Updated database.sql

2 years agoUpdate added
Michael [Wed, 23 Nov 2022 21:47:47 +0000 (21:47 +0000)]
Update added

2 years agoMerge remote-tracking branch 'upstream/develop' into remote-self
Michael [Wed, 23 Nov 2022 21:11:09 +0000 (21:11 +0000)]
Merge remote-tracking branch 'upstream/develop' into remote-self

2 years ago"MIRROR_FORWARDED" is no more
Michael [Wed, 23 Nov 2022 21:10:57 +0000 (21:10 +0000)]
"MIRROR_FORWARDED" is no more

2 years agoMerge pull request #12248 from MarekBenjamin/ImageUploadSizeSettingInformation
Hypolite Petovan [Wed, 23 Nov 2022 18:31:14 +0000 (13:31 -0500)]
Merge pull request #12248 from MarekBenjamin/ImageUploadSizeSettingInformation

Added information that max image upload size on admin page does not a…

2 years agoAdded information that max image upload size on admin page does not affect server...
Marek Bachmann [Wed, 23 Nov 2022 17:17:33 +0000 (18:17 +0100)]
Added information that max image upload size on admin page does not affect server-side upload limits

2 years agoMerge pull request #12244 from MrPetovan/bug/warnings
Michael Vogel [Wed, 23 Nov 2022 16:50:25 +0000 (17:50 +0100)]
Merge pull request #12244 from MrPetovan/bug/warnings

Address various Warning messages

2 years agoEnsure the existence of various keys in decoded data in Diaspora::decodeRaw
Hypolite Petovan [Wed, 23 Nov 2022 16:22:54 +0000 (11:22 -0500)]
Ensure the existence of various keys in decoded data in Diaspora::decodeRaw

- Address https://github.com/friendica/friendica/issues/11994#issuecomment-1302681295

2 years agoEnsure $owner is set in ActivityPub\Transmitter::sendContactReject
Hypolite Petovan [Wed, 23 Nov 2022 16:05:36 +0000 (11:05 -0500)]
Ensure $owner is set in ActivityPub\Transmitter::sendContactReject

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

2 years agoEnsure $attachment has a width and a height when it's an image in Mastodon\Attachment
Hypolite Petovan [Wed, 23 Nov 2022 16:00:15 +0000 (11:00 -0500)]
Ensure $attachment has a width and a height when it's an image in Mastodon\Attachment

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

2 years agoWard against the possible case that $actor is empty in ActivityPub\Processor::createItem
Hypolite Petovan [Wed, 23 Nov 2022 15:47:51 +0000 (10:47 -0500)]
Ward against the possible case that $actor is empty in ActivityPub\Processor::createItem

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

2 years agoEnsure $owner is set in ActivityPub\Transmitter::sendActivity
Hypolite Petovan [Wed, 23 Nov 2022 15:40:41 +0000 (10:40 -0500)]
Ensure $owner is set in ActivityPub\Transmitter::sendActivity

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

2 years agoReturn early if user contact doesn't exist in Mastodon\Notification::getType
Hypolite Petovan [Wed, 23 Nov 2022 15:35:49 +0000 (10:35 -0500)]
Return early if user contact doesn't exist in Mastodon\Notification::getType

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

2 years agoMerge pull request #12243 from annando/remote-self
Hypolite Petovan [Wed, 23 Nov 2022 15:00:06 +0000 (10:00 -0500)]
Merge pull request #12243 from annando/remote-self

No more automated posts via mod/item.php

2 years agoTempory fix removed
Michael [Wed, 23 Nov 2022 14:17:39 +0000 (14:17 +0000)]
Tempory fix removed

2 years agoUpdated messages.po
Michael [Wed, 23 Nov 2022 14:16:13 +0000 (14:16 +0000)]
Updated messages.po

2 years ago"MIRROR_FORWARDED" is removed
Michael [Wed, 23 Nov 2022 14:00:34 +0000 (14:00 +0000)]
"MIRROR_FORWARDED" is removed

2 years agoMerge remote-tracking branch 'upstream/develop' into no-api-post
Michael [Wed, 23 Nov 2022 06:28:24 +0000 (06:28 +0000)]
Merge remote-tracking branch 'upstream/develop' into no-api-post

2 years agoNo more automated posts via mod/item.php
Michael [Wed, 23 Nov 2022 06:27:40 +0000 (06:27 +0000)]
No more automated posts via mod/item.php

2 years agoMerge pull request #12240 from MarekBenjamin/patch-2
Hypolite Petovan [Tue, 22 Nov 2022 23:19:13 +0000 (18:19 -0500)]
Merge pull request #12240 from MarekBenjamin/patch-2

Update sample-nginx.config

2 years agoUpdate sample-nginx.config
MarekBenjamin [Tue, 22 Nov 2022 21:56:29 +0000 (22:56 +0100)]
Update sample-nginx.config

Removed  `ssl on`  in line 54 directive since it is deprecated and already activated with the `listen 443 ssl;`  directive in line 51

2 years agoMerge pull request #12234 from HankG/fix-friendica-notification-seen-endpoint
Hypolite Petovan [Tue, 22 Nov 2022 05:32:44 +0000 (00:32 -0500)]
Merge pull request #12234 from HankG/fix-friendica-notification-seen-endpoint

Update Notify->iid to itemId for notification endpoint

2 years agoUpdate Notify->iid to itemId for notification endpoint
Hank Grabowski [Tue, 22 Nov 2022 04:40:15 +0000 (23:40 -0500)]
Update Notify->iid to itemId for notification endpoint

2 years agoMerge pull request #12231 from HankG/fix-unfavourite-endpoint
Hypolite Petovan [Mon, 21 Nov 2022 21:51:43 +0000 (16:51 -0500)]
Merge pull request #12231 from HankG/fix-unfavourite-endpoint

Fix unfavourite (and related) endpoints

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.