pixelfed/app/Http/Controllers
Daniel Supernault d40a84533a
Update ApiV1Controller, add trends endpoint
..
Admin Update InstanceService, define cache keys
Api Update ApiV1Controller, add trends endpoint
Auth Improve onboarding
Import Update controllers, fixes
Settings Update ApiV1Controller, fix account settings bug
AccountController.php Update AccountController, refresh relationship after handling follow request
AccountInterstitialController.php Update AccountInterstitialController, add autospam type
AdminController.php Update compiled assets
ApiController.php Update Redis namespace
AvatarController.php Update AvatarController, fix store bug
BookmarkController.php Update BookmarkService, use sorted set
CircleController.php
CircleProfileController.php
CollectionController.php Update CollectionController, fixes
CollectionItemController.php
CommentController.php Update CommentPipeline, move reply_count calculation to comment pipeline job and improve count calculation
ComposeController.php Update ComposeController, add collection support to compose endpoint
ContactController.php Update ContactController, fixes
Controller.php
DeckController.php
DirectMessageController.php Update compiled assets
DiscoverCategoryController.php
DiscoverCategoryHashtagController.php
DiscoverController.php Update DiscoverController, fix favourited state on memories
FederationController.php Update FederationController, fix webfinger endpoint
FollowerController.php Refactor following & relationship logic. Replace FollowerObserver with FollowerService and added RelationshipService to cache results. Removed NotificationTransformer includes and replaced with cached services to improve performance and reduce database queries.
HashtagController.php
HashtagFollowController.php Update HashtagFollowerController, add getTags api method
HomeController.php Update HomeController
ImportController.php Update controllers, fixes
InstanceActorController.php Update InstanceActorController, fix content-type header
InternalApiController.php Update InternalApiController
LikeController.php Update public timeline api, add experimental cache
MediaBlocklistController.php Add MediaBlocklist feature
MediaController.php Update api controllers, deprecate old endpoints
MediaTagController.php Update MediaTagController
MicroController.php
NewsroomController.php Update NewroomController, update title length limit from 25 to 40
NotificationController.php
PageController.php Update PageController
PlaceController.php Update PlaceController, fixes
PollController.php Update controllers, fixes
ProfileController.php Update ProfileController, redirect profile view for authed users to Metro 2.0 UI
ProfileSponsorController.php Update ProfileSponsorController
PublicApiController.php Update PublicApiController
ReportController.php Update ReportController, handle json reports
SearchController.php Update ActivityPub helpers, fix comment threading in statusFetch() method
SeasonalController.php Update SeasonalController
SettingsController.php Update SettingsController
SiteController.php Update routes, add legacy webfinger profile redirect
SpaController.php Update SpaController, handle web redirects
StatusController.php Update StatusController, redirect status view for authed users to Metro 2.0 UI
StoryComposeController.php Update compiled assets
StoryController.php Update StoryController, add postgres bug fix
TimelineController.php Add Network Timeline
UIKitController.php Add UIKit model, migration and controller
UserInviteController.php Update UserInviteController, fixes