Commit Graph

466 Commits (dev)

Author SHA1 Message Date
Daniel Supernault a0da6ec39a
Update InstanceService, improve unlisted/banned network post filtering 3 years ago
Daniel Supernault 4d1f281144
Update SearchApiV2Service, improve query performance 3 years ago
Daniel Supernault e0c3dae324
Update profile audience to filter blocked instances 3 years ago
Daniel Supernault 63f723decb
Update StatusService 3 years ago
Daniel Supernault 26b5b42b86
Update WebfingerService 3 years ago
Daniel Supernault 492b92140a
Update DeleteAccountPipeline 3 years ago
Daniel Supernault 909a8a5a9b
Update lexer/extractor to handle banned hashtags 3 years ago
Daniel Supernault 8487231177
Add hashtag administration 3 years ago
Daniel Supernault 4fd12b063b
Add TrendingHashtagService 3 years ago
Daniel Supernault 1cdc0fe8ed
Update delete pipelines 3 years ago
Daniel Supernault bc29073ab1
Fix CustomEmoji, properly handle shortcode updates and delete old copy in case the extension changes 3 years ago
a 9471fa0078 more semantically correct webfinger (use rel=self, allow type=ld+json) 3 years ago
a 9bf651e442 remove unneeded duplicate accept type 3 years ago
Daniel Supernault de56b0f078
Update MediaStorageService, clear MediaService and StatusService caches after localToCloud 3 years ago
Daniel Supernault 3328b367fd
Add optional home feed caching 3 years ago
Daniel Supernault 66226658db
Update MediaStorageService, improve support for pleroma .blob avatars 3 years ago
daniel 6157e7a501
Merge pull request #3932 from pixelfed/fix-content-type
fix typo: http -> https
3 years ago
a e380868b44 fix typo: http -> https 3 years ago
Daniel Supernault 81f7d17263
Update FollowerService, improve cache invalidation 3 years ago
Daniel Supernault f46b01af51
Update FollowerService, use redis sorted sets for following relations 3 years ago
daniel 80acafc67a
Merge pull request #3905 from pixelfed/fix-content-type
Fix: Use correct Content-Type over ActivityPub
3 years ago
a 6bf1bea325 Fix: Use correct Content-Type over ActivityPub
This was causing federation issues
3 years ago
Daniel Supernault 356cc2774a
Update FollowerService, use redis sorted sets for follower relations 3 years ago
Daniel Supernault da00287a8e
Update AP helpers 3 years ago
Daniel Supernault a12712cc88
Update MediaService, add summary attribute for better alt text federation 3 years ago
Daniel Supernault 02edd19d4d
Update Avatar pipeline, fix cloud storage media_path 3 years ago
Daniel Supernault d52ee26dd7
Update AvatarStorage pipeline 3 years ago
Daniel Supernault 319f0ba50f
Update MediaStorageService, fix size check bug 3 years ago
Daniel Supernault 5cac7fb44f
Revert nsfw posts hidden on local/network timelines by default 3 years ago
Daniel Supernault 3ebae614ce
Hide nsfw posts from public/network timelines by default 3 years ago
Daniel Supernault 989e42497a
Update Profile, fix avatarUrl paths. Fixes #3559 #3634 3 years ago
Daniel Supernault e71972d8f1
Update ApiV1Controller, map AccountService 3 years ago
Daniel Supernault 8b7121f9fb
Update AccountService, fix delete status 3 years ago
Daniel Supernault 94697d536b
Add Server Directory integration 3 years ago
Daniel Supernault b0422d4f26
Fix remote profile avatar urls when storing locally 3 years ago
Daniel Supernault 1de7a136f6
Update MediaStorageService 3 years ago
Daniel Supernault b8ad594a05
Update CollectionController 3 years ago
Daniel Supernault 84e152896b
Update CollectionController 3 years ago
Daniel Supernault eac3220ffd
Update CollectionService, revert timestamp change 3 years ago
Daniel Supernault 3bf792072a
Update CollectionService 3 years ago
Daniel Supernault c40b2f091f
Update CollectionService 3 years ago
Daniel Supernault 5ec25204ca
Update LikeService, fix typo 3 years ago
Daniel Supernault 20d9f8b890
Update LikeService 3 years ago
Daniel Supernault 4514ab1dbe
Update SettingsController, fix double json encoding and cache settings for 7 days 3 years ago
Daniel Supernault 4d95d2cb7f
Add ProfileStatusService 3 years ago
Daniel Supernault d72cd819d2
Update PronounService, fix jsonn_decode null parameter 3 years ago
Daniel Supernault 9d31f73bfa
Fix SearchApiV2Service, improve webfinger condition 3 years ago
Daniel Supernault 949b7bb6ea
Update NotificationService, fix account attribute 3 years ago
Daniel Supernault 533f7165a9
Update SearchApiService, improve account/webfinger results 3 years ago
Daniel Supernault f6ed560e78
Limit NotificationService to 400 items 3 years ago
Daniel Supernault 0b7d0a9627
Add customizable Legal Notice page 3 years ago
Daniel Supernault d1dbed8932
Fix AdminStatService cache key, fixes #3612 3 years ago
Daniel Supernault eba84530aa
Fix mastoapi notification type casting to include comment and share (mention and reblog) notifications 3 years ago
Daniel Supernault 9d52b9c2d6
Improve admin dashboard by moving expensive stats to its page and loading stats and recent data async on the dashboard home page 3 years ago
Daniel Supernault 734b30e59a
Fix NotificationService bug returning html response on /api/v1/notifications endpoint when a notification id belonging to a deleted account is rendered by checking AccountService before NotificationTransformer. 3 years ago
Daniel Supernault f51ffa7eab
Update LiveStreamController, clear chat after stream ends 3 years ago
Daniel Supernault 44f4a9edd9
Improve CollectionService cache invalidation, fixes #3548 3 years ago
Daniel Supernault 1310d95cdb
Add NetworkTimelineService cache 3 years ago
Daniel Supernault 9c17def4a0
Update UserFilterService, improve cache strategy by using in-memory state via UserFilterObserver for empty lists with a ttl of 90 days. 3 years ago
Daniel Supernault 4ecbd7cbe4
Update FollowerService 3 years ago
Daniel Supernault 5206f21f59
Add Live Stories/Live streaming 3 years ago
noellabo 2093d1b33b Change ISO-8601 to RFC 3339 EXTENDED 3 years ago
Shlee e36be67c70 unwanted semicolons 3 years ago
Daniel Supernault 8f9d36bd3d
Cleanup, fixes #3440 3 years ago
Daniel Supernault 153eb6ba4c
Update HashtagService, use sorted set for followed tags 3 years ago
noellabo 74cc41d4fa Add Content-Type and User-Agent for activity delivery 3 years ago
Daniel Supernault cc6b78c436
Update StatusService 3 years ago
Daniel Supernault 488561c270
Update ConfigCacheService, fail to fallback earlier 3 years ago
daniel a5114bf35a
Merge pull request #3348 from shadowfacts/emoji-schema
Change static_path on custom emojis to static_url
3 years ago
Shadowfacts 0a7f8fd142
Change static_path on custom emojis to static_url 3 years ago
Daniel Supernault d8ff40ebf9
Update DiscoverController, improve tag feed perf 3 years ago
Daniel Supernault 93a9769e47
Update ApiV1Controller, add markers endpoint 3 years ago
Daniel Supernault 9dac861ebe
Update ApiV1Controller, fix search v2 entities 3 years ago
Daniel Supernault afe903c36e
Update ApiV1Controller, fix notification entities 3 years ago
Daniel Supernault 74018e9c4e
Update search service, fix banned instance edge case 3 years ago
Daniel Supernault 72918a4b09
Update InstanceService, define cache keys 3 years ago
Daniel Supernault 281443d7fe
Update SearchApiV2Service, filter banned instances 3 years ago
Daniel Supernault d48674154a
Update ReblogService 3 years ago
Daniel Supernault 4482482e2a
Update ReblogService 3 years ago
Daniel Supernault ebe9c54dae
Update ReblogService 3 years ago
Daniel Supernault 3ef6c9fe81
Improve reblog api performance 3 years ago
daniel 018f7e10a3
Merge pull request #3294 from rm-yakovenko/issues/3288
Fix: Undefined index: replies_count
3 years ago
Daniel Supernault aba0c97cee
Add CollectionService 3 years ago
Rm Yakovenko 72da667305 #3288 Fix: Undefined index: replies_count
https://github.com/pixelfed/pixelfed/issues/3288
3 years ago
Daniel Supernault ad48521a35
Update ConfigCacheService, fix discover features 3 years ago
Daniel Supernault 6af842eb3e
Update LikeService, improve caching logic and add profile id to likedBy method to fix #3271 3 years ago
Daniel Supernault 6cfd6be523
Add ReblogService, improve reblogged state for api entities 4 years ago
Daniel Supernault a7d715517d
Update StatusService, use BookmarkService for bookmarked state 4 years ago
Daniel Supernault a11772bcfe
Update BookmarkService, use sorted set 4 years ago
Daniel Supernault 0157566c25
Add BookmarkService 4 years ago
Daniel Supernault 16e725183e
Update ApiV1Controller, add custom_emoji endpoint 4 years ago
Daniel Supernault 792212b655
Cleanup 4 years ago
Daniel Supernault aff7456639
Update WebfingerService. Fixes #3167 4 years ago
Daniel Supernault dbb1638fd6
Invalidate status cache after importing custom emoji 4 years ago
Daniel Supernault dc17c9fc27
Improve emoji import 4 years ago
Daniel Supernault 01798daf56
Update AP helpers, import Emoji tags 4 years ago
Daniel Supernault ca79e26d3a
Add custom emoji 4 years ago
Daniel Supernault 1c20d6960a
Update MediaStorageService, fix reremote avatar bug 4 years ago
Daniel Supernault c8a667f20e
Update SearchApiV2Service, resolve remote queries 4 years ago
Daniel Supernault a578035bbc
Update AccountService 4 years ago
Daniel Supernault eeaf0f9311
Update StatusService 4 years ago
Daniel Supernault 46485426ea
Update ApiV1Controller, add mastoapi strict mode 4 years ago
Daniel Supernault 454b4e21dd
Update Services, fix mastoapi compat 4 years ago
Daniel Supernault 85e4be8172
Update AccountService, add getMastodon method for mastoapi compatibility 4 years ago
Daniel Supernault 36a129fe89
Update StatusService, add getMastodon method for mastoapi compatibility 4 years ago
Daniel Supernault b4bd0400c2
Store remote avatars locally if S3 not enabled 4 years ago
Daniel Supernault e5f8f3441c
Update AccountService, fix json casting 4 years ago
Daniel Supernault 937cdfb7f9
Update StatusService 4 years ago
Daniel Supernault aee9b994e3
Improve DiscoverService 4 years ago
Daniel Supernault 493c5ca0ce
Add DiscoverService 4 years ago
Daniel Supernault 83b48b5681
Update StatusService, improve cache invalidation 4 years ago
Daniel Supernault c2910e5d42
Update MediaService, return empty array if cantt find status 4 years ago
Daniel Supernault 19d140b020
Update FollowerService 4 years ago
Daniel Supernault f88b3a2fb9
Update StatusService, add getDirectMessage method 4 years ago
Daniel Supernault fbaed93eda
Update SearchApiV2Service, improve performance and include hashtag post counts when applicable 4 years ago
Daniel Supernault a37971dd28
Add HashtagService 4 years ago
Daniel Supernault 9d9e9ce7fa
Update MediaStorageService, improve header parsing 4 years ago
Daniel Supernault 2aa73c1ffa
Update AccountService, add dynamic user settings methods 4 years ago
Daniel Supernault e5387d6742
Add StatusMentionService, fixes #3026 4 years ago
Daniel Supernault 639e9859ed
Add AutolinkService 4 years ago
Daniel Supernault 4cb956aea2
Update AdminStatsService, add storage() method 4 years ago
daniel 59d76bb9b3
Merge pull request #2956 from h3xx/fix-psql-grouping
Fix grouping error in PostgreSQL
4 years ago
Daniel Supernault 2ae527c0f3
Update Status model, use AccountService to generate urls instead of loading profile relation 4 years ago
Daniel Supernault 192553ff77
Update public timeline api, add experimental cache 4 years ago
Dan Church b167873632
Fix grouping error in PostgreSQL 4 years ago
Daniel Supernault 37abcf3898
Update public timeline api, use cached sorted set and client side block/mute filtering 4 years ago
Daniel Supernault 66f04bec25
Update InstanceService 4 years ago
Daniel Supernault e5454620e6
Update HomeTimeline api 4 years ago
Daniel Supernault 80d9b9399a
Refactor following & relationship logic. Replace FollowerObserver with FollowerService and added RelationshipService to cache results. Removed NotificationTransformer includes and replaced with cached services to improve performance and reduce database queries. 4 years ago
Daniel Supernault a900de2121
Update HttpSignatures, update instance actor headers. Fixes #2935 4 years ago
Daniel Supernault 4a609dc377
Update NotificationService, fix 500 bug 4 years ago
Daniel Supernault 0584f9ee95
Update ApiV1Controller, fix empty public timeline bug 4 years ago
Daniel Supernault 9e630851a3
Update AccountService, fix status bug 4 years ago
Daniel Supernault 6ae1ba0a64
Update StoryService, fix division by zero bug 4 years ago
Daniel Supernault 0d8d6bc71e
Update FollowerService 4 years ago
Daniel Supernault 6b0b2cfaa5
Update StoryService 4 years ago
Daniel Supernault b32f4d91c4
Update Snowflake service 4 years ago
Daniel Supernault da6943daed
Add InstancePipeline and NodeinfoService 4 years ago
Daniel Supernault e5aea490b1
Refactor snowflake id generation to improve randomness 4 years ago
Daniel Supernault 0e13ab074c
Update SnowflakeService 4 years ago
Daniel Supernault ef8e38298f
Update StatusService 4 years ago
Daniel Supernault f9194df332
Update PollService 4 years ago
Daniel Supernault 2d93bc8b51
Update NotificationService 4 years ago
Daniel Supernault 07bc5d5c83
Update MediaStorageService 4 years ago
Daniel Supernault 450154e5af
Update MediaService 4 years ago
Daniel Supernault 427f9da33e
Update MediaPathService, change story paths 4 years ago
Daniel Supernault 168c19c5b6
Update LikeService 4 years ago
Daniel Supernault 2fb916c22b
Update InstanceService 4 years ago
Daniel Supernault ad2db4aea7
Update FollowerService 4 years ago
Daniel Supernault 0573213093
Add StoryService 4 years ago
Daniel Supernault 7709220074
Add Polls 4 years ago
Daniel Supernault acaf630dee
Update StatusService, invalidate profile embed cache on deletion 4 years ago
Daniel Supernault 3f8acb1266
Update AccountService, add syncPostCount method 4 years ago
Daniel Supernault 15c4fdd90c
Update StatusService, add non-public option and improve cache invalidation 4 years ago
Daniel Supernault ee0028bc57
Update PublicApiController, use account service 4 years ago
Daniel Supernault 22257cc2a7
Update FollowerService, cache audience 4 years ago
Daniel Supernault 14a1367a8f
Federate Media Licenses 4 years ago
Daniel Supernault 09d5198c55
Update StatusTransformers, remove includes and use cached services 4 years ago
Daniel Supernault 728f10d778
Update Timeline.vue, improve followed hashtags 4 years ago
Daniel Supernault 135474ae11
Update DiscoverController, use UserFilterService on trendingApi 4 years ago
Daniel Supernault c8824d1b51
Update FollowerService 4 years ago
Daniel Supernault 9650b668e9
Update PublicApiController, fix public timeline filtering 4 years ago
Daniel Supernault 08467d52d5
Update PublicTimelineService 4 years ago
Daniel Supernault d43e6d8d07
Update NotificationService, use zrevrangebyscore for api 4 years ago
Daniel Supernault 918016a5ad
Update PublicTimelineService 4 years ago
Daniel Supernault 51a277e1ae
Update StatusHashtagService, fix null status bug 4 years ago
Daniel Supernault 447e44e5ac
Update LikeService 4 years ago
Daniel Supernault 117b8410eb
Update PublicTimelineService, skip adds for now 4 years ago
Daniel Supernault 3741c76da3
Update LikeService, skip self likes 4 years ago
Daniel Supernault 68aa25400b
Add Auto Following support for admins 4 years ago
Daniel Supernault f767d99ad5
Update liked by, fix remote username urls 4 years ago
Daniel Supernault af71913597
Update AdminStatsService, fix postgres bug 4 years ago
Daniel Supernault eb7d5a4e36
New admin dashboard layout 4 years ago
Daniel Supernault 29947e157c
Update admin settings 4 years ago
Daniel Supernault 41792eea56
Update config() to config_cache() 4 years ago
Daniel Supernault c9abd70e8a
Update LikeService, fix authentication bug 4 years ago
Daniel Supernault 4408e2ef8c
Update LikeService, show like count to status owner 4 years ago
Daniel Supernault d2cb7d4770
Update ConfigCacheService, fix db issue 4 years ago
Daniel Supernault fabb57a9d5
Add profile pronouns 4 years ago
Daniel Supernault f2066b7401
Add admin config settings 4 years ago
Daniel Supernault 1d54204635
Update config() to config_cache() 4 years ago
Daniel Supernault 3136f8e137
Add ConfigCacheService 4 years ago
Daniel Supernault a5e64da69b
Update LikeService, fix likedBy method 4 years ago
Daniel Supernault 477db75896
Add LikeService 4 years ago
Daniel Supernault 391b1287ac
Update ProfileService, use account transformer 4 years ago
Daniel Supernault c20a9dfefe
Add InstanceService 4 years ago
Daniel Supernault 1769cdfd74
Update MediaStorageService, improve head checks to fix failed jobs 4 years ago
Daniel Supernault 37dbb3de29
Update MediaStorageService, dispatch deletes to MediaDeletePipeline 5 years ago
Daniel Supernault b299da9311
Update AccountService, cache object and observe changes 5 years ago
Daniel Supernault b16e9452bc
Update DiscoverController, deprecate unused endpoints 5 years ago
Daniel Supernault aa4c718d79
Update StatusHashtagService, remove deprecated methods 5 years ago
Daniel Supernault 0355b567dd
Update StatusHashtagService, use StatusService for statuses 5 years ago
Daniel Supernault 6e44ae0b64
Update StatusService, add ttl of 7 days 5 years ago
Daniel Supernault b7fcf8a504
Update StatusLabelService 5 years ago
Daniel Supernault 4abfe76a49
Update StatusLabelService, change config key 5 years ago
Daniel Supernault ab888b2e70
Add StatusLabelService 5 years ago
Daniel Supernault 94a9f685b5
Update MediaStorageService, add avatar method 5 years ago
Daniel Supernault 654b08d382
Update ActivityPubFetchService, add url validation 5 years ago
Daniel Supernault ce6ab80dba
Update MediaStorageService, clear transformer cache after storing media 5 years ago
Daniel Supernault be6d12fcb6
Update MediaPipeline, handle cloud object storage 5 years ago
Daniel Supernault 234f72f3aa
Update ImageOptimizePipeline, add skip_optimize and MediaStorageService support 5 years ago
Daniel Supernault aac4430970
Update MediaPathService, add story method 5 years ago
Daniel Supernault b00e2b0868
Update EmailService 5 years ago
Daniel Supernault 3ee1215a4a
Add signed GET for secure mode compatibility 5 years ago
Daniel Supernault c0076ab035
Add snowflake id service 5 years ago
Daniel Supernault 0fbde91e87
Update StatusService, cast response to array 5 years ago
Daniel Supernault 888ea7f07e
Update ap inbox 5 years ago
Daniel Supernault 941da5d589
Update admin dashboard 5 years ago
Daniel Supernault 1ea2db74b2
Update StatusService, fix json bug 5 years ago
Daniel Supernault 1b41d66446
Update EmailService, make case insensitive 5 years ago
Daniel Supernault 5d0a24a779
Add MediaBlocklistService 5 years ago
Daniel Supernault c945263994
Update Tag People, allow untagging yourself 5 years ago
Strubbl 8aa97dec0c
Update HashidService.php
fix php 7.4 requirement, which causes the error `ERROR: Array and string offset access syntax with curly braces is deprecated {"userId":1,"exception":"[object] (ErrorException(code: 0): Array and string offset access syntax with curly braces is deprecated at /var/www/ap
p/Services/HashidService.php:24)`
5 years ago
Daniel Supernault a327f5c167
Add HashidService 5 years ago
Daniel Supernault af87bf5038
Update APFetchService 5 years ago
Daniel Supernault 524c6d4558
Add MediaTagService 5 years ago
Daniel Supernault c54b29c559
Added MediaPathService 5 years ago
Daniel Supernault a0c0c84d3d
Update SearchApiV2Service, fix offset bug fixes #2116 5 years ago
Daniel Supernault 8763bfc5c4
Add ActivityPubFetchService for signed GET requests 5 years ago
Daniel Supernault 8b9faf3179
Update WebfingerService, cache lookup 5 years ago
Shlee cae0a52e89
Update FollowerService.php 5 years ago
Daniel Supernault 51642fc40d
Add modlog notifications 5 years ago
Daniel Supernault 810dc2190f
Add ModLogService 5 years ago
Daniel Supernault e0ab73c102
CS fix 6 years ago
Daniel Supernault c66d120cb7
Update SearchApiV2Service, order statuses by timestamp 6 years ago
Daniel Supernault d3cd0eea11
Update SearchApiV2Service 6 years ago
Daniel Supernault 4573fd850f
Update SearchApiV2Service 6 years ago
Daniel Supernault 1dac65fc10
Update SearchApiV2Service 6 years ago
Daniel Supernault efa8b35877
Update SearchApiV2Service 6 years ago
Daniel Supernault 6cf89e7346
Add SearchApiV2Service 6 years ago
Daniel Supernault eaece0ac1a
Update WebfingerService 6 years ago
Daniel Supernault c47fbe2d66
Add WebfingerService 6 years ago
Daniel Supernault 764ab76e90
Add AP Delivery Service 6 years ago
Daniel Supernault 41abe9d261
Update AdminController 6 years ago
Daniel Supernault c369882b48
Update Redis namespace 6 years ago
Daniel Supernault 96a6c063f2
Update FollowerService 6 years ago
Daniel Supernault eb478ccf76
Update AccountService, fixes #1834 6 years ago
Daniel Supernault 7b00eba398
Update PublicTimelineService, add video media scopes 6 years ago
Daniel Supernault 885a1258e8
Add AccountService 6 years ago
Daniel Supernault 723d3562be
Update EmailService, fixes #1790 6 years ago
Daniel Supernault 126886e841
Update StatusHashtagService, reduce cached hashtag count ttl from 6 hours to 5 minutes 6 years ago
Daniel Supernault fe736f2b44
Update StatusHashtagService, fix count bug 6 years ago
Daniel Supernault 56a1690241
Update EmailService, add new spam domains 6 years ago
Daniel Supernault 50d4c05f60
Add UserFilterService 6 years ago
Daniel Supernault e6f5940209
Update EmailService 6 years ago
Daniel Supernault ae234b9846
Update command 6 years ago
Daniel Supernault b885cccd6b
Update Auth controller 6 years ago
Daniel Supernault 623e0c9adb
Update StatusHashtagService 6 years ago
Daniel Supernault 46d4d256c5
Update StatusHashtagService, fix delete bug 6 years ago
Daniel Supernault eab5fceb9f
Update StatusHashtagService 6 years ago