Commit graph

45 commits

Author SHA1 Message Date
syuilo 14148f6c4a refactoring
Resolve #7779
2021-11-12 02:02:25 +09:00
syuilo aaef4f50e0 fix: mochaが動かないため拡張子なしに戻した 2021-08-19 21:55:45 +09:00
syuilo d2b5b67b44 refactor: refactoring imports
将来ESMに移行しやすいように
Related: #7658

なんかmochaが起動しなくなってるけど理由不明
すぐ直したい
2021-08-19 18:33:41 +09:00
MeiMei 7967a8c775 認証の修正 (#7597)
* authenticateのキャッシュを廃止

* 凍結ユーザーがサインイン出来てしまうのを修正

* 凍結ユーザーはストリーミング接続出来ないように

* 他人のアクセストークンはrevoke出来ないように, 正常削除を待機するように

* ユーザー/アクセストークンを無効化したらストリーミングを切断するように

* Revert TODO

* ストリーミングterminateは、ユーザー削除後に行うように

* signinでsuspendは別のエラーにする

* トークン再生成後のストリーミング切断は少し待つように

* サスペンド後のストリーミング切断はローカルユーザーのみに
2021-07-18 19:57:53 +09:00
syuilo f99f919e4c 精度を高めるためストリーミング接続中に定期的にlastActiveDateを更新するように 2021-04-18 22:35:47 +09:00
syuilo fc7dfbddf3 Implement user online status
Resolve #7422
Fix #7424
2021-04-17 15:30:26 +09:00
syuilo 98f28bbf03 fix bug
48ea805999 (commitcomment-48584326)
2021-03-23 14:54:09 +09:00
syuilo 9d510c1d74 perf(server): Redis接続をストリーミング接続ごとに作らず、プロセス全体で共有するように 2021-03-23 11:53:25 +09:00
syuilo 5583007adb chore(server): Add TODO 2020-04-26 11:19:57 +09:00
syuilo cefbecb94c refactor: Use === 2020-04-04 08:46:54 +09:00
MeiMei e9e79c688f Redis subscriberで認証ができないのを修正 Fix #5727 (#5730) 2020-01-20 01:51:18 +09:00
MeiMei 8934d3a0fc Fix #5637 (#5638) 2019-12-15 03:35:09 +09:00
syuilo af93cdd49f Redis必須に 2019-04-13 19:19:32 +09:00
syuilo 2b8602bd1b Use PostgreSQL instead of MongoDB (#4572)
* wip

* Update note.ts

* Update timeline.ts

* Update core.ts

* wip

* Update generate-visibility-query.ts

* wip

* wip

* wip

* wip

* wip

* Update global-timeline.ts

* wip

* wip

* wip

* Update vote.ts

* wip

* wip

* Update create.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update files.ts

* wip

* wip

* Update CONTRIBUTING.md

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update read-notification.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update cancel.ts

* wip

* wip

* wip

* Update show.ts

* wip

* wip

* Update gen-id.ts

* Update create.ts

* Update id.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Docker: Update files about Docker (#4599)

* Docker: Use cache if files used by `yarn install` was not updated

This patch reduces the number of times to installing node_modules.
For example, `yarn install` step will be skipped when only ".config/default.yml" is updated.

* Docker: Migrate MongoDB to Postgresql

Misskey uses Postgresql as a database instead of Mongodb since version 11.

* Docker: Uncomment about data persistence

This patch will save a lot of databases.

* wip

* wip

* wip

* Update activitypub.ts

* wip

* wip

* wip

* Update logs.ts

* wip

* Update drive-file.ts

* Update register.ts

* wip

* wip

* Update mentions.ts

* wip

* wip

* wip

* Update recommendation.ts

* wip

* Update index.ts

* wip

* Update recommendation.ts

* Doc: Update docker.ja.md and docker.en.md (#1) (#4608)

Update how to set up misskey.

* wip

* ✌️

* wip

* Update note.ts

* Update postgre.ts

* wip

* wip

* wip

* wip

* Update add-file.ts

* wip

* wip

* wip

* Clean up

* Update logs.ts

* wip

* 🍕

* wip

* Ad notes

* wip

* Update api-visibility.ts

* Update note.ts

* Update add-file.ts

* tests

* tests

* Update postgre.ts

* Update utils.ts

* wip

* wip

* Refactor

* wip

* Refactor

* wip

* wip

* Update show-users.ts

* Update update-instance.ts

* wip

* Update feed.ts

* Update outbox.ts

* Update outbox.ts

* Update user.ts

* wip

* Update list.ts

* Update update-hashtag.ts

* wip

* Update update-hashtag.ts

* Refactor

* Update update.ts

* wip

* wip

* ✌️

* clean up

* docs

* Update push.ts

* wip

* Update api.ts

* wip

* ✌️

* Update make-pagination-query.ts

* ✌️

* Delete hashtags.ts

* Update instances.ts

* Update instances.ts

* Update create.ts

* Update search.ts

* Update reversi-game.ts

* Update signup.ts

* Update user.ts

* id

* Update example.yml

* 🎨

* objectid

* fix

* reversi

* reversi

* Fix bug of chart engine

* Add test of chart engine

* Improve test

* Better testing

* Improve chart engine

* Refactor

* Add test of chart engine

* Refactor

* Add chart test

* Fix bug

* コミットし忘れ

* Refactoring

* ✌️

* Add tests

* Add test

* Extarct note tests

* Refactor

* 存在しないユーザーにメンションできなくなっていた問題を修正

* Fix bug

* Update update-meta.ts

* Fix bug

* Update mention.vue

* Fix bug

* Update meta.ts

* Update CONTRIBUTING.md

* Fix bug

* Fix bug

* Fix bug

* Clean up

* Clean up

* Update notification.ts

* Clean up

* Add mute tests

* Add test

* Refactor

* Add test

* Fix test

* Refactor

* Refactor

* Add tests

* Update utils.ts

* Update utils.ts

* Fix test

* Update package.json

* Update update.ts

* Update manifest.ts

* Fix bug

* Fix bug

* Add test

* 🎨

* Update endpoint permissions

* Updaye permisison

* Update person.ts

#4299

* データベースと同期しないように

* Fix bug

* Fix bug

* Update reversi-game.ts

* Use a feature of Node v11.7.0 to extract a public key (#4644)

* wip

* wip

* ✌️

* Refactoring

#1540

* test

* test

* test

* test

* test

* test

* test

* Fix bug

* Fix test

* 🍣

* wip

* #4471

* Add test for #4335

* Refactor

* Fix test

* Add tests

* 🕓

* Fix bug

* Add test

* Add test

* rename

* Fix bug
2019-04-07 21:50:36 +09:00
syuilo c59ca22a81 Revert 96bc17aa1014983d5e6bf8b4c05d898156995a0d 2019-02-07 21:02:33 +09:00
Aya Morisawa ff80a2c934 Check config on load (#4170)
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2019-02-06 22:44:55 +09:00
syuilo 301fe469ee Improve streaming 2018-11-12 00:31:09 +09:00
syuilo 1d2c5269a9 Better id 2018-10-13 19:16:47 +09:00
syuilo 74a2dab6ff 共有可能チャンネルに接続しようとしていて、かつそのチャンネルに既に接続していたら無意味なので無視するように 2018-10-11 23:01:57 +09:00
syuilo 9e903c2df2 Clean up 2018-10-11 18:10:41 +09:00
syuilo 08b18004a7 Redisがインストールされているときはイベントの共有にRedisのpub/subを使うように 2018-10-11 18:09:41 +09:00
mei23 88978f9239 / に main stream も流す 2018-10-09 03:29:11 +09:00
syuilo 87f574f6cf oops 2018-10-08 09:02:11 +09:00
syuilo 9b3ee7cae6 互換性を追加 2018-10-08 08:58:12 +09:00
syuilo d0918c06db Fix bug 2018-10-08 00:58:10 +09:00
syuilo 7cb9a5df1d 後方互換性を追加 2018-10-07 17:19:52 +09:00
syuilo 023f895728 V10 (#2826)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update CHANGELOG.md

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update CHANGELOG.md

* Update CHANGELOG.md

* wip

* Update CHANGELOG.md

* wip

* wip

* wip

* wip
2018-10-07 11:06:17 +09:00
syuilo 5a99672025 pong 2018-09-17 09:07:46 +09:00
syuilo 912ad5d849 ハッシュタグタイムラインを実装 2018-09-17 09:00:20 +09:00
syuilo 560816387c ローカルタイムラインストリームに認証不要で接続できるように 2018-09-04 12:58:35 +09:00
syuilo 56db5c0cf9 #2020 2018-07-30 07:20:27 +09:00
syuilo f790e44415 Fix bug 2018-07-11 14:33:03 +09:00
syuilo cc3eb594a1 Refactoring 2018-07-09 21:15:49 +09:00
syuilo a640a1e4d4 wip 2018-06-18 09:54:53 +09:00
syuilo 6b54f277c3 reversi 💮 💯 2018-06-17 08:10:54 +09:00
syuilo 8bb5dab657 #1686 2018-06-09 04:14:26 +09:00
syuilo 298ed9406d Clean up 2018-05-19 07:33:34 +09:00
syuilo 9879dc1464 wip 2018-04-26 11:02:15 +09:00
syuilo dda9e28337 ローカルタイムラインとグローバルタイムラインを実装 2018-04-17 14:52:28 +09:00
syuilo 99774413f4 ストリーム経由でAPIにリクエストできるように 2018-04-11 17:40:01 +09:00
syuilo 9739dc4ac2 Some bug fixes 2018-04-08 03:58:11 +09:00
Akihiko Odaki 8b3407e16c Introduce config module 2018-04-02 13:15:53 +09:00
syuilo 40c10a00d8 整理した 2018-03-29 20:32:18 +09:00
syuilo 47a5ec94f0 Resolve conflicts 2018-03-29 14:48:47 +09:00
Akihiko Odaki 660cdf05c4 Introduce processor 2018-03-29 01:54:41 +09:00
Renamed from src/api/streaming.ts (Browse further)