]> git.mxchange.org Git - friendica.git/log
friendica.git
12 months agoRemove unused ProfilerLogger factory
Philipp [Sun, 16 Jul 2023 23:41:02 +0000 (01:41 +0200)]
Remove unused ProfilerLogger factory

12 months agoFix PHP-CS
Philipp [Sun, 16 Jul 2023 23:19:37 +0000 (01:19 +0200)]
Fix PHP-CS

12 months agoFix SyslogLogger and tests
Philipp [Sun, 16 Jul 2023 23:16:29 +0000 (01:16 +0200)]
Fix SyslogLogger and tests

12 months agoFix logger classes and tests
Philipp [Sun, 16 Jul 2023 23:06:11 +0000 (01:06 +0200)]
Fix logger classes and tests

12 months agoMake PHP-CS happy
Philipp [Sun, 16 Jul 2023 22:15:16 +0000 (00:15 +0200)]
Make PHP-CS happy

12 months agoAdd license
Philipp [Sun, 16 Jul 2023 22:13:03 +0000 (00:13 +0200)]
Add license

12 months agoAdd tests for InstanceManager and remove Decorator hook logic (avoid complex Dice...
Philipp [Sun, 16 Jul 2023 22:10:15 +0000 (00:10 +0200)]
Add tests for InstanceManager and remove Decorator hook logic (avoid complex Dice logic)

12 months agoAdd tests for HookFileManager
Philipp [Sun, 16 Jul 2023 20:41:56 +0000 (22:41 +0200)]
Add tests for HookFileManager

12 months agoAdd tests for AddonFiles
Philipp [Sun, 16 Jul 2023 20:05:59 +0000 (22:05 +0200)]
Add tests for AddonFiles

12 months agoUpdate woodpecker PHP version
Philipp [Sun, 16 Jul 2023 18:50:04 +0000 (20:50 +0200)]
Update woodpecker PHP version

12 months agoRemoved unneeded parameter
Michael [Sun, 16 Jul 2023 16:48:24 +0000 (16:48 +0000)]
Removed unneeded parameter

12 months agoadd docker-translate command
Philipp [Sun, 16 Jul 2023 16:41:05 +0000 (18:41 +0200)]
add docker-translate command

12 months agoUpdate messages.po
Philipp [Sun, 16 Jul 2023 16:40:38 +0000 (18:40 +0200)]
Update messages.po

12 months agoimprove hooks.config.php
Philipp [Sun, 16 Jul 2023 16:38:41 +0000 (18:38 +0200)]
improve hooks.config.php

12 months agoAdd doc
Philipp [Sun, 16 Jul 2023 16:38:34 +0000 (18:38 +0200)]
Add doc

12 months agoDoc
Philipp [Wed, 5 Jul 2023 18:58:29 +0000 (20:58 +0200)]
Doc

12 months agoRemove unnecessary trailing slashes
Philipp [Sun, 2 Jul 2023 22:17:01 +0000 (00:17 +0200)]
Remove unnecessary trailing slashes

12 months agoSome more PHP-CS
Philipp [Sun, 2 Jul 2023 22:12:59 +0000 (00:12 +0200)]
Some more PHP-CS

12 months agoMake PHP-CS happy
Philipp [Sun, 2 Jul 2023 22:08:58 +0000 (00:08 +0200)]
Make PHP-CS happy

12 months agoFix license check
Philipp [Sun, 2 Jul 2023 22:06:17 +0000 (00:06 +0200)]
Fix license check

12 months agoIntroduce dynamic hook loading
Philipp [Sun, 2 Jul 2023 21:56:56 +0000 (23:56 +0200)]
Introduce dynamic hook loading
- Dynamically load addon files
- Dynamically load hooks
- Rewrite Logger-logic to use new hook logic (Monolog is working again)

13 months agoRevert change
Michael [Sun, 16 Jul 2023 09:48:37 +0000 (09:48 +0000)]
Revert change

13 months agoMerge remote-tracking branch 'upstream/develop' into more-privacy
Michael [Sun, 16 Jul 2023 09:41:55 +0000 (09:41 +0000)]
Merge remote-tracking branch 'upstream/develop' into more-privacy

13 months agoMerge remote-tracking branch 'upstream/develop' into develop
Michael [Sun, 16 Jul 2023 09:33:57 +0000 (09:33 +0000)]
Merge remote-tracking branch 'upstream/develop' into develop

13 months agoRemoved unused variable
Michael [Sun, 16 Jul 2023 09:33:52 +0000 (09:33 +0000)]
Removed unused variable

13 months agoSimplify plaintext creation
Michael [Sun, 16 Jul 2023 09:32:17 +0000 (09:32 +0000)]
Simplify plaintext creation

13 months agoUse plaintext for names and titles
Michael [Sun, 16 Jul 2023 07:26:20 +0000 (07:26 +0000)]
Use plaintext for names and titles

13 months agoUnified BBCode conversion, improved proxy functionality
Michael [Sat, 15 Jul 2023 20:12:08 +0000 (20:12 +0000)]
Unified BBCode conversion, improved proxy functionality

13 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

13 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

13 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

13 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

13 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'

13 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

13 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

13 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

13 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

13 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"

13 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"

13 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"

13 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"

13 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

13 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

13 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

13 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

13 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

13 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

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

WIP

13 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

13 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

13 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

13 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

13 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

13 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

13 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>
13 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>
13 months agoUpdated messages.po
Michael [Sun, 9 Jul 2023 17:42:32 +0000 (17:42 +0000)]
Updated messages.po

13 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

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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

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

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

13 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

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

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

13 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

13 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

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

13 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

13 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

13 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

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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

13 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

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

13 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

13 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

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

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

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

13 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