c2e889cfae
Added more type-hints
2022-06-17 17:18:31 +02:00
51a7b5c584
Made also this one sweeter (null-coalscing)
2022-06-16 17:36:47 +02:00
e8fee5644b
Ops, syntax errors get unnoticed with a simple editor. :-(
2022-06-16 17:10:02 +02:00
624e4c192c
Changed to null-coalscing style (??) as sugguested by @MrPetovan
2022-06-16 16:59:54 +02:00
7814ba4fc4
Fixes for bad invocations of HTML::toBBCode() (1st parameter is now string)
2022-06-16 16:54:50 +02:00
b200874f17
Ops:
...
- wrong way around (!empty($foo)) is proper
- also needed to be checked on $acitivty['content']
2022-06-16 16:54:50 +02:00
b1e4c0931a
Fixes and type-hints:
...
- added more checked type-hints as they prevent bad method invocations
- fixed TypeError for HTML::toBBCode() invocations with NULL as first (wrong)
argument, thanks to @tobias@social.diekershoff.de pointing this out.
2022-06-16 16:54:49 +02:00
d7d8a6ab55
Issue 11625: Don't parse the title through Markdown
2022-06-11 06:50:59 +00:00
cc6192df02
Issue 10926: Transmit pending events to accepted contacts
2022-05-30 20:52:43 +00:00
74b102b948
Increase the delivery queue counter on drop
2022-05-24 17:28:35 +00:00
034d838248
Ignore delivery problems with drops
2022-05-24 12:27:35 +00:00
8969e83134
Use a better query to fetch the relay actor
2022-05-24 08:06:48 +00:00
e68ff3b3bb
Return the actor, not the array
2022-05-24 08:02:55 +00:00
b1a2de5cb5
Resubscribe to relay servers
2022-05-24 07:02:42 +00:00
6ce23bd9ca
Fixed code structure
2022-05-20 04:42:10 +00:00
dc16e6d471
The worker is split into several classes
2022-05-19 19:24:21 +00:00
c3fd8b39aa
Caching for profiles removed
2022-05-17 12:53:31 +00:00
4e3e9dc763
Cache the profile as well
2022-05-17 12:46:55 +00:00
73019284ce
Increase cache lifespan / clear cache upon changes
2022-05-17 12:32:25 +00:00
610f8a086f
Use cache key constants
2022-05-17 08:17:41 +00:00
1ccf22a496
AP endpoints are now cached
2022-05-17 04:58:54 +00:00
324cce7a19
Issue 11472: Store the "edit" history
2022-05-15 20:21:56 +00:00
5af7c30026
Issue 11508: Sanitizing date fields for events and polls
2022-05-15 18:00:19 +00:00
47cd1edb9f
Change the featured collection to fix communication issues with Pleroma
2022-05-13 03:42:04 +00:00
632a98965c
Fetch contact via uri-id to improve performance
2022-05-03 08:19:35 +00:00
060597f619
Store the tag type for the post targets
2022-04-23 11:39:19 +00:00
eb1f38df22
Issue 11427: id values of OrderedCollections have to contain the page number
2022-04-21 04:29:08 +00:00
834844573b
We can now store incoming questions
2022-04-20 06:28:02 +00:00
eaa8163201
Preparation for storing incoming polls
2022-04-15 09:11:50 +00:00
0d8cf06e4a
Experimental feature to enter a custom creation date
2022-04-13 05:31:32 +00:00
62367923e0
Fix several notices
2022-04-11 18:57:30 +00:00
3842f02b02
Merge pull request #11402 from annando/featured-endpoint
...
We now offer an endpoint for featured posts
2022-04-11 11:17:56 -04:00
d15023fe4b
Unified JSON exit
2022-04-09 11:58:01 +00:00
d7df0825db
We now offer an endpoint for featured posts
2022-04-08 21:25:31 +00:00
4eecf733e1
Merge pull request #11389 from nupplaphil/feat/http_client_arg
...
Introduce explicit HttpClient "Accept" parameter
2022-04-08 15:05:40 -04:00
69b7923df2
Use centralized function to fetch query results
2022-04-08 06:04:50 +00:00
2764859350
Remove unfeatured posts from collection
2022-04-08 04:49:23 +00:00
75bc4eccb7
Display featured posts for contacts
2022-04-07 21:52:25 +00:00
a1dd299eb3
Preparations for "featured" posts
2022-04-06 13:34:11 +00:00
e6ea015cb4
"Person" is "Account"
2022-04-05 20:06:04 +00:00
c0b3c527d6
Added processing of incoming block notices
2022-04-05 19:14:29 +00:00
dcbca0c6a3
Store "View" activity from Peertube
2022-04-05 07:48:38 +00:00
a5a5a4b603
Cleaned code
2022-04-05 05:53:17 +00:00
61abc6377d
Preparation for "Featured" collection added
2022-04-04 23:07:44 +00:00
e6caed7b5f
Merge remote-tracking branch 'upstream/develop' into new-acitivities
2022-04-04 16:05:02 +00:00
aa2a32d16f
Store the "EmojiReact" activity
2022-04-04 16:03:53 +00:00
eceaf782cc
Merge pull request #11385 from annando/ap-receiver-unhandled
...
Added handling of some previously unhandled activities
2022-04-04 10:59:35 -04:00
04866195b4
Remove accept parameter for head/post again
2022-04-03 19:33:09 +02:00
1475f53e21
Merge branch 'ap-receiver-unhandled' of github.com:annando/friendica into ap-receiver-unhandled
2022-04-03 07:45:19 +00:00
39a1745361
Prevent the warning of an Undefined array key "object_object_type"
2022-04-03 07:45:15 +00:00
029daef997
Only use and accept valid http links as links to an external resource
2022-04-03 07:21:36 +00:00
Michael Vogel
5fe75ed50d
Update src/Protocol/ActivityPub/Receiver.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-04-02 23:04:44 +02:00
e299fc67c8
Introduce "accept_header" as specific argument to the http client
2022-04-02 21:16:53 +02:00
73c3b21665
Move ACCEPT constants to own "enum" class
2022-04-02 20:26:11 +02:00
1db3143dc5
added empty object type
2022-04-01 21:27:40 +00:00
71afbabbd8
Added handling of some previously unhandled activities
2022-04-01 11:20:17 +00:00
2ca51f752d
Use appropriate "accept" values
2022-03-30 14:39:53 +00:00
3e21b035b7
Added logging
2022-03-29 17:26:31 +00:00
1fae0123ec
Some more "accept" parameters are added
2022-03-29 06:24:20 +00:00
212eba327b
Improve the compatibility with Lemmy
2022-03-24 10:57:55 +00:00
53ba68e222
Remove "blubb"
2022-03-22 12:31:14 +00:00
45199b498d
Prevent further processing of incoming posts when thay are rejected
2022-03-22 12:28:47 +00:00
9eb6299f19
Check array key existence in ActivityPub\Transmitter::createPermissionBlockForItem
...
- APContact::getByURL can return empty array
- Address https://github.com/friendica/friendica/issues/11218#issuecomment-1066753232
2022-03-19 03:15:08 -04:00
0aa229489f
Improved function description
2022-03-18 07:24:45 -04:00
7940b31685
Don't use the GUID value directly
2022-03-14 21:09:14 +00:00
0956d1dd64
Don't send forum posts to the user's followers
2022-03-14 06:07:51 +00:00
2642996171
Send community posts only to the community
2022-03-13 19:31:21 +00:00
ca086b880b
Some small improvements for importing feeds
2022-03-13 15:29:07 +00:00
314bf92ead
Added Documentation
2022-03-12 17:29:46 +00:00
fb13890341
Added parameter values
2022-03-12 15:27:56 +00:00
8c778ca02e
Improved completion check for AP
2022-03-12 11:17:33 +00:00
56cd98b38b
Further improved logging
2022-03-12 07:48:31 +00:00
c1bb1cf0fc
Improved logging
2022-03-12 07:34:30 +00:00
5a16a424ac
Issue 11309: improved check for wanted posts
2022-03-12 07:08:10 +00:00
5eb647585d
Issue 11315: Fix for all receivers in "to"
2022-03-11 20:39:03 +00:00
f264923cad
Issue 11309: Check if a post is wanted
2022-03-11 14:00:05 +00:00
c13ae36256
Merge pull request #11305 from annando/api-spoiler
...
API: Improve support for the summary field
2022-03-08 15:48:46 -05:00
e0468ac914
API: Improve support for the summary field
2022-03-08 18:32:09 +00:00
8039ab731f
Type hints reverted
2022-03-08 18:26:59 +00:00
Michael Vogel
acba7d25a0
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-03-06 14:15:59 +01:00
31dbdd3677
variable type for the return value is added
2022-03-06 12:21:27 +00:00
Michael Vogel
1ec1adf904
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2022-03-06 05:49:49 +01:00
421dd028ce
Fix storing mail settings
2022-03-05 13:08:09 +00:00
6a1f9a7fa3
Move unfollow protocol to worker task
...
- Add uid parameter to unfollow hook
- Rework and unify Contact::unfollow, Contact::removeSharer and Contact::terminateFriendship
- Add missing twitterUser property to Twitter\Friendships\Destroy module
2022-02-24 09:35:54 -05:00
52f5d924b7
Replace remaining instances of DBA::update('contact') with Contact::update()
...
- This was breaking the synchronisation between the contact and user-contact tables
2022-02-24 09:35:54 -05:00
59630a2c82
Improve the name of the "followers" receiver
2022-02-23 20:18:37 +00:00
311c1fdd81
Avoid warning and notice
2022-02-20 05:14:36 +00:00
00f39cd308
Reverted change
2022-02-19 20:32:19 +00:00
22952f88ca
SImplify code
2022-02-19 19:45:27 +00:00
c867581530
Store the receivers of a post in the tags
2022-02-19 13:31:49 +00:00
c03ff7833b
Merge pull request #11253 from annando/forum3
...
More rework to make private communities working
2022-02-18 12:19:57 -05:00
c376081d0d
Relax comparison with pconfig system.accept_only_sharer value
...
- DI::pConfig()->get returns a string value, not an integer
- Removed superfluous default values now that we aren't doing strict type checking
2022-02-18 09:32:30 -05:00
51fb265621
Merge remote-tracking branch 'upstream/develop' into forum3
2022-02-17 07:11:50 +00:00
9ac24a0f36
More rework to make private communities working
2022-02-16 22:56:55 +00:00
99979019bf
Expand system.accept_only_sharer pconfig value to include previous behavior with likes
2022-02-15 15:54:36 -05:00
29d83c0ffb
Block communication with Diaspora for communities
2022-02-15 07:08:02 +00:00
d404f15312
Improve local forum distribution
2022-02-14 22:04:33 +00:00
a5a1c81790
Fetch the user id when not provided
2022-02-13 16:42:43 +00:00
ee3a8ccb3b
No notifcations for forum / fetch user for fetching content
2022-02-13 05:45:06 +00:00
e394143148
Private forums are now working via ActivityPub
2022-02-12 18:38:36 +00:00
cdee2b44db
Avoid thread completion on activities
2022-02-12 13:05:56 +00:00
1b73e4d267
Merge pull request #11230 from annando/account-type
...
Use "account-type" instead of "page-flags"
2022-02-09 22:23:55 -05:00
9a764516d0
Use the "contact-type" instead of "forum" or "prv"
2022-02-09 06:52:16 +00:00
b857c26999
Use "account-type" instead of "page-flags"
2022-02-09 05:56:12 +00:00
f87b80266c
Display followers for followers of private forums
2022-02-08 21:05:15 +00:00
121e40357c
Merge pull request #11209 from annando/issue-10365-Events
...
Issue 10365: Event updates are now processed
2022-02-05 12:08:00 -05:00
3e51309525
Check for a filled "event-id" field
2022-02-05 16:22:21 +00:00
4914ee423f
Issue 10914: Display events in the feed in the author's timezone
2022-02-05 11:29:50 +00:00
bd8032f2ba
Issue 10365: Event updates are now processed
2022-02-05 11:16:50 +00:00
11b6c29a3a
Fix for PR #11204 - Forums are now correctly detected
2022-02-04 06:02:21 +00:00
695d6ce461
Issue 10966: Ignore "only sharer" setting for forum accounts
2022-02-03 20:26:30 +00:00
9eec2bf5f3
Improved support for "Page" type
2022-01-27 17:51:23 +00:00
ad526f5ad2
set the post-type to "poll" for incoming poll posts
2022-01-23 05:50:39 +00:00
a8c6160dd7
Improved handling of several object types
2022-01-23 04:40:45 +00:00
43b9e39c6a
Lemmy support added
2022-01-22 15:24:51 +00:00
Philipp
322b7c856c
Merge pull request #11129 from urbalazs/copyright-2022
...
Update copyright
2022-01-02 09:45:35 +01:00
Balázs Úr
e56a53647b
Update copyright
2022-01-02 08:27:47 +01:00
a97bfb512a
Issue 11104: Don't cann the addons on Diaspora reshare
2021-12-20 21:16:00 +00:00
13efe0eff0
Add logging for unexpected empty published key in activity
2021-12-12 21:46:59 -05:00
affd2bfdb7
Suppress Type error exceptions in ActivityPub\Processor
2021-12-12 21:45:31 -05:00
d6c97dbde2
Fix attachment handling
2021-12-08 13:32:20 +00:00
b04809ced4
Initialize $permissions variable in ActivityPub\Transmitter::fetchPermissionBlockFromConversation
...
- Address https://github.com/friendica/friendica/issues/10757#issuecomment-927361800
2021-12-06 20:16:46 -05:00
3d65809a82
Fix media handling upon creation and display
2021-12-04 04:03:18 +00:00
4a90e6b1f0
Test code removed
2021-12-02 06:36:09 +00:00
bd2ee581d3
Diaspora reshares via API are fixed now
2021-12-02 06:33:19 +00:00
eb1b2256a0
Removed and replaced deprecated functionalities
2021-11-07 14:00:47 +00:00
63da4a75e9
The boot.php had been cleared of most functions
2021-11-04 20:29:59 +00:00
24ee87224f
Replaced deprecated "log" function call
2021-11-03 23:19:24 +00:00
1219a4d00e
Issue 10947: Send correct accept-header for AP
2021-11-03 19:06:07 +00:00
409d909d0f
Restructure HTTPClient for new paradigm
2021-10-28 20:01:03 +02:00
68046573a4
Restructure Cache to follow new paradigm
2021-10-26 22:11:06 +02:00
Michael Vogel
81c9d8d479
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-10-25 21:27:21 +02:00
87673fd0c5
Merge remote-tracking branch 'upstream/develop' into logging
2021-10-25 18:56:29 +00:00
82a6c78033
Move FSuggest to depository
2021-10-23 21:45:35 -04:00
a497bd3a3d
Merge remote-tracking branch 'upstream/develop' into logging
2021-10-22 06:06:39 +00:00
44627a0b12
fix intro.cid and intro.suggest-id
2021-10-21 21:57:23 +02:00
7d7d310cc4
Replace almost every Introduction places
2021-10-21 21:49:21 +02:00
f6faae5bb1
Replace deprecated log
calls
2021-10-20 18:53:52 +00:00
2f1f6f6fb2
Replace "notification" call with new function, removing enotify.php
2021-10-19 19:45:36 +00:00
64a336ee8d
Rename method again
2021-10-18 23:32:46 +02:00
b5d994394e
Fixing PUBLIC usage, Fixing DB-View, Creating tests
2021-10-18 23:32:45 +02:00
838cdac5d1
Move ProfileFieldRepository::migrateFromLegacyProfile() & delete old repository
2021-10-18 23:32:41 +02:00
6f692b857b
Move ProfileField::selectByContactId() and ProfileField::selectByUserId()
2021-10-18 23:32:39 +02:00
39aff642aa
Deprecate limited-use and potentially confusing [class] BBCode tag
...
- Replace its usage in Mastodon emoji with an internal tag [emoji]
2021-10-18 02:45:42 -04:00
f1d3f60499
Remove "fcontact" from suggestions
2021-10-17 20:19:02 +00:00
27b9da3df5
replace "p" with higher level database functions
2021-10-12 05:53:29 +00:00
80a8cd86c4
Merge pull request #10836 from nupplaphil/feat/depository_permissionset
...
Migrate PermissionSet to Depository paradigm
2021-10-08 09:39:39 -04:00
62eb16e9ad
Migrate PermissionSet to Depository paradigm
2021-10-07 19:53:38 +02:00
ab17fbf6b2
Unneeded "ProxyUtils" renamed to "Proxy"
2021-10-05 20:18:19 +00:00
d20aa5f557
The legacy reshare functionality is removed
2021-10-05 18:58:35 +00:00
a4706e9521
Trim XML before emptiness check in Protocol\Feed::import
...
- Address https://github.com/friendica/friendica/issues/10791
2021-10-03 19:32:20 -04:00
9935e8e711
Remove event.adjust field
...
- It was confusing and introduced complexity that wasn't worth the unclear gain
2021-10-03 13:42:32 -04:00
6db211568a
Remove most calls to date_default_timezone_* calls
...
- It was wrongly used to set the node-wide ot user-specific timezone
- It is now fully managed from the App object
- Add a static variable to DateTimeFormat maintain the convenient local() method
2021-10-03 13:42:31 -04:00
763e264196
More "q" calls have been replaced
2021-10-03 15:02:20 +00:00
9961943b73
Code Style: Replace "AS" with "as"
2021-10-03 10:34:41 +00:00
42790fbc1f
Don't store emoji images as media but links
2021-10-03 09:42:14 +00:00
7cdd2d1336
Refactor User::getAvatarUrlForId into getAvatarUrl
...
- Use user/owner array as parameter instead of uid
- Rename $profile variables to $owner when it's the result of User::getOwnerDataByNick
- Replace Module\Photo::stripExtension with native pathinfo() calls
2021-10-02 19:06:25 -04:00
72fae04e97
Add revoke follow feature
...
- Add new follow revoke module
- Add new hooks: revoke_follow, support_follow, support_revoke_follow
- Add link in contact page action menu
2021-10-02 14:01:46 -04:00
e6aef548fb
ActivityPub: Update relation when receiving a follow reject message
2021-10-02 13:52:54 -04:00
8dc4499bcf
Merge pull request #10797 from annando/diaspora-deprecated
...
Replaced deprecated code from the Diaspora implementation
2021-10-02 19:19:40 +02:00
e5ffda3478
Replaced deprecated code from the Diaspora implementation
2021-10-02 17:11:54 +00:00
865006682a
Merge remote-tracking branch 'upstream/develop' into user-contact
2021-10-02 11:57:43 +00:00
9d77958247
Ensure parent exists before adding reply to elements in OStatus and Feed
...
- Address https://github.com/friendica/friendica/issues/10474#issuecomment-927118628
2021-09-26 08:15:07 -04:00
3dddea96fa
Merge remote-tracking branch 'upstream/2021.09-rc' into user-contact
2021-09-18 20:27:24 +00:00
24ecf5954c
Merge pull request #10721 from annando/issue-10720-avatar
...
Issue 10720: Use different path scheme for user avatars
2021-09-18 09:30:08 -04:00
644f312896
Fix various Notices
2021-09-18 12:51:06 +02:00
a91e3f5dbc
Issue 10720: Use different path scheme for user avatars
2021-09-17 18:36:20 +00:00
Michael Vogel
a689db7b64
Update src/Protocol/ActivityPub.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-09-14 23:22:57 +02:00
b18f92ea72
Fixed indendation
2021-09-14 20:46:59 +00:00
d33fea1993
Fix: Use the $uid
2021-09-14 02:00:40 +00:00
e3413cf959
Issue 10706: Publish public custom fields in AP
2021-09-14 01:28:58 +00:00
9c14eb0c6b
Use centralized function to update contact entries
2021-09-10 18:21:19 +00:00
ce6f6978bd
Use the correct function is adviced ...
2021-09-03 04:20:32 +00:00
64fd94fc74
Issue 10651: remote comments appeared as own posts
2021-09-02 05:57:50 +00:00
2bae4dde1f
Avoid notices
2021-08-30 12:29:09 +00:00
b76634ea0c
Catch TransferExceptions for HTTPClient::finalUrl() in case the headers are empty
2021-08-29 13:37:08 +02:00
13a91e63aa
Rename DI::httpRequest() into DI::httpClient()
2021-08-25 21:54:54 +02:00
505100bdd7
Rename HTTPRequestOptions to HTTPClientOptions
2021-08-25 21:45:15 +02:00
0cafa871f1
Use HTTPRequestOptions constants for HTTPClient::get()
2021-08-25 21:31:30 +02:00
2356221aba
Fixup HTTP headers for httpClient requests
2021-08-25 14:22:43 +02:00
803c1d71de
Fix IHTTPResult::getHeader()
...
- Now returns a string array, like expected
- Fix usages
- Fix dataset
2021-08-20 19:58:42 +02:00
dee1899628
Fix IHTTPResult::getHeader/s()
...
- Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s()
- Fix functionality at various places - Adapt CurlResultTest
2021-08-20 19:58:42 +02:00
1de159a2ae
Escape url tags before attempting to add missing mention links in Protocol\ActivityPub\Processor
...
- Mastodon uses @-sign in profile URLs which wrongly triggered the mention link add in existing mentions links
2021-08-20 03:45:15 -04:00
9b64035231
ActivityPub: Add support for non-link mentions
...
- This enables implicit mention removal even if the remote server doesn't add links to mentions in the message body.
- This also enable interactive mentions in the message body when implicit mentions are disabled.
2021-08-18 14:36:21 -04:00
Michael Vogel
b855646097
Merge pull request #10580 from MrPetovan/bug/10019-peertube-embed
...
Simplify attachment processing in Protocol\ActivityPub\Receiver
2021-08-11 13:56:33 +02:00
ce46ab2573
The Matrix and XMPP address is now transported via AP as well
2021-08-10 23:49:09 +00:00
56ee1a211f
Merge pull request #10592 from annando/event
...
Simplify event storing
2021-08-10 09:00:41 -04:00
8e074a5fe4
Simplify event storing
2021-08-10 10:24:14 +00:00
56c00ea42d
Handles PHP Notice: Undefined index: addr in src/Protocol/Diaspora.php on line 3091
2021-08-10 03:50:43 +00:00
d7e5814b12
Simplify attachment processing in Protocol\ActivityPub\Receiver
...
- Remove indexing attachments by mediatype for later sorting
2021-08-09 19:29:12 -04:00
51d549639d
Fix profile probing via Pleroma
2021-08-09 06:56:41 +00:00
6a23b17c95
Respect the postopts values for scheduled posts
2021-08-06 18:49:17 +00:00
0e54d35f65
Merge pull request #10575 from MrPetovan/bug/10019-peertube-embed
...
Extract MP4 video URL from PeerTube ActivityPub metadata to enable video embed
2021-08-05 18:11:07 +02:00
f194d167b0
Extract MP4 video URL from PeerTube ActivityPub metadata to enable video embed
...
- This MP4 video URL is located in the tags of the streaming URL link element that we don't support yet
2021-08-05 10:51:42 -04:00
eec6cdf01b
Avoid a database query when possible
2021-08-05 08:51:39 +00:00
835152d418
Simplified signature creation
2021-08-05 08:42:46 +00:00
1c5baddcd2
Don't use the system user for participation messages
2021-08-04 12:35:03 +00:00
ec3eead034
Don't set the pconfig values on manual mode
2021-08-03 05:39:04 +00:00
dfb043ce60
Add Exception for empty User::getOwnerDataById(0 return case in Protocol\ActivityPub\Transmitter::getProfile()
...
- Address https://github.com/friendica/friendica/issues/10473#issuecomment-882781552
- Add try-catch blocks to all references of Protocol\ActivityPub\Transmitter::getProfile()
2021-07-27 16:46:08 -04:00
8dd21d82f5
Fix possible fatal error when body is null
2021-07-27 12:25:38 +00:00