summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: redis から取得できないチャンネル投稿はDBから取得 ↵futchitwo2023-04-091-6/+12
| | | | (#10539)
* disable account migrationsyuilo2023-04-081-2/+2
|
* fetch person again (#10514)Namekuji2023-04-081-13/+17
|
* feat: account migration (#10507)Namekuji2023-04-084-0/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add Move activity * add endpoint to move from local to remote * follow move activity coming to inbox * fix move endpoint * add known-as endpoint to create account alias * add migration page * add route to migration page * add move and known-as endpoints * fix dependnecies error * fix new endpoints * fix move activity id * fix refollow * add movedToUri and alsoKnownAs to api * fix moveToUri indicator * fix missing context * add chengelog * rename MkMoved to MkAccountMoved * add missing semicolon * fix targetUri * fix followings query * remove redundant null check
* enhance(backend): ↵syuilo2023-04-081-24/+43
| | | | | | Redisにチャンネル投稿がない場合はDBから持ってくるように Fix #10473
* feat(backend): イベント用Redisを別サーバーに分離できるようにsyuilo2023-04-071-4/+4
|
* perf(backend): cache avatar and banner url to dbsyuilo2023-04-0619-119/+25
|
* fixsyuilo2023-04-061-1/+1
|
* perf(backend): cache local custom emojissyuilo2023-04-069-228/+23
|
* fix: 通知インジケータが光りっぱなしになる問題を修正 ↵tamaina2023-04-061-1/+1
| | | | | | | | | | | (#10483) * fix(misskey-js): ストリームがstringで送信される場合があるのを修正 * pnpm run api * force read notification * fix competition
* enhance(backend): improve cachesyuilo2023-04-0523-262/+98
|
* enhance(backend): チャンネルの既読管理を削除syuilo2023-04-052-6/+1
| | | | | | - 現状上手く機能していない - パフォーマンス上の理由 - 実装するにしてももっと効率的な方法がある
* enhance(backend): improve cachesyuilo2023-04-046-9/+16
|
* refactor(backend): rename Cache -> MemoryCachesyuilo2023-04-041-3/+3
|
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-047-174/+36
| | | | Resolve #10168
* perf(backend): store notes of an antenna to redis instead of postgresqlsyuilo2023-04-031-12/+28
| | | | Resolve #10169
* perf(backend): cache timeline of a channel to redissyuilo2023-04-031-3/+26
|
* feat: チャンネルにノートをピン留めできるようにsyuilo2023-03-312-3/+10
| | | | Resolve #7740
* feat: チャンネルをお気に入りに登録できるようにsyuilo2023-03-315-0/+189
| | | | Resolve #10097
* lint fixsyuilo2023-03-301-1/+1
|
* enhance(backend): ↵syuilo2023-03-242-0/+10
| | | | リモートサーバーのチャート生成を無効にするオプションを追加
* enhance(backend): use :heart: for reaction fallbacksyuilo2023-03-242-6/+0
|
* refactorsyuilo2023-03-241-1/+1
|
* refactor(backend): rename cache classsyuilo2023-03-241-3/+3
|
* fix(server): 空のアンテナが作成できるのを修正syuilo2023-03-241-1/+1
|
* enhance(backend): ↵syuilo2023-03-242-0/+10
| | | | リモートユーザーのチャート生成を無効にするオプションを追加
* fix(backend): ↵syuilo2023-03-221-6/+6
| | | | | | 絵文字を編集すると保存できないことがある問題を修正 Fix #10384
* feat: queue force promote (#10370)CyberRex2023-03-223-0/+58
| | | | | | | * feat: queue force promote * Update CHANGELOG.md * small fix
* enhance: 使われてないアンテナは自動停止されるようにsyuilo2023-03-202-1/+8
| | | | Resolve #9373
* fix(users/show): ↵choco2023-03-201-0/+1
| | | | | | | ユーザーが見つからなかった場合に404ステータスコードを返す (#10344) * fix(users/show): ユーザーが見つからなかった場合に404ステータスコードを返す * test(users/show): ステータスコードの期待値を修正
* 絵文字の名前に@や:が使用できる (#9964)nenohi2023-03-201-3/+8
| | | | | | | | | | | | | * fix(#9918)名前の一致でもエラーとするように * 判定を逆に * )の位置間違えてる * カテゴリ分けとかしたときにエラーになる * エラー消し * こういうこと・・・?
* feat: drive cleaner (#10366)CyberRex2023-03-201-0/+10
| | | | | * feat: drive-cleaner * Update CHANGELOG.md
* perf(backend): improve performance of timeline apissyuilo2023-03-193-3/+9
|
* 絵文字のライセンスを表示できるようにsyuilo2023-03-174-18/+63
|
* feat: clip favoritesyuilo2023-03-1612-7/+222
| | | | Resolve #10337
* enhance: ↵syuilo2023-03-163-0/+4
| | | | | | カスタム絵文字にライセンス情報を付与できるように Resolve #10091
* refactor(backend): integrate CreateNotificationService to NotificationServicesyuilo2023-03-162-5/+3
|
* fix(server): prevent creation of empty antennassyuilo2023-03-151-0/+4
|
* Deliverキューに宛先がSharedInboxかどうかのフラグを追加 ( ↵CyberRex2023-03-142-2/+2
| | | | | | | | | | | | | | | #10298 関係 ) (#10317) * enhance(backend): 配送先が410 Goneで応答してきた場合配送停止するように * Update CHANGELOG.md * Deliverキューのデータに宛先がSharedInboxかどうかのフラグを追加 * Fix lint * Mapを使用するように * Fix typo
* fix: ↵YS2023-03-148-8/+8
| | | | | | | クエリキャッシュ無効化時の絵文字操作エラーを解消 (#10320) * disabledCache: trueのときにqueryResultCacheへアクセスしないように * append changelog
* enhance: make configurable to whether notes search available by rolesyuilo2023-03-131-0/+13
| | | | Resolve #10318
* feat: sensitive wordsyuilo2023-03-132-0/+16
|
* enhance: ロールの並び順を設定可能にsyuilo2023-03-122-0/+6
|
* tweak postgresql entitiessyuilo2023-03-103-19/+3
| | | | Fix #10266
* refactor: rename schema to json-schemasyuilo2023-03-1013-14/+14
|
* enhance(backend): restore OpenAPI endpoints (#10281)Kagami Sascha Rosylight2023-03-103-1/+225
| | | | | | | | | | | | | | | | | * enhance(backend): restore OpenAPI endpoints * Update CHANGELOG.md * version * set max-age * update redoc * follow redoc documentation --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* enhance: ↵tamaina2023-03-093-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | アカウント削除時のクライアントの挙動をいい感じにするなど (#10002) * refreshAccounts Resolve #9322 * アカウント管理画面でリストを更新するように * Update packages/frontend/src/account.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * :v: * クライアント起動時は現在ログインしているアカウントのみリフレッシュする * clean up * なんかめっちゃ変えた * refactor * refactor * fix lint --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix: 登録メール送信時に重複確認を行う (#10231)RyotaK2023-03-091-6/+19
| | | | | | | * fix: 登録メール送信時に重複確認を行う * try-catchを使う必要はない * Remove spaces
* fix: ↵mmorita2023-03-091-2/+6
| | | | | | | | | チャンネルの編集権限をチャンネル所有者とモデレーターに限定する (#10268) * チャンネルの編集権限をチャンネルオーナーとモデレーターに限定する * PR 指摘点対応(共有ボタンを全員に表示、$i の nullable 対応、fix a typo) * everyOne -> share
* feat: Reaction acceptance (#10256)syuilo2023-03-081-1/+3
| | | | | | | * wip * wip * デフォルト設定