KMY(雪あすか)
|
8a29aef842
|
Add: #446 スタンプ上限の設定を、ローカルユーザー向けと外部サーバーユーザー向けのものに分ける (#553)
|
2024-02-15 12:53:11 +09:00 |
|
KMY(雪あすか)
|
e317edecb8
|
Add: #348 新規登録の上限人数 (#527)
* Add: #348 新規登録の上限人数
* Fix test
* Fix test
* Wip
* Fix test
* Add invite support
* Wip
* Fix test
* Fix test
* Fix test
|
2024-02-12 22:05:32 +09:00 |
|
KMY
|
05e52a09a8
|
Merge remote-tracking branch 'parent/main' into upstream-20230209
|
2024-02-09 12:53:59 +09:00 |
|
Claire
|
7ee93b7431
|
Change source attribute of Suggestion entity in /api/v2/suggestions back to a string (#29108)
|
2024-02-06 17:10:17 +00:00 |
|
Emelia Smith
|
4fb7f611de
|
Return domain block digests from admin domain blocks API (#29092)
|
2024-02-06 12:38:14 +00:00 |
|
KMY
|
3dd9591a4b
|
Merge remote-tracking branch 'parent/main' into upstream-20240126
|
2024-01-26 11:14:21 +09:00 |
|
Matt Jankowski
|
7c9c6c7f80
|
Fix remaining Rails/WhereExists cop violations, regenerate todo (#28892)
|
2024-01-25 12:37:07 +00:00 |
|
KMY
|
9fa938eb0f
|
Merge remote-tracking branch 'parent/main' into upstream-20240125
|
2024-01-25 18:15:21 +09:00 |
|
Eugen Rochko
|
5b1eb09d54
|
Add annual reports for accounts (#28693)
|
2024-01-24 09:38:10 +00:00 |
|
KMY
|
a4cc73438e
|
Merge remote-tracking branch 'parent/main' into upstream-20240122
|
2024-01-22 10:07:33 +09:00 |
|
KMY(雪あすか)
|
8793bc286e
|
Add: #40 拡張ドメインブロックに「トレンドに掲載しない」を追加 (#492)
|
2024-01-22 09:06:05 +09:00 |
|
Matt Jankowski
|
4ec7d7d989
|
Fix Rails/WhereExists cop in REST::TagSerializer model (#28790)
|
2024-01-19 09:35:58 +00:00 |
|
KMY
|
2b51fabe9c
|
Merge remote-tracking branch 'parent/main' into upstream-20240118
|
2024-01-18 09:17:39 +09:00 |
|
Renaud Chaput
|
cb5ac15923
|
Use a helper to avoid using media/ asset prefixes (#28756)
|
2024-01-17 12:19:51 +00:00 |
|
KMY(雪あすか)
|
407a53aa33
|
Remove: メディアを配送しない設定の削除 (#445)
|
2024-01-11 09:16:59 +09:00 |
|
KMY(雪あすか)
|
92a16218c9
|
Remove: #372 削除予定のドメインブロック項目をいったん削除 (#444)
* Remove: #372 削除予定のドメインブロック項目をいったん削除
* Fix test
|
2024-01-10 19:04:49 +09:00 |
|
KMY(雪あすか)
|
dc73c30d2d
|
Fix: #442 カスタム絵文字のaliasesにnullが入る場合がある (#443)
* Fix: #442 カスタム絵文字のaliasesにnullが入る場合がある
* Fix test
* WebのほうにもNULLチェックを追加
* ローカルのエイリアス名を編集するところもついでにスリムに
|
2024-01-10 09:43:56 +09:00 |
|
KMY(雪あすか)
|
d315f23bed
|
Change: #428 emoji_reaction_available_server プロパティをStatus からAccount オブジェクトに移動する (#434)
* Change: `emoji_reaction_available_server`プロパティを`Status`から`Account`オブジェクトに移動する
* Fix test
|
2024-01-09 10:43:59 +09:00 |
|
KMY
|
a0a3d1b101
|
Merge remote-tracking branch 'parent/main' into upstream-20230105
|
2024-01-05 10:01:36 +09:00 |
|
KMY(雪あすか)
|
2c5c068365
|
Fix: #416 フィルターでhalf_warnを指定した時の代替値指定ミス (#423)
|
2024-01-05 09:07:48 +09:00 |
|
Claire
|
dfdadb92e8
|
Add ability to require approval when users sign up using specific email domains (#28468)
|
2024-01-04 09:07:05 +00:00 |
|
KMY(雪あすか)
|
eee362b9e0
|
Fix: #404 フィルターでhalf_warn を設定してると、クライアントアプリでタイムラインが読み込まれない (#410)
|
2024-01-03 22:10:02 +09:00 |
|
KMY(雪あすか)
|
41631fe46d
|
Revert "Fix: フィルター使用中にエラーが出る場合がある問題の暫定対応 (#395)" (#405)
This reverts commit a6df29a925 .
|
2024-01-03 19:03:56 +09:00 |
|
KMY(雪あすか)
|
a6df29a925
|
Fix: フィルター使用中にエラーが出る場合がある問題の暫定対応 (#395)
|
2023-12-27 10:35:09 +09:00 |
|
KMY(雪あすか)
|
fb6e125917
|
Change: #322 fedibird_capabilities からprofile_search を削除 (#387)
* Change: #322 `fedibird_capabilities`から`profile_search`を削除
* v1にも追加
|
2023-12-26 09:48:03 +09:00 |
|
KMY(雪あすか)
|
0ed5577094
|
Fix: #94 ProcessReferencesService リファクタリング・編集時の参照引用変更バグ修正 (#329)
* Fix: `ProcessReferencesService`リファクタリング・編集時の参照引用変更バグ修正
* Fix test
* Fix index_with
* Fix to method chain
|
2023-12-06 13:39:55 +09:00 |
|
KMY
|
94c2396a34
|
Merge remote-tracking branch 'parent/main' into upstream-20231204
|
2023-12-04 12:04:52 +09:00 |
|
Claire
|
963354978a
|
Add Account#unavailable? and Account#permanently_unavailable? aliases (#28053)
|
2023-11-30 15:43:26 +00:00 |
|
Emelia Smith
|
603b245cc6
|
Add VAPID public key to instance serializer (#28006)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
2023-11-29 08:34:36 +00:00 |
|
KMY
|
236fc2a316
|
Merge remote-tracking branch 'parent/main' into upstream-20231116
|
2023-11-16 22:58:29 +09:00 |
|
Eugen Rochko
|
d67bd44ca1
|
Add profile setup to onboarding in web UI (#27829)
|
2023-11-15 11:13:53 +00:00 |
|
KMY
|
0704829a9b
|
Merge remote-tracking branch 'parent/main' into upstream-20231116
|
2023-11-14 09:14:19 +09:00 |
|
Eugen Rochko
|
0d14fcebae
|
Change link previews to keep original URL from the status (#27312)
|
2023-11-13 09:58:28 +00:00 |
|
KMY
|
bfc7b0101d
|
Merge remote-tracking branch 'parent/main' into upstream-20231110
|
2023-11-10 09:02:03 +09:00 |
|
Claire
|
9b06c0f24a
|
Fix Web UI not displaying appropriate explanation when a user hides their follows/followers (#27791)
|
2023-11-09 12:58:02 +00:00 |
|
KMY(雪あすか)
|
76f2f2ed0c
|
Add: #87 フォロワーのみに購読を許可する設定 (#239)
* Wip: マイグレーション、設定など一式
* Fix test
* Fix test
* Fix: マスター用の設定を他サーバーに送信しないよう修正
* DTL、外部サーバーの情報受け入れのテストを追加
* スペルミスを修正
* Web画面に設定項目追加
* 既存の`master_settings`を上書きしないよう修正
|
2023-11-08 17:51:36 +09:00 |
|
KMY(雪あすか)
|
37779910df
|
Fix: ローカルサーバーのスタンプ利用可否が正しく反映できない問題 (#219)
* Fix: ローカルサーバーのスタンプ利用可否が正しく反映できない問題
* 不要な分岐を削除
* Fix: Presenterの使用を中止(どうせキャッシュしてるので)
|
2023-11-02 13:56:26 +09:00 |
|
KMY(雪あすか)
|
45cc8fff7a
|
Add: #90 スタンプに対応していないと思われるサーバーの投稿からスタンプボタンを隠す設定 (#215)
|
2023-11-02 10:29:00 +09:00 |
|
KMY(雪あすか)
|
f8280ca5d9
|
Add: #95 リストへの新着投稿通知 (#192)
* Add: テーブル定義、内部処理
* Add: 通知の定期削除処理、自動削除、テスト
* Add: Web画面の表示、設定
* Fix test
|
2023-10-31 08:59:31 +09:00 |
|
Claire
|
e6b148a1c6
|
Fix error and incorrect URLs in /api/v1/accounts/:id/featured_tags for remote accounts (#27459)
|
2023-10-30 13:23:10 +09:00 |
|
Claire
|
bbf46cc418
|
Fix error and incorrect URLs in /api/v1/accounts/:id/featured_tags for remote accounts (#27459)
|
2023-10-27 08:35:21 +00:00 |
|
KMY
|
f9eaaec4e7
|
Merge remote-tracking branch 'parent/main' into upstream-20231021
|
2023-10-21 10:32:06 +09:00 |
|
Emelia Smith
|
7c3fea7275
|
Feature: Allow token introspection without read scope (#27142)
|
2023-10-18 14:10:07 +02:00 |
|
KMY
|
f918a13c48
|
Fix: テスト
|
2023-10-15 11:22:35 +09:00 |
|
KMY
|
dd88cef84b
|
#63 NodeInfoでのfedibird_capabilities 公開
|
2023-10-06 18:59:10 +09:00 |
|
KMY(雪あすか)
|
235bef36d0
|
Add: 検索許可「ローカルとフォロワー」 (#60)
|
2023-10-05 16:37:27 +09:00 |
|
KMY
|
e1ac510c65
|
編集時にフィルターが機能しない問題を修正
|
2023-10-02 11:58:12 +09:00 |
|
KMY(雪あすか)
|
44b739a39a
|
Add: Webでの引用表示 (#50)
* Add compacted component
* 引用表示の間にコンテナをはさみ、不要なコードを削除
* 引用APIを作成、ついでにブロック状況を引用APIに反映
* テスト修正など
* 引用をキャッシュに登録
* `quote_id`が`quote_of_id`になったのをSerializerに反映
* Fix test
* 引用をフィルターの対象に含める設定+エラー修正
* ストリーミングの存在しないプロパティ削除によるエラーを修正
* Fix lint
* 他のサーバーから来た引用付き投稿を処理
* Fix test
* フィルター設定時エラーの調整
* 画像つき投稿のスタイルを調整
* 画像つき投稿の最大高さを調整
* 引用禁止・非表示の設定を追加
* ブロック対応
* マイグレーションコード調整
* 引用設定の翻訳を作成
* Lint修正
* 参照1つの場合は引用に変換する設定を削除
* 不要になったテストを削除
* ブロック設定追加、バグ修正
* 他サーバーへ引用送信・受け入れ
|
2023-10-02 11:12:51 +09:00 |
|
KMY
|
78ddcb10c3
|
Merge remote-tracking branch 'parent/main' into kb_development
|
2023-09-27 21:33:12 +09:00 |
|
Renaud Chaput
|
57f592fed5
|
Add Typescript types for some API objects (#26602)
|
2023-09-26 11:25:01 +02:00 |
|