Commit Graph

4155 Commits (6f643e02df93b8a1d9045d85c035ff43c443fa60)

Author SHA1 Message Date
Your Name 2f06f30508 fix 5 months ago
Shlee 1b21f83132
Update BaseApiController.php 5 months ago
Shlee 9d343fa027
Update NodeinfoService.php 5 months ago
dansup 4b923ed0c6
Merge pull request #6456 from pixelfed/a7
Refactor: InboxWorker and InboxValidator moved lock after the signature validation.
5 months ago
dansup bff9aae06d
Merge pull request #6455 from pixelfed/a6
Refactor: Update ImportMediaToCloudPipeline to handle multiple files being uploaded.
5 months ago
dansup f1af72e66d
Merge pull request #6454 from pixelfed/a5
Bugfix: Validation was ignored, allows any file type/size
5 months ago
dansup 416c02e2b8
Merge pull request #6453 from pixelfed/a4
bugfix: Partial status updates nullify omitted caption/CW causing data loss)
5 months ago
dansup db0c8befea
Merge pull request #6452 from pixelfed/a3
bugfix: Remove a unnecessary join from Hashtag fanout
5 months ago
dansup 9969a394c3
Merge pull request #6451 from pixelfed/a1
bugfix: Video/ImageThumbnail marks media as processed even when thumbnail generation fails
5 months ago
dansup 7fec015c12
Merge pull request #6450 from pixelfed/shleeable-patch-2
Bugfix: Update DeleteRemoteProfilePipeline.php - reported_profile_id IS NULL condition deleting unrelated reports
5 months ago
dansup c78af1046e
Merge pull request #6449 from pixelfed/shleeable-patch-1
bugfix: Update HashtagFollowService.php iswarm logic. Always returns 0
5 months ago
Daniel Supernault c975ddb13f
Update composer deps 5 months ago
Daniel Supernault 6ac683d092
Update Kernel.php 5 months ago
Your Name 09aba28d88 fix 5 months ago
Your Name 492e78b95f fix 5 months ago
Your Name 1a1dc5e096 fix typo 5 months ago
Your Name 995a53b4ef fix 5 months ago
Your Name daea5da055 fix 5 months ago
Your Name 13d877b832 bug 5 months ago
Your Name 89c54bbd84 bad logic 5 months ago
Shlee 8d7b090e4c
Update DeleteRemoteProfilePipeline.php 5 months ago
Shlee 4f7f2b2259
Update HashtagFollowService.php 5 months ago
Daniel Supernault 3140404835
Update ApiV1Controller.php 6 months ago
Daniel Supernault 80a2f4f2b0
Add api/v1/accounts/lookup endpoint 6 months ago
Daniel Supernault f76567f67b
Improve reblog check 6 months ago
Severin 066f8ee309
Pulls user settings for reblogs 6 months ago
dansup 1f04a190a9
Merge pull request #6438 from pixelfed/shleeable-patch-22
UpdatePersonValidator rejects null name/summary due to required|nullable conflict
6 months ago
dansup 7a17a6735a
Merge pull request #6437 from pixelfed/shleeable-patch-21
Update FetchCacheService.php - Cache put/get keys.
6 months ago
dansup a7c1ebc59b
Merge pull request #6436 from pixelfed/shleeable-patch-20
TypeCheck: ConfigCacheService::get check should be more specific.
6 months ago
dansup 0774116ad2
Merge pull request #6435 from pixelfed/shleeable-patch-19
Confirm: CreateNote array_merge will push to top of json instead of appending as an array.
6 months ago
dansup fc694dd37a
Merge pull request #6431 from grossermensch/patch-1
Fix for portfolio with recent images not showing up on PSQL
6 months ago
dansup b3fdc41816
Merge pull request #6429 from albattran/dev
Added pagination to the followers/followings API endpoints
6 months ago
dansup 347ffd89a1
Merge pull request #6427 from grahhnt/fix-jsonld-array-accessors
Allow Create activites' 'to' and 'cc' properties to be JSON-LD compliant
6 months ago
dansup ceec5a0eea
Merge pull request #6419 from pixelfed/shleeable-patch-18
Bugfix: CommentController : inherit appropriate visibility
6 months ago
dansup e859972848
Merge pull request #6417 from pixelfed/shleeable-patch-16
Safety: Update BouncerService.php to fallback to empty array instead of crashing on failed fetch
6 months ago
dansup 3c4d6a4842
Merge pull request #6416 from pixelfed/shleeable-patch-15
Bugfix: Update CustomEmojiService.php to validate emoji downloads before commiting to the DB.
6 months ago
dansup 70f3206b51
Merge pull request #6415 from pixelfed/shleeable-patch-14
Bugfix: Reversed follower check in PublicApiController::scopeCheck for private accounts.
6 months ago
dansup 712c279b0a
Merge pull request #6414 from pixelfed/shleeable-patch-13
Bugfix: Remote home fanout ignores mutes/blocks due to user_id vs profile_id mismatch
6 months ago
dansup 8bb90c73ac
Merge pull request #6412 from pixelfed/shleeable-patch-11
Bugfix: Fix file check for `my.vacation.2023.jpg` or filenames with multiple dots.
6 months ago
dansup ebb119e4df
Merge pull request #6410 from pixelfed/shleeable-patch-9
Bugfix: Missing status filter exposes suspended/disabled profiles via ActivityPub in getCachedUser(withTrashed)
6 months ago
dansup 11692c72e9
Merge pull request #6408 from pixelfed/shleeable-patch-3
Bugfix: Account deletion proceeds without validation server side.
6 months ago
dansup 09814f4d4a
Merge pull request #6413 from pixelfed/shleeable-patch-12
Safety: Remove hardcoded CURLOPT_SSL_VERIFYHOST
6 months ago
Shlee ac19942083
Update RemoteAuthController.php 6 months ago
Shlee 3e700eac52
Update UpdatePersonValidator.php 6 months ago
Shlee ff1406d6bc
Update FetchCacheService.php 6 months ago
Shlee e38913369f
Update ConfigCacheService.php 6 months ago
Shlee abc0865ba7
Update UpdateNote.php 6 months ago
Shlee 911156bcba
Update CreateNote.php 6 months ago
Severin b948a31e61
Fix for portfolio with recent images not showing up on PSQL 6 months ago
samir 9c3130a3c7 Added pagination to the followers/followings API endpoints 6 months ago
Grant 631c0913af Allow activities 'to' and 'cc' to be solo values in accordance with json-ld spec 6 months ago
Shlee 4419054ae5
Update CommentController.php 6 months ago
Shlee eac489e856
Update BouncerService.php 6 months ago
Shlee 21b9ab0112
Update CustomEmojiService.php 6 months ago
Shlee da03ca79d5
Update PublicApiController.php 6 months ago
Shlee ec3e723a63
Update HashtagInsertFanoutPipeline.php 6 months ago
Shlee ce8836fa3b
Update FeedInsertPipeline.php 6 months ago
Shlee e3de5c8596
Update FeedInsertRemotePipeline.php 6 months ago
Shlee 5f831b48f7
Update ProfileMigrationDeliverMoveActivityPipeline.php 6 months ago
Shlee 16d374aa08
Update StatusLocalUpdateActivityPubDeliverPipeline.php 6 months ago
Shlee 6ff0c899f0
Update StatusActivityPubDeliver.php 6 months ago
Shlee 649d31bd32
Update Image.php 6 months ago
Shlee 8394b8ac4b
Update ProfileController.php 6 months ago
Shlee 43f6686667
Update SettingsController.php 6 months ago
Shlee def22b267d
Update BookmarkController.php 6 months ago
Rm Yakovenko a63dbd8436 [Server Bug]: app.logo is not used in code 6 months ago
Daniel Supernault ef6187b917
Fix LoginController 6 months ago
Daniel Supernault 0032eaf482
Fix AdminController 6 months ago
Daniel Supernault c9123c6dae
Fix UserObserver 6 months ago
Daniel Supernault 34278c77c2
Update LoginController 7 months ago
Daniel Supernault 030be10689
Fix RSP 7 months ago
Daniel Supernault 53742fa699
Lint 7 months ago
Daniel Supernault 374344754e
Lint 7 months ago
Daniel Supernault d1799a0833
Lint commands 7 months ago
Daniel Supernault 0c90ca133d
Update PushNotificationService 7 months ago
dansup 259d07ce74
Merge pull request #6378 from grossermensch/patch-4
Update PushNotificationService.php to include reblogs
7 months ago
Severin 228585d94e
Update PushNotificationService.php to include reblogs 8 months ago
Rm Yakovenko 7cb54eb7c2 [Bug]: public API endpoint /accounts/{id}/statuses ignores max_id parameter 8 months ago
Daniel Supernault 6197a8296f
Update UserAccountDelete command 8 months ago
Daniel Supernault 4bc1e22121
Refactor LikePipeline and improve Undo Announce handling 8 months ago
Daniel Supernault 85edc9ddd5
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 8 months ago
Daniel Supernault d7212d75d0
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 8 months ago
Daniel Supernault 1ed48c5df2
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 8 months ago
Daniel Supernault 590e9b2434
Update ActivityPub inbox, properly handle eloquent deletions to trigger observer events 8 months ago
Daniel Supernault efd351900d
Fix InboxWorker 8 months ago
Daniel Supernault 04bf75fb68
Revert inbox changes 8 months ago
Shlee 130dca355b
Regression - Fix federation - Update ActivityHandler.php (#6345)
* Update ActivityHandler.php

* Update ActivityHandler.php
8 months ago
dansup f783db493a
Merge pull request #6340 from grossermensch/patch-3
Allow to set new image types in admin interface
8 months ago
dansup eae2dafcac
Merge branch 'staging' into intervention-laravel-clean 8 months ago
dansup 9d4fe07c29
Merge pull request #6333 from shleeable/clean2
Larastan: Add @property - Mergable
8 months ago
Severin df5814d0f8
Allow to set new image types in admin interface 8 months ago
Shlee f839a1a67d
Update AvatarOptimize.php 8 months ago
Shlee d3ecf22895
Update Image.php 8 months ago
Shlee 8ee07248d9
Update AvatarOptimize.php 8 months ago
Shlee fabb93d4a0
Update StoryComposeController.php 8 months ago
Shlee b87b7c82b5
Update ImageResizePipeline.php 8 months ago
Shlee b579d93cad
Create ImageDriverManager.php 8 months ago
Shlee 2a5296f58e
Update AdminUser.php 8 months ago
Your Name 1b962783d8 Fix AdminUser.php syntax error - remove invalid property declaration 8 months ago
Your Name 815460cd26 2fa_enabled needs to be refactored 8 months ago