]> git.mxchange.org Git - friendica.git/log
friendica.git
11 months agoMerge pull request #13283 from AlfredSK/AlfredSK-fix-wsod-creating-report
Hypolite Petovan [Sat, 15 Jul 2023 13:20:45 +0000 (09:20 -0400)]
Merge pull request #13283 from AlfredSK/AlfredSK-fix-wsod-creating-report

Fix WSOD when creating a report using PHP8.x

11 months agoFix WSOD when creating a report using PHP8.x
Steffen K9 [Sat, 15 Jul 2023 12:41:29 +0000 (14:41 +0200)]
Fix WSOD when creating a report using PHP8.x

Fixes https://github.com/friendica/friendica/issues/13277

11 months agoMerge pull request #13280 from MrPetovan/bug/warnings
Tobias Diekershoff [Fri, 14 Jul 2023 04:37:12 +0000 (06:37 +0200)]
Merge pull request #13280 from MrPetovan/bug/warnings

Remove unused variable trheadids from Content\Conversation

11 months agoRemove unused variable trheadids from Content\Conversation
Hypolite Petovan [Fri, 14 Jul 2023 03:51:03 +0000 (23:51 -0400)]
Remove unused variable trheadids from Content\Conversation

- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1635208668

11 months agoMerge pull request #13278 from AlfredSK/AlfredSK-fix-column-name
Hypolite Petovan [Tue, 11 Jul 2023 20:57:39 +0000 (16:57 -0400)]
Merge pull request #13278 from AlfredSK/AlfredSK-fix-column-name

Fix db error: missing column name 'line-text'

11 months agoFix db error: missing column name 'line-text'
Steffen K9 [Tue, 11 Jul 2023 20:37:45 +0000 (22:37 +0200)]
Fix db error: missing column name 'line-text'

See https://github.com/friendica/friendica/issues/13277#issuecomment-1631359293

11 months agoMerge pull request #13275 from MrPetovan/bug/warnings
Tobias Diekershoff [Tue, 11 Jul 2023 13:27:21 +0000 (15:27 +0200)]
Merge pull request #13275 from MrPetovan/bug/warnings

Address a couple warnings

11 months agoReturn early if no items are provided in Content\Conversation->getThreadList
Hypolite Petovan [Tue, 11 Jul 2023 13:02:53 +0000 (09:02 -0400)]
Return early if no items are provided in Content\Conversation->getThreadList

- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1628437859

11 months agoReintroduce is_string modifier in addons/connector templates
Hypolite Petovan [Tue, 11 Jul 2023 13:00:41 +0000 (09:00 -0400)]
Reintroduce is_string modifier in addons/connector templates

- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1606003698

11 months agoMerge pull request #13274 from annando/report-gsid
Hypolite Petovan [Tue, 11 Jul 2023 11:54:54 +0000 (07:54 -0400)]
Merge pull request #13274 from annando/report-gsid

Fix "Cannot add or update a child row: a foreign key constraint fails"

11 months agoFix "Cannot add or update a child row: a foreign key constraint fails"
Michael [Tue, 11 Jul 2023 07:43:53 +0000 (07:43 +0000)]
Fix "Cannot add or update a child row: a foreign key constraint fails"

11 months agoMerge pull request #13272 from annando/last-editor-uid
Hypolite Petovan [Mon, 10 Jul 2023 21:45:52 +0000 (17:45 -0400)]
Merge pull request #13272 from annando/last-editor-uid

Fix "Cannot drop index 'last-editor-uid': needed in a foreign key constraint"

11 months agoFix "Cannot drop index 'last-editor-uid': needed in a foreign key constraint"
Michael [Mon, 10 Jul 2023 20:50:16 +0000 (20:50 +0000)]
Fix "Cannot drop index 'last-editor-uid': needed in a foreign key constraint"

11 months agoMerge pull request #13268 from MrPetovan/task/normalize-item-action-label
Tobias Diekershoff [Mon, 10 Jul 2023 08:01:50 +0000 (10:01 +0200)]
Merge pull request #13268 from MrPetovan/task/normalize-item-action-label

