Commit graph

13953 commits

Author SHA1 Message Date
KMY
5759c6628f Merge commit 'e95e896f10' into kb_migration_development 2023-05-16 17:52:40 +09:00
dependabot[bot]
e95e896f10
Bump capybara from 3.39.0 to 3.39.1 (#25004)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 10:52:07 +02:00
Nick Schonning
cee4369cf5
Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#25002) 2023-05-16 10:51:59 +02:00
dependabot[bot]
520462799f
Bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.6 (#24998)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 10:51:02 +02:00
dependabot[bot]
bbe4800b04
Bump @typescript-eslint/parser from 5.59.5 to 5.59.6 (#25000)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 10:45:53 +02:00
dependabot[bot]
4d6a8ee34a
Bump eslint-plugin-jsdoc from 43.1.1 to 44.2.4 (#24994)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 10:10:02 +02:00
Steven Munn
52d36f0f98
Fix spelling of "Lets" on the onboarding page after clicking the confirmation email (#24959)
Co-authored-by: Steven Munn <stevenjmunn@gmail.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-05-15 22:42:07 +02:00
Matt Jankowski
604e1c2b11
Remove usage of random sample values in specs (#24869) 2023-05-15 20:20:13 +02:00
Matt Jankowski
b84bc2de5d
Replace i18n view spec with helper spec (#24966) 2023-05-15 17:25:04 +02:00
KMY
f52d4e7a04 Remove noai property from account api 2023-05-15 18:10:31 +09:00
KMY
d416afd028 Change emoji_reaction worker to service 2023-05-15 18:04:54 +09:00
KMY
ecce8edb84 Rename AccountLimitable module to AccountScope 2023-05-15 17:58:04 +09:00
KMY
d64f0df8a0 Spread stop_emoji_reaction_streaming effective 2023-05-15 17:54:16 +09:00
Renaud Chaput
2e1c6e93ad
Bump mkdirp major version (#24978) 2023-05-15 09:40:24 +02:00
KMY
9015002334 Change account fields max 4 to 6 2023-05-15 14:21:50 +09:00
KMY
a85fbcd471 Add hide someone setting 2023-05-15 14:21:30 +09:00
KMY
1bcf3e8c0b Fix instance max_reactions property 2023-05-15 08:44:49 +09:00
KMY
b183089a48 Fix glitch-toc route 2023-05-15 08:22:57 +09:00
KMY
5a638a9551 Add glitch-toc emoji_reaction support 2023-05-15 08:09:22 +09:00
dependabot[bot]
713d217384
Bump eslint from 8.39.0 to 8.40.0 (#24919)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-14 15:09:33 +02:00
KMY
fec0f7e009 Fix search api searchability api change 2023-05-14 17:14:50 +09:00
KMY
6e31ac8714 Fix other setting merge misstake 2023-05-14 14:40:39 +09:00
KMY
1200842ca5 Merge commit '679aca46da' into kb_migration_development 2023-05-14 14:22:56 +09:00
KMY
de9e4b964c Fix searchability api to compat with fedibird 2023-05-14 14:12:35 +09:00
KMY
6735a422ab Fix other_setting merging values 2023-05-14 13:43:52 +09:00
KMY
062da7f31d Publish noai, noindex or other_settings on activitypub 2023-05-14 13:22:44 +09:00
KMY
a4de9fcfdb Hide real count on api level 2023-05-14 12:58:09 +09:00
KMY
9818f6a0e1 Add fedibird hide followers count support 2023-05-14 12:44:41 +09:00
KMY
56245f4ef8 Fix account page error when no-login 2023-05-14 12:43:09 +09:00
KMY
754c28ff5c Update readme 2023-05-14 12:42:52 +09:00
KMY
5fa4e98a65 Update antenna stl mode 2023-05-14 10:29:26 +09:00
KMY
16f05fcaa1 Remove unnecessary index 2023-05-14 09:10:11 +09:00
Matt Jankowski
679aca46da
I18n pluralization errors (#24963) 2023-05-12 18:53:30 +02:00
KMY
4f115c7d62 Merge commit '433ab0c9a3' into kb_migration_development 2023-05-12 22:50:21 +09:00
KMY
3fa8efaf93 Add domainblocks to reject_reply_exclude_followers 2023-05-12 21:46:28 +09:00
Daniel M Brasil
433ab0c9a3
Fix uncaught NoMethodError error in /api/v1/admin/canonical_email_blocks/test (#24947)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-05-12 13:46:16 +02:00
Claire
9015c2d646
Change profile updates to be sent to recently-mentioned servers (#24852) 2023-05-12 13:13:04 +02:00
Matt Jankowski
2c2d924942
Fix RSpec/RepeatedExampleGroupDescription cop (#24850)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-05-12 12:25:32 +02:00
KMY
f84a002675 Update default github repository path 2023-05-12 17:42:59 +09:00
KMY
72c8f18458 Merge commit 'bf3ebeb42f' into kb_migration_development 2023-05-12 16:54:38 +09:00
KMY
31022ceb5a Change media attachments max 8 to 16 on web cli 2023-05-12 16:54:11 +09:00
KMY
66de2ee2c1 Disable full text search timeline 2023-05-12 16:51:59 +09:00
Matt Jankowski
bf3ebeb42f
Fix RSpec/SharedContext cop (#24847) 2023-05-12 09:25:43 +02:00
KMY
ab8d77adb0 Change code style 2023-05-12 16:08:22 +09:00
KMY
2a54b76823 Bump to media attachments max on poll (disabled now) 2023-05-12 15:47:40 +09:00
KMY
ec0ed1cfd8 Fix show over 5 medias on web cli 2023-05-12 15:47:09 +09:00
KMY
081439a7dd Permit post has media_attachments and polls 2023-05-12 15:03:26 +09:00
KMY
7e8253e87b Add group in readme 2023-05-12 12:02:53 +09:00
KMY
a45eae2618 Fix show media_only on local timeline 2023-05-12 11:17:27 +09:00
KMY
cd452874a7 Merge commit '5241f7b2fd' into kb_migration_development 2023-05-12 11:16:48 +09:00