1
0
Fork 0
pixelfed/app/Http/Controllers
Daniel Supernault 8b8b1ffc5c
Update ProfileController, refactor profile embeds
2024-04-20 04:33:47 -06:00
..
Admin Update AdminSettings, use better validation for user integer settings 2024-03-18 06:13:27 -06:00
Api Update ApiV1Controller, improve refresh relations logic when (un)muting or (un)blocking 2024-04-06 01:24:09 -06:00
Auth Update captcha, use config_cache helper 2024-03-11 21:25:04 -06:00
Import Update ig import, use config_cache 2024-03-12 06:11:20 -06:00
Settings Update PrivacySettings controller, refresh RelationshipService when unmute/unblocking 2024-04-06 01:22:52 -06:00
Stories Update stories config, use config_cache 2024-03-12 04:15:05 -06:00
AccountController.php Update user_filters, use config_cache 2024-03-14 00:06:33 -06:00
AccountInterstitialController.php
AdminController.php Update custom emoji, add config_cache support 2024-03-11 22:42:26 -06:00
AdminCuratedRegisterController.php Update AdminCuratedRegisterController, filter confirmation activities from activitylog 2024-02-29 02:04:43 -07:00
AdminInviteController.php Update v1.1 api, add post moderation endpoint 2023-02-23 21:51:27 -07:00
AdminShadowFilterController.php Update AdminShadowFilter, fix deleted profile bug 2023-12-19 04:01:41 -07:00
ApiController.php Remove deprecated routes/methods 2023-03-18 22:15:56 -06:00
AvatarController.php Update filesystems, store all files as public by default and add default permissions. Fixes #4273, #4275. Closes #3825 2023-04-03 19:15:20 -06:00
BookmarkController.php Update BookmarkController, add parental control support 2024-01-11 03:22:35 -07:00
CircleController.php
CircleProfileController.php
CollectionController.php Merge pull request #4792 from mbliznikova/4790_4791_add_recently_deleted_post_to_collection_no_page_reloading_invalidate_cache_after_adding 2023-12-05 00:28:42 -07:00
CollectionItemController.php
CommentController.php Update config cache 2024-03-10 04:19:44 -06:00
ComposeController.php Update cloud storage, use config_cache 2024-03-12 01:03:33 -06:00
ContactController.php Update pipeline dispatch, replace dispatchSync with dispatch 2023-04-24 01:36:06 -06:00
Controller.php
CuratedRegisterController.php Update Curated Onboarding dashboard, improve application filtering and make it easier to distinguish response state 2024-02-24 03:45:09 -07:00
DeckController.php
DirectMessageController.php Update DirectMessageController, add parental controls support 2024-01-11 05:25:23 -07:00
DiscoverCategoryController.php
DiscoverCategoryHashtagController.php
DiscoverController.php Update web-api popular accounts route to its own method to remove the breaking oauth scope bug 2024-03-09 23:25:28 -07:00
FederationController.php Update activitpub setting, use config_cache() 2024-03-12 02:20:37 -06:00
FollowerController.php Update FollowerController, remove deprecated /i/follow endpoint 2023-03-05 03:13:12 -07:00
HashtagController.php
HashtagFollowController.php
HealthCheckController.php Add Health check endpoint at /api/service/health-check 2023-07-18 02:11:06 -06:00
ImportController.php
ImportPostController.php Update config_cache 2024-03-11 00:29:55 -06:00
InstallController.php
InstanceActorController.php Update ActivityPubFetchService, fix authorized_fetch support 2023-06-25 22:26:04 -06:00
InternalApiController.php
LandingController.php Update landing settings, use config_cache 2024-03-12 02:05:22 -06:00
LikeController.php Update LikePipeline, dispatch to feed queue. Fixes #4723 2023-10-30 21:16:28 -06:00
LiveStreamController.php
MediaBlocklistController.php
MediaController.php Update cloud storage, use config_cache 2024-03-12 01:03:33 -06:00
MediaTagController.php
MicroController.php
MobileController.php
NewsroomController.php
NotificationController.php
PageController.php
ParentalControlsController.php Update ParentalControlsController, prevent children from adding accounts 2024-01-11 06:52:12 -07:00
PixelfedDirectoryController.php Update PixelfedDirectoryController, use cached stats 2024-03-12 00:02:15 -06:00
PlaceController.php
PollController.php
PortfolioController.php Update PortfolioController, fix empty post ids condition 2023-03-17 01:54:01 -06:00
ProfileAliasController.php Add Profile Migrations 2024-03-02 04:21:04 -07:00
ProfileController.php Update ProfileController, refactor profile embeds 2024-04-20 04:33:47 -06:00
ProfileMigrationController.php Add account migration configurable, but enabled by default 2024-03-05 00:05:05 -07:00
ProfileSponsorController.php
PublicApiController.php Update PublicApiController, consume InstanceService blocked domains for account and statuses endpoints 2024-02-07 03:43:20 -07:00
RemoteAuthController.php Update cloud storage, use config_cache 2024-03-12 01:03:33 -06:00
ReportController.php Add admin report email notifications 2023-03-13 05:55:56 -06:00
SearchController.php Update activitpub setting, use config_cache() 2024-03-12 02:20:37 -06:00
SeasonalController.php
SettingsController.php Update SettingsController, add photo_reblogs_only setting 2023-07-30 06:29:12 -06:00
SiteController.php Update SiteController, add curatedOnboarding method that gracefully falls back to open registration when applicable 2024-03-08 05:03:29 -07:00
SoftwareUpdateController.php Add Software Update banner to admin home feeds 2024-02-16 02:58:27 -07:00
SpaController.php
StatusController.php Update StatusController, refactor status embeds 2024-04-20 04:26:47 -06:00
StatusEditController.php Update EditHistoryModal, fix caption rendering 2023-05-25 02:27:03 -06:00
StoryComposeController.php Update stories config, use config_cache 2024-03-12 04:15:05 -06:00
StoryController.php Update config_cache, fix type casting 2024-03-12 04:27:24 -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
UserEmailForgotController.php Update captcha, use config_cache helper 2024-03-11 21:25:04 -06:00
UserInviteController.php
UserRolesController.php Update UserRolesController 2024-01-02 22:06:54 -07:00