Normalize item action label key name

11 months agoMerge pull request #13269 from MrPetovan/bug/fix-exception-return-code
Tobias Diekershoff [Mon, 10 Jul 2023 07:59:04 +0000 (09:59 +0200)]
Merge pull request #13269 from MrPetovan/bug/fix-exception-return-code

Fix exception module not setting the HTTP response code

11 months agoMerge pull request #13245 from MrPetovan/task/moderation-reports
Michael Vogel [Mon, 10 Jul 2023 05:50:11 +0000 (07:50 +0200)]
Merge pull request #13245 from MrPetovan/task/moderation-reports

Create moderation reports

11 months agoFix exception module not setting the HTTP response code
Hypolite Petovan [Mon, 10 Jul 2023 02:44:40 +0000 (22:44 -0400)]
Fix exception module not setting the HTTP response code

- Page->run now returns an updated response for use with Page->exit
- Remove now duplicated header setting in Page->run
- Remove now obsolete (and ineffective) HTTP return code setting from Module\Special\HTTPException->content
- Add HTTP response code and reason setting in BaseModule->run

11 months agoNormalize item action label key name
Hypolite Petovan [Mon, 10 Jul 2023 00:56:51 +0000 (20:56 -0400)]
Normalize item action label key name

- Remove unused $item.return reference in asynchronous item action URLs

11 months agoUpdate main transation file after updating strings
Hypolite Petovan [Mon, 3 Jul 2023 02:57:39 +0000 (22:57 -0400)]
Update main transation file after updating strings

11 months agoAdd Report Create module
Hypolite Petovan [Wed, 1 Feb 2023 13:34:00 +0000 (08:34 -0500)]
Add Report Create module

WIP

11 months agoAdd fields to Report entity
Hypolite Petovan [Sat, 10 Dec 2022 14:08:12 +0000 (09:08 -0500)]
Add fields to Report entity

- Add clock dependency to Moderation\Factory\Report
- Change DateTime field to DateTimeImmutable to satisfy Clock return type
- Add category, status and resolution constants

11 months agoAdd Posts and Rules sub-entities and collections for Moderation\Report
Hypolite Petovan [Wed, 14 Dec 2022 15:01:01 +0000 (10:01 -0500)]
Add Posts and Rules sub-entities and collections for Moderation\Report

11 months agoMerge pull request #13267 from MrPetovan/task/13265-json-ld
Michael Vogel [Sun, 9 Jul 2023 21:11:44 +0000 (23:11 +0200)]
Merge pull request #13267 from MrPetovan/task/13265-json-ld

[Composer] Bump friendica/json-ld to version 1.1.4

11 months ago[Composer] Bump friendica/json-ld to version 1.1.4
Hypolite Petovan [Sun, 9 Jul 2023 20:18:29 +0000 (16:18 -0400)]
[Composer] Bump friendica/json-ld to version 1.1.4

11 months agoMerge pull request #13266 from annando/quoted
Hypolite Petovan [Sun, 9 Jul 2023 19:59:13 +0000 (15:59 -0400)]
Merge pull request #13266 from annando/quoted

Improve display of quoted posts

11 months agoMerge pull request #13264 from MrPetovan/task/hide-blocklist
Michael Vogel [Sun, 9 Jul 2023 19:26:59 +0000 (21:26 +0200)]
Merge pull request #13264 from MrPetovan/task/hide-blocklist

Hide blocklist from anonymous users on closed registration nodes

11 months agoUpdate src/Content/Item.php
Michael Vogel [Sun, 9 Jul 2023 19:18:36 +0000 (21:18 +0200)]
Update src/Content/Item.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
11 months agoUpdate src/Content/Item.php
Michael Vogel [Sun, 9 Jul 2023 19:18:27 +0000 (21:18 +0200)]
Update src/Content/Item.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
11 months agoUpdated messages.po
Michael [Sun, 9 Jul 2023 17:42:32 +0000 (17:42 +0000)]
Updated messages.po

11 months agoNew parameter to create a share block for display reasons
Michael [Sun, 9 Jul 2023 14:31:47 +0000 (14:31 +0000)]
New parameter to create a share block for display reasons

