Commit Graph

12234 Commits (f76567f67bc4e6c49d25f2a608e0125afa1c00b1)
 

Author SHA1 Message Date
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 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
bararolig-anders 2d2d4a580f
Fix bug: skipping monthly trending pictures if not enough daily
The intention with the code is that if there are not enough trending pictures on the daily view, we will zoom out and look at monthly trends and pick pictures from those. However, the if-statement was written in a way where it would ask for monthly trends and immediately ask for yearly trends. On our server yearly returns no images, so the Explore page would be empty.

This change makes it so that it looks for the monthly trending pictures and evaluates whether to use those or look for yearly trending pictures.
1 month 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
Grant 631c0913af Allow activities 'to' and 'cc' to be solo values in accordance with json-ld spec 1 month ago
dansup 1f09048fa6 New translations web.php (Serbian (Latin))
[ci skip]
1 month ago
dansup 62a72c95e3 New translations web.php (Serbian (Cyrillic))
[ci skip]
1 month ago
dansup 810c2d773b New translations web.php (Spanish)
[ci skip]
1 month ago
Shlee 4419054ae5
Update CommentController.php 1 month ago
Shlee eac489e856
Update BouncerService.php 1 month ago
Shlee 21b9ab0112
Update CustomEmojiService.php 1 month ago
Shlee da03ca79d5
Update PublicApiController.php 1 month ago
Shlee ec3e723a63
Update HashtagInsertFanoutPipeline.php 1 month ago
Shlee ce8836fa3b
Update FeedInsertPipeline.php 1 month ago
Shlee e3de5c8596
Update FeedInsertRemotePipeline.php 1 month ago
Shlee 5f831b48f7
Update ProfileMigrationDeliverMoveActivityPipeline.php 1 month ago
Shlee 16d374aa08
Update StatusLocalUpdateActivityPubDeliverPipeline.php 1 month ago