Commit Graph

12250 Commits (db0c8befeae3bb1cbfc748029fc53000cbb62ff0)
 

Author SHA1 Message Date
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 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
dansup b4b94515de
Merge pull request #6444 from pixelfed/staging
Staging
3 weeks ago
Daniel Supernault 3140404835
Update ApiV1Controller.php 3 weeks ago
Daniel Supernault 80a2f4f2b0
Add api/v1/accounts/lookup endpoint 3 weeks ago
dansup 9b04868028
Merge pull request #6443 from pixelfed/staging
Staging
3 weeks ago
Daniel Supernault f76567f67b
Improve reblog check 3 weeks ago
dansup 13430da086
Merge pull request #6442 from grossermensch/patch-2
Pull user settings for reblogs in API response
3 weeks ago
Severin 066f8ee309
Pulls user settings for reblogs 3 weeks ago
dansup 08782018d9
Merge pull request #6441 from pixelfed/staging
Staging
3 weeks ago
dansup 3959257a53
Merge pull request #6439 from pixelfed/shleeable-patch-24
Update redirect.blade.php - Use HTML-escaped URL
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 aba6772537
Merge pull request #6432 from bararolig-anders/dev
Fix bug: skipping monthly trending pictures if not enough daily for the Explore view
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 094e6e2ad9
Merge pull request #6426 from pixelfed/l10n_staging
New Crowdin updates
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 90d2fba597
Merge pull request #6411 from pixelfed/shleeable-patch-10
typo
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 2da38b1150
Merge pull request #6409 from pixelfed/shleeable-patch-8
Bugfix: lint confirm_email.blade.php
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
dansup a7518a3618
Merge pull request #6407 from pixelfed/shleeable-patch-2
Bugfix: BookmarkController - BookmarkController firstOrCreate searches only by status_id missing profile_id
3 weeks ago
dansup 7925a6fb51 New translations web.php (Dutch)
[ci skip]
3 weeks ago
dansup 55904e105e New translations web.php (German)
[ci skip]
4 weeks ago
Shlee d1f8fff739
Update redirect.blade.php 4 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