Your Name
6d0f93dc9e
Rename 2fa columns to mfa to fix PHP variable naming
...
- Rename database columns: 2fa_* -> mfa_*
- Update all PHP code references to use mfa_* fields
- Maintain API backward compatibility (still returns two_factor_enabled)
- Keep all route URLs unchanged
- Add migration to rename columns in users table
4 days ago
dansup
7881b09c2f
Merge pull request #6304 from pixelfed/classV2
...
Larastan: Fix Missing classes 2 - Medium risk
6 days ago
dansup
14d5fe940e
Merge pull request #6302 from pixelfed/miscClosureUnusedUseV2
...
Larastan: fix Unused Use - Low risk
6 days ago
dansup
f9d430d6e6
Merge pull request #6299 from pixelfed/classNotFoundV1
...
Larastan: Fix Missing classes - Low risk
6 days ago
dansup
99e89814b4
Merge pull request #6295 from pixelfed/shleeable-patch-20
...
Dead Code - Delete app/Http/Controllers/Api/InstanceApiController.php - Low Risk
6 days ago
dansup
6df58e67f2
Merge pull request #6290 from pixelfed/emptyv1
...
Larastan: 'empty() always exists and is not falsy' errors - Low risk
6 days ago
dansup
93217c8c63
Merge pull request #6284 from pixelfed/shleeable-patch-15
...
Larastan: Remove unused arg from Function config_cache - Safe/Mergable
6 days ago
dansup
d2acad9388
Merge pull request #6283 from pixelfed/shleeable-patch-14
...
Larastan: Update GroupsPostController.php - Safe/Mergable
6 days ago
dansup
bc9a974037
Merge pull request #6280 from pixelfed/refactor-RemoveDuplicatedArrayKeyRector
...
Larastan: Removed duplicated Keys in arrays.
1 week ago
dansup
e5c6ac0eca
Merge pull request #6274 from pixelfed/shleeable-patch-9
...
Larastan: Update BaseApiController.php
1 week ago
dansup
59e1e12625
Merge pull request #6273 from pixelfed/shleeable-patch-8
...
Larastan: Update ResetPasswordController.php / ForgotPasswordController.php
1 week ago
Your Name
15cc07e602
Fix all class.notFound PHPStan issues - 31 fixes
2 weeks ago
Your Name
28ed625f12
Fix PHPStan closure.unusedUse issues - 7 fixes
2 weeks ago
Your Name
ca6c875bbb
Fix PHPStan class.notFound issues
2 weeks ago
Shlee
e297cd0e94
Dead Code - Delete app/Http/Controllers/Api/InstanceApiController.php
2 weeks ago
Your Name
72e840345e
Fix PHPStan 'empty() always exists and is not falsy' errors
...
- Remove redundant empty() checks where variables are guaranteed to exist and be non-falsy
- Replace empty() with simple null/false checks where appropriate
- Maintain original logic while fixing static analysis issues
- Affected files:
- app/Http/Controllers/GroupController.php
- app/Http/Controllers/ProfileAliasController.php
- app/Jobs/ImageOptimizePipeline/ImageUpdate.php
- app/Jobs/InboxPipeline/DeleteWorker.php
- app/Jobs/InboxPipeline/InboxValidator.php
- app/Jobs/InboxPipeline/InboxWorker.php
- app/Jobs/ProfilePipeline/HandleUpdateActivity.php
- app/Rules/ExpoPushTokenRule.php
- app/Services/AutospamService.php
- app/Services/CollectionService.php
- app/Services/NotificationAppGatewayService.php
- app/Services/WebfingerService.php
- app/Util/ActivityPub/Helpers.php
2 weeks ago
Shlee
133e497879
Larastan: Update ComposeController.php
2 weeks ago
Shlee
304c3eab3f
Update GroupsPostController.php
2 weeks ago
Your Name
e43078961c
Fix PHP deprecation warnings for implicit nullable parameters
...
- Add explicit nullable type declarations to GroupService::log() method parameters
- Add explicit nullable type declaration to ModLogService::metadata() method parameter
- Add explicit nullable type declaration to HitHighlighter::highlight() method parameter
- Resolves PHP 8.1+ deprecation warnings about implicitly marking parameters as nullable
2 weeks ago
Daniel Supernault
cc90df9d8c
Add user admin toggles for email and ip
2 weeks ago
Shlee
8d197107e8
Update BaseApiController.php
2 weeks ago
Shlee
b826f4fe48
Update ForgotPasswordController.php
2 weeks ago
Shlee
4adc8947d8
Update ResetPasswordController.php
2 weeks ago
dansup
ea0fd2e719
Merge pull request #6261 from pixelfed/shleeable-patch-24
...
Larastan: Update FederationController.php
2 weeks ago
Shlee
d8c9d72f11
Update FederationController.php
2 weeks ago
Shlee
5a3d841e19
Update AccountController.php
2 weeks ago
dansup
f2e4715749
Merge pull request #6194 from emlove/migration
...
Account Migration fixes
2 weeks ago
dansup
1586808b11
Merge pull request #6189 from rossbearman/admin-invites
...
Admin web interface for creating and expiring invites; add invitation emails
2 weeks ago
Daniel Supernault
76b5601a01
Update IG Import
...
To support non-local fs
1 month ago
Daniel Supernault
03d01d296f
Update StoryComposeController.php
...
Fix non-local storage bug
1 month ago
Daniel Supernault
02455129a5
Update StoryComposeController.php
...
Fix support for non-local fs
1 month ago
Emily Love Watson
7709d5da29
Cleanup
1 month ago
Emily Love Watson
871efff1a8
Remove unused params
1 month ago
Emily Love Watson
453ae4b32e
MVP migration
1 month ago
Ross Bearman
db03733415
Add admin invite interface and email support
...
This commit does two things:
* Add invite email support to AdminInviteCommand
- Moves `invite_code` generation to AdminInvite model `creating` event
* Add admin invite management section under admin users dashboard
- Adds `Admin/AdminUserInviteController` and associated `home` and
`create` Blade templates.
- Adds "Invites" button to admin user dashboard
2 months ago
Daniel Supernault
3686c92122
Update Status storage, add SanitizerService to fix spacing in html stripped content
2 months ago
Daniel Supernault
ec21eec508
Update ApiV1Dot1Controller, fix Story report follower check
2 months ago
Daniel Supernault
f195102b34
Update StoryApiV1Controller, reduce min story size to 10kb
2 months ago
Daniel Supernault
5d4674daa4
Update ApiV1StoryController, fix viewer pagination
...
Fix cursor pagination
3 months ago
(dan)iel (sup)ernault
2e0b3829a3
Merge pull request #6081 from eufelipemateus/adjust-oderby-statuses-profile
...
fix: ordery by statutes profile
3 months ago
Daniel Supernault
32b1f26d69
Update StoryApiV1Controller, update error messsage
3 months ago
Daniel Supernault
8fb44e3162
Update StoryApiV1Controller, improve text overlay validation regex for improved support
3 months ago
Daniel Supernault
76d9ded694
Update StoryApiV1Controller, add missing validation rule
3 months ago
Daniel Supernault
6c701b335d
Update StoryComposeController, add StoryIndexService support
3 months ago
Daniel Supernault
97badbbdd6
Update StoryApiV1Controller, add new v1.2 endpoints
3 months ago
Daniel Supernault
44914a5143
Update StoryController, add StoryIndexService s markSeen support for webUI endpoint
3 months ago
Daniel Supernault
f5dced0f7a
Update ApiV1Dot1Controller, add story report support
3 months ago
Daniel Supernault
35424ccb4d
Update HomeSettings, remove unnecessary relation query
3 months ago
Daniel Supernault
86af73455f
Update DirectMessageController, add mutuals endpoint
3 months ago
Daniel Supernault
d42c25ca64
Update DiscoverController
3 months ago