syuilo
55e188ae23
ワードミュート ( #6594 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2020-07-27 13:34:20 +09:00
syuilo
4a43415ff8
feat(server): Fetch icon url of an instance ( #6591 )
...
* feat(server): Fetch icon url of an instance
Resolve #6589
* chore: Rename the function
2020-07-26 11:04:07 +09:00
syuilo
0c9a52940f
feat: Blurhash integration
...
Resolve #6559
2020-07-19 00:24:07 +09:00
fuyu
452d298a1f
フォロワーではないリモートユーザーに削除通知が配信されない問題を修正 ( #6475 )
...
* フォロワーではないリモートユーザーに削除通知が配信されない問題を修正
* 同じ処理を一つにまとめた
* Inのエラー修正, Renote/Quote対応
Co-authored-by: mei23 <m@m544.net>
2020-07-12 00:44:31 +09:00
MeiMei
43d50d4f17
Use insert for creating Note ( #6440 )
2020-06-04 08:59:03 +09:00
tamaina
08a2162aa7
feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 ( #6396 )
...
* 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
* ✌️
* Update src/prelude/array.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* wip
* i18n refactor
* Update init.ts
* ✌️
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2020-05-23 13:19:31 +09:00
DW
4b56d67335
Fix CASCADE-related problems ( #6374 )
...
* 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>
2020-05-17 00:49:46 +09:00
MeiMei
7e973520cd
リレーのHTTP-Signatureは投稿者の鍵でするように ( #6357 )
2020-05-15 20:50:04 +09:00
MeiMei
fe841db55a
pub-relay ( #6341 )
...
* pub-relay
* relay actorをApplicationにする
* Disable koa-compress
* Homeはリレーに送らない
* Disable debug
* UI
* cleanupなど
2020-05-10 18:42:31 +09:00
syuilo
5b06ace4b9
chore(lint): Add missing semicolons
2020-05-10 17:25:16 +09:00
MeiMei
b17b746aa0
リアクションの修正 ( #6260 )
2020-04-16 00:47:17 +09:00
MeiMei
2905e56a72
リモートのカスタム絵文字リアクションを表示できるように ( #6239 )
...
* リモートのカスタム絵文字リアクションを表示できるように
* AP
* DBマイグレーション
* ローカルのリアクションの.
* fix
* fix
* fix
* space
2020-04-14 00:42:59 +09:00
MeiMei
ec5a1c8a9d
同じリアクション削除を同時に行うとリアクションカウントがおかしくなることがあるのを修正 ( #6253 )
...
* Fix #6252
* quote
* Use IdentifiableError
2020-04-13 23:58:38 +09:00
MeiMei
69dd52920e
プロキシの除外ホスト ( #6244 )
...
* プロキシの除外ホスト
* オブジェクトストレージとの通信にProxyを使うかを選択できるように
* fix lint
* コメント
Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
2020-04-12 20:32:34 +09:00
MeiMei
9c5a8a87e1
Fix typo ( #6238 )
2020-04-11 19:49:25 +09:00
MeiMei
a74358ec03
Use node-fetch instead of request ( #6228 )
...
* requestをnode-fetchになど
* format
* fix error
* t
* Fix test
2020-04-09 23:42:23 +09:00
syuilo
cefbecb94c
refactor: Use ===
2020-04-04 08:46:54 +09:00
syuilo
1e3d2f21f9
feat(streaming): Add emoji added event
2020-04-02 22:17:17 +09:00
MeiMei
2be9c67fd1
Use url if available ( #6214 )
...
* Fix #6213
* other link
* fix
2020-04-02 21:59:14 +09:00
syuilo
18f7d51d0b
Improve log handling
2020-03-28 18:28:21 +09:00
syuilo
f6b80873eb
Resolve #6192
2020-03-28 18:07:41 +09:00
MeiMei
ed818fc8e3
オブジェクトストレージでS3のvirtual-host形式のサポートなど ( #6148 )
...
* オブジェクトストレージでS3のvirtual-host形式のサポートなど
* 表記揺れ
* more simply
* S3ならばs3ForcePathStyleしない
2020-03-14 11:33:19 +09:00
syuilo
755a9e2ea7
wip #6140
2020-03-07 11:23:31 +09:00
syuilo
6ae9c83fa1
Refactor: Better arg name
2020-03-07 09:56:13 +09:00
syuilo
3593015993
Resolve #6137
2020-03-07 01:04:36 +09:00
syuilo
598789e5a5
Refactor
2020-03-07 00:35:00 +09:00
fuyu
79f2f9fac9
チャートログの取得範囲の修正 ( #5923 )
2020-03-07 00:28:21 +09:00
MeiMei
f8df4ddbab
チャートInsert時にロックをかけるように ( #6100 )
...
* chart lock
* fix
2020-03-06 22:33:54 +09:00
rinsuki
7e975dd116
lintをGitHub Actions でするように ( #6101 )
...
* package.json の lint スクリプトを修正
* lint アクションを追加
* yarn lint --fix
* 手動修正
2020-03-04 11:45:33 +09:00
syuilo
0cb756cbac
Refactor
2020-02-26 07:56:32 +09:00
Oni-Men
1457504797
同じノートを何回リノートしても一回として数えるように ( #6086 )
...
* 同じノートを何回リノートしても一回として数えるように
* Update count-same-renotes.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-02-26 07:54:35 +09:00
syuilo
26615ac716
Improve chart logging
2020-02-18 03:03:34 +09:00
syuilo
72486ca5e0
Update core.ts
2020-02-18 02:27:18 +09:00
syuilo
69868d93eb
Refactor
2020-02-16 21:11:27 +09:00
syuilo
f058f40162
Resolve #5958
2020-02-16 21:10:52 +09:00
MeiMei
f24a57c99d
サムネイルをJPEGで生成するように ( #5941 )
2020-02-14 11:40:45 +09:00
DW
b9cfed46e7
Fix for CASCADE DELETE not being federated ( #5812 )
...
* Fix for CASCADE DELETE not being federated
* Use JOIN to get user
* fix typo
2020-02-13 23:08:33 +09:00
syuilo
3df95ca7e4
グループ招待の通知とか
...
Resolve #5880
Resolve #5927
2020-02-13 02:17:54 +09:00
syuilo
8a849443f6
なんかもうめっちゃ変えた
...
Resolve #5900
2020-02-10 07:23:43 +09:00
MeiMei
aa8aa3b4dc
Correct Like id generation ( #5852 )
2020-02-06 17:07:37 +09:00
syuilo
6d1d130abe
プロキシアカウントをユーザー名ではなくIDで保存するように
2020-02-05 10:15:09 +09:00
MeiMei
5a8577957c
リモート投稿にリモートでされたリアクションが表示されるように ( #5817 )
...
* 第3インスタンスへのLikeも受け入れるように
* リアクション済みだったらエラーにせずに置き換えるように
* Likeを第3インスタンスにdeliverするように
* fix
* fix
* 同じリアクションがすでにされていたら何もしない
* リモートから自身の投稿へリアクションした場合にエラーにならないように
2020-02-04 08:26:00 +09:00
Acid Chicken (硫酸鶏)
ca9698651c
Fix hashtags contained in private notes are shown in trends ( #5805 )
...
* Update trend.ts
* Fix query
* Update create.ts
* Update create.ts
* Update trend.ts
2020-02-02 05:42:58 +09:00
fuyu
edcf1c99f6
")"が抜けていたので追加 ( #5802 )
2020-02-01 17:02:46 +09:00
syuilo
b22bc035b9
Emoji copy
2020-01-30 06:06:50 +09:00
syuilo
e24ca1e51f
v12 ( #5712 )
...
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
2020-01-30 04:37:25 +09:00
MeiMei
fc1d683d3d
ファイルと画像認識処理の改善 ( #5690 )
...
* 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>
2020-01-12 16:40:58 +09:00
syuilo
6142dd0043
Remove needless await
2020-01-10 16:04:25 +09:00
syuilo
8304cd6c2c
Add some log for debugging
2020-01-10 15:55:40 +09:00
rinsuki
2e4030b6c5
Add GitHub Actions ( #5522 )
...
* 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>
2020-01-09 14:35:04 +09:00
tamaina
c39a656518
ドライブ関連の修正 ( #5673 )
...
* ✌️
* Update add-file.ts
* fix
2020-01-04 07:20:41 +09:00
MeiMei
efd0032c81
ドライブファイルURL生成などの修正 ( #5671 )
...
* Fix: リモートプロキシ時にサムネイルのContent-Typeがおかしい
* fix drive
2020-01-02 02:45:05 +09:00
MeiMei
724290f18b
期限切れ/未保存リモートファイルのローカルプロキシ ( #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>
2019-12-31 17:23:47 +09:00
MeiMei
93ba6b9e2b
Implement Talk has read federation ( #5636 )
...
* Talk read
* fix
* 複数のRead ActivityはCollectionとして送るように
* あ
2019-12-15 03:37:19 +09:00
MeiMei
8934d3a0fc
Fix #5637 ( #5638 )
2019-12-15 03:35:09 +09:00
riku6460
686c518966
Fix #5424 ( #5604 )
2019-12-12 00:39:59 +09:00
syuilo
d1550cf9e6
Update dependencies 🚀
2019-11-24 17:09:32 +09:00
syuilo
e9af7e94c4
Fix bug
2019-11-24 16:43:19 +09:00
syuilo
d3f04e36dd
Fix bug
2019-11-23 09:43:47 +09:00
MeiMei
007f4bcef0
無駄なAP deliverをしないように ( #5589 )
...
* DeliverManager, note/create
* recipe
* followers delivers
* comment
* rename
* fix
* cleanup
2019-11-09 18:51:54 +09:00
MeiMei
0646f77ed1
Resolve #5587 ( #5588 )
...
* Resolve #5587
* stat
2019-11-09 18:24:41 +09:00
syuilo
25dedfb911
Store nodeinfo per federated instances ( #5578 )
...
* Store nodeinfo per federated instances
* Update fetch-nodeinfo.ts
* Update fetch-nodeinfo.ts
* update
2019-11-05 22:14:42 +09:00
syuilo
349356a82c
Fix bug
2019-11-05 22:11:47 +09:00
rinsuki
c393a91f58
新規投稿のMFMをHTMLに変換する際、リモートユーザーへのメンションのリンク先を(できれば)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>
2019-11-01 05:43:54 +09:00
syuilo
1c8ebf983b
Fix chart bug
2019-10-31 15:51:33 +09:00
MeiMei
d365b9d5f1
Talk federation ( #5534 )
2019-10-29 06:01:14 +09:00
MeiMei
15b3c4e250
Update https-proxy-agent など ( #5497 )
...
* Use proxy for web-push
* https-proxy-agent 3.0.0
2019-10-14 01:53:28 +09:00
syuilo
2fe704bb71
Decrease tag limit
2019-09-27 05:18:09 +09:00
Acid Chicken (硫酸鶏)
ca02c57625
Limit the tag counts to 100 ( #5263 )
...
* Limit the tag counts to 256
* Update create.ts
* Update create.ts
* Update create.ts
* Limit the user tag
2019-09-27 05:16:59 +09:00
Acid Chicken (硫酸鶏)
14defec353
Use stringz.length instead of String.length in hashtag length calculation ( #5443 )
...
* Use stringz.length instead of String.length
* length to 128, ignore combining
2019-09-22 01:21:45 +09:00
MeiMei
5fbf30e00d
AP Undo Announce ( #5400 )
...
* AP Undo Announce
* Use activity id
2019-09-08 11:30:44 +09:00
MeiMei
d3eeb1c8c1
Proxy for SMTP ( #5371 )
2019-09-02 04:42:52 +09:00
syuilo
c05e7a6321
Chart resyncing ( #5372 )
...
* wip
* Add test
* Fix test
* Insert moderation log
* Add todo
2019-09-02 04:41:26 +09:00
syuilo
c76ea07efb
Syslog support
...
Resolve #5355
2019-08-30 08:29:46 +09:00
MeiMei
08d9a6a720
updateHashtagを並列で行わないように ( #5284 )
2019-08-18 12:47:45 +09:00
MeiMei
dd79309cba
Fix: Hashtagがupdateできない ( #5285 )
2019-08-18 12:46:47 +09:00
Satsuki Yanagi
112f1e1ae4
uuid() と lint ( #5288 )
...
* Import only v4 uuid, uuid() without version is deprecated
* Add Missing semicolon
2019-08-18 12:42:58 +09:00
MeiMei
9f43e384d2
リモートユーザー向けのNoteUnreadsレコードは作成しないように ( #5280 )
2019-08-17 14:40:06 +09:00
MeiMei
774fa19fea
Fix: ドライブアップロード直後に取得できるURLがoriginalじゃない ( #5274 )
2019-08-17 12:32:52 +09:00
和風ドレッシング
73bb119119
Elasticsearchのインデックス名をconfigで変更できるように ( #5257 )
2019-08-09 13:04:35 +09:00
MeiMei
9ebfe9e97f
Enable s3ForcePathStyle ( #5234 )
2019-07-31 18:11:11 +09:00
MeiMei
40dc468a99
HTTPリクエストのKeep-AliveとPrxoy対応など ( #5226 )
...
* DriveのKeep-Alive, Proxy と APのProxy対応
* request系でKeep-Aliveするように
* fix lookup-dns-cache.d.ts
* remove debug output
2019-07-28 09:49:02 +09:00
Satsuki Yanagi
278ed9beb8
Bye moment from package.json ( #5215 )
...
* Bye moment from package.json
* Use Mapped types for argument type definition
2019-07-25 01:36:48 +09:00
rinsuki
720ad1e4a8
Improve GenerateVideoThumbnail ( #5186 )
...
* Improve GenerateVideoThumbnail
* use fluent-ffmpeg
* Update src/services/drive/generate-video-thumbnail.ts
2019-07-20 03:28:14 +09:00
MeiMei
f69a404588
Fix question ( #5197 )
2019-07-20 03:20:06 +09:00
MeiMei
9bf6a5732a
Send Delete activity on suspend ( #5165 )
...
* Send Delete Person activity
* Delete activityの後にフォロー解除する
* アカウント削除でもDelete activity
2019-07-18 02:03:28 +09:00
syuilo
bf10d57f03
Resolve #3238
2019-07-14 03:18:45 +09:00
syuilo
ba9d0e8641
Resolve #5116
2019-07-08 16:03:17 +09:00
syuilo
25bfcfa4c4
Fix #4760
2019-07-05 22:32:15 +09:00
MeiMei
ab79ca0794
APNGでもMIME typeはimage/pngにするように ( #5100 )
...
* APNGでもMIME typeはimage/pngにするように
* Revert "APNGでもMIME typeはimage/pngにするように"
This reverts commit e579eb2bf44f526cabfa9bd4adc6b4fa84727e3b.
* APNGはファイル送信時のみimage/pngにするように
2019-07-05 17:44:23 +09:00
syuilo
cb9c97516e
APNG support
2019-07-04 14:45:28 +09:00
syuilo
c28639437f
Fix MIME
2019-07-03 23:43:09 +09:00
syuilo
7b0651d05d
リモートファイルの削除が重い問題を修正
2019-07-01 21:12:14 +09:00
syuilo
583411681f
Use as const
...
#5089
2019-06-27 18:04:09 +09:00
syuilo
9cd8b234aa
Fix #4519
2019-06-22 04:17:02 +09:00
syuilo
bc9323c360
Add index
2019-06-18 17:11:28 +09:00
syuilo
5a7e9cebdf
Add chart indices
2019-06-18 17:10:28 +09:00
Aya Morisawa
81c9d66bf4
Use halfwidth space instead of fullwidth space in code ( #5054 )
2019-06-14 22:54:19 +09:00
syuilo
1c8c166720
サムネイル生成でエラーになってもファイルのアップロードを失敗しないように
...
#5050
2019-06-13 22:59:15 +09:00
syuilo
6f00143bd6
Improve drive management
2019-05-27 16:54:47 +09:00