summaryrefslogtreecommitdiff
path: root/src/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(server): Fetch icon url of an instance (#6591)syuilo2020-07-262-72/+135
| | | | | | | * feat(server): Fetch icon url of an instance Resolve #6589 * chore: Rename the function
* feat: Blurhash integrationsyuilo2020-07-191-5/+1
| | | | Resolve #6559
* フォロワーではないリモートユーザーに削除通知が配信 ↵fuyu2020-07-121-8/+40
| | | | | | | | | | | れない問題を修正 (#6475) * フォロワーではないリモートユーザーに削除通知が配信されない問題を修正 * 同じ処理を一つにまとめた * Inのエラー修正, Renote/Quote対応 Co-authored-by: mei23 <m@m544.net>
* Use insert for creating Note (#6440)MeiMei2020-06-041-8/+7
|
* feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396)tamaina2020-05-231-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * tabun ok * better msg * oops * fix lint * Update gulpfile.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/client/scripts/set-i18n-contexts.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * refactor Co-authored-by: acid-chicken <root@acid-chicken.com> * ✨ * wip * fix lint * たぶんおk * fix flush * Translate Notification * remove console.log * fix * add notifications * remove san * wip * ok * :v: * Update src/prelude/array.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * wip * i18n refactor * Update init.ts * :v: Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Fix CASCADE-related problems (#6374)DW2020-05-172-0/+14
| | | | | | | * Fix renotes remaining on remote when CASCADE is invoked * Fix CASCADE-invoked deletion not being federated to relays Co-authored-by: DW <chocological00@gitlab.com>
* リレーのHTTP-Signatureは投稿者の鍵でするように (#6357)MeiMei2020-05-151-3/+1
|
* pub-relay (#6341)MeiMei2020-05-107-0/+168
| | | | | | | | | | | | | | | * pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど
* chore(lint): Add missing semicolonssyuilo2020-05-103-3/+3
|
* リアクションの修正 (#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