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
Michael
4803b99157
API: Fix "in_reply_to_status_id"
2022-03-08 20:46:26 +00:00
Michael
f059e56e0f
Fix test / Use new expandTags function
2022-03-02 17:17:07 +00:00
Michael
f853d58198
API: Forum mentions are now working
2022-03-02 06:59:07 +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
Philipp
204b8b6e49
Reenable Twitter/Media Post tests
2021-12-09 22:08:31 +01:00
Michael
e7e74819a3
Fix posting pictures
2021-11-29 18:03:34 +00:00
Michael
0440765849
Set item permissions on reshare
2021-11-29 04:38:58 +00:00
Michael
cf999e681c
Standards
2021-11-28 13:58:26 +00:00
Michael
367479e50e
Standards
2021-11-28 13:52:39 +00:00
Michael
19019381e6
Fixes standards
2021-11-28 13:46:30 +00:00
Michael
222b35684d
API: Added more functions, fixed function names
2021-11-28 13:34:00 +00:00