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
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
477bec1977
Fix some PHP8.1 issues if possible
2022-11-09 23:58:23 +01:00
Philipp
3b03da3259
Activate PHP 8.1 Unit-Tests
2022-11-09 23:20:22 +01:00
Philipp
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
6d7cfc8450
whops .. wrong legacy endpoint
2022-11-09 22:39:36 +01:00
Philipp
815d8975e6
Rename Match to MatchInterests because PHP8-lint rejects "match"
2022-11-09 22:36:02 +01:00
Philipp
7c66073e4b
Add license
2022-11-09 22:29:43 +01:00
Philipp
a36a4b6192
fix link
2022-11-09 22:28:29 +01:00
Philipp
4998d15e85
Update messages.po
2022-11-09 22:27:47 +01:00
Philipp
82c631eae3
Fix Guzzle InvalidArgumentException for POST with array parameters
2022-11-09 22:25:37 +01:00
Philipp
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
Hypolite Petovan
48da6f2f51
Deleted fils related to mod/removeme.php
2022-11-08 18:33:54 -05:00
Hypolite Petovan
a68c790c64
Create new Settings\RemoveMe module class
...
- Moved route from /removeme to /settings/removeme
- Combined templates into one
2022-11-08 18:33:54 -05:00
Hypolite Petovan
cae2e17436
Merge pull request #12145 from annando/parent-post
...
Performance improvements in public timeline
2022-11-08 18:06:47 -05:00
Michael
df8644c59c
Performance improvements in public timeline
2022-11-08 21:48:42 +00:00
Philipp
a8c23e8cee
Merge pull request #12140 from annando/store-source
...
For debug reasons we now can store all incoming sources
2022-11-08 18:30:50 +01:00
Hypolite Petovan
64fad2913d
Updated main translation file after adding strings
2022-11-08 11:53:10 -05:00
Hypolite Petovan
99d54dc711
Restore Item\Source module functionality
2022-11-08 11:53:09 -05:00
Michael
246021fdfa
Store the source of incoming posts
2022-11-08 11:53:09 -05:00
Philipp
3bd6acba7e
Merge pull request #12144 from MrPetovan/bug/moderation
...
Add missing links to moderation section
2022-11-08 17:26:19 +01:00
Hypolite Petovan
8161a32b77
Add missing links to moderation section
2022-11-08 09:16:36 -05:00
Tobias Diekershoff
48090d1b70
Merge pull request #12142 from MrPetovan/task/homepage-verified
...
Add title to homepage verified check mark
2022-11-08 11:12:17 +01:00
Tobias Diekershoff
0c92610f6c
Merge pull request #12143 from MrPetovan/bug/moderation
...
Replace remaining occurrences of admin/users route by moderation/users
2022-11-08 11:09:36 +01:00
Hypolite Petovan
327cf17b07
Updated main translation file after adding a string
2022-11-08 04:32:58 -05:00