KMY
de9e4b964c
Fix searchability api to compat with fedibird
2023-05-14 14:12:35 +09:00
KMY
3fa8efaf93
Add domainblocks to reject_reply_exclude_followers
2023-05-12 21:46:28 +09:00
KMY
7c118ed1d0
Merge commit ' 32f0e619f0
' into kb_migration_development
2023-05-07 14:51:21 +09:00
KMY
32f0e619f0
Merge commit ' f877aa9d70
' into kb_migration
2023-05-07 14:50:12 +09:00
KMY
b7ef24d3e8
Merge branch 'kb_development' into kb_migration
2023-05-07 14:11:18 +09:00
Matt Jankowski
f1c1dd0118
Rename with_lock
to with_redis_lock
to avoid confusion with ActiveRecord's method ( #24741 )
2023-05-02 18:16:07 +02:00
KMY
239687820b
Fix rejecting reply from remote
2023-05-02 18:41:47 +09:00
KMY
81a7272ce7
Merge commit ' 3a1a6ba39e
' into kb_migration_development
2023-05-01 15:08:16 +09:00
KMY
3a1a6ba39e
Merge commit ' 15fd712464
' into kb_migration
2023-05-01 15:05:34 +09:00
KMY
f5332b0654
Add stop streaming config
2023-04-28 21:36:44 +09:00
KMY
c4367544d7
Merge branch 'kb_development' into kb_migration
2023-04-28 14:33:09 +09:00
KMY
9ad92e6a09
Addo domein block extra supports
2023-04-28 13:31:02 +09:00
KMY
1ba30e6c75
Add hashtag,follow domain_blocks
2023-04-28 08:36:59 +09:00
KMY
6537405eab
Add domain block setting reject_favourite and reject_reply
2023-04-27 12:04:10 +09:00
KMY
70ea37a4cc
Merge commit ' 8099ba04be
' into kb_migration
2023-04-25 17:08:32 +09:00
KMY
2fef21664b
Add antenna and bio-searchability support
2023-04-24 10:06:25 +09:00
Matt Jankowski
0a5f0a8b20
Remove instance variables from helper usage ( #24203 )
2023-04-23 22:35:54 +02:00
KMY
8a412f0f59
Fix status trends
2023-04-15 09:56:30 +09:00
KMY
dc4dca177e
Fix: lack of change
2023-04-07 20:28:15 +09:00
KMY
1502668ee5
Support 5 or more media_attachments from activitypub
2023-04-07 20:26:52 +09:00
KMY
af7c325998
Wip: Fix status searchability
2023-04-06 13:34:59 +09:00
KMY
502761c0ad
Wip: Fix searchability value
2023-04-06 13:10:29 +09:00
KMY
489eeb4aa7
Fix activitypub searchability error
2023-04-06 04:42:24 +09:00
KMY
af20b1d2aa
Add searchability support
2023-04-06 04:27:52 +09:00
KMY
615bfa85bb
Fix activitypub group reboot not working
2023-03-14 12:53:33 +09:00
KMY
47bedd20ca
Move emoji reaction limitation constraints
2023-03-08 16:31:22 +09:00
KMY
d8fd1300e8
Debug like.rb
2023-02-27 14:17:07 +09:00
KMY
b242a89e63
Debug undo.rb
2023-02-27 10:55:04 +09:00
KMY
bf6e427160
Debug undo.rb
2023-02-27 10:48:50 +09:00
KMY
df0b8723d7
Debug like.rb
2023-02-27 10:44:47 +09:00
KMY
0feabcf9c3
Debug like.rb, undo.rb
2023-02-27 10:34:16 +09:00
KMY
f7e5adfa70
Debug like.rb
2023-02-27 10:25:55 +09:00
KMY
a1485f242d
Add emoji reaction detail status
2023-02-26 23:44:52 +09:00
KMY
3053f30683
Change activitypub type Like to EmojiReact
2023-02-26 15:56:50 +09:00
KMY
d538d2a2a3
Add activitypub emoji_reaction receiving
2023-02-26 11:37:48 +09:00
Nick Schonning
2177daeae9
Autofix Rubocop Style/RedundantBegin ( #23703 )
2023-02-19 07:09:40 +09:00
Nick Schonning
669f6d2c0a
Run rubocop formatting except line length ( #23632 )
2023-02-18 06:56:20 +09:00
Claire
0c9eac80d8
Fix unbounded recursion in post discovery ( #23506 )
...
* Add a limit to how many posts can get fetched as a result of a single request
* Add tests
* Always pass `request_id` when processing `Announce` activities
---------
Co-authored-by: nametoolong <nametoolong@users.noreply.github.com>
2023-02-10 22:16:37 +01:00
Nick Schonning
ed570050c6
Autofix Rails/EagerEvaluationLogMessage ( #23429 )
...
* Autofix Rails/EagerEvaluationLogMessage
* Update spec for debug block syntax
2023-02-07 03:44:36 +01:00
Claire
c8849d6cee
Fix unbounded recursion in account discovery ( #22025 )
...
* Fix trying to fetch posts from other users when fetching featured posts
* Rate-limit discovery of new subdomains
* Put a limit on recursively discovering new accounts
2022-12-07 00:15:24 +01:00
Takeshi Umeda
1d34eff63f
Add featured tag add/remove activity handler ( #19408 )
2022-10-22 11:49:41 +02:00
Yamagishi Kazutoshi
c3fac61f56
Fix Mastodon::RaceConditionError
that occurs when external status is reblogged ( #18424 )
...
* Fix `Mastodon::RaceConditionError` that occurs when external status is reblogged
* Replace to `@object`
2022-05-16 01:00:09 +02:00
Eugen Rochko
6cf57c6765
Refactor how Redis locks are created ( #18400 )
...
* Refactor how Redis locks are created
* Fix autorelease duration on account deletion lock
2022-05-13 00:02:35 +02:00
Claire
0360135d4d
Fix PeerTube videos appearing with an erroneous “Edited at” marker ( #18100 )
...
* Fix PeerTube videos appearing with an erroneous “Edited at” marker
PeerTube videos have an `updated` field equal to `published`.
When processing an incoming activity that has the same value for `updated` and
`published`, assume this doesn't represent an actual edit.
* Please CodeClimate
2022-04-26 21:25:26 +02:00
Eugen Rochko
cefa526c6d
Refactor formatter ( #17828 )
...
* Refactor formatter
* Move custom emoji pre-rendering logic to view helpers
* Move more methods out of Formatter
* Fix code style issues
* Remove Formatter
* Add inline poll options to RSS feeds
* Remove unused helper method
* Fix code style issues
* Various fixes and improvements
* Fix test
2022-03-26 02:53:34 +01:00
Claire
c9b3cf8510
Fix searching already-known converted activities by URL ( #17814 )
...
Fixes #17813
2022-03-17 00:46:49 +01:00
Eugen Rochko
ddbe906c25
Fix not updating a status when newer version is fetched manually ( #17745 )
2022-03-12 09:11:36 +01:00
Eugen Rochko
2ea754b861
Fix duplicate notifications being possible after poll expiration ( #17697 )
2022-03-04 01:06:33 +01:00
Eugen Rochko
04c3ac896a
Fix infinite re-forwarding of update activities temporarily ( #17698 )
2022-03-04 01:00:13 +01:00
Eugen Rochko
0dc57ab6ed
Fix status updates not being forwarded like deletes through ActivityPub ( #17648 )
...
Fix #17521
2022-02-26 17:51:59 +01:00