Daniel Supernault
7be475cbb7
Add debugging
6 months ago
Daniel Supernault
9826b54d76
Dont sign content-type
6 months ago
Daniel Supernault
78a657d7df
Refactor, use actor private key, thanks Mastodon ;)
6 months ago
Daniel Supernault
dfd538e7e0
Fix signing headers
6 months ago
Daniel Supernault
f98588b769
Lint
6 months ago
Daniel Supernault
0175b4a605
Lint
6 months ago
Daniel Supernault
f5d2d95e76
Lint
6 months ago
Daniel Supernault
8aab6bdf1a
Lint
6 months ago
Daniel Supernault
b969c5acd0
Lint
6 months ago
Daniel Supernault
273efe88c1
Lint
6 months ago
Daniel Supernault
c12f07f7d8
Lint
6 months ago
Daniel Supernault
87a8b4507f
Update UserAccountDelete.php
6 months ago
Daniel Supernault
967ab88ec0
Fix UserAccountDelete delivery
6 months ago
Daniel Supernault
cfc5c9387a
Fix UserAccountDelete delivery
6 months ago
Daniel Supernault
45b5381970
Fix UserAccountDelete delivery
6 months ago
Daniel Supernault
68a6a5fa51
Update UserAccountDeleteCommand
6 months ago
Daniel Supernault
d1799a0833
Lint commands
9 months ago
Daniel Supernault
6197a8296f
Update UserAccountDelete command
10 months ago
Your Name
45a9a3b472
RemoveUnreachableStatementRector
11 months ago
Shlee
6e5eee8d50
Update Installer.php
11 months 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>
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
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
c65052c04c
Remove AvatarSync command. Fixes #5833
1 year ago
Daniel Supernault
e3f9b1bc9e
Remove MediaReplaceDomainCommand. Fixes #5835
1 year ago
Daniel Supernault
506fe14c11
Update MediaCloudUrlRewrite command, add avatar support. Fixes #6069
1 year ago
Daniel Supernault
c319dfbcc4
Update AppRegister controller, add scheduled cleanup task to delete older than 90d
1 year ago
Daniel Supernault
bbc7f7b0d4
Fix race condition
1 year ago
Daniel Supernault
d595963f51
Fix TransformImports command
1 year ago
Daniel Supernault
a8d1d0f2eb
Update ImportService and TransformImports to fix race condition bug
1 year ago
Daniel Supernault
c692c7655e
Update TransformImports command
1 year ago
Daniel Supernault
b303f90978
Update FixMissingUserProfile.php
1 year ago
Daniel Supernault
91b15a9dfa
Update FixMissingUserProfile.php
1 year ago
Daniel Supernault
cd817009d3
Create FixMissingUserProfile.php
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
f4a365e2b2
Update InstanceUpdateTotalLocalPosts.php
...
- Improve total post count by adding `uri` IS NULL check
1 year ago
Daniel Supernault
5a5821fe86
Update Instance total post, add optional estimation for huge status tables
1 year ago
Anil Kulkarni
8db8258cab
Fix server post stats
...
This fixes the homepage, showing how many posts have been made by the
server.
The prior logic includes posts from remote servers by an indirect check
for if it's a local post.
This commit changes the query behavior to directly check for the local
flag in the statuses column, and additionally excludes shares
2 years ago
Daniel Supernault
134eb6324e
Update AccountPostCountStatUpdate, fix memory leak
2 years ago
Daniel Supernault
01b445f6ea
Update AccountImports, add webp support
2 years ago
Daniel Supernault
1278e2211b
Update IG import command
2 years ago
Daniel Supernault
decaa2596d
Fix curl
2 years ago
Daniel Supernault
d968f8e6e0
Add media:replacedomain command to replace S3 media urls
2 years ago
Daniel Supernault
4960421073
Update CuratedOnboarding, add new app:curated-onboarding command, extend email verification window to 7 days and fix resend verification mails
2 years ago
Daniel Supernault
df7283fc00
Add localization:generate command to generate the js/vue l10n files from the blade translations
2 years ago
Daniel Supernault
a05524e834
Fix #5582
2 years ago
daniel
49a6e69858
Merge pull request #5540 from jippi/patch-1
...
fix: don't restore memory limit after cities import
2 years ago
Shlee
a13545e328
Update FixUsernames.php
2 years ago
Christian Winther
2de9c70a0c
fix: don't restore memory limit after cities import
...
Since this command can only be invoked by CLI, the process will exit after a successful import, so restoring the transient PHP memory limit doesn't really have any affect.
In PHP 8.4, this throws the following error (which doesn't happen in 8.3 and below)
> [entrypoint / 11-first-time-setup.sh] - (stderr) 128769/128769 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%[2025-01-20 11:29:23] production.ERROR: Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) {"exception":"[object] (ErrorException(code: 0): Failed to set memory limit to 134217728 bytes (Current memory usage is 134746112 bytes) at /var/www/app/Console/Commands/ImportCities.php:140)
It seems to be a 8.4 behavior change, so removing the logic would make it go away
2 years ago