friendica/src/Module/Api/Mastodon/Accounts
Roland Häder 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
..
Block.php Move unfollow protocol to worker task 2022-02-24 09:35:54 -05:00
FeaturedTags.php Update copyright 2022-01-02 08:27:47 +01:00
Follow.php Update copyright 2022-01-02 08:27:47 +01:00
Followers.php Add feedback 2022-01-04 20:59:27 +01:00
Following.php Fix empty accounts[] bug 2022-01-04 20:59:27 +01:00
IdentityProofs.php Update copyright 2022-01-02 08:27:47 +01:00
Lists.php Update copyright 2022-01-02 08:27:47 +01:00
Mute.php Update copyright 2022-01-02 08:27:47 +01:00
Note.php Update copyright 2022-01-02 08:27:47 +01:00
Relationships.php Update copyright 2022-01-02 08:27:47 +01:00
Search.php Use central function to fetch the global directory 2022-04-26 18:33:58 +00:00
Statuses.php Rewrite: 2022-10-15 00:44:06 +02:00
Unblock.php Update copyright 2022-01-02 08:27:47 +01:00
Unfollow.php Move unfollow protocol to worker task 2022-02-24 09:35:54 -05:00
Unmute.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateCredentials.php Update copyright 2022-01-02 08:27:47 +01:00
VerifyCredentials.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00