Commit Graph

442 Commits (5def2395fb6567be096a9c793d6d131fa21639f3)

Author SHA1 Message Date
Daniel Supernault 1f35da0d4b
Update HashtagServices 1 year ago
Daniel Supernault c7b304ef20
Update http client 1 year ago
Daniel Supernault 6cf4363c50
Update MediaService, remove hls_manifest attribute for MastoAPI entities 1 year ago
Daniel Supernault 4cd53247a6
Add MediaHlsService 1 year ago
Daniel Supernault 36df0d8373
Update nodeinfo 1 year ago
Daniel Supernault 82798b5ea3
Update AvatarPipeline, improve refresh logic and garbage collection to purge old avatars 1 year ago
Daniel Supernault 457d5454f8
Update NotificationService, handle empty epoch. Fixes #4689 1 year ago
Daniel Supernault d969a97360
Update Status model, improve thumb logic 1 year ago
Daniel Supernault fb1deb6e28
Add Resilient Media Storage 1 year ago
Daniel Supernault 0210f8aa2a
Update NotificationService, fix order bug 1 year ago
Daniel Supernault 61d235b797
Update StatusService, fix logic check 1 year ago
Daniel Supernault 223661ecb2
Update StatusService, hydrate accounts on request instead of caching them along with status objects 1 year ago
Daniel Supernault 2496386d9b
Update NotificationService, improve cache warming query 1 year ago
Daniel Supernault 33ed7a8c91
Add AdminShadowFilter feature 1 year ago
Emelia Smith 74ad26fee6
Fix potential memory leak due to not calling imagedestroy on GdImage objects 1 year ago
Daniel Supernault 347e4f59a3
Update FollowerService, add forget method to RelationshipService call to reduce load when mass purging 2 years ago
Daniel Supernault 3d1b6516fe
Update ActivityPubFetchService, add validateUrl parameter to bypass url validation to fetch content from blocked instances 2 years ago
Daniel Supernault 59b643789f
Update StatusService, reduce cache ttl from 7 days to 6 hours 2 years ago
Daniel Supernault acabf603f0
Update Remote Auth feature, fix custom domain bug and enforce banned domains 2 years ago
Daniel Supernault 45b9404ec1
Add Sign-in with Mastodon 2 years ago
Daniel Supernault 3590adbd87
Update MediaStorageService, improve head header handling 2 years ago
Daniel Supernault 2bef3e415d
Update AP Helpers, improve url validation and add optional dns verification, disabled by default 2 years ago
Daniel Supernault c61d0b915f
Update SearchApiV2Service, improve resolve query logic to better handle remote posts/profiles and local posts/profiles 2 years ago
Daniel Supernault 4b2c66f557
Update Services, use zpopmin on predis 2 years ago
Daniel Supernault 2f2e446c1f
Update ImportService 2 years ago
Daniel Supernault 10dd348c28
Update ImportService, filter deleted posts from getImportedPosts endpoint 2 years ago
Daniel Supernault 892907d5d1
Update TransformImports command, improve handling of imported posts that already exist or are from deleted accounts 2 years ago
Daniel Supernault 63a7879c29
Update ActivityPubFetchService 2 years ago
Daniel Supernault b89c4f1cdc
Update ActivityPubFetchService, fix authorized_fetch support 2 years ago
Daniel Supernault 763ce19a0a
Update AdminApiController, improve admin moderation tools 2 years ago
Daniel Supernault b64af89d40
Update migration and service 2 years ago
Daniel Supernault 8c9f4da48a
Add ImportPost model, migration and service 2 years ago
Daniel Supernault e8d4ce1888
Update MediaStorageService 2 years ago
Daniel Supernault d6374cfe70
Update MediaStorageService 2 years ago
Daniel Supernault a2305d5fdc
Added `/api/v1.1/accounts/app/settings` endpoint and UserAppSettings model to store app specific settings 2 years ago
Daniel Supernault 992d910b9c
Added `following_since` attribute to `/api/v1/accounts/relationships` endpoint when `_pe=1` (pixelfed entity) parameter is present 2 years ago
Daniel Supernault 4479055e1e
Update UpdateStatusService, fix formatting issue. Fixes #4423 2 years ago
Daniel Supernault 98cf8f32a0
Add Post Edits/Updates 2 years ago
Daniel Supernault 4d8b4dcf35
Update StatusService, fix bug in getFull method 2 years ago
Daniel Supernault 9f901d65c9
Update PublicTimelineService, improve warmCache query 2 years ago
Daniel Supernault 132a58de54
Add Autospam Advanced Detection 2 years ago
Daniel Supernault ea943333a5
Update models, remove deprecated toText and toHtml methods 2 years ago
Daniel Supernault 58ec49fd57
Update InstanceService, fix banner blurhash memory bug 2 years ago
Daniel Supernault 026842dd93
Update InstanceService, fix banner blurhash memory bug 2 years ago
Daniel Supernault 3aad75abcf
Update InstanceService, fix banner blurhash memory bug 2 years ago
Daniel Supernault 6cdb5bc672
Update Notification logic, remove message and rendered fields 2 years ago
Daniel Supernault 167dbcdd43
Add /api/v2/instance api endpoint 2 years ago
Daniel Supernault 0b42fe0f00
Update HashtagService 2 years ago
Daniel Supernault 4d997bb959
Add /api/v1/tags/:id/follow and /api/v1/tags/:id/unfollow api endpoints 2 years ago
Daniel Supernault 91ba139808
Update LikeService, improve likedBy logic to soft fail on missing or deleted accounts 2 years ago
Daniel Supernault df444851b5
Update MediaTagService, fix ProfileService to soft fail on missing or deleted accounts 2 years ago
Daniel Supernault 6bc20a37ed
Update ProfileService, add softFail param 2 years ago
Daniel Supernault f48daab37e
Update StatusService, fix missing account condition 2 years ago
Daniel Supernault 6ea2bdc782
Update Admin Dashboard, allow admins to designate an admin account for the landing page and instance api endpoint 2 years ago
Daniel Supernault 51768083fe
Added store remote media on S3 config setting, disabled by default 2 years ago
Daniel Supernault 633351f6dc
Update StoryController, show active self stories on home timeline 2 years ago
Daniel Supernault 11552d1273
Update SearchApiV2Service 2 years ago
Daniel Supernault 666e5732a5
Update SearchApiV2Service, improve postgres support 2 years ago
Daniel Supernault dac0d08319
Update admin dashboard, fix search and dropdown menu 2 years ago
Daniel Supernault 6e20d0a670
Update SearchApiV2Service, fix postgres hashtag search and prepend wildcard operator to improve results 2 years ago
Daniel Supernault 50ab2e2039
Add cloud ip bans to BouncerService 2 years ago
Daniel Supernault 66c0b3577f
Update HttpSignature 2 years ago
Daniel Supernault 9ffe5941d7
Update HttpSignature 2 years ago
Daniel Supernault f17ca9d904
Update HttpSignature 2 years ago
Daniel Supernault 780f250742
Update LandingService, enable landing directory/explore feed by default and move configuration to config/instance.php file 2 years ago
Daniel Supernault 09c0032b39
New landing page design 2 years ago
Daniel Supernault aebbad964b
Update MediaPathService, fix story path 2 years ago
Daniel Supernault ecfc0766f8
Update admin instances dashboard 2 years ago
Daniel Supernault 593de9e34f
Update SearchApiV2Service, order hashtag results by cached_count 2 years ago
Daniel Supernault 1992b5bc90
Update SearchApiV2Service, fix hashtag search. 2 years ago
Daniel Supernault 6153b620bf
Update FollowPipeline, fix followers_count and following_count counters 2 years ago
Daniel Supernault 5b879f0156
Update mute/block logic with admin defined limits and improved filtering to skip deleted accounts 2 years ago
Daniel Supernault 18940cb209
Update StatusService, on purge remove from NetworkTimelineService cache 2 years ago
Daniel Supernault f6a588f9cf
Update SearchApiV2Service, improve account search results 2 years ago
Daniel Supernault 964c62da31
Update MediaStorageService, fix improper path 2 years ago
Daniel Supernault 498b46f70f
Update AccountService, fix actor cache invalidation 2 years ago
Daniel Supernault a0da6ec39a
Update InstanceService, improve unlisted/banned network post filtering 2 years ago
Daniel Supernault 4d1f281144
Update SearchApiV2Service, improve query performance 2 years ago
Daniel Supernault e0c3dae324
Update profile audience to filter blocked instances 2 years ago
Daniel Supernault 63f723decb
Update StatusService 2 years ago
Daniel Supernault 26b5b42b86
Update WebfingerService 2 years ago
Daniel Supernault 492b92140a
Update DeleteAccountPipeline 2 years ago
Daniel Supernault 909a8a5a9b
Update lexer/extractor to handle banned hashtags 2 years ago
Daniel Supernault 8487231177
Add hashtag administration 2 years ago
Daniel Supernault 4fd12b063b
Add TrendingHashtagService 2 years ago
Daniel Supernault 1cdc0fe8ed
Update delete pipelines 2 years ago
Daniel Supernault bc29073ab1
Fix CustomEmoji, properly handle shortcode updates and delete old copy in case the extension changes 2 years ago
a 9471fa0078 more semantically correct webfinger (use rel=self, allow type=ld+json) 2 years ago
a 9bf651e442 remove unneeded duplicate accept type 2 years ago
Daniel Supernault de56b0f078
Update MediaStorageService, clear MediaService and StatusService caches after localToCloud 2 years ago
Daniel Supernault 3328b367fd
Add optional home feed caching 2 years ago
Daniel Supernault 66226658db
Update MediaStorageService, improve support for pleroma .blob avatars 2 years ago
daniel 6157e7a501
Merge pull request #3932 from pixelfed/fix-content-type
fix typo: http -> https
2 years ago
a e380868b44 fix typo: http -> https 2 years ago
Daniel Supernault 81f7d17263
Update FollowerService, improve cache invalidation 2 years ago
Daniel Supernault f46b01af51
Update FollowerService, use redis sorted sets for following relations 2 years ago
daniel 80acafc67a
Merge pull request #3905 from pixelfed/fix-content-type
Fix: Use correct Content-Type over ActivityPub
2 years ago
a 6bf1bea325 Fix: Use correct Content-Type over ActivityPub
This was causing federation issues
2 years ago
Daniel Supernault 356cc2774a
Update FollowerService, use redis sorted sets for follower relations 2 years ago
Daniel Supernault da00287a8e
Update AP helpers 2 years ago
Daniel Supernault a12712cc88
Update MediaService, add summary attribute for better alt text federation 2 years ago
Daniel Supernault 02edd19d4d
Update Avatar pipeline, fix cloud storage media_path 2 years ago
Daniel Supernault d52ee26dd7
Update AvatarStorage pipeline 2 years ago
Daniel Supernault 319f0ba50f
Update MediaStorageService, fix size check bug 2 years ago
Daniel Supernault 5cac7fb44f
Revert nsfw posts hidden on local/network timelines by default 2 years ago
Daniel Supernault 3ebae614ce
Hide nsfw posts from public/network timelines by default 2 years ago
Daniel Supernault 989e42497a
Update Profile, fix avatarUrl paths. Fixes #3559 #3634 2 years ago
Daniel Supernault e71972d8f1
Update ApiV1Controller, map AccountService 2 years ago
Daniel Supernault 8b7121f9fb
Update AccountService, fix delete status 2 years ago
Daniel Supernault 94697d536b
Add Server Directory integration 2 years ago
Daniel Supernault b0422d4f26
Fix remote profile avatar urls when storing locally 2 years ago
Daniel Supernault 1de7a136f6
Update MediaStorageService 2 years ago
Daniel Supernault b8ad594a05
Update CollectionController 2 years ago
Daniel Supernault 84e152896b
Update CollectionController 2 years ago
Daniel Supernault eac3220ffd
Update CollectionService, revert timestamp change 2 years ago
Daniel Supernault 3bf792072a
Update CollectionService 2 years ago
Daniel Supernault c40b2f091f
Update CollectionService 2 years ago
Daniel Supernault 5ec25204ca
Update LikeService, fix typo 2 years ago
Daniel Supernault 20d9f8b890
Update LikeService 2 years ago
Daniel Supernault 4514ab1dbe
Update SettingsController, fix double json encoding and cache settings for 7 days 2 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