11 months agoImprove display of quoted posts
Michael [Sun, 9 Jul 2023 14:15:01 +0000 (14:15 +0000)]
Improve display of quoted posts

11 months agoMerge pull request #13262 from MrPetovan/task/decouple-conversations
Michael Vogel [Sun, 9 Jul 2023 13:59:35 +0000 (15:59 +0200)]
Merge pull request #13262 from MrPetovan/task/decouple-conversations

Decouple conversation creation from rendering

11 months agoHide blocklist from anonymous users on closed registration nodes
Hypolite Petovan [Sun, 9 Jul 2023 01:18:27 +0000 (21:18 -0400)]
Hide blocklist from anonymous users on closed registration nodes

11 months agoRefactor DI out from Module\Friendica
Hypolite Petovan [Sun, 9 Jul 2023 01:16:29 +0000 (21:16 -0400)]
Refactor DI out from Module\Friendica

11 months ago[frio] Add link to About page in user menu
Hypolite Petovan [Sun, 9 Jul 2023 01:09:29 +0000 (21:09 -0400)]
[frio] Add link to About page in user menu

11 months agoCentralize Vary header declaration in ActivityPub::isRequest
Hypolite Petovan [Sun, 9 Jul 2023 01:01:48 +0000 (21:01 -0400)]
Centralize Vary header declaration in ActivityPub::isRequest

- Vary header should be set every time we vary the display based on an HTTP header value

11 months agoMerge pull request #13227 from BirdboyBolu/develop
Hypolite Petovan [Sun, 9 Jul 2023 02:20:57 +0000 (22:20 -0400)]
Merge pull request #13227 from BirdboyBolu/develop

Update Circles-and-Privacy.md

11 months agoApply suggestions from code review
Hypolite Petovan [Sun, 9 Jul 2023 02:20:47 +0000 (22:20 -0400)]
Apply suggestions from code review

- Remove superfluous plural
- Remove condescending language

11 months agoDecouple conversation creation from rendering
Hypolite Petovan [Sun, 5 Feb 2023 00:14:21 +0000 (19:14 -0500)]
Decouple conversation creation from rendering

- This allows to separately obtain a list of threads for rendering without having to deal with an already-formed HTML output

11 months agoMerge pull request #13261 from annando/id-uri-id-chaos
Hypolite Petovan [Sat, 8 Jul 2023 13:15:23 +0000 (09:15 -0400)]
Merge pull request #13261 from annando/id-uri-id-chaos

Fix id/uri-id chaos in API calls

11 months agoFix id/uri-id chaos in API calls
Michael [Sat, 8 Jul 2023 07:55:18 +0000 (07:55 +0000)]
Fix id/uri-id chaos in API calls

11 months agoMerge pull request #13254 from nupplaphil/bug/fix_tests
Hypolite Petovan [Wed, 5 Jul 2023 23:10:55 +0000 (19:10 -0400)]
Merge pull request #13254 from nupplaphil/bug/fix_tests

Fix php unit test with PHP 8.2

11 months agoSome more deprecation fixups
Philipp [Wed, 5 Jul 2023 20:20:52 +0000 (22:20 +0200)]
Some more deprecation fixups

11 months agoFix XML deprecation
Philipp [Wed, 5 Jul 2023 20:02:58 +0000 (22:02 +0200)]
Fix XML deprecation

11 months agoFix dynamic properties in API\Twitter\User object
Philipp [Wed, 5 Jul 2023 19:58:20 +0000 (21:58 +0200)]
Fix dynamic properties in API\Twitter\User object

11 months agoFix PHPUnit 10 deprecations
Philipp [Wed, 5 Jul 2023 19:43:03 +0000 (21:43 +0200)]
Fix PHPUnit 10 deprecations

11 months agoUpdate json-ld dependency
Philipp [Wed, 5 Jul 2023 19:29:12 +0000 (21:29 +0200)]
Update json-ld dependency

