Philipp
|
00883c9dcb
|
Move mod/editpost.php to src\Module\Post\Edit
|
2022-11-15 22:32:46 +01:00 |
|
Philipp
|
53f3454874
|
Merge pull request #12184 from annando/duplicated-media
This fixes duplicated media in quoted posts
|
2022-11-15 21:17:19 +01:00 |
|
Hypolite Petovan
|
403b025b5d
|
Merge pull request #12179 from nupplaphil/mod/display
Move mod/(update_)display.php to src\Module
|
2022-11-15 15:14:17 -05:00 |
|
Michael
|
348156dbcf
|
Simplify the check
|
2022-11-15 19:55:03 +00:00 |
|
Michael
|
eca52627c1
|
This fixes duplicated media in quoted posts
|
2022-11-15 19:48:43 +00:00 |
|
Philipp
|
59c97234f8
|
PHP-CS and license ..
|
2022-11-15 20:15:25 +01:00 |
|
Philipp
|
584e7a7e6d
|
Remove trailing slash in update_ calls
|
2022-11-15 20:11:38 +01:00 |
|
Philipp
|
eff7740a67
|
Address feedback
|
2022-11-15 19:53:53 +01:00 |
|
Michael Vogel
|
1a54fc2140
|
Merge pull request #12181 from MrPetovan/bug/warnings
Address a couple of warnings
|
2022-11-15 17:58:24 +01:00 |
|
Hypolite Petovan
|
952e6c688c
|
Suppress warning when /phots route is used without a nickname
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1314964388
|
2022-11-15 09:04:12 -05:00 |
|
Hypolite Petovan
|
3a7586e3f7
|
Fix wrong user table field name in Repository\Notify
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1314954594
|
2022-11-15 09:03:43 -05:00 |
|
Philipp
|
ba0b83b0b0
|
Make PHP-CS happy
|
2022-11-15 01:10:49 +01:00 |
|
Philipp
|
9d455a5d0b
|
Update messages.po
|
2022-11-15 01:00:29 +01:00 |
|
Philipp
|
3259bd17dc
|
Move mod/(update_)display.php to src\Module
|
2022-11-15 00:57:47 +01:00 |
|
Philipp
|
5c05a3b0f6
|
Move mod/display.php "feed-item" to a src\Module\Item\Feed.php
|
2022-11-15 00:52:58 +01:00 |
|
Hypolite Petovan
|
744d0fdde4
|
Merge pull request #12178 from annando/null-report
Allow anonymous reports
|
2022-11-14 18:30:54 -05:00 |
|
Michael
|
91949f0292
|
Allow anonymous reports
|
2022-11-14 23:27:46 +00:00 |
|
Philipp
|
8dfd560b52
|
Merge pull request #12169 from MrPetovan/bug/7574-notifications-deleted-users
Centralize config.admin_email management in Model\User
|
2022-11-15 00:08:07 +01:00 |
|
Hypolite Petovan
|
1ec70f9640
|
Update main translation file after moving strings
|
2022-11-14 17:13:27 -05:00 |
|
Hypolite Petovan
|
fe547b7851
|
Centralize config.admin_email management in Model\User
|
2022-11-14 17:02:42 -05:00 |
|
Hypolite Petovan
|
cbe8d463b1
|
Don't create notify for deleted user accounts
|
2022-11-14 17:02:42 -05:00 |
|
Hypolite Petovan
|
48b1dceb19
|
Don't send item notifications to deleted user accounts
|
2022-11-14 17:02:42 -05:00 |
|
Hypolite Petovan
|
2d0af812b1
|
Don't send password reset emails to deleted user accounts
|
2022-11-14 17:02:41 -05:00 |
|
Hypolite Petovan
|
6df187478d
|
Fixed wrong reference to user.expire in Model\User::getActorName
- Update field documentation to prevent further confusion
|
2022-11-14 17:02:41 -05:00 |
|
Philipp
|
c3cae0ae96
|
Merge pull request #12177 from MrPetovan/bug/warnings
Ensure Post::toArray returns an array
|
2022-11-14 20:58:42 +01:00 |
|
Hypolite Petovan
|
10e48a34f2
|
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
|
2022-11-14 14:53:54 -05:00 |
|
Philipp
|
0eaa2eae84
|
Merge pull request #12156 from MrPetovan/task/4090-move-mod-pubsubhubbub
Move remainder of OStatus stack to src/Module
|
2022-11-14 20:04:35 +01:00 |
|
Hypolite Petovan
|
89338684b5
|
Update main translation file after moving strings
|
2022-11-14 13:48:47 -05:00 |
|
Hypolite Petovan
|
27e59e3819
|
Delete mod/ostatus_subscribe.php file
|
2022-11-14 13:48:47 -05:00 |
|
Hypolite Petovan
|
cb0fde5d7d
|
Create new OStatus\Subscribe module class
- Move route from /ostatus_subscribe to /ostatus/subscribe
|
2022-11-14 13:48:47 -05:00 |
|
Hypolite Petovan
|
d53f51fce3
|
Delete mod/poco.php file
|
2022-11-14 13:48:47 -05:00 |
|
Hypolite Petovan
|
eb6b03b555
|
Add new OStatus\PortableContacts module class
- Retain existing route /poco for backward compatibility
- Remove unsupported links to /poco/{nickname} route
|
2022-11-14 13:48:46 -05:00 |
|
Hypolite Petovan
|
d21da2dc0a
|
Remove mod/pubsub.php file
|
2022-11-14 13:48:46 -05:00 |
|
Hypolite Petovan
|
a1a0b6512c
|
Create new OStatus\PubSub module class
- Retain previous route /pubsub for backward compatibility
|
2022-11-14 13:48:46 -05:00 |
|
Hypolite Petovan
|
cac42d349c
|
Remove mod/pubsubhubbub.php file
|
2022-11-14 13:48:46 -05:00 |
|
Hypolite Petovan
|
a8759a9b86
|
Create new OStatus\PubSubHubBub module class
- Retaining the same /pubsubhubbub route to keep backward compatibility
|
2022-11-14 13:48:45 -05:00 |
|
Philipp
|
66819fadfd
|
Merge pull request #12158 from annando/api-report
We can now store reports done via API
|
2022-11-14 18:40:57 +01:00 |
|
Hypolite Petovan
|
63fc315ea0
|
Add support for Mastodon /reports API call
|
2022-11-14 12:22:54 -05:00 |
|
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 |
|