summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :v:syuilo2020-01-301-3/+2
|
* Improve avatar/banner settingsyuilo2020-01-302-63/+119
|
* Fix bugsyuilo2020-01-301-0/+1
|
* Adjust page stylesyuilo2020-01-302-63/+51
|
* Fixsyuilo2020-01-301-1/+1
|
* Fix bugsyuilo2020-01-301-2/+0
|
* Emoji copysyuilo2020-01-303-18/+86
|
* Add moderator switchsyuilo2020-01-301-1/+7
|
* isMarkedAsClosed --> isSuspendedsyuilo2020-01-303-9/+10
|
* Fix bugsyuilo2020-01-302-2/+2
|
* v12 (#5712)syuilo2020-01-30836-50303/+24722
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* Add Event activity-type support (#5785)MeiMei2020-01-302-5/+5
|
* Add Group and Organization to validActor (#5784)Takeshi Umeda2020-01-301-1/+1
|
* Allow 'internal' device in WebAuthN (#5756)Satsuki Yanagi2020-01-271-1/+1
|
* Resolve #5762 (#5770)MeiMei2020-01-271-2/+2
|
* userListチャンネルのオーナーチェック Fix #5772 (#5773)MeiMei2020-01-271-1/+8
| | | | | | * userListチャンネルのオーナーチェック Fix #5772 * comment
* APの流量制限とリトライ期間の変更 (#5734)MeiMei2020-01-202-6/+14
| | | | | | | | * AP rate limit * AP Job attempts * fix
* AP Actorの鍵とkeyIdのフォーマットの変更 (#5733)MeiMei2020-01-204-10/+14
| | | | | | * Node PKCS#8 * keyIdを#main-key形式に
* Fix syuilo#5729 (#5732)MeiMei2020-01-201-1/+2
|
* Fix #5728 (#5731)MeiMei2020-01-202-9/+9
|
* Redis subscriberで認証ができないのを修正 Fix #5727 (#5730)MeiMei2020-01-201-1/+6
|
* Add mark-admin command (#5705)MeiMei2020-01-201-0/+32
| | | | | | * mark-admin command * no cli
* Fix: PagesでDRPWPMが最初のしか出てこない (#5707)MeiMei2020-01-191-1/+1
|
* fix (#5710)MeiMei2020-01-191-1/+1
|
* Allow CORS requests in /.well-known/* routes (#5717)Acid Chicken (硫酸鶏)2020-01-161-1/+16
| | | | | | * Allow CORS requests in /.well-known/* routes * Fix bug
* ファイルと画像認識処理の改善 (#5690)MeiMei2020-01-1210-145/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Refactorsyuilo2020-01-101-1/+36
|
* Remove needless awaitsyuilo2020-01-101-2/+2
|
* 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
|