1
0
Fork 0
Commit Graph

9667 Commits

Author SHA1 Message Date
Daniel Supernault 0210f8aa2a
Update NotificationService, fix order bug 2023-09-18 00:25:01 -06:00
Daniel Supernault 61d235b797
Update StatusService, fix logic check 2023-09-18 00:17:22 -06:00
Daniel Supernault 5ab7f9958c
Update changelog 2023-09-17 23:57:52 -06:00
Daniel Supernault 223661ecb2
Update StatusService, hydrate accounts on request instead of caching them along with status objects 2023-09-17 23:54:31 -06:00
Daniel Supernault 2496386d9b
Update NotificationService, improve cache warming query 2023-09-17 23:51:42 -06:00
Daniel Supernault 33ed7a8c91
Add AdminShadowFilter feature 2023-09-14 22:32:37 -06:00
Daniel Supernault a510c3e89c
Add AdminShadowFilter model/migration 2023-09-14 22:23:46 -06:00
Daniel Supernault 3979e33b57
Update changelog 2023-09-10 01:14:08 -06:00
Daniel Supernault 8fa2afe016
Remove unused resource 2023-09-10 01:13:45 -06:00
Daniel Supernault 941736ce6c
Update StoryApiV1Controller, add viewers route to view story viewers 2023-09-10 01:12:27 -06:00
daniel c4843e823e
Merge pull request #4642 from b2cc/bugfix-4518-unable-to-view-reports-in-admin
[Bugfix] #4518: SQL query that generates the report list in the admin view needs to include the 'id' field
2023-09-09 20:48:18 -06:00
daniel 6ec4077549
Merge pull request #4643 from ThisIsMissEm/fix/memory-leak-in-blurhash-calculation
Fix potential memory leak due to not calling imagedestroy on GdImage objects
2023-09-09 15:31:11 -06:00
Emelia Smith 74ad26fee6
Fix potential memory leak due to not calling imagedestroy on GdImage objects 2023-09-09 22:55:06 +02:00
David Gabriel 2e5c141724 Fix similar SQL error which triggers when mentioning people in new posts 2023-09-09 20:46:50 +02:00
David Gabriel 480394f3d8 [Bugfix] Fix for #4518: SQL query that generates the report list in the admin view needs to include the 'id' field 2023-09-09 19:50:45 +02:00
daniel e286f98762
Merge pull request #4624 from pixelfed/staging
Update ProfileTransformer, fix Mastodon indexable context
2023-08-27 21:43:38 -06:00
Daniel Supernault 83900a3b00
Update ProfileTransformer, fix Mastodon indexable context 2023-08-27 21:43:11 -06:00
daniel 5dc397ec1f
Merge pull request #4613 from pixelfed/staging
Update Profile AP transformer, fix context
2023-08-24 23:55:09 -06:00
Daniel Supernault 817b494703
Update Profile AP transformer, fix context 2023-08-24 23:54:08 -06:00
daniel 24db7d71cf
Merge pull request #4612 from pixelfed/staging
Add support for Mastodon indexable search flag
2023-08-24 23:41:14 -06:00
Daniel Supernault 23bc985b36
Update changelog 2023-08-24 23:37:11 -06:00
Daniel Supernault fbdcdd9dbc
Update AP Helpers, consume actor `indexable` attribute 2023-08-24 23:36:50 -06:00
Daniel Supernault fc24630eba
Update Privacy Settings, add support for Mastodon indexable search flag 2023-08-24 23:31:33 -06:00
daniel 28bca423d7
Merge pull request #4603 from pixelfed/staging
Prepare for groups
2023-08-23 03:57:22 -06:00
Daniel Supernault a3696dac95
Update changelog 2023-08-23 03:54:00 -06:00
Daniel Supernault 61a6d90403
Update FollowServiceWarmCache, improve handling larger following/follower lists 2023-08-23 03:45:51 -06:00
Daniel Supernault 93c7ad9779
Update groups migration 2023-08-23 02:45:41 -06:00
Daniel Supernault 347e4f59a3
Update FollowerService, add forget method to RelationshipService call to reduce load when mass purging 2023-08-23 02:39:16 -06:00
Daniel Supernault a04ba18113
Add Groups migrations 2023-08-22 00:25:15 -06:00
daniel 3cb50af8a3
Merge pull request #4601 from pixelfed/staging
v0.11.9 🚀
2023-08-21 22:45:48 -06:00
Daniel Supernault a7e4305043
Bump version to 0.11.9 2023-08-21 22:45:13 -06:00
Daniel Supernault ca746717cb
Update ApiV1Controller, add bookmarked to timeline entities 2023-08-21 22:43:30 -06:00
daniel b6c3ac4b13
Merge pull request #4578 from pixelfed/staging
Add Account Migrations
2023-08-08 00:03:18 -06:00
Daniel Supernault 526807f01c
Update web routes 2023-08-08 00:02:10 -06:00
Daniel Supernault 781d3c0ec3
Update changelog 2023-08-08 00:00:39 -06:00
Daniel Supernault 47e5c07061
Add ProfileAliasController, hello account migrations! 2023-08-08 00:00:24 -06:00
Daniel Supernault dc7973de62
Update Profile model, add aliases relation 2023-08-07 23:59:29 -06:00
Daniel Supernault 9378c65396
Add AccountMigration ActivityPub support 2023-08-07 23:59:10 -06:00
Daniel Supernault eab16e7fd8
Add Help Center Documentation for Account Migration 2023-08-07 23:58:21 -06:00
Daniel Supernault 3103af2fe4
Add Account Migration setting views 2023-08-07 23:58:02 -06:00
Daniel Supernault 3c60362648
Add moved_to_profile_id migration 2023-08-07 23:56:01 -06:00
Daniel Supernault a9220e4e01
Add Account Migrations 2023-08-07 23:48:58 -06:00
daniel 211a9057fc
Merge pull request #4576 from pixelfed/staging
Update RemoteStatusPipeline, fix reply check
2023-08-06 21:52:35 -06:00
Daniel Supernault 618b67271a
Update RemoteStatusPipeline, fix reply check 2023-08-06 21:52:01 -06:00
daniel 268804856b
Merge pull request #4575 from pixelfed/staging
Staging
2023-08-06 21:31:47 -06:00
Daniel Supernault fab8f25e9b
Update RemoteStatusDelete pipeline 2023-08-06 15:31:37 -06:00
Daniel Supernault 4f19a58b2c
Add AdminProfileActionPipeline 2023-08-01 05:48:43 -06:00
Daniel Supernault 6161cf45aa
Add AdminProfile resource 2023-08-01 05:48:27 -06:00
Daniel Supernault 71e92261f4
Update RemoteStatusDelete pipeline 2023-08-01 05:07:58 -06:00
Daniel Supernault 45be6e10b8
Update RemoteStatusDelete pipeline 2023-08-01 04:40:39 -06:00