Commit graph

2850 commits

Author SHA1 Message Date
Daniel Supernault
1992b5bc90
Update SearchApiV2Service, fix hashtag search. 2023-03-04 14:36:17 -07:00
Daniel Supernault
f31646502f
Update ApiV1Controller, fix media update. Fixes #4196 2023-03-03 21:22:35 -07:00
Daniel Supernault
93077625ca
Update IncrementPostCount job 2023-03-03 04:54:28 -07:00
Daniel Supernault
6153b620bf
Update FollowPipeline, fix followers_count and following_count counters 2023-03-03 04:08:29 -07:00
Daniel Supernault
5b879f0156
Update mute/block logic with admin defined limits and improved filtering to skip deleted accounts 2023-03-01 04:16:42 -07:00
Daniel Supernault
18940cb209
Update StatusService, on purge remove from NetworkTimelineService cache 2023-03-01 00:40:25 -07:00
Daniel Supernault
9bbd6dcd23
Update v1.1 api, add post moderation endpoint 2023-02-23 21:51:27 -07:00
Daniel Supernault
9f8957b939
Update ComposeController, fix add to collection logic 2023-02-16 23:03:15 -07:00
Daniel Supernault
abd52f4d3a
Update CollectionController, fixes #3946 2023-02-16 22:51:48 -07:00
Daniel Supernault
dda9e77024
Update ApiV1Controller, add Redis facade 2023-02-10 06:14:51 -07:00
Daniel Supernault
94069db9b8
Update ApiV1Controller, add pixelfed entity support to bookmarks endpoint 2023-02-10 04:53:36 -07:00
Daniel Supernault
e343061a13
Update ApiV1Controller and BookmarkController, fix api differences and allow unbookmarking regardless of relationship 2023-02-10 04:06:18 -07:00
Daniel Supernault
e8a6a8c71e
Update ApiV1Controller, filter conversations without last_status 2023-02-10 02:02:07 -07:00
Daniel Supernault
29b1af100c
Update ApiV1Controller, add BookmarkService logic to bookmark endpoints 2023-02-10 02:01:15 -07:00
Daniel Supernault
1a130f3e33
Update ApiV1Controller, fix favourited_by and reblogged_by follows attribute 2023-02-08 02:47:24 -07:00
Daniel Supernault
e1c7e7015e
Update ApiV1Controller, use cursor pagination for favourited_by and reblogged_by endpoints 2023-02-08 02:07:35 -07:00
Daniel Supernault
620ee826d1
Update profile model, improve avatarUrl fallback 2023-02-08 01:27:32 -07:00
Daniel Supernault
f6a588f9cf
Update SearchApiV2Service, improve account search results 2023-02-07 23:08:23 -07:00
Daniel Supernault
6deb09de28
Update ApiV1Controller 2023-02-07 22:40:06 -07:00
Daniel Supernault
9f66d6b640
Update ApiV1Controller, fix account statuses and bookmark pagination 2023-02-07 22:02:23 -07:00
Daniel Supernault
fab0c9cca9
Update ApiV1Controller 2023-02-06 05:39:36 -07:00
Daniel Supernault
2881b6626a
Update ApiV1Controller 2023-02-05 22:50:12 -07:00
Daniel Supernault
c6fe213f93
Revert media model change 2023-02-05 22:49:32 -07:00
Daniel Supernault
964c62da31
Update MediaStorageService, fix improper path 2023-02-03 22:17:53 -07:00
Daniel Supernault
083f506baf
Update ap helpers, fix unset media name bug 2023-02-03 21:42:30 -07:00
Daniel Supernault
e6bc57d7b6
Update Media model, use cloud filesystem url if enabled instead of cdn_url to easily update S3 media urls 2023-02-03 20:20:51 -07:00
Daniel Supernault
c504e6437e
Update AP helpers, ingest attachments in replies 2023-02-02 05:43:08 -07:00
Daniel Supernault
80e6a5a98f
Update ComposeController, fix validation issue 2023-02-01 22:58:06 -07:00
Daniel Supernault
ab7676f963
Update Like model, increase rate limit to 500 likes per day 2023-01-31 05:00:10 -07:00
Daniel Supernault
171492301b
Update MentionPipeline, store non-local mentions 2023-01-31 04:59:46 -07:00
Daniel Supernault
a7f583497c
Update AP Helpers, fix media validation bug that would reject media with alttext/name longer than 255 chars and store remote alt text if set 2023-01-31 03:37:32 -07:00
Daniel Supernault
016c6e4144
Update SharePipeline, fix ReblogService and undo handling 2023-01-31 03:18:25 -07:00
Daniel Supernault
83e1e203ce
Update SharePipeline, fix share handling and notification generation 2023-01-31 02:27:23 -07:00
daniel
880d4c5717
Merge pull request #4106 from br4yd/patch-1
Minor text change
2023-01-31 00:18:17 -07:00
Daniel Supernault
5a5d00b947
Update ap pipelines 2023-01-31 00:15:41 -07:00
Daniel Supernault
498b46f70f
Update AccountService, fix actor cache invalidation 2023-01-30 23:35:10 -07:00
Daniel Supernault
fe81378808
Update StatusReplyPipeline 2023-01-30 21:46:22 -07:00
Daniel Supernault
049ce7370c
Update StatusReplyPipeline, fix comment counts 2023-01-29 06:57:50 -07:00
Daniel Supernault
164aa5779a
Update StatusReplyPipeline, fix comment counts 2023-01-29 06:50:01 -07:00
Daniel Supernault
84fb59d00a
Update AdminApiController, fix postgres support 2023-01-29 02:19:16 -07:00
daniel
262db2778f
Merge pull request #4122 from idanoo/dev
Resolve issue with backticks in raw SQL for postgresql migrations
2023-01-29 01:18:28 -07:00
idanoo
55dc9b0aaa
Resolve issue with raw sql backticks for postgresql migrations 2023-01-29 21:15:56 +13:00
Daniel Supernault
869c3ed1fa
Update ApiV1Controller, allow description (alt text) updates after status is published 2023-01-29 00:27:23 -07:00
Daniel Supernault
ddbabddd83
Update StatusStateless resource 2023-01-28 20:53:58 -07:00
Daniel Supernault
9ab9ffbafe
Add places api endpoints 2023-01-27 20:52:12 -07:00
Daniel Supernault
94395be9c4
Add archive api endpoints 2023-01-27 19:29:44 -07:00
Daniel Supernault
f0e648b7b8
Update ApiV1Controller, fix bookmarks endpoint 2023-01-27 00:53:47 -07:00
Daniel Supernault
e4e7b5062a
Update FixDuplicateProfiles command 2023-01-21 08:49:51 -07:00
Daniel Supernault
443acb8227
Update FixDuplicateProfiles command 2023-01-21 08:33:58 -07:00
Daniel Supernault
39d683b9fe
Update AdminInviteController 2023-01-21 08:20:36 -07:00