summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-12306-20595/+0
| | | | Resolve #7779
* feat: improve email validationsyuilo2021-11-072-10/+21
|
* feat: make possible to configure following/followers visibility (#7959)syuilo2021-11-073-4/+61
| | | | | | | | | | | | | * feat: make possible to configure following/followers visibility * add test * ap * add ap test * set Cache-Control * hide following/followers count
* feat: thread mute (#7930)syuilo2021-10-314-7/+117
| | | | | | | | | | | * feat: thread mute * chore: fix comment * fix test * fix * refactor
* モデレーターをブロックできない仕様を廃止syuilo2021-10-221-12/+1
| | | | Resolve #7898
* データベースにログを保存するのを廃止syuilo2021-10-221-126/+0
| | | | Close #7878
* Migrate to Chart.js v3 (#7896)syuilo2021-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * 定期的にresync * Update overview.vue * wip * wip
* refactor: publishHogeStreamとStreamのEventEmitterに型定義する (#7769)tamaina2021-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * :v: * add main stream * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * ok * add header, choice, invitation * add header, choice, invitation * test * fix * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * fix lint * wip * wip! * wip * fix * wip * wip * :v: * 送信側に型エラーがないことを3回確認した * :v: * wip * update typescript * define items in full Schema * edit comment * edit comment * edit comment * Update src/prelude/types.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * https://github.com/misskey-dev/misskey/pull/7769#discussion_r703058458 * user packとnote packの型不整合を修正 * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正 * add prelude/types.ts * emoji * signin * game * matching * clean up * ev => data * refactor * clean up * add type * antenna * channel * fix * add Packed type * add PackedRef * fix lint * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add schemas refs, fix Packed type * wip PackedHoge => Packed<'Hoge'> * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add changelog * add changelog * add changelog * fix: アンテナが既読にならないのを修正 * revert fix * https://github.com/misskey-dev/misskey/pull/7769#discussion_r711474875 * spec => payload * edit commetn Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* lintsyuilo2021-10-201-3/+3
|
* feat: ミュートとブロックのインポートsyuilo2021-10-202-0/+120
| | | | Resolve #7885
* refactor: use insertsyuilo2021-10-201-1/+1
|
* Update search-by-username-and-host.tssyuilo2021-10-201-24/+45
|
* fix(api): アプリケーション通知が取得できない問題を修正syuilo2021-10-191-2/+9
| | | | Fix #6702
* リアクション一覧の公開をオプトインにsyuilo2021-10-182-1/+18
|
* #7880syuilo2021-10-172-51/+35
|
* enhance: ユーザー検索の精度を強化syuilo2021-10-172-44/+84
|
* feat: ユーザーのリアクション一覧を見れるようにsyuilo2021-10-171-0/+67
|
* feat(api): add users/groups/leavesyuilo2021-10-161-0/+50
| | | | Resolve #7775
* chore: ↵syuilo2021-10-141-6/+6
| | | | https://github.com/misskey-dev/misskey/commit/ba6959b8c1c4faafccdeb0f76eb26fc29e02af2d のリモート対応
* fix(api): ↵syuilo2021-10-141-0/+10
| | | | 管理者およびモデレーターをブロックできてしまう問題を修正
* refactor: use path aliassyuilo2021-10-092-2/+2
|
* feat: 未読の通知のみ表示する機能syuilo2021-10-091-0/+9
|
* fix(api): (0 , ms_1.default) is not a functionsyuilo2021-10-082-2/+2
|
* enhance(api): ↵syuilo2021-10-082-2/+14
| | | | | | ap系のエンドポイントをログイン必須化+レートリミット追加 他のサーバーにリクエストを送信するという性質上、攻撃の踏み台にされることがあるため
* feat: ↵syuilo2021-10-084-1/+55
| | | | | | | | | | | | | | | アカウント作成にメールアドレス必須にするオプション (#7856) * feat: アカウント作成にメールアドレス必須にするオプション * ui * fix bug * fix bug * fix bug * :art:
* fix(api): fix file type regexsyuilo2021-10-051-1/+1
|
* fix: truncate image descriptions (#7699)Johann1502021-09-302-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move truncate function to separate file to reuse it * truncate image descriptions * show image description limit in UI * correctly treat null Co-authored-by: nullobsi <me@nullob.si> * make truncate Unicode-aware The strings that truncate returns should now be valid Unicode. PostgreSQL also counts Unicode Code Points instead of bytes so this should be correct. * move truncate to internal, validate in API Truncating could also be done in src/services/drive/add-file.ts or src/services/drive/upload-from-url.ts but those would also affect local images. But local images should result in a hard error if the image comment is too long. * avoid overwriting Co-authored-by: nullobsi <me@nullob.si>
* fix inboxQueue import (#7829)Johann1502021-09-231-1/+1
|
* feat(server): 管理者用アカウント削除API実装syuilo2021-09-222-1/+61
| | | | | 動作確認済み Resolve #7735
* feat: 凍結された場合のダイアログを実装 (#7811)syuilo2021-09-191-0/+2
| | | | | | | | | | | | | * feat: 凍結された場合のダイアログを実装 * Update CHANGELOG.md * Update basic.js * improve error handling * cypressなんもわからん * Update basic.js
* fix: アンテナの既読 (#7803)sousuke04222021-09-181-0/+5
| | | from: https://gitlab.com/xianon/misskey/-/commit/a89742319caea378f9cdd70c8ebd83bdf2178ff6
* fix(server): ↵syuilo2021-09-051-0/+5
| | | | ノート翻訳時に公開範囲が考慮されていない問題を修正
* fix: support DeepL pro accountsyuilo2021-08-243-1/+13
| | | | Fix #7648
* clean upsyuilo2021-08-211-5/+0
|
* feat: Implement api sw/unregister (#7611)tamaina2021-08-211-0/+27
| | | | | | | | | * Implement api sw/unregister * remove all mode * add changelog Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(server): Use job queue for account delete (#7668)syuilo2021-08-211-2/+11
| | | | | | | | | | | | | | | | | | | | | | | * enhance(server): Use job queue for account delete Fix #5336 * ジョブをひとつに * remove done call * clean up * add User.isDeleted * コミット忘れ * Update 1629512953000-user-is-deleted.ts * show dialog * lint * Update 1629512953000-user-is-deleted.ts
* fix: use correct query generate function (#7657)Johann1502021-08-201-2/+2
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: use path alias to improve readabilitysyuilo2021-08-192-2/+2
|
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-19297-1287/+1287
|
* refactor: refactoring importssyuilo2021-08-19297-1294/+1294
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* enhance(server): Improve user block (#7640)syuilo2021-08-1721-10/+125
| | | | | | | | | | | | | | | | | | | | | * enhance(server): Improve user block * Update CHANGELOG.md * ユーザーリスト対応 * 相手から見れなくなるように * Update 1629004542760-chart-reindex.ts https://github.com/misskey-dev/misskey/commit/2365761ba5445f26c8b66b3b20ef4be44e70d549#commitcomment-54919821 * update test * add test * add todos * Update 1629004542760-chart-reindex.ts
* fix(server): ja-JPのような形式にDeepLが対応してないsyuilo2021-08-151-1/+4
|
* feat: ノートの翻訳機能syuilo2021-08-153-0/+97
| | | | Resolve #5213
* Introduce e2e testsyuilo2021-08-121-0/+21
|
* 認証の修正 (#7597)MeiMei2021-07-184-2/+24
| | | | | | | | | | | | | | | | | | | | | * authenticateのキャッシュを廃止 * 凍結ユーザーがサインイン出来てしまうのを修正 * 凍結ユーザーはストリーミング接続出来ないように * 他人のアクセストークンはrevoke出来ないように, 正常削除を待機するように * ユーザー/アクセストークンを無効化したらストリーミングを切断するように * Revert TODO * ストリーミングterminateは、ユーザー削除後に行うように * signinでsuspendは別のエラーにする * トークン再生成後のストリーミング切断は少し待つように * サスペンド後のストリーミング切断はローカルユーザーのみに
* Refactoringsyuilo2021-07-151-1/+1
|
* カスタム絵文字インポート時もemojiAddedイベントを発行す ↵syuilo2021-06-231-2/+7
| | | | るように
* fix api response definitionsyuilo2021-06-081-65/+2
|
* Remove entity descriptionssyuilo2021-06-0822-95/+0
| | | | #6627
* refactor typesyuilo2021-06-0812-19/+19
|