Commit graph

273 commits

Author SHA1 Message Date
KMY
d29b71bfd9 Add instance info support 2023-08-05 09:10:55 +09:00
KMY
82d61dad96 Merge commit '2f932cb2bb' into kb_migration 2023-08-03 15:48:07 +09:00
Emelia Smith
e258b4cb64
Refactor: replace whitelist_mode mentions with limited_federation_mode (#26252) 2023-08-02 19:32:48 +02:00
KMY
1a5f8964e1 Regexp is available in sensitive_words 2023-07-31 11:04:01 +09:00
KMY
266823643e Regexp is available in ng_words 2023-07-31 09:57:51 +09:00
KMY
cd00d7f533 Add sensitive words setting 2023-07-27 12:47:33 +09:00
KMY
c553275381 Add ng words for post/update 2023-07-24 10:38:36 +09:00
KMY
2a813d517d Merge commit 'eaa1f9e450' into kb_migration 2023-07-07 07:20:37 +09:00
KMY
a6a68a548f Add force CW action button on moderatoring statuses 2023-07-06 21:12:53 +09:00
KMY
850c4dfb3c Merge commit '6268188543' into kb_migration 2023-07-04 17:44:40 +09:00
Claire
602c458ab6
Add finer permission requirements for managing webhooks (#25463) 2023-06-22 14:52:25 +02:00
KMY
f8cd77b8b1 Merge commit '69db507924' into kb_migration 2023-06-22 17:39:55 +09:00
Claire
fd23f50243
Fix wrong view being displayed when a webhook fails validation (#25464) 2023-06-20 18:15:35 +02:00
KMY
1f64358afb Merge commit '25c66fa640' into kb_migration 2023-06-13 18:34:49 +09:00
Matt Jankowski
75e299f440
Remove unused redis_info method Admin::Dashboard (#25345) 2023-06-09 14:03:35 +02:00
KMY
edb2a5dcf3 Merge commit 'f378f10404' into kb_migration 2023-06-07 11:45:52 +09:00
Eugen Rochko
4eda233e09
Add webhook templating (#23289)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-06-06 10:42:47 +02:00
KMY
093cfdbb7b Merge commit 'c15c8c7aa8' into kb_migration 2023-06-01 17:30:18 +09:00
Claire
e9385e93e9
Add a confirmation screen when suspending a domain (#25144) 2023-06-01 09:37:38 +02:00
KMY
8638e715cb Add emoji alias-names support 2023-05-22 10:44:32 +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
Nick Schonning
569b39256b
Bump rubocop-rails 2.19.1 with update .rubocop_todo.yml (#24469) 2023-05-04 11:56:24 +02:00
KMY
3a1a6ba39e Merge commit '15fd712464' into kb_migration 2023-05-01 15:05:34 +09:00
KMY
9fa468a4bf Merge branch 'kb_development' into kb_migration 2023-05-01 14:02:02 +09:00
KMY
7d3d93e9a4 Add reject public unlisted subscription configs 2023-04-30 21:36:49 +09:00
Matt Jankowski
6e226f5a32
Fix Rails/ActionOrder cop (#24692) 2023-04-30 06:46:39 +02: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
a1f6ef00db Merge commit 'c62604b5f6' into kb_migration 2023-04-20 17:41:07 +09:00
Eugen Rochko
e98c86050a
Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
KMY
4990a50874 Merge branch 'kb_development' into kb_migration 2023-03-22 22:50:45 +09:00
KMY
2cdaf2af76 Change timing to get image size 2023-03-22 22:50:18 +09:00
KMY
348a641eca Merge remote-tracking branch 'parent/main' into kb_migration 2023-03-21 15:20:15 +09:00
Matt Jankowski
7bef11630d
Remove references to non-existent actions (#24183) 2023-03-20 20:03:44 +01:00
KMY
ccee4d8136 Fix local account only as edit user 2023-03-17 18:43:09 +09:00
KMY
e5677b21e7 Fix moderators privacy 2023-03-17 18:37:47 +09:00
KMY
bbfc45fa68 Fix media attachments order 2023-03-17 18:25:01 +09:00
KMY
9a4115797c Fix status edited account to admin 2023-03-17 18:24:38 +09:00
KMY
7f26135e06 Add action_log when moderate status 2023-03-17 08:52:10 +09:00
KMY
ad102071bc Add admin status edit commands 2023-03-16 23:27:51 +09:00
KMY
92df4674ff Add custom emoji size recording and publish api 2023-03-08 16:32:38 +09:00
KMY
87b9fd9624 Fix media attaches panel title 2023-02-28 15:33:20 +09:00
KMY
bd839a8abc Add admin attachments panel 2023-02-28 09:16:47 +09:00
Nick Schonning
2177daeae9
Autofix Rubocop Style/RedundantBegin (#23703) 2023-02-19 07:09:40 +09:00
Nick Schonning
e2a3ebb271
Autofix Rubocop Style/IfUnlessModifier (#23697) 2023-02-18 12:37:47 +01:00
Claire
343e1fe8e9
Add confirmation screen when handling reports (#22375)
* Add confirmation screen on moderation actions

* Add flash notice when a report has been processed

* Refactor tests

* Add tests
2023-01-18 16:40:09 +01:00
Claire
fcc4c9b34a
Change domain block CSV parsing to be more robust and handle more lists (#21470)
* Change domain block CSV parsing to be more robust and handle more lists

* Add some tests

* Improve domain block import validation and reporting
2023-01-18 16:20:52 +01:00
Claire
18d00055f4
Add dropdown menu item to open admin interface for remote domains (#21895)
* Allow /admin/instances/:domain to handle IDNs

* Add dropdown menu item to open admin interface for remote domains
2023-01-05 14:03:46 +01:00
Claire
8556a649d5
Fix changing domain block severity not undoing individual account effects (#22135)
* Fix changing domain block severity not undoing individual account effects

Fixes #22133

* Add tests
2022-12-15 17:45:02 +01:00