KMY
7b82dbe135
Reverse distribution order
2023-05-03 13:20:53 +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
Claire
32a030dd74
Rewrite import feature ( #21054 )
2023-05-02 12:08:48 +02: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
cb64129a14
Merge branch 'kb_migration' into kb_migration_development
2023-05-01 14:09:13 +09:00
KMY
9fa468a4bf
Merge branch 'kb_development' into kb_migration
2023-05-01 14:02:02 +09:00
KMY
7bcef0f8b2
Fix privacy for misskey
2023-05-01 13:26:10 +09:00
KMY
a4332babb5
Change delivering to misskey setting to send as private
2023-05-01 12:16:16 +09:00
KMY
f5332b0654
Add stop streaming config
2023-04-28 21:36:44 +09:00
KMY
70ea37a4cc
Merge commit ' 8099ba04be
' into kb_migration
2023-04-25 17:08:32 +09:00
Claire
5dc3173ef8
Fix AccountsStatusesCleanupScheduler not spreading deletes across accounts correctly ( #24607 )
2023-04-23 22:25:40 +02:00
KMY
e03f10b1fc
Merge commit ' 501d6197c4
' into kb_migration
2023-04-22 17:10:50 +09:00
Claire
501d6197c4
Change automatic post deletion thresholds and load detection ( #24614 )
2023-04-21 18:14:19 +02:00
KMY
94cd200097
Merge remote-tracking branch 'origin/kb_development' into kb_migration
2023-04-06 16:57:01 +09:00
KMY
af20b1d2aa
Add searchability support
2023-04-06 04:27:52 +09:00
KMY
ceec3a92cd
Merge commit ' 2b11376411
' into kb_migration
2023-04-01 18:05:22 +09:00
Vyr Cossont
d5ad8b6422
Fix Redis client and type errors introduced in #24285 ( #24342 )
2023-04-01 08:28:35 +02:00
Vyr Cossont
7646ad8a2b
IndexingScheduler: fetch and import in batches ( #24285 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-03-31 14:38:47 +02:00
Christian Schmidt
eb38e9df31
Requeue expiration notification ( #24311 )
2023-03-29 10:52:40 +02:00
KMY
348a641eca
Merge remote-tracking branch 'parent/main' into kb_migration
2023-03-21 15:20:15 +09:00
KMY
0071b15fa3
Merge remote-tracking branch 'origin/kb_development' into kb_migration
2023-03-21 15:20:00 +09:00
KMY
16079b4db5
Add status expiration
2023-03-21 11:12:33 +09:00
Vyr Cossont
94cbd808b5
Webhooks for local status.create, status.update, account.update ( #24133 )
2023-03-19 07:47:54 +01:00
KMY
7a4dc84202
Merge remote-tracking branch 'parent/main' into kb_migration
2023-03-18 13:30:34 +09:00
KMY
c8a0050660
Merge commit ' ab85f59c30
' into kb_migration
2023-03-17 09:39:40 +09:00
Claire
1d0ad558ff
Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call ( #24034 )
2023-03-15 03:45:15 +01:00
Claire
6962d117b7
Change ActivityPub::DeliveryWorker
retries to be spread out more ( #21956 )
2023-03-13 18:49:50 +01:00
Claire
68af19c328
Change auto-deletion throttling constants to better scale with server size ( #23320 )
2023-03-13 18:49:01 +01:00
Claire
4cec3ad9b8
Fix original account being unfollowed on migration before the follow request could be sent ( #21957 )
2023-03-13 18:41:40 +01:00
KMY
9e2390f3c9
Merge branch 'kb_development' into kb_migration
2023-03-08 16:38:48 +09:00
KMY
d272233f10
Fix streaming toot deletion
2023-03-06 18:04:19 +09:00
KMY
ed3abf4f2a
Add public_unlisted scope as status privacy
2023-03-05 13:24:31 +09:00
KMY
a0b98f9242
Merge remote-tracking branch 'parent/main' into kb_migration
2023-03-05 10:21:23 +09:00
Jean byroot Boussier
922837dc96
Upgrade to latest redis-rb 4.x and fix deprecations ( #23616 )
...
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
2023-03-04 16:38:28 +01:00
KMY
370f25f3cd
Merge commit ' aa98c8fbeb
' into kb_migration
2023-03-04 09:46:40 +09:00
Nick Schonning
b00f945d92
Remove implied StandardError rescue ( #23942 )
2023-03-03 22:49:16 +01:00
Claire
050f1669c6
Fix original account being unfollowed on migration before the follow request could be sent ( #21957 )
2023-03-03 21:13:55 +01:00
Claire
ddde4e0d95
Change ActivityPub::DeliveryWorker
retries to be spread out more ( #21956 )
2023-03-03 21:08:22 +01:00
KMY
20b0f17d98
Remove debug code
2023-02-27 14:29:26 +09:00
KMY
de951a0ef9
Add emoji reaction notification support
2023-02-26 18:09:25 +09:00
KMY
dfe1332be6
Fix streaming emoji reaction self only
2023-02-26 15:57:35 +09:00
KMY
de3512fb82
Merge commit ' 730bb3e211
' into kb_development
2023-02-25 11:14:35 +09:00
KMY
15bc0df759
Add emoji reaction deletion api
2023-02-25 10:42:19 +09:00
Claire
20b80c62ff
Change auto-deletion throttling constants to better scale with server size ( #23320 )
2023-02-23 16:52:40 +01:00
Nick Schonning
717683d1c3
Autofix Rubocop remaining Layout rules ( #23679 )
2023-02-20 06:58:28 +01:00
Nick Schonning
21bf326356
Autofix Rubocop Rails/Pluck ( #23730 )
2023-02-20 02:28:40 +01:00
Nick Schonning
2177daeae9
Autofix Rubocop Style/RedundantBegin ( #23703 )
2023-02-19 07:09:40 +09:00
Nick Schonning
a6f77aa28a
Autofix Rubocop Lint/AmbiguousOperatorPrecedence ( #23681 )
2023-02-18 04:30:23 +01: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