]> git.mxchange.org Git - friendica.git/log
friendica.git
19 months agoRemove legacy comments
Philipp [Wed, 16 Nov 2022 07:56:19 +0000 (08:56 +0100)]
Remove legacy comments

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

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

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

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

19 months 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

19 months 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

19 months 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

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

19 months 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

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

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

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

19 months 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

19 months 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

19 months 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

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

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

19 months 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

19 months 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

19 months 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

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

19 months 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

19 months 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

19 months 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

19 months 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

19 months 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

19 months 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

19 months 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

19 months 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

19 months 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

19 months 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

19 months 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

19 months 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

19 months 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

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

19 months agoAdd new OStatus\PortableContacts module class
Hypolite Petovan [Fri, 11 Nov 2022 03:28:33 +0000 (22:28 -0500)]
Add new OStatus\PortableContacts module class

- Retain existing route /poco for backward compatibility
- Remove unsupported links to /poco/{nickname} route

19 months agoRemove mod/pubsub.php file
Hypolite Petovan [Fri, 11 Nov 2022 02:42:06 +0000 (21:42 -0500)]
Remove mod/pubsub.php file

19 months agoCreate new OStatus\PubSub module class
Hypolite Petovan [Fri, 11 Nov 2022 02:41:36 +0000 (21:41 -0500)]
Create new OStatus\PubSub module class

- Retain previous route /pubsub for backward compatibility

19 months agoRemove mod/pubsubhubbub.php file
Hypolite Petovan [Fri, 11 Nov 2022 02:25:17 +0000 (21:25 -0500)]
Remove mod/pubsubhubbub.php file

19 months agoCreate new OStatus\PubSubHubBub module class
Hypolite Petovan [Fri, 11 Nov 2022 02:23:57 +0000 (21:23 -0500)]
Create new OStatus\PubSubHubBub module class

- Retaining the same /pubsubhubbub route to keep backward compatibility

19 months agoMerge pull request #12158 from annando/api-report
Philipp [Mon, 14 Nov 2022 17:40:57 +0000 (18:40 +0100)]
Merge pull request #12158 from annando/api-report

We can now store reports done via API

19 months agoAdd support for Mastodon /reports API call
Hypolite Petovan [Sun, 13 Nov 2022 01:00:02 +0000 (20:00 -0500)]
Add support for Mastodon /reports API call

19 months agoAdd new Moderation\Report domain classes
Hypolite Petovan [Sun, 13 Nov 2022 00:58:56 +0000 (19:58 -0500)]
Add new Moderation\Report domain classes

19 months ago[Database version 1489] Add new report database tables
Hypolite Petovan [Sat, 12 Nov 2022 21:50:28 +0000 (16:50 -0500)]
[Database version 1489] Add new report database tables

19 months agoMerge pull request #12174 from annando/duplicate-media
Hypolite Petovan [Mon, 14 Nov 2022 00:07:08 +0000 (19:07 -0500)]
Merge pull request #12174 from annando/duplicate-media

Avoid duplicate media elements

19 months agoAvoid duplicate media elements
Michael [Sun, 13 Nov 2022 23:38:48 +0000 (23:38 +0000)]
Avoid duplicate media elements

19 months agoMerge pull request #12173 from MrPetovan/bug/mail-headers-crlf
Philipp [Sun, 13 Nov 2022 10:35:18 +0000 (11:35 +0100)]
Merge pull request #12173 from MrPetovan/bug/mail-headers-crlf

mail() requires additional headers to be separated by CRLF

19 months agomail() requires additional headers to be separated by CRLF
Hypolite Petovan [Sun, 13 Nov 2022 07:28:06 +0000 (02:28 -0500)]
mail() requires additional headers to be separated by CRLF

- Rewrite Email->getAdditionalMailHeaderString to have only one string concatenation statement

