pixelfed/app/Http/Controllers
Daniel Supernault ab5469ff70
Update ComposeController, use MediaStorageService for media deletes
..
Admin Add MediaBlocklist feature
Api Update ApiV1Controller, add StatusService del calls to update likes_count, reblogs_count and reply_count
Auth Add hCaptcha
Import Update IG Import, remove hardcoded media size limit
Settings Update 2FA setup, fix qrcode handler
AccountController.php Update AccountController, add mutes and blocks endpoint to pixelfed api
AccountInterstitialController.php Update AccountInterstitialController, add autospam type
AdminController.php Update AdminController, fix variable name in updateSpam method
ApiController.php Update Redis namespace
AvatarController.php Update AvatarController, remove deprecated thumb_path
BookmarkController.php Apply fixes from StyleCI
CircleController.php Add Circle controller,model and migration
CircleProfileController.php Add CircleProfile controller, model and migration
CollectionController.php Update Collections, add custom limit
CollectionItemController.php Add CollectionItemController
CommentController.php Update Like, Status and Comment controllers to add StatusService del() method to update counts
ComposeController.php Update ComposeController, use MediaStorageService for media deletes
ContactController.php Update ContactController, fixes
Controller.php Apply fixes from StyleCI
DeckController.php Add DeckController
DirectMessageController.php Update DirectMessageController, add sharedInbox support
DiscoverCategoryController.php Add DiscoverCategory model
DiscoverCategoryHashtagController.php Add DiscoverCategoryHashtag model
DiscoverController.php Update DiscoverController, deprecate unused endpoints
FederationController.php Update webfinger util, fail on invalid webfinger url
FollowerController.php Update Profile model, improve counter caching
HashtagController.php Apply fixes from StyleCI
HashtagFollowController.php Update HashtagFollowerController, add getTags api method
HomeController.php Update HomeController
ImportController.php Update ImportController
InstanceActorController.php Add InstanceActorController
InternalApiController.php Update InternalApiController, update discoverPosts method to improve performance
LikeController.php Update Like, Status and Comment controllers to add StatusService del() method to update counts
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, fixes
ProfileController.php Update compiled assets
ProfileSponsorController.php Update ProfileSponsorController
PublicApiController.php Update PublicApiController
ReportController.php Apply fixes from StyleCI
SearchController.php Update SearchController, update version
SeasonalController.php Update SeasonalController
SettingsController.php Update SettingsController, add 404 to import when disabled
SiteController.php Update SiteController, only allow redirects for logged in users
StatusController.php Update Like, Status and Comment controllers to add StatusService del() method to update counts
StoryController.php Update StoryController, allow video stories
TimelineController.php Update TimelineController
UIKitController.php Add UIKit model, migration and controller
UserInviteController.php Add user invites