11 months agoMerge pull request #13252 from toddy15/woodpecker
Hypolite Petovan [Wed, 5 Jul 2023 19:06:18 +0000 (15:06 -0400)]
Merge pull request #13252 from toddy15/woodpecker

Update PHP versions and add PHP 8.2 for testing

11 months agoMerge pull request #13253 from toddy15/develop
Hypolite Petovan [Wed, 5 Jul 2023 15:41:18 +0000 (11:41 -0400)]
Merge pull request #13253 from toddy15/develop

Fix comment

11 months agoFix comment
Dr. Tobias Quathamer [Wed, 5 Jul 2023 14:48:03 +0000 (16:48 +0200)]
Fix comment

11 months agoMerge pull request #13249 from annando/incoming-groups
Hypolite Petovan [Wed, 5 Jul 2023 14:24:51 +0000 (10:24 -0400)]
Merge pull request #13249 from annando/incoming-groups

Incoming posts from Lemmy to groups are now working

11 months agoMerge pull request #13250 from Raroun/develop
Hypolite Petovan [Wed, 5 Jul 2023 14:08:42 +0000 (10:08 -0400)]
Merge pull request #13250 from Raroun/develop

fixes registration link in invitations

11 months agoUpdate PHP versions and add PHP 8.2 for testing
Dr. Tobias Quathamer [Wed, 5 Jul 2023 12:06:28 +0000 (14:06 +0200)]
Update PHP versions and add PHP 8.2 for testing

11 months agofixes registration link in invitations
Raroun [Wed, 5 Jul 2023 08:12:10 +0000 (10:12 +0200)]
fixes registration link in invitations

11 months agoIncoming posts from Lemmy to groups are now working
Michael [Tue, 4 Jul 2023 21:23:03 +0000 (21:23 +0000)]
Incoming posts from Lemmy to groups are now working

11 months agoMerge pull request #13248 from Quix0r/features/config-api-mastodon-banner
Hypolite Petovan [Mon, 3 Jul 2023 20:30:58 +0000 (16:30 -0400)]
Merge pull request #13248 from Quix0r/features/config-api-mastodon-banner

Configuration key api_mastodon_banner added

11 months agoChanges:
Roland Häder [Mon, 3 Jul 2023 17:54:41 +0000 (19:54 +0200)]
Changes:
- renamed 'api_mastodon_banner' to 'mastodon_banner' and moved it to 'api'
  configuration group

11 months agoAdded:
Roland Häder [Mon, 3 Jul 2023 12:56:08 +0000 (14:56 +0200)]
Added:
- config key 'config', 'api_mastodon_banner', see discussion at https://b65.me.in/display/67fef576-1564-a27a-405e-c17705255720
- the administrator can now customize it for Mastodon contacts
- credits goes to @betamax65@b65.me.in

12 months agoMerge pull request #13244 from annando/kbin
Hypolite Petovan [Thu, 29 Jun 2023 13:26:04 +0000 (09:26 -0400)]
Merge pull request #13244 from annando/kbin

"kbin" now has got an own section in the federation statistics

12 months ago"kbin" hos now got an own section in the federation statistics
Michael [Thu, 29 Jun 2023 08:28:02 +0000 (08:28 +0000)]
"kbin" hos now got an own section in the federation statistics

12 months agoMerge pull request #13237 from annando/group-circle
Tobias Diekershoff [Tue, 27 Jun 2023 04:19:21 +0000 (06:19 +0200)]
Merge pull request #13237 from annando/group-circle

Added group detection for via exclusive mentions

12 months agoMerge pull request #13238 from annando/issue-13221
Tobias Diekershoff [Tue, 27 Jun 2023 04:17:44 +0000 (06:17 +0200)]
Merge pull request #13238 from annando/issue-13221

Issue 13221: Diaspora posts are now stored correctly

12 months agoIssue 13221: Diaspora posts are now stored correctly
Michael [Mon, 26 Jun 2023 19:44:14 +0000 (19:44 +0000)]
Issue 13221: Diaspora posts are now stored correctly

12 months agoAdded group detection for via exclusive mentions
Michael [Mon, 26 Jun 2023 19:37:20 +0000 (19:37 +0000)]
Added group detection for via exclusive mentions

