Daniel Supernault be02f48a77 Update UserAccountDelete command, increase sharedInbox ttl from 12h to 14d 10 月之前
..
AccountPostCountStatUpdate.php 7caed381fb Update AP helpers, more efficently update post counts 1 年之前
AddUserDomainBlock.php 73a0f528ab Update user domain block commands 1 年之前
AdminInviteCommand.php 870dbd15df Update AdminInviteCommand, fix skip email validation flag 2 年之前
AvatarDefaultMigration.php be3ad6b15f Update Avatar Migration command, use jpeg default 4 年之前
AvatarStorage.php 665581d80c Update cloud storage, use config_cache 1 年之前
AvatarStorageDeepClean.php 665581d80c Update cloud storage, use config_cache 1 年之前
AvatarSync.php 223aea4765 Refactor AvatarStorage to support migrating avatars to cloud storage, fix remote avatar refetching and merge AvatarSync commands and add deprecation notice to avatar:sync command 2 年之前
BackupToCloud.php 3515a98e55 Add Cloud Backups, a command to store backups on S3 or compatible filesystems 3 年之前
BannedEmailCheck.php ae234b9846 Update command 6 年之前
CaptchaToggleCommand.php 71adfd2804 Add app:captcha-toggle-command command to disable captcha from cli 1 年之前
CatchUnoptimizedMedia.php 0bc5f1306d Update configs 2 年之前
CloudMediaMigrate.php 665581d80c Update cloud storage, use config_cache 1 年之前
DatabaseSessionGarbageCollector.php 03b0a62a22 Update console kernel, add db session garbage collector that runs twice daily 3 年之前
DeleteRemoteProfile.php c5f85c71ae Update DeleteRemoteProfile command 1 年之前
DeleteUserDomainBlock.php 73a0f528ab Update user domain block commands 1 年之前
ExportLanguages.php 7bef159119 Add i18n dev command 3 年之前
FailedJobGC.php a0da80bc70 Update media gc command 3 年之前
FetchMissingMediaMimeType.php d670de175e Update media_types, use config_cache 1 年之前
FixDuplicateProfiles.php 55dc9b0aaa Resolve issue with raw sql backticks for postgresql migrations 2 年之前
FixHashtags.php cec1c118d5 Update FixHashtags command 6 年之前
FixLikes.php 771f9c4615 Update FixLikes command, fix postgres support 5 年之前
FixMediaDriver.php 665581d80c Update cloud storage, use config_cache 1 年之前
FixRemotePostCount.php 149cf9dc29 Fix remote account post counts 2 年之前
FixStatusCount.php 04f4f8baf1 Update FixStatusCount, improve command and support remote count resync 2 年之前
FixUsernames.php 37cddf740c Update FixUsernames.php 4 年之前
GenerateInstanceActor.php 2b7c8dd1e5 Update GenerateInstanceActor command 3 年之前
HashtagCachedCountUpdate.php 1e31fee6a6 Add app:hashtag-cached-count-update command to update cached_count of hashtags and add to scheduler to run every 25 minutes past the hour 1 年之前
HashtagRelatedGenerate.php e5e3be0598 Update app:hashtag-related-generate command, add existing confirmation 1 年之前
ImportCities.php c685e3e9f4 Fix global memory limit set in constructor 3 年之前
ImportEmojis.php c96bcd559d Check imported emojis for mimetype 2 年之前
ImportRemoveDeletedAccounts.php b18f3fba8b Update IG Import commands, fix stalled import queue 2 年之前
ImportUploadCleanStorage.php afe6948da8 Update console kernel, add import upload gc 2 年之前
ImportUploadGarbageCollection.php 892907d5d1 Update TransformImports command, improve handling of imported posts that already exist or are from deleted accounts 2 年之前
ImportUploadMediaToCloudStorage.php 622e9cee97 Add S3 IG Import Media Storage 1 年之前
Installer.php 5e73c2d539 Update Installer.php 3 年之前
InstanceManager.php 6921d3568e Add InstanceMananger command 1 年之前
InstanceUpdateTotalLocalPosts.php 4f2b8ed20a Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances 1 年之前
MediaCloudUrlRewrite.php 665581d80c Update cloud storage, use config_cache 1 年之前
MediaFix.php a3bd5da226 Add MediaFix command 5 年之前
MediaGarbageCollector.php 0bc5f1306d Update configs 2 年之前
MediaS3GarbageCollector.php 665581d80c Update cloud storage, use config_cache 1 年之前
NotificationEpochUpdate.php 446ca3a878 Update notification epoch generation 1 年之前
PasswordResetGC.php 829c41e16f Update password reset ttl, now expires after 24 hours 5 年之前
RegenerateThumbnails.php a3be4cd697 Add RegenerateThumbnails command 6 年之前
SeedFollows.php 4cafb8a3ea Update command 6 年之前
SendUpdateActor.php 5ce158a272 Update SendUpdateActor command 2 年之前
SoftwareUpdateRefresh.php 632f2cb619 Update SoftwareUpdateService, add command to refresh latest versions 1 年之前
StatusDedupe.php b89d793250 Update StatusDedupe command 5 年之前
StoryGC.php 3ef66628ad Update StoryGC command 2 年之前
TransformImports.php 32c59f0440 Update TransformImports command, fix import service condition 1 年之前
UpdateCommand.php aaf6477b7e Update UpdateCommand 6 年之前
UserAccountDelete.php be02f48a77 Update UserAccountDelete command, increase sharedInbox ttl from 12h to 14d 10 月之前
UserAdmin.php 01bac51104 Update user:admin command, improve logic. Fixes #2465 1 年之前
UserCreate.php ad25ed6792 Update UserCreate command, fix is_admin flag 2 年之前
UserDelete.php f400c632f0 Update DeleteAccountPipeline, fixes #2016 5 年之前
UserRegistrationMagicLink.php 73eb9e36fc Add UserRegistrationMagicLink command to manually generate in-app registration confirmation links 2 年之前
UserShow.php 52d65538cd Update User artisan commands to match UserDelete 2 年之前
UserSuspend.php 52d65538cd Update User artisan commands to match UserDelete 2 年之前
UserTable.php fca4562933 Add user:table command 6 年之前
UserToggle2FA.php 01bac51104 Update user:admin command, improve logic. Fixes #2465 1 年之前
UserUnsuspend.php 52d65538cd Update User artisan commands to match UserDelete 2 年之前
UserVerifyEmail.php 682f5f0f33 Add Manually verify email address command 2 年之前
VideoThumbnail.php ae6dd4e3a2 Update pipeline dispatch, replace dispatchSync with dispatch 2 年之前
WeeklyInstanceScan.php dc6b9f4661 Update task scheduler, add weekly instance scan to check nodeinfo for known instances 1 年之前