Claire
c92eb63b11
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 21:31:13 +09:00
KMY
206021455e
Merge remote-tracking branch 'parent/main' into upstream-20240830
2024-08-30 08:17:34 +09:00
Claire
ad0a28a8bf
Add grouped_types
parameter to allow clients to restrict which notifications types get grouped ( #31594 )
2024-08-29 12:39:07 +00:00
KMY(雪あすか)
665c632d66
Add: #406 ユーザーのカスタムCSS ( #825 )
...
* Add: #406 ユーザーのカスタムCSS
* Fix lint
* Fix lint
* カスタムCSSの保存先を変更
* キャッシュを考慮して別URLに変更
2024-08-29 07:55:01 +09:00
KMY(雪あすか)
a7d9fd1e56
Change: #737 tanukeyなど小規模Misskeyフォークも、対Misskey配送制限設定対象にする ( #823 )
...
* Change: #737 tanukeyなど小規模Misskeyフォークも、対Misskey配送制限設定対象にする
* Fix test
* Add cache
* Remove caches
2024-08-28 17:36:27 +09:00
KMY
af0f8f01e1
Merge remote-tracking branch 'parent/main' into upstream-20240821
2024-08-21 12:39:30 +09:00
KMY(雪あすか)
997d744cea
Add: #769 投稿のフォントサイズ調整機能 ( #810 )
2024-08-21 12:23:30 +09:00
Claire
711e1fce0a
Fix pagination parameters in GET /api/v2_alpha/notificatins
( #31509 )
2024-08-20 13:54:08 +00: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
Emelia Smith
99051479c1
Fix Trending Tags pending review having an unstable sort order ( #31473 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-08-19 13:25:40 +00:00
KMY(雪あすか)
fef0b7e28b
Merge pull request #801 from kmycode/upstream-20240817
...
Upstream 20240817
2024-08-17 10:22:34 +09:00
KMY(雪あすか)
c37aba43f9
Fix : #795 通知のグルーピング時、リストの新着投稿通知が表示されない ( #800 )
2024-08-17 09:57:16 +09:00
KMY
82ffc95733
Merge remote-tracking branch 'parent/main' into upstream-20240817
2024-08-17 09:38:31 +09:00
KMY(雪あすか)
f14c2d3ada
Change: 絵文字リアクションの通知のグループ化で、アカウントを絵文字の種類ごとに表示 ( #796 )
...
* Change: 絵文字リアクションの通知のグループ化で、アカウントを絵文字の種類ごとに表示
* Fix lint
* アカウントの一括取得数を制限
* ストリーミング対応
* Fix
* Fix
* Fix
* Fix some problems
* Fix
2024-08-17 08:16:27 +09:00
Jeong Arm
95c11d365d
Don't push to cache buster if attachment path is nil ( #31414 )
2024-08-14 08:57:42 +00:00
Matt Jankowski
02df1b4e4a
Finish email allow/deny list naming migration ( #30530 )
2024-08-13 07:37:32 +00:00
KMY
e7ccc0539f
Merge remote-tracking branch 'parent/main' into upstream-20240813
2024-08-13 07:01:38 +09:00
Claire
cbdd8edf68
Revamp notification policy options ( #31343 )
2024-08-09 13:30:55 +00:00
Claire
994ef16b72
Bust CDN cache on media deletion ( #31353 )
2024-08-09 12:48:34 +00:00
Claire
af2aec1a82
Change notification requests to only count mentions ( #31322 )
2024-08-07 11:12:36 +00:00
KMY(雪あすか)
b787b130a2
Remove: #609 NGワード設定の2項目を削除 ( #789 )
...
* Remove: #609 NGワード設定の2項目を削除
* Fix test
2024-08-06 09:17:36 +09:00
KMY(雪あすか)
9e1c63aa2c
Merge pull request #786 from kmycode/upstream-20240731
...
Upstream 20240731
2024-08-01 07:24:31 +09:00
KMY(雪あすか)
0c37295624
Remove: #609 ローカルユーザー設定から購読許可を削除 ( #782 )
...
* #609 ローカルユーザー設定から購読許可を削除
* Fix test
* Fix test
2024-07-31 13:01:36 +09:00
KMY
8b09a57a91
Merge remote-tracking branch 'parent/main' into upstream-20240731
2024-07-31 13:00:13 +09:00
Emelia Smith
c40e481169
Implement UI for Admin Search of Hashtags ( #30880 )
2024-07-29 15:49:44 +00:00
Adam Niedzielski
337a7fcf30
Fix ß bug in regexp for mentions and tags ( #31122 )
2024-07-25 14:24:19 +00:00
Matt Jankowski
e881a59671
Add User.unconfirmed
scope, reduce factories in scheduler/user_cleanup
spec ( #31063 )
2024-07-25 14:18:24 +00:00
KMY
a99f174d98
Merge commit ' 9e04007020
' into upstream-20240725
2024-07-25 13:06:26 +09:00
Claire
3a49687ca0
Fix performance issue by using LATERAL in group notification CTE ( #31123 )
2024-07-24 18:59:15 +00:00
Emelia Smith
bb2e5a4b58
Add audit logs to Admin::InstancesController ( #27386 )
2024-07-23 08:12:30 +00:00
Claire
2774980589
Fix syntax error in grouped notifications CTE on some PostgreSQL versions ( #31098 )
2024-07-22 07:37:27 +00:00
Renaud Chaput
f587ff643f
Grouped Notifications UI ( #30440 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-07-18 14:36:09 +00:00
Emelia Smith
aa88aca0ad
Add optional OAuth application to reports ( #30539 )
2024-07-16 13:23:08 +00:00
KMY
adee1645a3
Merge remote-tracking branch 'parent/main' into upstream-20240716
2024-07-16 09:01:12 +09:00
David Roetzel
35a437a03f
Destroy NotificationRequest
s that are dismissed ( #31008 )
2024-07-12 12:09:52 +00:00
Claire
ad52b04a1c
Add setting to disable hover cards ( #30931 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2024-07-11 19:42:58 +00:00
KMY(雪あすか)
8e59cd0992
Add: #778 アカウント名・紹介文のフィルタリング ( #779 )
...
* Add: #778 アカウント名・紹介文のフィルタリング
* Fix test
2024-07-10 20:15:12 +09:00
David Roetzel
967505ee9b
Add size limit for all PreviewCard URLs ( #30973 )
2024-07-09 13:11:34 +00:00
Claire
d41b43ed4f
Limit attachments to MEDIA_ATTACHMENTS_LIMIT
when returning posts through the API ( #30932 )
2024-07-08 07:41:50 +00:00
KMY
6955843321
Merge remote-tracking branch 'parent/main' into upstream-20240628
2024-06-28 08:57:12 +09:00
Eugen Rochko
096057b845
Change author_account
to be authors
in REST API ( #30846 )
2024-06-27 13:17:18 +00:00
Claire
7a84b76bb1
Drop favicon.ico generation ( #30375 )
2024-06-26 13:44:08 +00:00
Claire
8827cd597e
Fix /admin/accounts/:account_id/statuses/:id
for edited posts with media attachments ( #30819 )
2024-06-24 13:11:10 +00:00
KMY
af2727387e
Merge remote-tracking branch 'parent/main' into upstream-20240624
2024-06-24 08:38:12 +09:00
Claire
bb2d77b4a0
Change /api/v2_alpha/notifications
to only return historical data in pages ( #30781 )
2024-06-20 15:54:50 +00:00
Claire
f723370c69
Fix missing account_warning
delegation in NotificationGroup
( #30779 )
2024-06-20 13:44:49 +00:00
KMY
aa2cdc898a
Merge remote-tracking branch 'parent/main' into upstream-20240618
2024-06-18 07:43:33 +09:00
Claire
8eb27c60e1
Add most_recent_notification_id
to NotificationGroup
( #30707 )
2024-06-14 10:33:06 +00:00
Claire
37f53542fe
Fix limit handling in grouped notifications CTE ( #30685 )
2024-06-13 12:42:40 +00:00
Matt Jankowski
d818ddd687
Extract SIGN_COUNT_LIMIT
constant in WebauthnCredential
class ( #30636 )
2024-06-11 15:36:21 +00:00