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
bf5c8a2c43
API: several fixes to the Twitter/Statusnet API
2022-02-25 19:16:40 +00:00
Michael
e394143148
Private forums are now working via ActivityPub
2022-02-12 18:38:36 +00:00
Michael
720a43461d
Fixed max value check, improved request value fetching
2022-01-16 15:22:35 +00:00
Michael
a3173ccb50
Define reasonable min and max values
2022-01-16 15:03:01 +00:00
Michael
4724000d06
Unify request value handling
2022-01-16 14:04:20 +00:00
Michael
7b68a5956e
Improved handling of boolean input values
2022-01-16 09:24:35 +00:00
Michael
e6108668e3
Some more cidong style
2022-01-16 09:07:39 +00:00
Michael
f11bf08a7b
Use the $request variable
2022-01-16 07:35:20 +00:00
Michael
8ff2cc3976
Superflous spaces
2022-01-16 07:14:09 +00:00
Michael
c55c42b303
"DI" calls are replaced
2022-01-16 07:07:46 +00:00
Michael
95f085b7ac
API: The legacy API finally moved
2022-01-15 21:38:19 +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
9081b37762
Fix Twitter statuses list & reenable tests
2021-12-05 20:34:01 +01:00
Philipp
a88cc8d5c8
Replace DI::apiResponse()->exit()
with $this->response->exit()
2021-11-30 01:08:00 -05:00
Philipp
056702c1e0
Fixing wrong inherited methodsyntax
2021-11-27 19:58:24 +01:00
Michael
1ff6b1cf18
Coding standards
2021-11-25 11:28:56 +00:00
Michael
9c61bd3ffc
Lists and tweet search moved
2021-11-25 11:16:47 +00:00