Commit Graph

12391 Commits (dev)
 

Author SHA1 Message Date
dansup b4b94515de
Merge pull request #6444 from pixelfed/staging
Staging
4 months ago
Daniel Supernault 3140404835
Update ApiV1Controller.php 4 months ago
Daniel Supernault 80a2f4f2b0
Add api/v1/accounts/lookup endpoint 4 months ago
dansup 9b04868028
Merge pull request #6443 from pixelfed/staging
Staging
4 months ago
Daniel Supernault f76567f67b
Improve reblog check 4 months ago
dansup 13430da086
Merge pull request #6442 from grossermensch/patch-2
Pull user settings for reblogs in API response
4 months ago
Severin 066f8ee309
Pulls user settings for reblogs 4 months ago
dansup 08782018d9
Merge pull request #6441 from pixelfed/staging
Staging
4 months ago
dansup 3959257a53
Merge pull request #6439 from pixelfed/shleeable-patch-24
Update redirect.blade.php - Use HTML-escaped URL
4 months ago
dansup 1f04a190a9
Merge pull request #6438 from pixelfed/shleeable-patch-22
UpdatePersonValidator rejects null name/summary due to required|nullable conflict
4 months ago
dansup 7a17a6735a
Merge pull request #6437 from pixelfed/shleeable-patch-21
Update FetchCacheService.php - Cache put/get keys.
4 months ago
dansup a7c1ebc59b
Merge pull request #6436 from pixelfed/shleeable-patch-20
TypeCheck: ConfigCacheService::get check should be more specific.
4 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.
4 months 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
4 months ago
dansup fc694dd37a
Merge pull request #6431 from grossermensch/patch-1
Fix for portfolio with recent images not showing up on PSQL
4 months ago
dansup b3fdc41816
Merge pull request #6429 from albattran/dev
Added pagination to the followers/followings API endpoints
4 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
4 months ago
dansup 094e6e2ad9
Merge pull request #6426 from pixelfed/l10n_staging
New Crowdin updates
4 months ago
dansup ceec5a0eea
Merge pull request #6419 from pixelfed/shleeable-patch-18
Bugfix: CommentController : inherit appropriate visibility
4 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
4 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.
4 months ago
dansup 70f3206b51
Merge pull request #6415 from pixelfed/shleeable-patch-14
Bugfix: Reversed follower check in PublicApiController::scopeCheck for private accounts.
4 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
4 months ago
dansup 90d2fba597
Merge pull request #6411 from pixelfed/shleeable-patch-10
typo
4 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.
4 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)
4 months ago
dansup 2da38b1150
Merge pull request #6409 from pixelfed/shleeable-patch-8
Bugfix: lint confirm_email.blade.php
4 months ago
dansup 11692c72e9
Merge pull request #6408 from pixelfed/shleeable-patch-3
Bugfix: Account deletion proceeds without validation server side.
4 months ago
dansup 09814f4d4a
Merge pull request #6413 from pixelfed/shleeable-patch-12
Safety: Remove hardcoded CURLOPT_SSL_VERIFYHOST
4 months ago
dansup a7518a3618
Merge pull request #6407 from pixelfed/shleeable-patch-2
Bugfix: BookmarkController - BookmarkController firstOrCreate searches only by status_id missing profile_id
4 months ago
dansup 7925a6fb51 New translations web.php (Dutch)
[ci skip]
4 months ago
dansup 55904e105e New translations web.php (German)
[ci skip]
4 months ago
Shlee d1f8fff739
Update redirect.blade.php 4 months ago
Shlee ac19942083
Update RemoteAuthController.php 4 months ago
Shlee 3e700eac52
Update UpdatePersonValidator.php 4 months ago
Shlee ff1406d6bc
Update FetchCacheService.php 4 months ago
Shlee e38913369f
Update ConfigCacheService.php 4 months ago
Shlee abc0865ba7
Update UpdateNote.php 4 months ago
Shlee 911156bcba
Update CreateNote.php 4 months 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.
4 months ago
Severin b948a31e61
Fix for portfolio with recent images not showing up on PSQL 4 months ago
samir 9c3130a3c7 Added pagination to the followers/followings API endpoints 4 months ago
Grant 631c0913af Allow activities 'to' and 'cc' to be solo values in accordance with json-ld spec 4 months ago
dansup 1f09048fa6 New translations web.php (Serbian (Latin))
[ci skip]
4 months ago
dansup 62a72c95e3 New translations web.php (Serbian (Cyrillic))
[ci skip]
4 months ago
dansup 810c2d773b New translations web.php (Spanish)
[ci skip]
4 months ago
Shlee 4419054ae5
Update CommentController.php 5 months ago
Shlee eac489e856
Update BouncerService.php 5 months ago
Shlee 21b9ab0112
Update CustomEmojiService.php 5 months ago
Shlee da03ca79d5
Update PublicApiController.php 5 months ago