You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Transformer/Api
daniel 0158941fb6
API improvements + test fixes (#5925)
* migrate PHPUnit configuration

* replace @test annotations with #[Test] attributes, and add it where it was missing

* remove test prefix from test method names

* add PHPUnit cache to .gitignore

* Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901

* Update ApiV1Controller, fix relationship fields. Fixes #5900

* Update instance config, return proper matrix limits. Fixes #4780

* Update SearchApiV2Service, fix offset bug. Fixes #5875

* Update ApiV1Controller, add better direct error message. Fixes #4789

* Update changelog

---------

Co-authored-by: Daniel Simon <daniel.simon.dev@proton.me>
5 months ago
..
Mastodon/v1 Update Transformers to comply with MastoAPI 9 months ago
AccountTransformer.php Update AccountTransformer.php 7 months ago
AccountWithStatusesTransformer.php
ApplicationTransformer.php
ContextTransformer.php
DirectMessageTransformer.php
EmojiTransformer.php
FilterTransformer.php
GroupPostTransformer.php Add groups models, controllers and services 1 year ago
HashtagTransformer.php
InstanceTransformer.php
MediaDraftTransformer.php
MediaTransformer.php
MentionTransformer.php
NotificationTransformer.php Update ApiV1Controller, improve notification filtering 2 years ago
RelationshipTransformer.php API improvements + test fixes (#5925) 5 months ago
ResultsTransformer.php
StatusHashtagTransformer.php
StatusStatelessTransformer.php Add Pinned Posts + WebUI profile fixes (#5914) 5 months ago
StatusTransformer.php Add Pinned Posts + WebUI profile fixes (#5914) 5 months ago
StoryItemTransformer.php
StoryTransformer.php