12 months agoMerge pull request #13235 from annando/group-circle
Hypolite Petovan [Mon, 26 Jun 2023 11:49:20 +0000 (07:49 -0400)]
Merge pull request #13235 from annando/group-circle

Dedicated circle name for groups

12 months agoInvert condition
Michael [Mon, 26 Jun 2023 05:32:33 +0000 (05:32 +0000)]
Invert condition

12 months agoSet the group as owner for "group only" postings
Michael [Sun, 25 Jun 2023 22:14:35 +0000 (22:14 +0000)]
Set the group as owner for "group only" postings

12 months agoMerge pull request #13233 from GidiKroon/feature/add-vary-header
Hypolite Petovan [Sun, 25 Jun 2023 21:56:19 +0000 (17:56 -0400)]
Merge pull request #13233 from GidiKroon/feature/add-vary-header

Add Vary header in case of content negotiation

12 months agoFix spacing
Michael [Sun, 25 Jun 2023 21:02:14 +0000 (21:02 +0000)]
Fix spacing

12 months agoDedicated circle name for groups
Michael [Sun, 25 Jun 2023 20:37:11 +0000 (20:37 +0000)]
Dedicated circle name for groups

12 months agoMake requested changes
Gidi Kroon [Sun, 25 Jun 2023 18:54:04 +0000 (20:54 +0200)]
Make requested changes

12 months agoMerge pull request #13234 from annando/unseen
Hypolite Petovan [Sun, 25 Jun 2023 13:50:35 +0000 (09:50 -0400)]
Merge pull request #13234 from annando/unseen

Fix: Unseen marker wasn't set / Don't mark activities as unseen

12 months agoFix: Unseen marker wasn't set / Don't mark activities as unseen
Michael [Sun, 25 Jun 2023 13:33:01 +0000 (13:33 +0000)]
Fix: Unseen marker wasn't set / Don't mark activities as unseen

12 months agoAdd Vary header in case of content negotiation
Gidi Kroon [Sun, 25 Jun 2023 01:22:41 +0000 (03:22 +0200)]
Add Vary header in case of content negotiation

Sometimes we return different content depending on whether JSON, XML or
HTML was requested in the Accept request header. The Vary response
header should list that header in these cases, to allow caching
frameworks to determine what to cache.

12 months agoMerge pull request #13231 from AlfredSK/AlfredSK-fix-typo-alias
Philipp [Sat, 24 Jun 2023 13:45:17 +0000 (15:45 +0200)]
Merge pull request #13231 from AlfredSK/AlfredSK-fix-typo-alias

Fiy typo in author-alias

12 months agoFiy typo in author-alias
Steffen K9 [Sat, 24 Jun 2023 10:38:14 +0000 (12:38 +0200)]
Fiy typo in author-alias

Added a missing `a` .

12 months agoMerge pull request #13230 from annando/warnings
Hypolite Petovan [Fri, 23 Jun 2023 21:54:22 +0000 (17:54 -0400)]
Merge pull request #13230 from annando/warnings

Fix warnings because of missing field

12 months agoFix warning "Undefined array key "alias""
Michael [Fri, 23 Jun 2023 21:50:35 +0000 (21:50 +0000)]
Fix warning "Undefined array key "alias""

12 months agoFix warnings because of missing field
Michael [Fri, 23 Jun 2023 21:27:34 +0000 (21:27 +0000)]
Fix warnings because of missing field

12 months agoMerge pull request #13226 from annando/lemmy
Hypolite Petovan [Fri, 23 Jun 2023 21:12:38 +0000 (17:12 -0400)]
Merge pull request #13226 from annando/lemmy

Better support for "audience" / simplified Lemmy processing

12 months agoChanges variable names / fetch the alias / improved group handling
Michael [Fri, 23 Jun 2023 21:05:45 +0000 (21:05 +0000)]
Changes variable names / fetch the alias / improved group handling

12 months agoMerge pull request #13229 from HankG/fix-mastodon-status-context-returning-deleted...
Hypolite Petovan [Fri, 23 Jun 2023 03:40:43 +0000 (23:40 -0400)]
Merge pull request #13229 from HankG/fix-mastodon-status-context-returning-deleted-statuses

