summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some log for debuggingsyuilo2020-01-101-0/+3
|
* カスタム絵文字リアクションでないものは絵文字クエリ ↵MeiMei2020-01-091-1/+3
| | | | | | | | | | | | しないように (#5693) * カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 * ねんのため * 記述順 * カスタム絵文字リアクションでないものは絵文字クエリをしないように
* Add GitHub Actions (#5522)rinsuki2020-01-092-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix #5688 (#5689)Satsuki Yanagi2020-01-071-3/+3
| | | | | | | | | | | | | | * Resolve #5688 * あああああ * :innocent: * :thinking_face: * Update detect-mine.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* カスタム絵文字リアクションの絵文字がNoteに添付されな ↵MeiMei2020-01-071-6/+26
| | | | | | | | | | いのを修正 (#5686) * カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 * ねんのため * 記述順
* Stacked bar chart の修正 (#5681)MeiMei2020-01-053-3/+3
| | | | | | | | * Revert "Stacked bar chart がおかしいのを修正 (#5654)" This reverts commit b16e5bd136d5e082cf5adf8b4d51025a76f2edf5. * apexcharts@3.12.0
* ドライブ関連の修正 (#5673)tamaina2020-01-045-29/+37
| | | | | | | | * :v: * Update add-file.ts * fix
* 2020syuilo2020-01-021-1/+1
|
* Hide suspended user profile (#5452)MeiMei2020-01-026-11/+40
|
* ドライブファイルURL生成などの修正 (#5671)MeiMei2020-01-025-58/+8
| | | | | | * Fix: リモートプロキシ時にサムネイルのContent-Typeがおかしい * fix drive
* 期限切れ/未保存リモートファイルのローカルプロキシ ↵MeiMei2019-12-318-10/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | (#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>
* Stacked bar chart がおかしいのを修正 (#5654)MeiMei2019-12-213-3/+3
| | | | | | * Fix stacked bar chart * Fix drive stacked bar chart
* Add round functionsyuilo2019-12-202-0/+3
|
* Media Proxy を実装 (#5649)和風ドレッシング2019-12-202-1/+8
| | | | | | * Media Proxy を実装 * サンプルを追加
* /files/ 下のヘッダ設定タイミングを修正 (#5650)MeiMei2019-12-202-12/+12
|
* 管理画面でstatsを継続リクエストしないように (#5608)MeiMei2019-12-151-3/+0
|
* ミュート/ブロックでページングと解除ができるように ↵MeiMei2019-12-152-14/+155
| | | | (#5610)
* AP引用でquoteUrlに対応 (#5632)MeiMei2019-12-153-9/+38
| | | | | | | | | | | | | | | | | | | | | | * Supports quoteUrl * Quote resolveをリトライする * Update src/remote/activitypub/models/note.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/remote/activitypub/models/note.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/remote/activitypub/models/note.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/remote/activitypub/models/note.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Implement Talk has read federation (#5636)MeiMei2019-12-1511-10/+94
| | | | | | | | | | * Talk read * fix * 複数のRead ActivityはCollectionとして送るように * あ
* Fix #5637 (#5638)MeiMei2019-12-152-2/+3
|
* Redis prefixにホスト名を使用するように (Resolve #5639) (#5640)MeiMei2019-12-152-1/+3
|
* Fix AP inbox Announce (#5641)MeiMei2019-12-152-15/+8
|
* Fix #4800 (#5622)MeiMei2019-12-126-6/+6
|
* Fix #5611 (#5612)MeiMei2019-12-121-25/+33
|
* Resolve syuilo#5548 (#5607)MeiMei2019-12-121-0/+7
|
* Fix #5424 (#5604)riku64602019-12-121-1/+1
|
* AP Signatureヘッダの特殊処理を削除 (#5628)MeiMei2019-12-112-7/+0
|
* Update master.tssyuilo2019-11-241-5/+6
|
* Update dependencies :rocket:syuilo2019-11-2416-21/+21
|
* Fix bugsyuilo2019-11-241-1/+1
|
* Fix: ローカルにフォロワー限定投稿が流れてくる (#5598)MeiMei2019-11-241-20/+10
|
* Fix bugsyuilo2019-11-231-1/+1
|
* Remove unused importsyuilo2019-11-181-1/+0
|
* Fix bugsyuilo2019-11-181-2/+2
|
* Refactorsyuilo2019-11-181-4/+4
|
* Refactorsyuilo2019-11-185-30/+10
|
* boot: remove setAttribute() calls and translate reload msg (#5532)Mary2019-11-171-9/+12
| | | | | | | | * boot: remove setAttribute() calls and translate reload msg * Update src/client/app/boot.js Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* 無駄なAP deliverをしないように (#5589)MeiMei2019-11-096-152/+181
| | | | | | | | | | | | | | | | * DeliverManager, note/create * recipe * followers delivers * comment * rename * fix * cleanup
* Resolve #5587 (#5588)MeiMei2019-11-092-14/+33
| | | | | | * Resolve #5587 * stat
* 管理画面のジョブキュー一覧の修正 (#5586)MeiMei2019-11-072-12/+25
| | | | | | | | * Fix: inboxのジョブキューが表示されない * ジョブキューで試行回数等を表示するように * DBとオブジェクトストレージのジョブキューが表示されるように
* APの統計とログの修正と強化 (#5585)MeiMei2019-11-074-41/+45
| | | | | | * Fix #5580 * Improve AP logging
* Resolve #5582 (#5583)MeiMei2019-11-061-4/+6
|
* Resolve #5581syuilo2019-11-051-2/+2
|
* Store nodeinfo per federated instances (#5578)syuilo2019-11-057-10/+144
| | | | | | | | | | * Store nodeinfo per federated instances * Update fetch-nodeinfo.ts * Update fetch-nodeinfo.ts * update
* Fix bugsyuilo2019-11-051-1/+2
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-11-041-5/+34
|\
| * Fix #5552 (#5579)MeiMei2019-11-031-5/+34
| |
* | Improve reaction settingsyuilo2019-11-043-26/+31
|/ | | | Fix #5577
* 実行時にpackage.jsonを参照しないように (#5418)MeiMei2019-11-018-60/+41
| | | | | | | | | | | | * 実行時にpackage.jsonを参照しないように * nodeinfo * move meta.json * add dummy * lowercase
* Preserve the attached order in AP (#5561)MeiMei2019-11-011-4/+6
| | | | | | | | | | * Preserve the attached order in AP * Revert "Preserve the attached order in AP" This reverts commit 8ac09cc81b1c216edccd2eba4bbdf0a194320883. * use IN