summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Stacked bar chart がおかしいのを修正 (#5654)MeiMei2019-12-213-3/+3
| | | | | | * Fix stacked bar chart * Fix drive stacked bar chart
* Update README.md [AUTOGEN] (#5647)Acid Chicken (硫酸鶏)2019-12-201-1/+3
|
* Update dependencies :rocket:syuilo2019-12-202-440/+421
|
* Add round functionsyuilo2019-12-203-0/+6
|
* Media Proxy を実装 (#5649)和風ドレッシング2019-12-203-1/+11
| | | | | | * Media Proxy を実装 * サンプルを追加
* /files/ 下のヘッダ設定タイミングを修正 (#5650)MeiMei2019-12-202-12/+12
|
* Update README.md [AUTOGEN] (#5643)Acid Chicken (硫酸鶏)2019-12-171-3/+1
|
* 管理画面でstatsを継続リクエストしないように (#5608)MeiMei2019-12-151-3/+0
|
* ミュート/ブロックでページングと解除ができるように ↵MeiMei2019-12-153-14/+157
| | | | (#5610)
* Update showdown to 1.9.1 (#5615)MeiMei2019-12-152-124/+28
|
* 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-1512-10/+108
| | | | | | | | | | * 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
|
* gulpのminifyプロセスの改善 (#5624)MeiMei2019-12-123-750/+112
| | | | | | | | * Use terser instead of uglify * Use gulp-clean-css instead of gulp-cssnano * isProduction分岐を削除
* AP Signatureヘッダの特殊処理を削除 (#5628)MeiMei2019-12-112-7/+0
|
* Update README.md [AUTOGEN] (#5634)Acid Chicken (硫酸鶏)2019-12-111-3/+5
|
* Update README.md [AUTOGEN] (#5631)Acid Chicken (硫酸鶏)2019-12-101-15/+21
|
* Update README.md [AUTOGEN] (#5626)Acid Chicken (硫酸鶏)2019-12-101-2/+2
|
* Update README.md [AUTOGEN] (#5618)Acid Chicken (硫酸鶏)2019-12-031-1/+3
|
* Update README.md [AUTOGEN] (#5613)Acid Chicken (硫酸鶏)2019-12-021-3/+1
|
* Update README.md [AUTOGEN] (#5606)Acid Chicken (硫酸鶏)2019-12-011-1/+3
|
* Update README.md [AUTOGEN] (#5601)Acid Chicken (硫酸鶏)2019-11-251-1/+3
|
* 11.36.0syuilo2019-11-242-1/+21
|
* Update master.tssyuilo2019-11-241-5/+6
|
* Update dependencies :rocket:syuilo2019-11-2421-517/+837
|
* New Crowdin translations (#5573)syuilo2019-11-2411-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (French) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Danish) * New translations ja-JP.yml (English) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Polish)
* 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>
* Link joinmisskeysyuilo2019-11-171-2/+2
|
* 無駄な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
|
* Update yarn.lock (#5584)MeiMei2019-11-061-4/+4
|
* 11.35.1syuilo2019-11-052-1/+8
|
* Update dependencysyuilo2019-11-051-1/+1
|
* Resolve #5581syuilo2019-11-051-2/+2
|