]> git.mxchange.org Git - friendica.git/log
friendica.git
11 months agoFix item.private value in Model\Event::getItemArrayForId
Hypolite Petovan [Tue, 25 Jul 2023 20:48:37 +0000 (22:48 +0200)]
Fix item.private value in Model\Event::getItemArrayForId

- The $event array doesn't have a `private` key because the event table doesn't have a `private` field.

11 months agoRemove duplicate fields in Model\Event::getItemArrayForId
Hypolite Petovan [Tue, 25 Jul 2023 20:47:27 +0000 (22:47 +0200)]
Remove duplicate fields in Model\Event::getItemArrayForId

- Fix formatting in Model\Event

11 months agoFix wrong field name in Model\Mail
Hypolite Petovan [Tue, 25 Jul 2023 20:44:03 +0000 (22:44 +0200)]
Fix wrong field name in Model\Mail

11 months agoMerge pull request #13306 from annando/buffer
Hypolite Petovan [Tue, 25 Jul 2023 20:20:36 +0000 (22:20 +0200)]
Merge pull request #13306 from annando/buffer

Fix v1/instance endpoint to make Buffer work

11 months agoFix v1/instance endpoint to make Buffer work
Michael [Tue, 25 Jul 2023 20:14:26 +0000 (20:14 +0000)]
Fix v1/instance endpoint to make Buffer work

11 months agoMerge pull request #13303 from MrPetovan/bug/warnings
Philipp [Tue, 25 Jul 2023 18:13:16 +0000 (20:13 +0200)]
Merge pull request #13303 from MrPetovan/bug/warnings

Remove useless call to gethostbyname()

11 months agoRemove useless call to gethostbyname()
Hypolite Petovan [Tue, 25 Jul 2023 13:37:33 +0000 (15:37 +0200)]
Remove useless call to gethostbyname()

- This function doesn't return a falsy value even when no IP address was able to be retrieved for the given host name
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1638505285

11 months agoMerge pull request #13302 from annando/gotosocial
Tobias Diekershoff [Tue, 25 Jul 2023 05:08:39 +0000 (07:08 +0200)]
Merge pull request #13302 from annando/gotosocial

Fix JsonLD parsing problems with GoToSocial

11 months agoFix JsonLD parsing problems with GoToSocial
Michael [Tue, 25 Jul 2023 04:33:55 +0000 (04:33 +0000)]
Fix JsonLD parsing problems with GoToSocial

11 months agoMerge pull request #13299 from annando/issue-13020
Tobias Diekershoff [Mon, 24 Jul 2023 04:38:02 +0000 (06:38 +0200)]
Merge pull request #13299 from annando/issue-13020

Issue 13020: Fix OAuth connection with Buffer

11 months agoReformatted code
Michael [Sun, 23 Jul 2023 20:20:46 +0000 (20:20 +0000)]
Reformatted code

11 months agoIssue 13020: Fix OAuth connection with Buffer
Michael [Sun, 23 Jul 2023 20:05:10 +0000 (20:05 +0000)]
Issue 13020: Fix OAuth connection with Buffer

11 months agoMerge pull request #13294 from annando/restricted-access
Hypolite Petovan [Sun, 23 Jul 2023 19:00:22 +0000 (21:00 +0200)]
Merge pull request #13294 from annando/restricted-access

 The access to the profile and the list of followers/followings can now be restricted

11 months agoMerge remote-tracking branch 'upstream/develop' into restricted-access
Michael [Sun, 23 Jul 2023 14:30:43 +0000 (14:30 +0000)]
Merge remote-tracking branch 'upstream/develop' into restricted-access

11 months agoCoded reformatted
Michael [Sun, 23 Jul 2023 14:27:08 +0000 (14:27 +0000)]
Coded reformatted

11 months agoRemoved unneeded check
Michael [Sun, 23 Jul 2023 13:59:01 +0000 (13:59 +0000)]
Removed unneeded check

11 months agoMerge pull request #13246 from nupplaphil/feat/addons
Hypolite Petovan [Sun, 23 Jul 2023 10:58:46 +0000 (06:58 -0400)]
Merge pull request #13246 from nupplaphil/feat/addons

Introduce dynamic hook loading

11 months agoFix notice
Michael [Sat, 22 Jul 2023 16:00:09 +0000 (16:00 +0000)]
Fix notice

11 months agoMerge remote-tracking branch 'upstream/develop' into restricted-access
Michael [Sat, 22 Jul 2023 12:38:03 +0000 (12:38 +0000)]
Merge remote-tracking branch 'upstream/develop' into restricted-access

11 months agoMerge pull request #13295 from annando/issue-13289
Tobias Diekershoff [Sat, 22 Jul 2023 11:38:18 +0000 (13:38 +0200)]
Merge pull request #13295 from annando/issue-13289

Issue 13289: Ignore unsupported networks

11 months agoIssue 13289: Ensure to not respect deactivated connector networks
Michael [Sat, 22 Jul 2023 10:49:42 +0000 (10:49 +0000)]
Issue 13289: Ensure to not respect deactivated connector networks

11 months agofull instead of limited
Michael [Sat, 22 Jul 2023 01:40:21 +0000 (01:40 +0000)]
full instead of limited

11 months agoMake PHP-CS happy
Philipp [Fri, 21 Jul 2023 20:47:09 +0000 (22:47 +0200)]
Make PHP-CS happy

11 months agoAdhere feedback
Philipp [Fri, 21 Jul 2023 20:41:36 +0000 (22:41 +0200)]
Adhere feedback
- rename hooks.config.php to strategies.config.php
- change all corresponding classes and tests

11 months agoThe access to the profile and the list of followers/followings can now be restricted
Michael [Fri, 21 Jul 2023 07:06:55 +0000 (07:06 +0000)]
The access to the profile and the list of followers/followings can now be restricted

11 months agoMerge remote-tracking branch 'upstream/develop' into develop
Michael [Tue, 18 Jul 2023 05:06:28 +0000 (05:06 +0000)]
Merge remote-tracking branch 'upstream/develop' into develop

11 months agoApply suggestions from code review
Philipp [Mon, 17 Jul 2023 18:20:21 +0000 (20:20 +0200)]
Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
11 months agoMerge pull request #13285 from annando/more-privacy
Hypolite Petovan [Mon, 17 Jul 2023 12:00:53 +0000 (08:00 -0400)]
Merge pull request #13285 from annando/more-privacy

Unified BBCode conversion, improved proxy functionality

11 months agoRestore LoggerInterface import
Philipp [Sun, 16 Jul 2023 23:56:13 +0000 (01:56 +0200)]
Restore LoggerInterface import

11 months agoRemove unused ProfilerLogger factory
Philipp [Sun, 16 Jul 2023 23:41:02 +0000 (01:41 +0200)]
Remove unused ProfilerLogger factory

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

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

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

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

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

11 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)

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

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

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

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

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

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

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

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

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

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

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

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

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

11 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)

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

11 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

11 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

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

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

11 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

11 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

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