summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ドライブ関連の修正 (#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
* 新規投稿のMFMをHTMLに変換する際、リモートユーザーへの ↵rinsuki2019-11-013-8/+15
| | | | | | | | | | | | | | | | | | | メンションのリンク先を(できれば)urlに (#5562) * 新規投稿のMFMをHTMLに変換する際、リモートユーザーへのメンションのリンク先を(できれば)urlに Fix #2467 Related #5560 * remove unnecessary import * Update src/services/note/create.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Apply suggestions from code review Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Resolve #5560 (#5568)MeiMei2019-11-011-1/+1
|
* Fix chart bugsyuilo2019-10-312-1/+14
|
* Componentize modal (#5386)Aya Morisawa2019-10-296-220/+185
|
* Make issue process of registration tickets better (#5545)Acid Chicken (硫酸鶏)2019-10-291-4/+7
| | | | | | | | | | | | | | * Make issue process of registration tickets better * Fix illegal indent * Bye rangestr * Update invite.ts * Fix bug * Update invite.ts
* Fix: ↵MeiMei2019-10-293-3/+3
| | | | プロフィールで他のユーザーにうつってもfieldsが更新されない (#5563)