pixelfed/app/Http/Controllers
Daniel Supernault c394fb76c6
Update sidebar/settings
2023-06-12 06:08:25 -06:00
..
Admin Update admin dashboard, improve users section 2023-06-10 03:40:31 -06:00
Api Update Direct Messages, fix api endpoint 2023-06-02 06:45:14 -06:00
Auth Update login form, allow admins to enable captcha after X failed attempts. Admins can set the number of attempts before captcha is shown, default is 2 attempts before captcha is required 2023-05-23 05:08:34 -06:00
Import
Settings Update Settings, allow users to disable atom feeds 2023-05-19 04:53:52 -06:00
Stories Update Notification logic, remove message and rendered fields 2023-05-12 23:15:41 -06:00
AccountController.php Update ApiV1Controller, fix account blocks.Closes #4304 2023-04-20 05:27:44 -06:00
AccountInterstitialController.php
AdminController.php Add Autospam Advanced Detection 2023-05-17 04:00:03 -06:00
AdminInviteController.php
ApiController.php
AvatarController.php
BookmarkController.php
CircleController.php
CircleProfileController.php
CollectionController.php
CollectionItemController.php
CommentController.php
ComposeController.php Update StatusEntityLexer, stop saving entities 2023-05-13 06:28:17 -06:00
ContactController.php Update pipeline dispatch, replace dispatchSync with dispatch 2023-04-24 01:36:06 -06:00
Controller.php
DeckController.php
DirectMessageController.php Update Notification logic, remove message and rendered fields 2023-05-12 23:15:41 -06:00
DiscoverCategoryController.php
DiscoverCategoryHashtagController.php
DiscoverController.php Update ApiV1Controller and DiscoverController, fix postgres hashtag search 2023-05-02 23:26:37 -06:00
FederationController.php
FollowerController.php
HashtagController.php
HashtagFollowController.php
ImportController.php
ImportPostController.php Add ImportPostController 2023-06-12 05:13:50 -06:00
InstallController.php
InstanceActorController.php
InternalApiController.php
LandingController.php Update LandingController, fix config_cache api check 2023-05-07 05:25:38 -06:00
LikeController.php
LiveStreamController.php
MediaBlocklistController.php
MediaController.php Update MediaController, add fallback for local files that are later stored on S3 but still are referenced in cached objects remotely 2023-05-22 18:10:55 -06:00
MediaTagController.php
MicroController.php
MobileController.php
NewsroomController.php
NotificationController.php
PageController.php
PixelfedDirectoryController.php
PlaceController.php
PollController.php
PortfolioController.php
ProfileController.php Update Settings, allow users to disable atom feeds 2023-05-19 04:53:52 -06:00
ProfileSponsorController.php
PublicApiController.php
ReportController.php
SearchController.php
SeasonalController.php
SettingsController.php Update sidebar/settings 2023-06-12 06:08:25 -06:00
SiteController.php
SpaController.php
StatusController.php Update StatusController, disable embeds from spam accounts 2023-05-19 03:40:00 -06:00
StatusEditController.php Update EditHistoryModal, fix caption rendering 2023-05-25 02:27:03 -06:00
StoryComposeController.php Update Notification logic, remove message and rendered fields 2023-05-12 23:15:41 -06:00
StoryController.php Update StoryController, show active self stories on home timeline 2023-05-05 06:42:17 -06:00
TimelineController.php
UIKitController.php
UserAppSettingsController.php Added `/api/v1.1/accounts/app/settings` endpoint and UserAppSettings model to store app specific settings 2023-05-29 03:43:25 -06:00
UserInviteController.php