1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-25 00:09:29 +00:00
pixelfed/app/Http/Controllers
Daniel Supernault e37108c544 Update AccountController, fix hydrateNotifications()
Notifications expect a collection, not a vanilla array.
2018-05-29 21:03:11 -06:00
..
Auth Restrict new registrations with env setting 2018-05-23 21:03:20 -06:00
AccountController.php Update AccountController, fix hydrateNotifications() 2018-05-29 21:03:11 -06:00
AdminController.php Update AdminController, add new methods 2018-05-26 16:45:05 -06:00
CommentController.php Update CommentController, remove hashids 2018-05-26 16:46:07 -06:00
Controller.php
DiscoverController.php Add DiscoverController and hashtag posts view 2018-05-26 16:49:39 -06:00
FederationController.php Add FederationController 2018-05-28 17:50:14 -06:00
FollowerController.php Add FollowerController 2018-05-29 20:59:10 -06:00
HomeController.php
LikeController.php Add LikePipeline and like notifications 2018-05-26 20:26:44 -06:00
MediaController.php
ProfileController.php
ReportController.php Add Report model/migration/controller 2018-05-20 15:48:53 -06:00
SearchController.php Add SearchController 2018-05-26 16:50:36 -06:00
SettingsController.php Add SettingsController 2018-05-26 16:53:21 -06:00
StatusController.php
TimelineController.php