19 months agoMerge pull request #12168 from KulikAlex/patch-1
Philipp [Sat, 12 Nov 2022 16:31:10 +0000 (17:31 +0100)]
Merge pull request #12168 from KulikAlex/patch-1

Update message_recipient.tpl

19 months agoUpdate message_recipient.tpl
KulikAlex [Sat, 12 Nov 2022 16:04:02 +0000 (19:04 +0300)]
Update message_recipient.tpl

19 months agoMerge pull request #12164 from MrPetovan/bug/fatal-errors
Michael Vogel [Sat, 12 Nov 2022 13:46:09 +0000 (14:46 +0100)]
Merge pull request #12164 from MrPetovan/bug/fatal-errors

Remove superfluous property declaration in Settings\UserExport

19 months agoRemove superfluous property declaration in Settings\UserExport
Hypolite Petovan [Sat, 12 Nov 2022 13:37:42 +0000 (08:37 -0500)]
Remove superfluous property declaration in Settings\UserExport

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

19 months agoMerge pull request #12162 from annando/link-share
Hypolite Petovan [Sat, 12 Nov 2022 13:00:01 +0000 (08:00 -0500)]
Merge pull request #12162 from annando/link-share

Avoid link parsing problems in front of "share" elements

19 months agoAvoid link parsing problems in front of "share" elements
Michael [Sat, 12 Nov 2022 11:20:26 +0000 (11:20 +0000)]
Avoid link parsing problems in front of "share" elements

19 months agoMerge pull request #12157 from MrPetovan/bug/fatal-errors
Philipp [Fri, 11 Nov 2022 06:34:02 +0000 (07:34 +0100)]
Merge pull request #12157 from MrPetovan/bug/fatal-errors

Fix constructor parameters in Module\Settings\RemoveMe

19 months agoFix constructor parameters in Module\Settings\RemoveMe
Hypolite Petovan [Fri, 11 Nov 2022 03:36:23 +0000 (22:36 -0500)]
Fix constructor parameters in Module\Settings\RemoveMe

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

19 months agoMerge pull request #12154 from MrPetovan/bug/12084-strip-RTL-override
Philipp [Thu, 10 Nov 2022 16:29:11 +0000 (17:29 +0100)]
Merge pull request #12154 from MrPetovan/bug/12084-strip-RTL-override

Remove RTL Override character from display names to show in notifications

19 months agoRemove RTL Override character from display names to show in notifications
Hypolite Petovan [Thu, 10 Nov 2022 15:42:21 +0000 (10:42 -0500)]
Remove RTL Override character from display names to show in notifications

- It was causing the notification message to be unreadable

19 months agoFlatten arbitrary contact structure in constructor of FormattedNavNotification
Hypolite Petovan [Thu, 10 Nov 2022 15:40:37 +0000 (10:40 -0500)]
Flatten arbitrary contact structure in constructor of FormattedNavNotification

19 months agoMerge pull request #12153 from nupplaphil/feat/woodpecker
Hypolite Petovan [Thu, 10 Nov 2022 01:36:33 +0000 (20:36 -0500)]
Merge pull request #12153 from nupplaphil/feat/woodpecker

Woodpecker: Update PHP version

19 months agoDeactivate PHP 8.1
Philipp [Wed, 9 Nov 2022 23:04:57 +0000 (00:04 +0100)]
Deactivate PHP 8.1
- PHP 7 incompatible change necessary (App\Page.php OffsetGet mixed return)

19 months agoFix some PHP8.1 issues if possible
Philipp [Wed, 9 Nov 2022 22:16:12 +0000 (23:16 +0100)]
Fix some PHP8.1 issues if possible

19 months agoActivate PHP 8.1 Unit-Tests
Philipp [Wed, 9 Nov 2022 21:53:01 +0000 (22:53 +0100)]
Activate PHP 8.1 Unit-Tests

19 months agoWoodpecker: Update PHP version
Philipp [Wed, 9 Nov 2022 21:50:55 +0000 (22:50 +0100)]
Woodpecker: Update PHP version

