Your Name
|
9a22a4dbda
|
more properties
|
6 days ago |
dansup
|
225e835015
|
Staging (#6264)
* StatusPipeline defensive checks
* HomeFeedPipeline defensive checks
* DeletePipeline defensive checks
* InboxPipeline defensive checks
* MediaPipeline defensive checks
* PushNotificationPipeline defensive checks
* LikePipeline defensive checks
* FollowPipeline defensive checks
* ImageOptimizePipeline defensive checks
* Misc pipelines defensive checks
* Update CommentPipeline.php
* Update FollowPushNotifyPipeline.php
* Update LikePushNotifyPipeline.php
* Update FollowPushNotifyPipeline.php
* Update MentionPushNotifyPipeline.php
* Update MoveSendUndoFollowPipeline.php
* Update RemoteFollowPipeline.php
* Update FollowPushNotifyPipeline.php
* Update LikePushNotifyPipeline.php
* Update MentionPushNotifyPipeline.php
* Update Site/Config.php - config_cache only has 1 arg. No fallback.
* Update Bouncer.php - Called 'count' on Laravel collection, but could have been retrieved as a query. 🪪 larastan.noUnnecessaryCollectionCall
* Update Status.php - Missing use App\Models\Conversation;
* Larastan: Update UndoSharePipeline.php (Undefined variable: $status)
* Update ResilientMediaStorageService.php
* Update ImageS3UploadPipeline.php
* Larastan: Update Profile.php missing "use App\Avatar;"
* Larastan: Update MediaStorageService.php
* Larastan: Update MediaPathService.php
* Update MediaPathService.php
* Update MediaStorageService.php
* Update ImageS3UploadPipeline.php
* Larastan: Update AddUserDomainBlock.php
```
------ -------------------------------------------------------------
Line Console/Commands/AddUserDomainBlock.php
------ -------------------------------------------------------------
37 Variable $domain in empty() always exists and is not falsy.
🪪 empty.variable
------ -------------------------------------------------------------
```
* Larastan: Update CatchUnoptimizedMedia.php
```
------ -------------------------------------------------------------------------------------------------
Line Console/Commands/CatchUnoptimizedMedia.php
------ -------------------------------------------------------------------------------------------------
31 Constructor of class App\Console\Commands\CatchUnoptimizedMedia has an unused parameter $media.
🪪 constructor.unusedParameter
------ -------------------------------------------------------------------------------------------------
```
* Update DeleteUserDomainBlock.php
* Update StatusHashtag.php
* Update FixLikes.php
* Update User.php
* Update Installer.php
* Update SeedFollows.php
* Update DiscoverCategory.php
* Update FollowRequest.php
* Update Follower.php
* Update AccountController.php
* Update CustomFilterKeyword.php
* Update FederationController.php
* Update Inbox.php
* Update HttpSignature.php
---------
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Shlee <github@shl.ee>
|
2 weeks ago |
Daniel Supernault
|
7d7a60dceb
|
Update Status model
|
6 months ago |
Daniel Supernault
|
51ce7e1f04
|
Update ActivityPub attachements, use Document type by default
|
6 months 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.
|
6 months ago |
Daniel Supernault
|
0917953dbc
|
Update Status, remove unused method
|
1 year ago |
Daniel Supernault
|
1f0a45b7f4
|
Update Status model, allow unlisted thumbnails
|
2 years ago |
Daniel Supernault
|
d969a97360
|
Update Status model, improve thumb logic
|
2 years ago |
Daniel Supernault
|
1430f5328f
|
Update Status model, increase max mentions, hashtags and links
|
3 years ago |
Daniel Supernault
|
98cf8f32a0
|
Add Post Edits/Updates
|
3 years ago |
Daniel Supernault
|
ea943333a5
|
Update models, remove deprecated toText and toHtml methods
|
3 years ago |
Daniel Supernault
|
b1f95a7213
|
Bump laravel, v9 => v10
|
3 years ago |
Daniel Supernault
|
8bcf3700ba
|
Update status model
|
3 years ago |
Daniel Supernault
|
2c20d9e398
|
Update inbox handler, upsert statuses to fix duplicate bug. Fixes #2670, #2961, #3556
|
3 years ago |
noellabo
|
2093d1b33b
|
Change ISO-8601 to RFC 3339 EXTENDED
|
4 years ago |
Daniel Supernault
|
2ae527c0f3
|
Update Status model, use AccountService to generate urls instead of loading profile relation
|
4 years ago |
Daniel Supernault
|
e5aea490b1
|
Refactor snowflake id generation to improve randomness
|
4 years ago |
Daniel Supernault
|
2593cdeed9
|
Update Status model, add poll relation and allow up to 2 urls to autolink
|
4 years ago |
Daniel Supernault
|
15c4fdd90c
|
Update StatusService, add non-public option and improve cache invalidation
|
4 years ago |
Daniel Supernault
|
f05c3b66fc
|
Update Status model, refactor liked and shared methods to fix cache invalidation bug
|
5 years ago |
Daniel Supernault
|
327ef1384b
|
Update Status model, fix thumb nsfw caching
|
5 years ago |
Daniel Supernault
|
fa8fbb7e86
|
Update Status model
|
5 years ago |
Daniel Supernault
|
7faa9d8e61
|
Add S3 + Stories
|
6 years ago |
Daniel Supernault
|
f6a6174292
|
Update Status model
|
6 years ago |
Daniel Supernault
|
ccaefe3f7f
|
Update Status model, fixes #1637
|
6 years ago |
Daniel Supernault
|
c952442077
|
Update Status model, fixes #1637
|
6 years ago |
Daniel Supernault
|
57edd32ed1
|
Update Status model, add place relation
|
6 years ago |
Daniel Supernault
|
14d43c2a7e
|
Update AP handler, deliver unlisted and followers-only posts
|
6 years ago |
Daniel Supernault
|
7d7a64382b
|
Update Status model
|
7 years ago |
Daniel Supernault
|
f98c7caff6
|
Update Status model
|
7 years ago |
Daniel Supernault
|
751ccecd2e
|
Update Status model
|
7 years ago |
Daniel Supernault
|
070dc14f31
|
Update Status model
|
7 years ago |
Daniel Supernault
|
19aba9166a
|
Update Status model
|
7 years ago |
Daniel Supernault
|
402408e48c
|
Update Status model
|
7 years ago |
Daniel Supernault
|
00bcf53045
|
Add snowflake ids to statuses
|
7 years ago |
Daniel Supernault
|
03a4bb8d80
|
Add missing thumbnail fallback
|
7 years ago |
Daniel Supernault
|
4739c25fe0
|
Update Cache, prepare for laravel 5.8
|
7 years ago |
Daniel Supernault
|
9765ec3d68
|
Update Status Model
|
7 years ago |
Daniel Supernault
|
7fcb1186d9
|
Update Status Model
|
7 years ago |
Daniel Supernault
|
a6b7898d98
|
Update Status model
|
7 years ago |
Daniel Supernault
|
f39fec44f5
|
Update Status model
|
7 years ago |
Daniel Supernault
|
aecba4049a
|
Update Status model, add text type
|
7 years ago |
Daniel Supernault
|
44dee9b974
|
Update Status model, fix thumbnail bug
|
7 years ago |
Daniel Supernault
|
b7362caf50
|
Update Status, generate missing status types
|
7 years ago |
Daniel Supernault
|
072a5749af
|
Update Status model
|
7 years ago |
Daniel Supernault
|
71393514b2
|
Update StatusController
|
7 years ago |
Daniel Supernault
|
3d7c97b0ed
|
Update Status model
|
7 years ago |
Daniel Supernault
|
bd503e5a57
|
Update Status model
|
7 years ago |
Daniel Supernault
|
fa99ab79c3
|
Update Status model, cache view type and thumbnail methods
|
7 years ago |
Daniel Supernault
|
ac676dba1c
|
Update Status model
|
7 years ago |