02b6ac3ed3
limit parameter was missing from docblock
2022-03-15 08:46:26 +01:00
12038d45d0
PHP deprecation warning due wrong order of function parameters
...
With PHP 8.0 I got the following PHP Deprecation message
```
PHP Deprecated: Required parameter $limit follows optional parameter $ids in src/Worker/UpdateContacts.php on line 104
```
this PR fixes the wrong order of the parameters.
2022-03-15 08:44:17 +01:00
deafdcde95
Use public contact ID in Model\Post\UserNotification::insertNotification
...
- Add localRelationship dependency to Notification factory
- Remove dependencies from Factory\Notification->getMessageFromNotification method
2022-03-14 07:56:20 -04:00
cddead2343
Move follow revoke protocol to worker task
...
- Switch to public contact for revoke_follow hook
2022-02-24 09:35:55 -05: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
35abf33c05
Check for array content before querying keys in Worker\Notifier
...
- Address https://github.com/friendica/friendica/issues/11218#issuecomment-1045137358
2022-02-18 20:25:18 -05:00
39724d5079
Add the mentions
2022-02-18 09:12:33 +00:00
49dd97e5fd
User lower case
2022-02-17 21:51:47 +00:00
1b6b6bcc6d
Renamed function
2022-02-17 07:53:24 +00:00
9ac24a0f36
More rework to make private communities working
2022-02-16 22:56:55 +00:00
29d83c0ffb
Block communication with Diaspora for communities
2022-02-15 07:08:02 +00:00
e394143148
Private forums are now working via ActivityPub
2022-02-12 18:38:36 +00:00
615c6ca696
Issue 10935: Improved "GROUP BY" handling
2022-01-18 06:35:18 +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
423892b814
Replace references to NOW() in SQL queries with a DateTimeFormat generated parameter
2021-12-04 17:53:16 -05:00
80da47921e
Replace references to UTC_TIMESTAMP in SQL queries with a DateTimeFormat generated parameter
2021-12-04 17:53:08 -05:00
23b10cf2ae
Some removed escapeTags calls
2021-11-05 19:59:18 +00:00
63da4a75e9
The boot.php had been cleared of most functions
2021-11-04 20:29:59 +00:00
13997c8c10
Merge pull request #10951 from friendica/logs
...
Replaced deprecated "log" function call
2021-11-04 07:52:46 +01:00
24ee87224f
Replaced deprecated "log" function call
2021-11-03 23:19:24 +00:00
d30955aa14
Move contact deleted check from RemoveContent to Remove task
2021-11-03 16:02:20 -04:00
516018861e
Merge remote-tracking branch 'upstream/develop' into error-handling
2021-10-31 05:25:39 +00:00
4236a9a105
Improved http error handling
2021-10-29 23:21:07 +00:00
409d909d0f
Restructure HTTPClient for new paradigm
2021-10-28 20:01:03 +02:00
24f8ee8e67
Merge pull request #10918 from nupplaphil/feat/core_new_paradigm
...
Paradigm Restructuring Part 1 - Core classes
2021-10-27 13:45:40 -04:00
68046573a4
Restructure Cache to follow new paradigm
2021-10-26 22:11:06 +02:00
b2165cdf22
Speed up query for unused contacts
2021-10-26 20:06:18 +00:00
a0c1c3f661
Fix notice "Array to string conversion"
2021-10-25 20:54:36 +00: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
eacb584703
Fix PHP_NOTICE because of fsuggestion
2021-10-23 21:46:32 -04:00
01659d731f
Fix FSuggestselect
2021-10-23 21:46:04 -04:00
b407fbedc1
Replace all 'fsuggest' usages with the new paradigm
2021-10-23 21:45:35 -04: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
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
7e433c66c1
RemoveContent fix column name
2021-10-19 23:34:36 +02:00
88825c2520
Split contact-relation deletion
2021-10-19 22:35:57 +02:00
b838b594cd
contact-relation - Fix DB error
2021-10-19 22:24:14 +02:00
fc2175260f
Move Worker task RemoveContact to Contact\Remove
2021-10-16 19:22:24 -04:00
efe0e45170
Create new Worker task to remove a contact's content from the database
2021-10-16 19:19:56 -04:00
27b9da3df5
replace "p" with higher level database functions
2021-10-12 05:53:29 +00:00
13827edd2c
New photo field "photo-type" as preparation for banners
2021-10-11 14:21:10 +00:00
ab17fbf6b2
Unneeded "ProxyUtils" renamed to "Proxy"
2021-10-05 20:18:19 +00:00
8a1a2f658c
Create new DI shorthands for notification-related factories
2021-10-02 18:15:45 -04:00
7a2d5f6a8e
Move notification to the new paradigm
2021-10-02 18:15:45 -04:00
797391e1d8
Rework contact termination to separate protocol-level and contact-level
...
- Mail and Feed contacts are now removed automatically on relationship termination
- Added logging and notice messages for different results
2021-10-02 08:31:59 -04:00