19 months agoMerge pull request #12152 from nupplaphil/mod/msearch
Hypolite Petovan [Wed, 9 Nov 2022 21:55:25 +0000 (16:55 -0500)]
Merge pull request #12152 from nupplaphil/mod/msearch

Move mod/mod/msearch & mod/match to src/Module

19 months agowhops .. wrong legacy endpoint
Philipp [Wed, 9 Nov 2022 21:39:36 +0000 (22:39 +0100)]
whops .. wrong legacy endpoint

19 months agoRename Match to MatchInterests because PHP8-lint rejects "match"
Philipp [Wed, 9 Nov 2022 21:36:02 +0000 (22:36 +0100)]
Rename Match to MatchInterests because PHP8-lint rejects "match"

19 months agoAdd license
Philipp [Wed, 9 Nov 2022 21:29:43 +0000 (22:29 +0100)]
Add license

19 months agofix link
Philipp [Wed, 9 Nov 2022 21:28:29 +0000 (22:28 +0100)]
fix link

19 months agoUpdate messages.po
Philipp [Wed, 9 Nov 2022 21:27:47 +0000 (22:27 +0100)]
Update messages.po

19 months agoFix Guzzle InvalidArgumentException for POST with array parameters
Philipp [Wed, 9 Nov 2022 21:17:31 +0000 (22:17 +0100)]
Fix Guzzle InvalidArgumentException for POST with array parameters

19 months agoMove mod/mod/msearch & mod/match to src/Module
Philipp [Wed, 9 Nov 2022 21:13:02 +0000 (22:13 +0100)]
Move mod/mod/msearch & mod/match to src/Module

19 months agoMerge pull request #12106 from MrPetovan/task/4090-move-mod-settings
Philipp [Wed, 9 Nov 2022 19:34:31 +0000 (20:34 +0100)]
Merge pull request #12106 from MrPetovan/task/4090-move-mod-settings

Move mod/settings.php to src/Module

19 months agoMerge pull request #12150 from MrPetovan/bug/moderation
Philipp [Wed, 9 Nov 2022 13:31:14 +0000 (14:31 +0100)]
Merge pull request #12150 from MrPetovan/bug/moderation

Replace remaining "admin" instances in moderation templates

19 months agoReplace remaining "admin" instances in moderation templates
Hypolite Petovan [Wed, 9 Nov 2022 13:13:12 +0000 (08:13 -0500)]
Replace remaining "admin" instances in moderation templates

19 months agoUpdate main translation file after changing strings
Hypolite Petovan [Sat, 5 Nov 2022 04:03:38 +0000 (00:03 -0400)]
Update main translation file after changing strings

19 months agoDelete mod/settings.php and its reference
Hypolite Petovan [Sat, 5 Nov 2022 03:59:55 +0000 (23:59 -0400)]
Delete mod/settings.php and its reference

19 months agoMove settings/features to src/Module
Hypolite Petovan [Sat, 5 Nov 2022 03:59:40 +0000 (23:59 -0400)]
Move settings/features to src/Module

19 months agoMove settings/connectors to src/Module
Hypolite Petovan [Sat, 5 Nov 2022 03:47:42 +0000 (23:47 -0400)]
Move settings/connectors to src/Module

19 months agoMove settings/addons to src/Module
Hypolite Petovan [Sat, 5 Nov 2022 02:32:46 +0000 (22:32 -0400)]
Move settings/addons to src/Module

19 months agoMove settings/oauth to src/Module
Hypolite Petovan [Sat, 5 Nov 2022 02:15:32 +0000 (22:15 -0400)]
Move settings/oauth to src/Module

- Add settings_content() permission checks to Module\BaseSettings
- Transform application token deletion GET links to POST forms to keep a single OAuth module class

19 months agoMerge pull request #12147 from annando/warning
Philipp [Wed, 9 Nov 2022 08:25:01 +0000 (09:25 +0100)]
Merge pull request #12147 from annando/warning

