Your Name
28ed625f12
Fix PHPStan closure.unusedUse issues - 7 fixes
11 months ago
Your Name
ca6c875bbb
Fix PHPStan class.notFound issues
11 months ago
Shlee
e297cd0e94
Dead Code - Delete app/Http/Controllers/Api/InstanceApiController.php
11 months 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
11 months ago
Shlee
133e497879
Larastan: Update ComposeController.php
11 months ago
Shlee
304c3eab3f
Update GroupsPostController.php
11 months 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
11 months ago
Daniel Supernault
cc90df9d8c
Add user admin toggles for email and ip
11 months ago
Shlee
8d197107e8
Update BaseApiController.php
11 months ago
Shlee
b826f4fe48
Update ForgotPasswordController.php
11 months ago
Shlee
4adc8947d8
Update ResetPasswordController.php
11 months ago
dansup
ea0fd2e719
Merge pull request #6261 from pixelfed/shleeable-patch-24
...
Larastan: Update FederationController.php
11 months ago
Shlee
d8c9d72f11
Update FederationController.php
11 months ago
Shlee
5a3d841e19
Update AccountController.php
11 months ago
dansup
f2e4715749
Merge pull request #6194 from emlove/migration
...
Account Migration fixes
11 months ago
dansup
1586808b11
Merge pull request #6189 from rossbearman/admin-invites
...
Admin web interface for creating and expiring invites; add invitation emails
11 months ago
Daniel Supernault
76b5601a01
Update IG Import
...
To support non-local fs
12 months ago
Daniel Supernault
03d01d296f
Update StoryComposeController.php
...
Fix non-local storage bug
12 months ago
Daniel Supernault
02455129a5
Update StoryComposeController.php
...
Fix support for non-local fs
12 months ago
Emily Love Watson
7709d5da29
Cleanup
12 months ago
Emily Love Watson
871efff1a8
Remove unused params
12 months ago
Emily Love Watson
453ae4b32e
MVP migration
12 months 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
1 year ago
Daniel Supernault
3686c92122
Update Status storage, add SanitizerService to fix spacing in html stripped content
1 year ago
Daniel Supernault
ec21eec508
Update ApiV1Dot1Controller, fix Story report follower check
1 year ago
Daniel Supernault
f195102b34
Update StoryApiV1Controller, reduce min story size to 10kb
1 year ago
Daniel Supernault
5d4674daa4
Update ApiV1StoryController, fix viewer pagination
...
Fix cursor pagination
1 year ago
(dan)iel (sup)ernault
2e0b3829a3
Merge pull request #6081 from eufelipemateus/adjust-oderby-statuses-profile
...
fix: ordery by statutes profile
1 year ago
Daniel Supernault
32b1f26d69
Update StoryApiV1Controller, update error messsage
1 year ago
Daniel Supernault
8fb44e3162
Update StoryApiV1Controller, improve text overlay validation regex for improved support
1 year ago
Daniel Supernault
76d9ded694
Update StoryApiV1Controller, add missing validation rule
1 year ago
Daniel Supernault
6c701b335d
Update StoryComposeController, add StoryIndexService support
1 year ago
Daniel Supernault
97badbbdd6
Update StoryApiV1Controller, add new v1.2 endpoints
1 year ago
Daniel Supernault
44914a5143
Update StoryController, add StoryIndexService s markSeen support for webUI endpoint
1 year ago
Daniel Supernault
f5dced0f7a
Update ApiV1Dot1Controller, add story report support
1 year ago
Daniel Supernault
35424ccb4d
Update HomeSettings, remove unnecessary relation query
1 year ago
Daniel Supernault
86af73455f
Update DirectMessageController, add mutuals endpoint
1 year ago
Daniel Supernault
d42c25ca64
Update DiscoverController
1 year ago
Daniel Supernault
c319dfbcc4
Update AppRegister controller, add scheduled cleanup task to delete older than 90d
1 year ago
Daniel Supernault
3977137d02
Update AppRegisterController
1 year ago
Felipe Mateus
11a5fa9314
fix: ordery by
1 year ago
Daniel Supernault
e56bcf3853
Update ComposeController, fix postgres operator
1 year ago
Daniel Supernault
2a9c28b81e
Update ComposeController, fix user tagging endpoint
1 year ago
Daniel Supernault
10eb1a8acb
Update ComposeController, prioritize followed users and follower_count first
1 year ago
Daniel Supernault
b6bc1e50e2
Update Admin Users dashboard
1 year ago
Daniel Supernault
56f909a61b
Update ComposeController, add addl compose settings data
1 year ago
Daniel Supernault
1cb01545bc
Update ComposeController, add addl compose settings data
1 year ago
Daniel Supernault
9048ab52c2
Update ComposeController, add addl compose settings data
1 year ago
Daniel Supernault
1c66cf7fef
Update CuratedRegisterController
1 year ago
Daniel Supernault
ece23d751b
Update Places, improve cache invalidation/ttl
1 year ago
Daniel Supernault
f81a4acdc6
Update PlaceController, fix show method
1 year ago
Daniel Supernault
9d89425e62
Update StoryController, fix intervention/image
1 year ago
Daniel Supernault
86fbeeec35
Update StoryComposeController, fix intervention/image v3 support
1 year ago
Daniel Supernault
7f7387ee4d
Update StatusController, fix mimeTypeCheck
1 year ago
Daniel Supernault
4747266b04
Update ApiV1Controller, fix cache invalidation order
1 year ago
Daniel Supernault
ae47ba73d6
Update ComposeController, fix cache invalidation order
1 year ago
Daniel Supernault
4e938a8ffa
Fix heic, avif, webp support and add libvips driver
1 year ago
Daniel Supernault
ab9c13fe0d
New supported formats, Preserve ICC Color Profiles, libvips support
...
Update image pipeline to handle avif, heic and webp and preserve ICC color profiles and added libvips support.
1 year ago
Daniel Supernault
5a3a1cf76c
Update remove_from_followers api endpoint
1 year ago
daniel
92482c24cd
Merge pull request #5895 from eufelipemateus/feat-remove-follow
...
[Improvement] Add button remove follow
1 year ago
Daniel Supernault
26887c7672
Update OIDC config with comments, and disable tests as we dont have db tests configured
1 year ago
Gavin Mogan
70584b47c5
Fixes for items highlighted by review.ai
...
* Consider using `hash_equals()` instead of `==` when comparing the state values to prevent timing attacks:
`abort_unless(hash_equals($request->input('state'), $request->session()->pull('oauth2state')), 400, 'invalid
state');`
* For better data integrity, consider adding a foreign key constraint to the user_id column: `$table-
>foreign('user_id')->references('id')->on('users')->onDelete('cascade');`
* Does the OIDC provider guarantee that the username field exists in the userInfo data? Consider adding a
null check or fallback: `$userInfoData[config('remote-auth.oidc.field_username')] ?? null`
1 year ago
Gavin Mogan
441c8e0d4c
Generic OIDC Support
...
* Everything should be configurable by env variables
* Basic request tests
1 year ago
Mackenzie Morgan
9966260a91
use case insensitive search when tagging accounts
1 year ago
Felipe Mateus
fed800acfb
Merge branch 'dev-contrib-origin' into feat-remove-follow
1 year ago
Daniel Supernault
fc77a98f7b
Update CustomFilterController, remove statuses check as we dont support them yet
1 year ago
Daniel Supernault
5f5ed1e62d
Update ComposeController, fix tag mention bug. Closes #5885
1 year ago
Daniel Supernault
5a32bfe304
Update ApiV1Controller, add Custom Filters to home/public and hashtag feeds
1 year ago
Daniel Supernault
c4a96da019
Update CustomFilterController, improve case-insentive handling, mastoAPI compatibility and custom config limits
1 year ago
Daniel Supernault
b86102823b
Update CustomFilter model and CustomFilterController
1 year ago
Daniel Supernault
168816db2d
Update CustomFilterController
1 year ago
Daniel Supernault
adc4cffc38
Add custom filter components
1 year ago
Daniel Supernault
437d742ac4
Add custom filters
...
Add custom filters, compatible with Mastodon `/api/v2/filters`
Todo:
- [ ] fix routes
- [ ] finish other context filtering
1 year ago
Daniel Supernault
ccc7f2fc69
Update ReportController, fix type validation
1 year ago
Daniel Supernault
32fc3180c8
Update DiscoverController, improve public hashtag feed. Fixes #5866
1 year ago
Daniel Supernault
658fe6898e
Update ApiV1Controller, add better direct error message. Fixes #4789
1 year ago
Daniel Supernault
4732019087
Update instance config, return proper matrix limits. Fixes #4780
1 year ago
Daniel Supernault
8a86808a06
Update ApiV1Controller, fix notifications favourited/reblogged/bookmarked state. Fixes #5901
1 year ago
Daniel Supernault
3001365025
Update ProfileMigrationController.php
1 year ago
Daniel Supernault
537e179537
Update PublicApiController, fix visibility for guests
2 years ago
Daniel Supernault
5ddb6d8427
Update PublicApiController, use pixelfed entities for /api/pixelfed/v1/accounts/id/statuses with bookmarked state
2 years ago
Daniel Supernault
8082c004bc
Refactor following check
2 years ago
Daniel Supernault
0f1819125c
Update post pinning, and dispatch Notification cache warming to a job, and fix reblogged state on some endpoints
2 years ago
Daniel Supernault
2f655d0008
Fix pinned posts implementation
2 years ago
daniel
c9a0fe0026
Merge pull request #5884 from eufelipemateus/pinned-posts
...
[Improvement] Pinned posts
2 years ago
Daniel Supernault
375858f09d
Update AccountImport, improve webp support
2 years ago
Felipe Mateus
128533b5d8
Update ApiV1Controller.php
...
Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>
2 years ago
Felipe Mateus
456f96d574
add remove follow
2 years ago
Daniel Supernault
aa6f95b1cf
Update ApiV1Controller, improve query
2 years ago
Felipe Mateus
cce4c41d97
pinned posts
2 years ago
Daniel Supernault
2cf3011816
Update ApiV1Controller, send UndoFollow when cancelling a follow request on remote accounts
2 years ago
Daniel Supernault
976a1873e1
Update ApiV1Controller, improve follower handling
2 years ago
Daniel Supernault
c4af4d9921
Update ApiV1Controller.php
2 years ago
Daniel Supernault
244e86bad7
Update ApiV1Controller, add pagination to conversations endpoint with min/max/since id pagination and link header support
2 years ago
Daniel Supernault
717f17cdee
Update DM config, allow new users to send DMs by default, with a new env variable to enforce a 72h limit
2 years ago
Daniel Supernault
cce657d9c8
Update ApiV1Controller, return empty statuses feed for private accounts instead of 403 response
2 years ago
Daniel Supernault
38e17a06e0
Update ApiV1Controller, fix max_id pagination on home and public timeline feeds
2 years ago
Daniel Supernault
01b445f6ea
Update AccountImports, add webp support
2 years ago
Daniel Supernault
c36cc07b2c
Update avif support, and fix reply permalinks
2 years ago
Daniel Supernault
7ddbe0c473
Add AVIF support
2 years ago