KMY
d29b71bfd9
Add instance info support
2023-08-05 09:10:55 +09:00
KMY
19fd365d8c
Fix misskey searchability private post to limited
2023-08-04 17:55:29 +09:00
KMY
5da511ad8b
Fix account bio tag text
2023-08-04 14:59:29 +09:00
KMY
55e10a2727
Fix searchability logic from activitypub posts
2023-08-04 14:23:52 +09:00
KMY
753ef0f8e0
Add misskey searchability support
2023-08-04 13:54:55 +09:00
KMY
03dabcad9c
Add post_hash_tags_max setting
2023-07-24 12:45:34 +09:00
KMY
c553275381
Add ng words for post/update
2023-07-24 10:38:36 +09:00
KMY
7026a250b2
Fix variable name
2023-07-11 19:11:36 +09:00
KMY
f22d5be2a3
Fix calling fetch_references_service
2023-07-11 18:52:00 +09:00
KMY
cadfbbab96
Add references activitypub support
2023-07-11 18:31:28 +09:00
KMY
a6a68a548f
Add force CW action button on moderatoring statuses
2023-07-06 21:12:53 +09:00
KMY
ad5f9492fb
Fix status reference worker parameters error
2023-07-06 13:23:38 +09:00
KMY
22ad776635
Add status references support
2023-07-06 12:55:11 +09:00
KMY
39b22ba91b
Change activitypub as:LoginOnly to LoginUser
2023-05-26 13:48:59 +09:00
KMY
e67c73846f
Revert "Fix receiving loginonly"
...
This reverts commit 399606a55c
.
2023-05-25 14:47:41 +09:00
KMY
399606a55c
Fix receiving loginonly
2023-05-25 14:46:20 +09:00
KMY
279e4465ac
Fix loginonly activitypub spec
2023-05-25 11:20:26 +09:00
KMY
20497e0c21
Add login visibility
2023-05-24 17:41:47 +09:00
KMY
0907b67239
Add limited-searchability activitypub support
2023-05-24 14:44:46 +09:00
KMY
34f0ad7ad5
Add custom-emoji license support
2023-05-22 18:40:06 +09:00
KMY
ff2bcf7595
Add custom_emoji isSensitive support
2023-05-22 17:44:47 +09:00
KMY
701163237e
Fix private searchability from activitypub
2023-05-22 12:42:16 +09:00
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
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
3a1a6ba39e
Merge commit ' 15fd712464
' into kb_migration
2023-05-01 15:05:34 +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
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
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
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
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
Eugen Rochko
b6d7726ecb
Remove language detection through cld3 ( #17478 )
...
* Remove language detection through cld3
* Update app/helpers/languages_helper.rb
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2022-02-08 02:41:17 +01:00