KMY
|
5979c0ea1d
|
Merge remote-tracking branch 'parent/main' into upstream-20240310
|
2025-03-10 19:58:05 +09:00 |
|
Claire
|
5a100bf38f
|
Add ability to email announcements to all users (#33928)
|
2025-03-06 14:05:27 +00:00 |
|
KMY
|
3c77d4e8e4
|
Merge remote-tracking branch 'parent/main' into upstream-20241231
|
2024-12-31 11:56:36 +09:00 |
|
Matt Jankowski
|
d31d988e24
|
Add coverage for UserMailer not delivering to memorialized users (#33366)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2024-12-20 10:27:40 +00:00 |
|
KMY
|
3784ad273c
|
Merge remote-tracking branch 'parent/main' into upstream-20241216
|
2024-12-16 10:14:31 +09:00 |
|
Matt Jankowski
|
66266ec6fc
|
Add coverage for UserMailer#terms_of_service_changed mailer (#33242)
|
2024-12-10 14:45:40 +00:00 |
|
Eugen Rochko
|
30aa0df88c
|
Add terms of service (#33055)
|
2024-12-09 10:04:46 +00:00 |
|
KMY
|
3c3ee557d0
|
Merge remote-tracking branch 'parent/main' into upstream-20241206
|
2024-12-06 12:17:45 +09:00 |
|
Eugen Rochko
|
48ea7552dd
|
Change hashtag trends to be stored in the database instead of redis (#32837)
Co-authored-by: David Roetzel <david@roetzel.de>
|
2024-12-04 11:59:17 +00:00 |
|
KMY
|
66bed31dbe
|
Merge remote-tracking branch 'parent/main' into upstream-20241006
|
2024-10-05 09:10:58 +09:00 |
|
Matt Jankowski
|
ebdeac0731
|
Add coverage for missing status scenario in NotificationMailer (#32256)
|
2024-10-04 14:15:14 +00:00 |
|
KMY
|
c905714459
|
Merge remote-tracking branch 'parent/main' into upstream-20240926
|
2024-09-26 08:29:41 +09:00 |
|
Matt Jankowski
|
83574f641a
|
Add coverage and use mailer callback to check functional user in notification mailer (#32055)
|
2024-09-25 08:07:48 +00:00 |
|
Matt Jankowski
|
780e2e9d66
|
Convert notification mailer spec shared examples to matchers (#32047)
|
2024-09-24 12:07:16 +00:00 |
|
KMY
|
f18eabfe75
|
Merge remote-tracking branch 'parent/main' into upstream-20240906
|
2024-09-06 08:42:24 +09:00 |
|
Matt Jankowski
|
f1003b2560
|
Enable "zero monkey patching" mode in RSpec (#31614)
|
2024-09-04 05:12:25 +00:00 |
|
KMY
|
c546939a40
|
Merge remote-tracking branch 'parent/main' into upstream-20240524
|
2024-05-24 08:33:49 +09:00 |
|
Matt Jankowski
|
70608f824e
|
Add coverage for AdminMailer#auto_close_registrations (#30349)
|
2024-05-20 08:03:39 +00:00 |
|
KMY
|
45c5c7b055
|
Merge remote-tracking branch 'parent/main' into upstream-20240408
|
2024-04-08 07:44:47 +09:00 |
|
Claire
|
1f11aa5f04
|
Add stub for trending tags in user mailer spec (#29850)
|
2024-04-05 07:48:07 +00:00 |
|
KMY
|
54f5113b46
|
Merge remote-tracking branch 'parent/main' into upstream-20240124
|
2024-01-24 08:38:14 +09:00 |
|
Claire
|
e2d9635074
|
Add notification email on invalid second authenticator (#28822)
|
2024-01-22 13:55:43 +00:00 |
|
KMY
|
c5e4020922
|
Merge remote-tracking branch 'parent/main' into upstream-20231124
|
2023-11-24 09:07:40 +09:00 |
|
Matt Jankowski
|
19baf22683
|
Add missing email previews for AdminMailer (#28044)
|
2023-11-23 12:32:50 +00:00 |
|
Matt Jankowski
|
6d51ac246b
|
Update partials for the AdminMailer.new_trends mailer (#28011)
|
2023-11-21 10:52:20 +00:00 |
|
KMY
|
abec232dd7
|
Merge remote-tracking branch 'parent/main' into upstream-20231120
|
2023-11-20 12:50:02 +09:00 |
|
Matt Jankowski
|
549e8e7baf
|
Add email_spec and speedup/cleanup to spec/mailers (#27902)
|
2023-11-17 09:50:19 +00:00 |
|
Matt Jankowski
|
c51e2f7e38
|
Misc spec/refactor to user mailer and user mailer spec (#27486)
|
2023-10-30 13:23:10 +09:00 |
|
Matt Jankowski
|
1f5187e2e2
|
Misc spec/refactor to user mailer and user mailer spec (#27486)
|
2023-10-27 09:57:16 +00:00 |
|
KMY(雪あすか)
|
87e858a202
|
Add: フレンドサーバー (#61)
* Fix mastodon version
* テーブル作成
* Wip: フレンドサーバーフォローの承認を受信
* Wip: フレンド申請拒否を受信
* Wip: フォローリクエストを受理
* Wip: 相手からのフォロー・アンフォローを受理
* 普通のフォローとフレンドサーバーのフォローを区別するテストを追加
* ドメインブロックによるフォロー拒否
* ドメインブロックしたあと、申請中のフォロリクを取り下げる処理
* スタブに条件を追加
* Wip: 相手からのDelete信号に対応
* DB定義が消えていたので修正
* Wip: ローカル公開投稿をフレンドに送信する処理など
* Wip: 未収載+誰でもの投稿をフレンドに送る設定
* Wip: ローカル公開をそのまま送信する設定を考慮
* Fix test
* Wip: 他サーバーからのローカル公開投稿の受け入れ
* Wip: Web画面作成
* Fix test
* Wip: ローカル公開を連合TLに流す
* Wip: フレンドサーバーの削除ボタン
* Wip: メール通知や設定のテストなど
* Wip: 翻訳を作成
* Fix: 却下されたあとフォローボタンが表示されない問題
* Wip: 編集できない問題
* 有効にしていないフレンドサーバーをリストで無効表示
|
2023-10-09 11:51:15 +09:00 |
|
Claire
|
16681e0f20
|
Add admin notifications for new Mastodon versions (#26582)
|
2023-09-01 17:47:07 +02:00 |
|
Christian Schmidt
|
ca342d4838
|
Add List-Unsubscribe email header (#26085)
|
2023-08-01 19:34:40 +02:00 |
|
Matt Jankowski
|
285a3df56c
|
Move localized subject mailer shared example to separate file (#25889)
|
2023-07-20 15:50:50 +02:00 |
|
Matt Jankowski
|
f3fca78756
|
Refactor NotificationMailer to use parameterization (#25718)
|
2023-07-10 03:06:22 +02:00 |
|
Matt Jankowski
|
d6b387a0c4
|
Remove unused NotificationMailer#digest preview (#25719)
|
2023-07-08 20:04:21 +02:00 |
|
Matt Jankowski
|
cf33028f35
|
Admin mailer parameterization (#25759)
|
2023-07-08 20:03:38 +02:00 |
|
Matt Jankowski
|
3a65fb044f
|
Add coverage for UserMailer methods (#25484)
|
2023-06-19 09:50:35 +02:00 |
|
Matt Jankowski
|
c42591356d
|
Fix RSpec/DescribedClass cop (#25104)
|
2023-06-06 13:58:33 +02:00 |
|
Matt Jankowski
|
604e1c2b11
|
Remove usage of random sample values in specs (#24869)
|
2023-05-15 20:20:13 +02:00 |
|
Matt Jankowski
|
c97b611b6b
|
Fix RSpec/InferredSpecType cop (#24736)
|
2023-05-04 05:49:53 +02:00 |
|
Mark Roszko
|
c23d285b16
|
Remove the u in Favorite for non-gb english (#24667)
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
|
2023-04-30 16:33:37 +09:00 |
|
Heitor de Melo Cardozo
|
4601e0dcbb
|
Add user handle to notification mail recipient address (#24240)
Co-authored-by: luccamps <luccamps@users.noreply.github.com>
Co-authored-by: Leonardo Negreiros de Oliveira <negreirosleo12@gmail.com>
Co-authored-by: Marcio Flavio <mflaviof1995@gmail.com>
Co-authored-by: Gabriel Quaresma <j.quaresmasantos_98@hotmail.com>
|
2023-04-17 11:06:06 +02:00 |
|
Matt Jankowski
|
7f4412eeeb
|
User mailer spec coverage improvements (#23905)
|
2023-03-04 17:16:11 +01:00 |
|
Matt Jankowski
|
6185efbc3c
|
Admin mailer spec coverage improvement (#23863)
|
2023-02-28 22:33:34 +09:00 |
|
Nick Schonning
|
84cc805cae
|
Enable Style/FrozenStringLiteralComment for specs (#23790)
|
2023-02-22 09:55:31 +09:00 |
|
Nick Schonning
|
81ad6c2e39
|
Autofix Rubocop Style/StringLiterals (#23695)
|
2023-02-19 07:38:14 +09:00 |
|
Eugen Rochko
|
45ebdb72ca
|
Add support for language preferences for trending statuses and links (#18288)
|
2022-10-08 16:45:40 +02:00 |
|
Eugen Rochko
|
0b3e4fd5de
|
Remove digest e-mails (#17985)
* Remove digest e-mails
* Remove digest-related code
|
2022-08-25 23:38:22 +02:00 |
|
Claire
|
ce9dcbea32
|
Fix failure when sending warning emails with custom text (#17983)
* Add tests
* Fix failure when sending warning emails with custom text
|
2022-04-07 14:47:30 +02:00 |
|
Eugen Rochko
|
6221b36b27
|
Remove sign-in token authentication, instead send e-mail about new sign-in (#17970)
|
2022-04-06 20:58:12 +02:00 |
|