summaryrefslogtreecommitdiff
path: root/src/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* リアクションの修正 (#6260)MeiMei2020-04-162-3/+4
|
* リモートのカスタム絵文字リアクションを表示できるよ ↵MeiMei2020-04-142-5/+24
| | | | | | | | | | | | | | | | | | | に (#6239) * リモートのカスタム絵文字リアクションを表示できるように * AP * DBマイグレーション * ローカルのリアクションの. * fix * fix * fix * space
* 同じリアクション削除を同時に行うとリアクションカウ ↵MeiMei2020-04-131-1/+5
| | | | | | | | | トがおかしくなることがあるのを修正 (#6253) * Fix #6252 * quote * Use IdentifiableError
* プロキシの除外ホスト (#6244)MeiMei2020-04-121-2/+6
| | | | | | | | | | | * プロキシの除外ホスト * オブジェクトストレージとの通信にProxyを使うかを選択できるように * fix lint * コメント Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* Fix typo (#6238)MeiMei2020-04-111-1/+1
|
* Use node-fetch instead of request (#6228)MeiMei2020-04-092-53/+19
| | | | | | | | | | | * requestをnode-fetchになど * format * fix error * t * Fix test
* refactor: Use ===syuilo2020-04-041-1/+1
|
* feat(streaming): Add emoji added eventsyuilo2020-04-021-0/+5
|
* Use url if available (#6214)MeiMei2020-04-021-0/+2
| | | | | | | * Fix #6213 * other link * fix
* Improve log handlingsyuilo2020-03-281-0/+1
|
* Resolve #6192syuilo2020-03-286-35/+25
|
* オブジェクトストレージでS3のvirtual-host形式のサポート ↵MeiMei2020-03-142-6/+7
| | | | | | | | | | | ど (#6148) * オブジェクトストレージでS3のvirtual-host形式のサポートなど * 表記揺れ * more simply * S3ならばs3ForcePathStyleしない
* wip #6140syuilo2020-03-071-27/+20
|
* Refactor: Better arg namesyuilo2020-03-071-4/+4
|
* Resolve #6137syuilo2020-03-071-21/+37
|
* Refactorsyuilo2020-03-071-2/+2
|
* チャートログの取得範囲の修正 (#5923)fuyu2020-03-071-2/+2
|
* チャートInsert時にロックをかけるように (#6100)MeiMei2020-03-061-15/+20
| | | | | * chart lock * fix
* lintをGitHub Actions でするように (#6101)rinsuki2020-03-042-2/+2
| | | | | | | | | | * package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正
* Refactorsyuilo2020-02-263-19/+4
|
* 同じノートを何回リノートしても一回として数えるよう ↵Oni-Men2020-02-263-2/+21
| | | | | | | | | | (#6086) * 同じノートを何回リノートしても一回として数えるように * Update count-same-renotes.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Improve chart loggingsyuilo2020-02-181-3/+3
|
* Update core.tssyuilo2020-02-181-1/+1
|
* Refactorsyuilo2020-02-161-4/+4
|
* Resolve #5958syuilo2020-02-161-1/+6
|
* サムネイルをJPEGで生成するように (#5941)MeiMei2020-02-142-5/+37
|
* Fix for CASCADE DELETE not being federated (#5812)DW2020-02-132-8/+86
| | | | | | | | * Fix for CASCADE DELETE not being federated * Use JOIN to get user * fix typo
* グループ招待の通知とかsyuilo2020-02-131-1/+4
| | | | | Resolve #5880 Resolve #5927
* なんかもうめっちゃ変えたsyuilo2020-02-101-0/+2
| | | | Resolve #5900
* Correct Like id generation (#5852)MeiMei2020-02-062-5/+5
|
* プロキシアカウントをユーザー名ではなくIDで保存する ↵syuilo2020-02-051-2/+4
| | | | うに
* リモート投稿にリモートでされたリアクションが表示さ ↵MeiMei2020-02-042-23/+36
| | | | | | | | | | | | | | | | | | るように (#5817) * 第3インスタンスへのLikeも受け入れるように * リアクション済みだったらエラーにせずに置き換えるように * Likeを第3インスタンスにdeliverするように * fix * fix * 同じリアクションがすでにされていたら何もしない * リモートから自身の投稿へリアクションした場合にエラーにならないように
* Fix hashtags contained in private notes are shown in trends (#5805)Acid Chicken (硫酸鶏)2020-02-021-1/+3
| | | | | | | | | | | | * Update trend.ts * Fix query * Update create.ts * Update create.ts * Update trend.ts
* ")"が抜けていたので追加 (#5802)fuyu2020-02-011-1/+1
|
* Emoji copysyuilo2020-01-302-18/+22
|
* v12 (#5712)syuilo2020-01-308-28/+139
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* ファイルと画像認識処理の改善 (#5690)MeiMei2020-01-121-82/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dimensions制限とリファクタ * comment * 不要な変更削除 * use fromFile など * Add probe-image-size.d.ts * えーCRLFで作るなよ… * Update src/@types/probe-image-size.d.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix d.ts * Update src/@types/probe-image-size.d.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/@types/probe-image-size.d.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Remove needless awaitsyuilo2020-01-101-2/+2
|
* Add some log for debuggingsyuilo2020-01-101-0/+3
|
* Add GitHub Actions (#5522)rinsuki2020-01-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add .github/workflows/nodejs.yml * fix * GitHub Actions: Node.js 8.xはサポートしない * add .github/workflows/docker.yml * Dockerビルドをキャッシュするように * Run test in github actions * 同リポジトリ内からのプルリクだと無駄に二回走るのを抑制 * 6925c00のdocker.ymlへの適応忘れ * fix .circleci/misskey/test.yml * test実行時にDBとかredisとか動かすように * fix * fix tests (#5544) * fix test * fix compile errors * PATH引き継ぎでchild_process.spawn時のENOENTを修正 * サーバー起動処理を共通化 * fix coding style * fd=4をipcに使うように * fix port * fix * fix ws port * #4033 にテストケースを追従 * fix? * fix?? * fix * fix * fix * maybe fix * fix * node 10.xサポートしてなかった * 11.10じゃないとだめだった * fix * remove chart test * fix * chart test復活 * fix * 一回一回コネクションを閉じる * Revert "一回一回コネクションを閉じる" This reverts commit 56e35cf4f83070744c8dd852f1a7075011d88828. * 一回一回sync→dropしてるのをやめてみる * fix * fix * … * キャッシュを切ってみる * add ts to require target * omg fix * Revert "キャッシュを切ってみる" This reverts commit 88161c59d2ea769ddf87143ba4fd4660a06afdf2. * done呼び忘れ * 実際の文字数リミットと違ってたので対応 * テストケースがバグってたので修正 * Revert "一回一回sync→dropしてるのをやめてみる" This reverts commit a9e543ba2eef790ac7a14ae8799b898765748e35. * fix * fix * fix * fix? * fix * chartのconnectionを分離する * fix * fix * fix tsconfig? * Revert "fix tsconfig?" This reverts commit ba9269eaf65507ff97ec1dd2e27260fb2cf0510b. * fix * TS_NODE_FILES を scripts の方で指定 * Windowsェ * Circle CIの実行条件をmasterへのpushのみに Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* ドライブ関連の修正 (#5673)tamaina2020-01-043-14/+25
| | | | | | | | * :v: * Update add-file.ts * fix
* ドライブファイルURL生成などの修正 (#5671)MeiMei2020-01-023-41/+3
| | | | | | * Fix: リモートプロキシ時にサムネイルのContent-Typeがおかしい * fix drive
* 期限切れ/未保存リモートファイルのローカルプロキシ ↵MeiMei2019-12-312-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | (#5655) * Media Proxy を実装 * サンプルを追加 * https://github.com/syuilo/misskey/pull/5649#discussion_r359967471 の修正 * https://github.com/syuilo/misskey/pull/5649#discussion_r359967966 の修正 * https://github.com/syuilo/misskey/pull/5649#discussion_r359968219 の修正 * 期限切れ/未保存リモートファイルのローカルプロキシ * 設定 * 説明 * comment out * fix Co-authored-by: 和風ドレッシング <37681609+CookieRamen@users.noreply.github.com>
* Implement Talk has read federation (#5636)MeiMei2019-12-151-2/+3
| | | | | | | | | | * Talk read * fix * 複数のRead ActivityはCollectionとして送るように * あ
* Fix #5637 (#5638)MeiMei2019-12-151-1/+2
|
* Fix #5424 (#5604)riku64602019-12-121-1/+1
|
* Update dependencies :rocket:syuilo2019-11-241-1/+1
|
* Fix bugsyuilo2019-11-241-1/+1
|
* Fix bugsyuilo2019-11-231-1/+1
|
* 無駄なAP deliverをしないように (#5589)MeiMei2019-11-095-152/+50
| | | | | | | | | | | | | | | | * DeliverManager, note/create * recipe * followers delivers * comment * rename * fix * cleanup