You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Services
daniel 3861e7ddfe
Staging (#5978)
* Added current title as value for input so that the current value remains stored by default

* Added parameter 'show_legal_notice_link' => (bool) config_cache('instance.has_legal_notice'),

* Added conditional display of a link to legal notice if the page is active

* Added key 'legalNotice'

* feat translate story

* translate auth

- register
- login

* add remove follow

* Update ApiV1Controller.php

Co-Authored-By: Mathieu <385764+Casmo@users.noreply.github.com>

* New translations web.php (Chinese Simplified)
[ci skip]

* Added current title as value for input so that the current value remains stored by default

* Added parameter 'show_legal_notice_link' => (bool) config_cache('instance.has_legal_notice'),

* Added conditional display of a link to legal notice if the page is active

* Added key 'legalNotice'

* add missing key

* add missing keys

* New translations web.php (Portuguese, Brazilian)
[ci skip]

* New translations web.php (Turkish)
[ci skip]

* New translations web.php (Italian)
[ci skip]

* translate custom  filter

* New translations web.php (Italian)
[ci skip]

* use configured alt text length limit when uploading multiple photos

* in notifications sidebar, show popover on shared posts too, not just liked posts

* use case insensitive search when tagging accounts

* New translations web.php (Portuguese, Brazilian)
[ci skip]

* Generic OIDC Support

* Everything should be configurable by env variables
* Basic request tests

* Fixes for items highlighted by review.ai

* Consider using `hash_equals()` instead of `==` when comparing the state values to prevent timing attacks:
`abort_unless(hash_equals($request->input('state'), $request->session()->pull('oauth2state')), 400, 'invalid
state');`
* For better data integrity, consider adding a foreign key constraint to the user_id column: `$table-
>foreign('user_id')->references('id')->on('users')->onDelete('cascade');`
* Does the OIDC provider guarantee that the username field exists in the userInfo data? Consider adding a
null check or fallback: `$userInfoData[config('remote-auth.oidc.field_username')] ?? null`

* field isnt accessTokenResourceOwnerId but responseResourceOwnerId

* New translations web.php (Dutch)
[ci skip]

* Fix components

* Update LandingService and Config util to properly support the legal_notice setting

* Update footer to use legalNotice i18n

* Update i18n

* Update sidebar with gap padding for footer links

* Update compiled assets

* Update i18n json

* Update OIDC config with comments, and disable tests as we dont have db tests configured

* Update remove_from_followers api endpoint

* Update i18n

* Update compiled assets

* Update changelog

* New supported formats, Preserve ICC Color Profiles, libvips support

Update image pipeline to handle avif, heic and webp and preserve ICC color profiles and added libvips support.

* Fix tests

* Update CHANGELOG.md

---------

Co-authored-by: Samy Elshamy <elshamy@coderbutze.de>
Co-authored-by: Felipe Mateus <eu@felipemateus.com>
Co-authored-by: Mathieu <385764+Casmo@users.noreply.github.com>
Co-authored-by: Mackenzie Morgan <macoafi@gmail.com>
Co-authored-by: Gavin Mogan <git@gavinmogan.com>
7 months ago
..
Account Update snowflake config, allow custom datacenter/worker ids 9 months ago
Federation Add ActiveSharedInboxService, for efficient sharedInbox caching 1 year ago
Groups Update GroupActivityPubService.php 1 year ago
Internal Update config, allow Beagle discover service to be disabled 1 year ago
Media Add MediaHlsService 2 years ago
Status Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 1 year ago
AccountService.php Update ApiV1Controller, handle Moved accounts 1 year ago
ActivityPubDeliveryService.php
ActivityPubFetchService.php Update ActivityPubFetchService, reduce cache ttl from 1 hour to 7.5 mins and add uncached fetchRequest method 1 year ago
AdminSettingsService.php Add Authorized Fetch 1 year ago
AdminShadowFilterService.php
AdminStatsService.php AdminStatsService: do not count deleted users 11 months ago
AutolinkService.php Update AutolinkService, optimize lookups 1 year ago
AutospamService.php Update autospam config, use config_cache 2 years ago
AvatarService.php Update AvatarPipeline, improve refresh logic and garbage collection to purge old avatars 2 years ago
BookmarkService.php
BouncerService.php
CollectionService.php
ConfigCacheService.php Add Authorized Fetch 1 year ago
CustomEmojiService.php Update CustomEmojiService, only return local emoji 2 years ago
DiscoverService.php
DomainService.php Update AP fetch service and domain service 2 years ago
EmailService.php
FetchCacheService.php Add Profile Migrations 2 years ago
FilesystemService.php Update filesystems config, add to config_cache 2 years ago
FollowerService.php Update FollowerService 1 year ago
GroupFeedService.php Add groups models, controllers and services 1 year ago
GroupPostService.php Add groups models, controllers and services 1 year ago
GroupService.php Add groups models, controllers and services 1 year ago
HashidService.php Update config_cache 2 years ago
HashtagFollowService.php Update HashtagFollowService, fix cache invalidation bug 2 years ago
HashtagRelatedService.php Add app:hashtag-related-generate command 2 years ago
HashtagService.php Update HashtagService, reduce cached_count cache ttl 2 years ago
HomeTimelineService.php Update HomeTimelineService, add domain blocks filtering to warmCache method 2 years ago
ImportService.php Fix Instagram import. Closes #5411 12 months ago
InstanceService.php Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances 2 years ago
LandingService.php Staging (#5978) 7 months ago
LikeService.php Update ApiV1Controller, fix max_id pagination on home and public timeline feeds 9 months ago
LiveStreamService.php
MarkerService.php Update MarkerService, fix php deprecation warning 2 years ago
MediaBlocklistService.php
MediaPathService.php
MediaService.php Update MediaService, remove hls_manifest attribute for MastoAPI entities 2 years ago
MediaStorageService.php Staging (#5978) 7 months ago
MediaTagService.php
ModLogService.php
NetworkTimelineService.php
NodeinfoService.php Lint 1 year ago
NotificationAppGatewayService.php Update NotificationAppGatewayService 1 year ago
NotificationService.php Update ApiV1Controller, improve notification filtering 2 years ago
PollService.php
ProfileService.php
ProfileStatusService.php
PronounService.php Update PronounService.php with it its pronouns 1 year ago
PublicTimelineService.php
PushNotificationService.php Fix notifications not being delivered by directly checking the state from the database 11 months ago
ReblogService.php Update ReblogService, fix cache sync issues 1 year ago
RelationshipService.php Update ApiV1Controller, fix relationship fields. Fixes #5900 9 months ago
ResilientMediaStorageService.php Add Resilient Media Storage 2 years ago
SearchApiV2Service.php Update SearchApiV2Service, fix offset bug. Fixes #5875 9 months ago
SnowflakeService.php Update snowflake config, allow custom datacenter/worker ids 9 months ago
StatusHashtagService.php Update StatusHashtagService, use more efficient cached count 2 years ago
StatusLabelService.php
StatusMentionService.php
StatusService.php Fix pinned posts implementation 9 months ago
StoryService.php
SuggestionService.php
TrendingHashtagService.php
UserFilterService.php Update UserFilterService, add domainBlocks method 2 years ago
UserOidcService.php Staging (#5978) 7 months ago
UserRoleService.php Update ParentalControls, map updated saved permissions/roles 2 years ago
UserStorageService.php Add UserStorageService 1 year ago
WebfingerService.php Update WebfingerService, apply banned domains to webfinger logic 8 months ago