Commit Graph

35123 Commits

Author SHA1 Message Date
Hypolite Petovan 17a3a48210 Add new Moderation\Report domain classes 2022-11-14 12:22:52 -05:00
Hypolite Petovan 5d9ce80007 [Database version 1489] Add new report database tables 2022-11-14 12:10:37 -05:00
Hypolite Petovan e6db31a462
Merge pull request #12174 from annando/duplicate-media
Avoid duplicate media elements
2022-11-13 19:07:08 -05:00
Michael 9506bf6989 Avoid duplicate media elements 2022-11-13 23:38:48 +00:00
Philipp 21d1659982
Merge pull request #12173 from MrPetovan/bug/mail-headers-crlf
mail() requires additional headers to be separated by CRLF
2022-11-13 11:35:18 +01:00
Hypolite Petovan 4dc96daeb3 mail() requires additional headers to be separated by CRLF
- Rewrite Email->getAdditionalMailHeaderString to have only one string concatenation statement
2022-11-13 02:28:06 -05:00
Philipp b1eba05e93
Merge pull request #12168 from KulikAlex/patch-1
Update message_recipient.tpl
2022-11-12 17:31:10 +01:00
KulikAlex 03cfb69a64
Update message_recipient.tpl 2022-11-12 19:04:02 +03:00
Michael Vogel f8c3083f35
Merge pull request #12164 from MrPetovan/bug/fatal-errors
Remove superfluous property declaration in Settings\UserExport
2022-11-12 14:46:09 +01:00
Hypolite Petovan eedde86a37 Remove superfluous property declaration in Settings\UserExport
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-1312417007
2022-11-12 08:37:42 -05:00
Hypolite Petovan 07d42d6af2
Merge pull request #12162 from annando/link-share
Avoid link parsing problems in front of "share" elements
2022-11-12 08:00:01 -05:00
Michael 5b70df63de Avoid link parsing problems in front of "share" elements 2022-11-12 11:20:26 +00:00
Philipp ca3dcdad04
Merge pull request #12157 from MrPetovan/bug/fatal-errors
Fix constructor parameters in Module\Settings\RemoveMe
2022-11-11 07:34:02 +01:00
Hypolite Petovan 863977da66 Fix constructor parameters in Module\Settings\RemoveMe
- Address https://github.com/friendica/friendica/issues/11992#issuecomment-1311162326
2022-11-10 22:36:54 -05:00
Philipp f9ab5b0669
Merge pull request #12154 from MrPetovan/bug/12084-strip-RTL-override
Remove RTL Override character from display names to show in notifications
2022-11-10 17:29:11 +01:00
Hypolite Petovan 256c8ab170 Remove RTL Override character from display names to show in notifications
- It was causing the notification message to be unreadable
2022-11-10 10:42:21 -05:00
Hypolite Petovan 71ab9e13f2 Flatten arbitrary contact structure in constructor of FormattedNavNotification 2022-11-10 10:41:02 -05:00
Hypolite Petovan 87bb4d44a2
Merge pull request #12153 from nupplaphil/feat/woodpecker
Woodpecker: Update PHP version
2022-11-09 20:36:33 -05:00
Philipp Holzer 3550257d9c
Deactivate PHP 8.1
- PHP 7 incompatible change necessary (App\Page.php OffsetGet mixed return)
2022-11-10 00:04:57 +01:00
Philipp Holzer 477bec1977
Fix some PHP8.1 issues if possible 2022-11-09 23:58:23 +01:00
Philipp Holzer 3b03da3259
Activate PHP 8.1 Unit-Tests 2022-11-09 23:20:22 +01:00
Philipp Holzer ad1d160634
Woodpecker: Update PHP version 2022-11-09 23:20:22 +01:00
Hypolite Petovan 59b48c2d84
Merge pull request #12152 from nupplaphil/mod/msearch
Move mod/mod/msearch & mod/match to src/Module
2022-11-09 16:55:25 -05:00
Philipp Holzer 6d7cfc8450
whops .. wrong legacy endpoint 2022-11-09 22:39:36 +01:00
Philipp Holzer 815d8975e6
Rename Match to MatchInterests because PHP8-lint rejects "match" 2022-11-09 22:36:02 +01:00
Philipp Holzer 7c66073e4b
Add license 2022-11-09 22:29:43 +01:00
Philipp Holzer a36a4b6192
fix link 2022-11-09 22:28:29 +01:00
Philipp Holzer 4998d15e85
Update messages.po 2022-11-09 22:27:47 +01:00
Philipp Holzer 82c631eae3
Fix Guzzle InvalidArgumentException for POST with array parameters 2022-11-09 22:25:37 +01:00
Philipp Holzer 75360f3b8c
Move mod/mod/msearch & mod/match to src/Module 2022-11-09 22:17:50 +01:00
Philipp 3f6ec3dd31
Merge pull request #12106 from MrPetovan/task/4090-move-mod-settings
Move mod/settings.php to src/Module
2022-11-09 20:34:31 +01:00
Philipp d6e12d412b
Merge pull request #12150 from MrPetovan/bug/moderation
Replace remaining "admin" instances in moderation templates
2022-11-09 14:31:14 +01:00
Hypolite Petovan cb5e18838c Replace remaining "admin" instances in moderation templates 2022-11-09 08:13:12 -05:00
Hypolite Petovan 60dec7f164 Update main translation file after changing strings 2022-11-09 06:29:53 -05:00
Hypolite Petovan e6ada08e1b Delete mod/settings.php and its reference 2022-11-09 06:26:08 -05:00
Hypolite Petovan 5916544bc8 Move settings/features to src/Module 2022-11-09 06:26:08 -05:00
Hypolite Petovan 45c4439119 Move settings/connectors to src/Module 2022-11-09 06:26:05 -05:00
Hypolite Petovan 33d1df3c6d Move settings/addons to src/Module 2022-11-09 06:25:41 -05:00
Hypolite Petovan 3226b00995 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
2022-11-09 06:25:22 -05:00
Philipp 55365aa4da
Merge pull request #12147 from annando/warning
Fix warning:  Undefined array key "public"
2022-11-09 09:25:01 +01:00
Michael d3bbed176f Merge remote-tracking branch 'upstream/develop' into warning 2022-11-09 07:35:31 +00:00
Michael e9393fb509 Fix warning when loading invalid html 2022-11-09 06:38:31 +00:00
Michael a7e576fda0 Fix warning: Undefined array key "public" 2022-11-09 06:31:05 +00:00
Philipp f2cf3d0072
Merge pull request #12146 from MrPetovan/task/4090-move-mod-redir
Move mod/redir.php to src/Module
2022-11-09 07:29:59 +01:00
Hypolite Petovan 143d8a6d6d Update main translation file after moving strings 2022-11-08 20:25:21 -05:00
Hypolite Petovan a8ab85065b Delete mod/redir.php file 2022-11-08 20:12:26 -05:00
Hypolite Petovan 4a626ef101 Create new Contact\Redir module class
- Move /redir route to /contact/redir
2022-11-08 20:12:23 -05:00
Hypolite Petovan 386c08aa05 Remove superfluous calls to DI::baseUrl in Contact:photoMenu 2022-11-08 19:31:09 -05:00
Philipp 6af025246e
Merge pull request #12141 from MrPetovan/task/4090-move-mod-removeme
Move mod/removeme.php to src/Module
2022-11-09 00:40:29 +01:00
Hypolite Petovan 6313780094 Updated main translation file after changing strings 2022-11-08 18:33:54 -05:00