Fix Mastodon API Status->Context endpoint so doesn't return deleted statuses

12 months agoFix Mastodon API Status->Context endpoint so doesn't return deleted statuses
Hank Grabowski [Fri, 23 Jun 2023 01:56:38 +0000 (21:56 -0400)]
Fix Mastodon API Status->Context endpoint so doesn't return deleted statuses

12 months agoUpdate Circles-and-Privacy.md
Boluwatife Victor [Thu, 22 Jun 2023 11:35:02 +0000 (12:35 +0100)]
Update Circles-and-Privacy.md

I corrected several typo errors in the doc to improve readability

12 months agoMerge remote-tracking branch 'upstream/develop' into lemmy
Michael [Sun, 18 Jun 2023 17:38:39 +0000 (17:38 +0000)]
Merge remote-tracking branch 'upstream/develop' into lemmy

12 months agoUpdated database.sql / messages.po
Michael [Sun, 18 Jun 2023 17:34:19 +0000 (17:34 +0000)]
Updated database.sql / messages.po

12 months agoImproved basepath detection for Magic Auth
Michael [Sun, 18 Jun 2023 17:18:40 +0000 (17:18 +0000)]
Improved basepath detection for Magic Auth

12 months agoSet the owner for group posts
Michael [Sun, 18 Jun 2023 16:52:49 +0000 (16:52 +0000)]
Set the owner for group posts

12 months agoEnsure to transmit the audience if the parent does so
Michael [Sun, 18 Jun 2023 16:50:45 +0000 (16:50 +0000)]
Ensure to transmit the audience if the parent does so

12 months agoDisplay the contact alias if the URL is no HTTP link
Michael [Sun, 18 Jun 2023 16:49:38 +0000 (16:49 +0000)]
Display the contact alias if the URL is no HTTP link

12 months agoMerge pull request #13223 from git-marijus/develop
Hypolite Petovan [Sat, 17 Jun 2023 21:34:32 +0000 (17:34 -0400)]
Merge pull request #13223 from git-marijus/develop

fix issue #13174

12 months agofix issue #13174
git-marijus [Sat, 17 Jun 2023 20:31:25 +0000 (22:31 +0200)]
fix issue #13174

12 months agoBetter support for "audience" / simplified Lemmy processing
Michael [Thu, 15 Jun 2023 22:04:28 +0000 (22:04 +0000)]
Better support for "audience" / simplified Lemmy processing

12 months agoMerge pull request #13218 from anubis2814/develop
Hypolite Petovan [Thu, 15 Jun 2023 18:15:18 +0000 (14:15 -0400)]
Merge pull request #13218 from anubis2814/develop

[frio] Added content warning button

12 months agoUpdate Post.php
anubis2814 [Thu, 15 Jun 2023 18:04:34 +0000 (14:04 -0400)]
Update Post.php

made code neater

12 months agoUpdate Conversation.php
anubis2814 [Thu, 15 Jun 2023 18:02:54 +0000 (14:02 -0400)]
Update Conversation.php

made code neater.

12 months agoAdded content warning button
Anubis2814 [Thu, 15 Jun 2023 16:55:54 +0000 (12:55 -0400)]
Added content warning button

12 months agoMerge pull request #13212 from jlamothe/cheshire
Tobias Diekershoff [Tue, 13 Jun 2023 05:46:02 +0000 (07:46 +0200)]
Merge pull request #13212 from jlamothe/cheshire

fixed spelling of Cheshire

12 months agofixed spelling of Cheshire
Jonathan Lamothe [Tue, 13 Jun 2023 03:45:46 +0000 (23:45 -0400)]
fixed spelling of Cheshire

12 months agoMerge pull request #13208 from Quix0r/fixes/type-hints-indenting
Hypolite Petovan [Fri, 9 Jun 2023 20:33:44 +0000 (16:33 -0400)]
Merge pull request #13208 from Quix0r/fixes/type-hints-indenting

Added type-hints, reformatted arrays