pixelfed/app/Http/Controllers
Daniel Supernault 244e86bad7
Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support
2025-03-15 02:16:11 -06:00
..
Admin Add AVIF support 2025-03-06 02:41:13 -07:00
Api Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support 2025-03-15 02:16:11 -06:00
Auth Update CuratedOnboarding, add new app:curated-onboarding command, extend email verification window to 7 days and fix resend verification mails 2025-02-09 05:53:06 -07:00
Groups Update GroupsSearchController.php 2024-07-23 01:29:56 -06:00
Import Update ig import, use config_cache 2024-03-12 06:11:20 -06:00
OAuth Fix oauth oob (urn:ietf:wg:oauth:2.0:oob) support. Fixes #2522 2025-01-03 19:01:29 -07:00
Settings Update Data Export, refactor following/follower and statuses exports to allow accounts of any size with api entity instead of ap 2025-01-05 16:24:23 -07:00
Stories Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 2024-11-19 03:45:52 -07:00
AccountController.php Update user_filters, use config_cache 2024-03-14 00:06:33 -06:00
AccountInterstitialController.php
AdminController.php Update AdminController 2024-10-10 02:22:55 -06:00
AdminCuratedRegisterController.php Update AdminCuratedRegisterController, fix existing account approval 2024-05-16 05:45:31 -06:00
AdminInviteController.php Increase username length limit from 15 to 30 2025-01-16 00:16:47 -07:00
AdminShadowFilterController.php Update AdminShadowFilter, fix deleted profile bug 2023-12-19 04:01:41 -07:00
ApiController.php
AppRegisterController.php Update AppRegisterController 2025-03-02 03:51:38 -07:00
AuthorizeInteractionController.php Add preliminary Authorize Interaction support 2024-08-13 00:00:51 -06:00
AvatarController.php
BookmarkController.php Update BookmarkController to handle Moved accounts 2024-09-11 02:49:31 -06:00
CircleController.php
CircleProfileController.php
CollectionController.php Update CollectionController, fix showCollection signature 2025-01-04 04:42:59 -07:00
CollectionItemController.php
CommentController.php Fix rendered caption 2025-01-03 21:53:35 -07:00
ComposeController.php Update avif support, and fix reply permalinks 2025-03-06 03:52:52 -07:00
ContactController.php Update ContactController 2024-10-10 02:03:20 -06:00
Controller.php
CuratedRegisterController.php Update CuratedOnboarding, add new app:curated-onboarding command, extend email verification window to 7 days and fix resend verification mails 2025-02-09 05:53:06 -07:00
DeckController.php
DirectMessageController.php Update DM config, allow new users to send DMs by default, with a new env variable to enforce a 72h limit 2025-03-15 00:20:03 -06:00
DiscoverCategoryController.php
DiscoverCategoryHashtagController.php
DiscoverController.php Update Discover, fix account bug 2025-01-16 00:47:30 -07:00
FederationController.php Increase username length limit from 15 to 30 2025-01-16 00:16:47 -07:00
FollowerController.php
GroupController.php Fix GroupController, move groups enabled check to each method to fix route:list 2025-01-26 00:03:41 -07:00
GroupFederationController.php Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 2024-11-19 03:45:52 -07:00
GroupPostController.php Add groups models, controllers and services 2024-07-09 23:16:05 -06:00
HashtagController.php
HashtagFollowController.php
HealthCheckController.php
ImportController.php
ImportPostController.php Update AccountImports, add webp support 2025-03-06 04:49:33 -07:00
InstallController.php
InstanceActorController.php
InternalApiController.php Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 2024-11-19 03:45:52 -07:00
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 MediaController, fix redirect bug 2025-02-04 18:22:40 -07:00
MediaTagController.php
MicroController.php Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 2024-11-19 03:45:52 -07:00
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 Check for oauth keys from the config, as well as from disk 2024-08-18 12:41:34 -07:00
PlaceController.php
PollController.php
PortfolioController.php
ProfileAliasController.php Add Profile Migrations 2024-03-02 04:21:04 -07:00
ProfileController.php Increase username length limit from 15 to 30 2025-01-16 00:16:47 -07: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 2025-01-18 00:44:19 -07:00
RemoteAuthController.php Increase username length limit from 15 to 30 2025-01-16 00:16:47 -07:00
ReportController.php
SearchController.php Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 2024-11-19 03:45:52 -07:00
SeasonalController.php
SettingsController.php Add disable_embeds setting, and fix cache invalidation in other settings 2024-06-04 03:46:06 -06:00
SiteController.php Increase username length limit from 15 to 30 2025-01-16 00:16:47 -07:00
SoftwareUpdateController.php Add Software Update banner to admin home feeds 2024-02-16 02:58:27 -07:00
SpaController.php
StatusController.php Postgres fixes 2024-12-23 01:50:51 -07:00
StatusEditController.php
StoryComposeController.php Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 2024-11-19 03:45:52 -07:00
StoryController.php Update config_cache, fix type casting 2024-03-12 04:27:24 -06:00
TimelineController.php
UIKitController.php
UserAppSettingsController.php
UserEmailForgotController.php Increase username length limit from 15 to 30 2025-01-16 00:16:47 -07:00
UserInviteController.php
UserRolesController.php Update UserRolesController 2024-01-02 22:06:54 -07:00