friendica/src/Protocol
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
..
Activity Update copyright 2022-01-02 08:27:47 +01:00
ActivityPub Rewrite: 2022-10-15 00:44:06 +02:00
Activity.php Remove poke feature 2022-08-09 14:55:55 -04:00
ActivityNamespace.php Store "View" activity from Peertube 2022-04-05 07:48:38 +00:00
ActivityPub.php Support for transmitting quoted posts 2022-09-29 22:29:15 +00:00
DFRN.php Rewrite: 2022-10-15 00:44:06 +02:00
Diaspora.php Rewrite: 2022-10-15 00:44:06 +02:00
Email.php Improve quote share ("message_id" added) 2022-10-06 21:50:20 +00:00
Feed.php Rewrite: 2022-10-15 00:44:06 +02:00
OStatus.php Rewrite: 2022-10-15 00:44:06 +02:00
Relay.php "Count" parameter added 2022-09-19 12:46:28 +02:00
Salmon.php Changes: 2022-08-12 14:01:40 +02:00