5b455dc56e
Change bio limit from 500 > 1000
2024-12-05 09:52:13 +01:00
b2d2e10dc5
Merge commit '836810e88b0b54721079cb579aa0b63fdf80bfab' into bark-prod
continuous-integration/drone/push Build is passing
2024-12-03 15:34:28 +01:00
Matt Jankowski
c78dc23b49
Move account sensitize-related methods to concern ( #28865 )
2024-11-11 13:08:23 +00:00
Matt Jankowski
d033920b7e
Move account silence-related methods to concern ( #28866 )
2024-11-11 08:29:55 +00:00
Matt Jankowski
2f906ed55a
Constants for account refresh ( #32420 )
2024-10-23 13:29:01 +00:00
52d87ffb2b
Merge commit '03210085b7481568cc507f088144aaf1dae73c88' into bark-prod
2024-10-07 19:13:50 +02:00
Matt Jankowski
bfabd6a2b8
Move account suspension-related methods to concern ( #28351 )
2024-10-07 12:02:04 +00:00
Claire
0c872beed4
Merge commit from fork
...
This should not change the set of words matched by `USERNAME_RE` but does
change the one matched by `MENTION_RE`. Indeed, the previous regexp allowed
a domain part to start with `.` or `-`, which the new regexp does not allow.
2024-09-30 12:25:54 +02:00
bc9fd6c019
Merge commit '513f187dafd8ff441479a6de12c61f8bb8d4c5bf' into bark-prod
continuous-integration/drone/push Build is passing
2024-09-27 10:20:27 +02:00
Matt Jankowski
5405bdd344
Remove unused E2EE messaging code ( #31193 )
2024-09-18 09:27:43 +00:00
Claire
ba81e4e019
Fix inability to locally suspend remotely-suspended accounts in moderation interface ( #31899 )
2024-09-13 09:11:10 +00:00
Eugen Rochko
e0c27a5047
Add ability to manage which websites can credit you in link previews ( #31819 )
2024-09-10 12:00:40 +00:00
Matt Jankowski
5b995143f1
Use with_options
for shared Account validation option value ( #31827 )
2024-09-10 08:03:45 +00:00
Matt Jankowski
be77a1098b
Extract Account::AUTOMATED_ACTOR_TYPES
for "bot" actor_type values ( #31772 )
2024-09-06 07:49:38 +00:00
Matt Jankowski
7c26e5e4a1
Add Reviewable
model concern ( #31152 )
2024-09-03 15:37:45 +00:00
Matt Jankowski
2f0d0fc127
Add coverage for CLI::Accounts#fix_duplications
task ( #30639 )
2024-09-03 15:36:59 +00:00
5ced66d73a
Merge commit '97f6baf977212e84125ac325176ad305ad5b068a' into bark-prod
continuous-integration/drone/push Build was killed
2024-08-30 09:45:35 +02:00
Edward Moulsdale
d4f135bc6d
Fix in memoriam accounts appearing in follow recommendations ( #31474 )
...
Co-authored-by: Utkarsh Wankar <46633523+kernal053@users.noreply.github.com>
2024-08-19 15:55:42 +00:00
Adam Niedzielski
337a7fcf30
Fix ß bug in regexp for mentions and tags ( #31122 )
2024-07-25 14:24:19 +00:00
f64f159c17
Merge commit '7f808ff6e9148f1cfe1e16d000e2405b6e31f243' into bark-prod
continuous-integration/drone/push Build is passing
2024-06-03 10:37:00 +02:00
Matt Jankowski
4a77e477ee
Consolidate account scopes for LOWER
(index using) username/domain queries ( #30451 )
2024-05-28 14:11:31 +00:00
Matt Jankowski
bbf1b603e0
Remove unused Account.popular
scope ( #30068 )
2024-04-29 09:04:35 +00:00
Matt Jankowski
2123281f7c
Move Account
limits to constants ( #30087 )
2024-04-29 09:02:47 +00:00
61cd0f81b5
max fields
continuous-integration/drone/push Build is passing
2024-04-17 16:55:18 +02:00
Matt Jankowski
13bbde2246
Use existing DEFAULT_FIELDS_SIZE
constant to limit Account#fields
( #29911 )
2024-04-12 09:04:23 +00:00
Matt Jankowski
cf76380c91
Add AccountStat.by_recent_status
, use in Account
( #29704 )
2024-03-26 13:12:09 +00:00
ffae506e12
Merge remote-tracking branch 'upstream/main'
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing
2024-03-15 11:06:28 +01:00
Matt Jankowski
14aa7f1e15
Use Account.activitypub
generated scope ( #28157 )
2024-03-14 13:19:20 +00:00
Matt Jankowski
c09b8a7164
Add Account.without_internal
scope ( #29559 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-03-13 14:11:23 +00:00
2cc89b04b4
Merge remote-tracking branch 'upstream/main'
continuous-integration/drone/push Build is passing
2024-03-04 13:53:47 +01:00
Matt Jankowski
245064bb98
Move "everyone" role and "instance actor" account magic number IDs to constants ( #29260 )
2024-02-19 11:09:43 +00:00
6cb18320c0
Merge remote-tracking branch 'upstream/main'
continuous-integration/drone/push Build is passing
2024-02-17 13:01:40 +01:00
Wolfgang Fournès
cfadb87077
Update enum syntax to use the new Rails 7.0 style ( #29217 )
2024-02-16 14:54:23 +00:00
d5769ec3e9
Merge remote-tracking branch 'upstream/main'
continuous-integration/drone/push Build is passing
2024-01-24 10:52:32 +01:00
Matt Jankowski
18004bf227
Add Account.matches_uri_prefix
scope and use in activitypub/followers_synchronizations controller ( #28820 )
2024-01-22 13:55:37 +00:00
Matt Jankowski
1480573c83
Add Account.auditable
scope, fix N+1 in admin/action_logs#index ( #28812 )
2024-01-19 01:39:30 +00:00
Matt Jankowski
d0b3bc23d7
Remove unused matches_domain
scopes on Account, DomainAllow, DomainBlock ( #28803 )
2024-01-18 16:11:04 +00:00
12bfa9781b
Merge remote-tracking branch 'upstream/main'
continuous-integration/drone/push Build is failing
2024-01-16 09:47:16 +01:00
Matt Jankowski
a90c134850
Move followable by logic to suggestion class ( #28710 )
2024-01-12 13:09:33 +00:00
Matt Jankowski
cd4b4d4734
Replace unused by_recent_sign_in
scope ( #28616 )
2024-01-08 15:31:13 +00:00
Matt Jankowski
9322396e58
Use normalizes to prepare Account#username
value ( #28646 )
2024-01-08 13:48:31 +00:00
6b71734b73
Merge remote-tracking branch 'upstream/main'
continuous-integration/drone/push Build is passing
2023-12-18 14:47:49 +01:00
Matt Jankowski
1820bad646
Fix Performance/StringIdentifierArgument
cop ( #28399 )
2023-12-18 10:26:09 +00:00
5082246ee5
Merge remote-tracking branch 'upstream/main'
continuous-integration/drone Build is passing
2023-12-03 11:19:50 +01:00
Matt Jankowski
440b80b2e7
Model concerns organization into module namespaces ( #28149 )
2023-12-01 11:00:41 +00:00
3dd4a94c57
Merge remote-tracking branch 'upstream/main'
continuous-integration/drone Build is passing
2023-12-01 10:57:58 +01:00
Claire
963354978a
Add Account#unavailable?
and Account#permanently_unavailable?
aliases ( #28053 )
2023-11-30 15:43:26 +00:00
bcbdfc19fd
max post chars and profile fields
2023-11-09 21:45:08 +01:00
Claire
340c390849
Fix crash when filtering for “dormant” relationships ( #27306 )
2023-10-06 12:58:16 +02:00
Matt Jankowski
c676bc91e9
Dont match mention in url query string ( #25656 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-10-03 17:01:45 +02:00