Fix warning:  Undefined array key "public"

19 months agoMerge remote-tracking branch 'upstream/develop' into warning
Michael [Wed, 9 Nov 2022 07:35:31 +0000 (07:35 +0000)]
Merge remote-tracking branch 'upstream/develop' into warning

19 months agoFix warning when loading invalid html
Michael [Wed, 9 Nov 2022 06:38:31 +0000 (06:38 +0000)]
Fix warning when loading invalid html

19 months agoFix warning: Undefined array key "public"
Michael [Wed, 9 Nov 2022 06:31:05 +0000 (06:31 +0000)]
Fix warning:  Undefined array key "public"

19 months agoMerge pull request #12146 from MrPetovan/task/4090-move-mod-redir
Philipp [Wed, 9 Nov 2022 06:29:59 +0000 (07:29 +0100)]
Merge pull request #12146 from MrPetovan/task/4090-move-mod-redir

Move mod/redir.php to src/Module

19 months agoUpdate main translation file after moving strings
Hypolite Petovan [Wed, 9 Nov 2022 01:25:21 +0000 (20:25 -0500)]
Update main translation file after moving strings

19 months agoDelete mod/redir.php file
Hypolite Petovan [Wed, 9 Nov 2022 00:34:03 +0000 (19:34 -0500)]
Delete mod/redir.php file

19 months agoCreate new Contact\Redir module class
Hypolite Petovan [Wed, 9 Nov 2022 00:33:08 +0000 (19:33 -0500)]
Create new Contact\Redir module class

- Move /redir route to /contact/redir

19 months agoRemove superfluous calls to DI::baseUrl in Contact:photoMenu
Hypolite Petovan [Wed, 9 Nov 2022 00:31:09 +0000 (19:31 -0500)]
Remove superfluous calls to DI::baseUrl in Contact:photoMenu

19 months agoMerge pull request #12141 from MrPetovan/task/4090-move-mod-removeme
Philipp [Tue, 8 Nov 2022 23:40:29 +0000 (00:40 +0100)]
Merge pull request #12141 from MrPetovan/task/4090-move-mod-removeme

Move mod/removeme.php to src/Module

19 months agoUpdated main translation file after changing strings
Hypolite Petovan [Tue, 8 Nov 2022 05:02:15 +0000 (00:02 -0500)]
Updated main translation file after changing strings

19 months agoDeleted fils related to mod/removeme.php
Hypolite Petovan [Tue, 8 Nov 2022 04:58:35 +0000 (23:58 -0500)]
Deleted fils related to mod/removeme.php

19 months agoCreate new Settings\RemoveMe module class
Hypolite Petovan [Tue, 8 Nov 2022 04:58:21 +0000 (23:58 -0500)]
Create new Settings\RemoveMe module class

- Moved route from /removeme to /settings/removeme
- Combined templates into one

19 months agoMerge pull request #12145 from annando/parent-post
Hypolite Petovan [Tue, 8 Nov 2022 23:06:47 +0000 (18:06 -0500)]
Merge pull request #12145 from annando/parent-post

Performance improvements in public timeline

19 months agoPerformance improvements in public timeline
Michael [Tue, 8 Nov 2022 21:48:42 +0000 (21:48 +0000)]
Performance improvements in public timeline

19 months agoMerge pull request #12140 from annando/store-source
Philipp [Tue, 8 Nov 2022 17:30:50 +0000 (18:30 +0100)]
Merge pull request #12140 from annando/store-source

For debug reasons we now can store all incoming sources

19 months agoUpdated main translation file after adding strings
Hypolite Petovan [Tue, 8 Nov 2022 08:33:45 +0000 (03:33 -0500)]
Updated main translation file after adding strings

19 months agoRestore Item\Source module functionality
Hypolite Petovan [Tue, 8 Nov 2022 08:24:20 +0000 (03:24 -0500)]
Restore Item\Source module functionality