Daniel Supernault
|
4cd53247a6
|
Add MediaHlsService
|
2023-10-22 23:42:25 -06:00 |
Daniel Supernault
|
65a048cdd5
|
Update StatusTransformer
|
2023-10-20 00:17:24 -06:00 |
Daniel Supernault
|
dfe2379b93
|
Update StatusTransformer, generate autolink on request
|
2023-10-16 06:28:57 -06:00 |
Daniel Supernault
|
778e83d398
|
Update lexer regex, fix mention regex and add more tests
|
2023-10-15 03:51:45 -06:00 |
Daniel Supernault
|
36df0d8373
|
Update nodeinfo
|
2023-10-12 21:29:51 -06:00 |
Daniel Supernault
|
b76ad7cfe0
|
Update RemoteStatusDelete, fix include
|
2023-10-11 05:24:34 -06:00 |
Daniel Supernault
|
0d35f1a3e5
|
Update IncrementPostCount pipeline
|
2023-10-11 05:10:32 -06:00 |
Daniel Supernault
|
f481f3d248
|
Update RemoteStatusDelete pipeline
|
2023-10-11 04:56:39 -06:00 |
Daniel Supernault
|
edbcf3ed79
|
Update RemoteStatusDelete and DecrementPostCount pipelines
|
2023-10-11 04:42:40 -06:00 |
Daniel Supernault
|
c37b7cde30
|
Add `avatar:storage-deep-clean` command to dispatch avatar storage cleanup jobs
|
2023-10-11 03:38:31 -06:00 |
Daniel Supernault
|
319ced4054
|
Update CreateAvatar job, add processing constraints and set is_remote attribute
|
2023-10-11 01:32:04 -06:00 |
Daniel Supernault
|
82798b5ea3
|
Update AvatarPipeline, improve refresh logic and garbage collection to purge old avatars
|
2023-10-11 00:48:30 -06:00 |
Daniel Supernault
|
36b23fe34e
|
Update AP helpers, adjust RemoteAvatarFetch ttl from 24h to 3 months
|
2023-10-10 20:55:20 -06:00 |
Daniel Supernault
|
01bac51104
|
Update user:admin command, improve logic. Fixes #2465
|
2023-10-10 20:20:18 -06:00 |
Daniel Supernault
|
c6408fd79d
|
Add user:2fa command to easily disable 2FA for given account
|
2023-10-10 20:00:12 -06:00 |
Daniel Supernault
|
457d5454f8
|
Update NotificationService, handle empty epoch. Fixes #4689
|
2023-10-10 19:13:19 -06:00 |
Daniel Supernault
|
e4d3b19642
|
Update AdminReportController, add `profile_id` to group by. Fixes #4685
|
2023-10-09 13:44:25 -06:00 |
Daniel Supernault
|
135798eb68
|
Update ApiV1Controller, hydrate reblog interactions. Fixes #4686
|
2023-10-09 13:06:46 -06:00 |
Daniel Supernault
|
895dc4fa9e
|
Update Sign-in with Mastodon, allow usage when registrations are closed
|
2023-09-27 01:33:39 -06:00 |
Daniel Supernault
|
8c96919119
|
Update ap helpers, store media attachment width and height if present
|
2023-09-26 23:14:19 -06:00 |
Daniel Supernault
|
ce1afe2711
|
Update Note and CreateNote transformers, include attachment blurhash, width and height
|
2023-09-26 23:10:20 -06:00 |
Daniel Supernault
|
79b378cdb1
|
Update StatusTagsPipeline, fix object tags slug query
|
2023-09-25 05:20:04 -06:00 |
Daniel Supernault
|
9989d6c66f
|
Update StatusTagsPipeline, fix object tags slug query
|
2023-09-25 05:13:09 -06:00 |
Daniel Supernault
|
d295e6059b
|
Update StatusTagsPipeline, fix object tags and slug normalization
|
2023-09-25 04:23:04 -06:00 |
Daniel Supernault
|
1f0a45b7f4
|
Update Status model, allow unlisted thumbnails
|
2023-09-25 02:10:19 -06:00 |
Daniel Supernault
|
d969a97360
|
Update Status model, improve thumb logic
|
2023-09-25 01:57:43 -06:00 |
Daniel Supernault
|
fb1deb6e28
|
Add Resilient Media Storage
|
2023-09-25 00:59:24 -06:00 |
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
|
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
|
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 |
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 Supernault
|
83900a3b00
|
Update ProfileTransformer, fix Mastodon indexable context
|
2023-08-27 21:43:11 -06:00 |
Daniel Supernault
|
817b494703
|
Update Profile AP transformer, fix context
|
2023-08-24 23:54:08 -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 Supernault
|
61a6d90403
|
Update FollowServiceWarmCache, improve handling larger following/follower lists
|
2023-08-23 03:45:51 -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
|
ca746717cb
|
Update ApiV1Controller, add bookmarked to timeline entities
|
2023-08-21 22:43:30 -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
|
a9220e4e01
|
Add Account Migrations
|
2023-08-07 23:48:58 -06:00 |