Commit Graph

4104 Commits (relationship_active)

Author SHA1 Message Date
Shlee 2810bd924a
Update ApiV1Controller.php 6 days ago
Shlee 6aa831c283
Update RelationshipService.php 6 days ago
Shlee cbba4c708b
Update RelationshipTransformer.php 6 days ago
dansup 4b923ed0c6
Merge pull request #6456 from pixelfed/a7
Refactor: InboxWorker and InboxValidator moved lock after the signature validation.
7 days ago
dansup bff9aae06d
Merge pull request #6455 from pixelfed/a6
Refactor: Update ImportMediaToCloudPipeline to handle multiple files being uploaded.
7 days ago
dansup f1af72e66d
Merge pull request #6454 from pixelfed/a5
Bugfix: Validation was ignored, allows any file type/size
7 days ago
dansup 416c02e2b8
Merge pull request #6453 from pixelfed/a4
bugfix: Partial status updates nullify omitted caption/CW causing data loss)
7 days ago
dansup db0c8befea
Merge pull request #6452 from pixelfed/a3
bugfix: Remove a unnecessary join from Hashtag fanout
7 days ago
dansup 9969a394c3
Merge pull request #6451 from pixelfed/a1
bugfix: Video/ImageThumbnail marks media as processed even when thumbnail generation fails
7 days 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
7 days ago
dansup c78af1046e
Merge pull request #6449 from pixelfed/shleeable-patch-1
bugfix: Update HashtagFollowService.php iswarm logic. Always returns 0
7 days ago
Daniel Supernault c975ddb13f
Update composer deps 7 days ago
Daniel Supernault 6ac683d092
Update Kernel.php 2 weeks ago
Your Name 09aba28d88 fix 2 weeks ago
Your Name 492e78b95f fix 2 weeks ago
Your Name 1a1dc5e096 fix typo 2 weeks ago
Your Name 995a53b4ef fix 2 weeks ago
Your Name daea5da055 fix 2 weeks ago
Your Name 13d877b832 bug 2 weeks ago
Your Name 89c54bbd84 bad logic 2 weeks ago
Shlee 8d7b090e4c
Update DeleteRemoteProfilePipeline.php 2 weeks ago
Shlee 4f7f2b2259
Update HashtagFollowService.php 2 weeks ago
Daniel Supernault 3140404835
Update ApiV1Controller.php 3 weeks ago
Daniel Supernault 80a2f4f2b0
Add api/v1/accounts/lookup endpoint 3 weeks ago
Daniel Supernault f76567f67b
Improve reblog check 3 weeks ago
Severin 066f8ee309
Pulls user settings for reblogs 3 weeks ago
dansup 1f04a190a9
Merge pull request #6438 from pixelfed/shleeable-patch-22
UpdatePersonValidator rejects null name/summary due to required|nullable conflict
3 weeks ago
dansup 7a17a6735a
Merge pull request #6437 from pixelfed/shleeable-patch-21
Update FetchCacheService.php - Cache put/get keys.
3 weeks ago
dansup a7c1ebc59b
Merge pull request #6436 from pixelfed/shleeable-patch-20
TypeCheck: ConfigCacheService::get check should be more specific.
3 weeks 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.
3 weeks ago
dansup fc694dd37a
Merge pull request #6431 from grossermensch/patch-1
Fix for portfolio with recent images not showing up on PSQL
3 weeks ago
dansup b3fdc41816
Merge pull request #6429 from albattran/dev
Added pagination to the followers/followings API endpoints
3 weeks 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
3 weeks ago
dansup ceec5a0eea
Merge pull request #6419 from pixelfed/shleeable-patch-18
Bugfix: CommentController : inherit appropriate visibility
3 weeks 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
3 weeks 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.
3 weeks ago
dansup 70f3206b51
Merge pull request #6415 from pixelfed/shleeable-patch-14
Bugfix: Reversed follower check in PublicApiController::scopeCheck for private accounts.
3 weeks 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
3 weeks 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.
3 weeks 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)
3 weeks ago
dansup 11692c72e9
Merge pull request #6408 from pixelfed/shleeable-patch-3
Bugfix: Account deletion proceeds without validation server side.
3 weeks ago
dansup 09814f4d4a
Merge pull request #6413 from pixelfed/shleeable-patch-12
Safety: Remove hardcoded CURLOPT_SSL_VERIFYHOST
3 weeks ago
Shlee ac19942083
Update RemoteAuthController.php 4 weeks ago
Shlee 3e700eac52
Update UpdatePersonValidator.php 4 weeks ago
Shlee ff1406d6bc
Update FetchCacheService.php 4 weeks ago
Shlee e38913369f
Update ConfigCacheService.php 4 weeks ago
Shlee abc0865ba7
Update UpdateNote.php 4 weeks ago
Shlee 911156bcba
Update CreateNote.php 4 weeks ago
Severin b948a31e61
Fix for portfolio with recent images not showing up on PSQL 1 month ago
samir 9c3130a3c7 Added pagination to the followers/followings API endpoints 1 month ago