Roland Häder
26e0469de7
Merge branch 'develop' into rewrite/gravity-constants
2022-10-18 16:34:40 +02:00
018858934b
The priority is now a class constant
2022-10-17 05:49:55 +00:00
da66730e4f
Rewrite:
...
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:
From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````
To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
Michael Vogel
e5c24f33f0
The fcontact table is now updated in the background to improve performance
2022-09-18 15:40:44 +02:00
9f2d3e6f88
Use AP data when possible
2022-09-04 07:15:04 +00:00
2173fb38e0
Issue 11853/11867: Fix reshare of public posts
2022-08-27 21:22:49 +00:00
5b3145d7ce
Several performance improvements
2022-08-15 13:23:01 +00:00
a2a7d04fa1
Changed double-quotes to single
2022-07-23 21:58:00 +02:00
88870d18be
Changes:
...
- added some type-hints
- added documentation
2022-06-25 16:48:36 +02:00
605e7d55b3
Continued:
...
- added more type-hints
- some methods in Diaspora returned void but integer was documented so I
changed it to -1 to have a proper type-hint
2022-06-17 17:18:31 +02: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
ce174cad91
More often update Diaspora contacts
2021-12-30 22:40:52 +00:00
29be22ee6a
Display interaction data for Diaspora accounts
2021-12-30 22:11:52 +00:00
f1d3f60499
Remove "fcontact" from suggestions
2021-10-17 20:19:02 +00:00
763e264196
More "q" calls have been replaced
2021-10-03 15:02:20 +00:00
9ac284ec3a
Update on empty uri-id
2021-07-09 08:46:42 +00:00
6e79da0b0c
The uri-id is now in all contact tables
2021-07-09 07:09:33 +00:00
Balázs Úr
054c301ef0
Update copyright
2021-03-29 08:40:20 +02:00
82e094179c
Rename notify classes according the feature name, not the table name
2021-01-24 09:33:23 -05:00
818c064c0a
The notifications parameters are now simplified
2020-11-25 19:56:39 +00:00
fb50a43ac0
New function for contact suggestions
2020-09-28 21:33:40 +00:00
Michael Vogel
4733683e91
Update src/Model/FContact.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2020-09-27 22:31:59 +02:00
61fee84c15
Functionality to add suggestions
2020-09-27 18:58:02 +00:00
2cbc935944
Renamed function
2020-08-06 10:31:05 +00:00
d4f7bfa676
New "fcontact" model class
2020-08-06 10:27:06 +00:00