pixelfed/app/Http/Controllers
Daniel Supernault a45deb93ed
Add stream start + end events
..
Admin Update adminReportController, fix mail verification request 500 bug by changing filter precedence to catch deleted users that may still be cached in AccountService
Api Add live stream events
Auth Improve onboarding
Import Update controllers, fixes
Settings Update LabsSettings.php
AccountController.php Update follower counts on follow_request approval
AccountInterstitialController.php Update AccountInterstitialController, add autospam type
AdminController.php Update AdminController.php
ApiController.php Update Redis namespace
AvatarController.php Update AvatarController, fix store bug
BookmarkController.php Update BookmarkService, use sorted set
CircleController.php Add Circle controller,model and migration
CircleProfileController.php Add CircleProfile controller, model and migration
CollectionController.php Improve CollectionService cache invalidation, fixes
CollectionItemController.php Add CollectionItemController
CommentController.php Update CommentPipeline, move reply_count calculation to comment pipeline job and improve count calculation
ComposeController.php Update MediaDeletePipeline, fix async media deletion
ContactController.php Update ContactController, fixes
Controller.php Apply fixes from StyleCI
DeckController.php Add DeckController
DirectMessageController.php add back missing security context to direct messages
DiscoverCategoryController.php Add DiscoverCategory model
DiscoverCategoryHashtagController.php Add DiscoverCategoryHashtag model
DiscoverController.php Cleanup outdated discover routes and unused HomeController
FederationController.php Update FederationController
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 Apply fixes from StyleCI
HashtagFollowController.php Update HashtagService, use sorted set for followed tags
ImportController.php Update controllers, fixes
InstallController.php Update InstallController.php
InstanceActorController.php Update InstanceActorController, fix content-type header
InternalApiController.php Change ISO-8601 to RFC 3339 EXTENDED
LikeController.php Update Like model, bump max likes per day from 100 to 200
LiveStreamController.php Add stream start + end events
MediaBlocklistController.php Add MediaBlocklist feature
MediaController.php Update api controllers, deprecate old endpoints
MediaTagController.php Update MediaTagController
MicroController.php Add MicroController
NewsroomController.php Update NewroomController, update title length limit from 25 to 40
NotificationController.php Apply fixes from StyleCI
PageController.php Update PageController
PlaceController.php Update PlaceController, require authentication
PollController.php Update controllers, fixes
ProfileController.php Update horizon config, add default timeout limit
ProfileSponsorController.php Update ProfileSponsorController
PublicApiController.php Fix timeline infinite scroll
ReportController.php Update ReportController, handle json reports
SearchController.php Update ActivityPub helpers, fix comment threading in statusFetch() method
SeasonalController.php Update SeasonalController
SettingsController.php Merge pull request from shleeable/patch-25
SiteController.php Update home timeline, redirect to /i/web unless force_old_ui is present
SpaController.php Update SpaController.php
StatusController.php Update controller signatures, fix mysql 8 support
StoryComposeController.php Add Conversations model
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