Commit Graph

1453 Commits

Author SHA1 Message Date
syuilo
481aa17886 Channel (#6621)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wop

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* add notes

* wip

* wip

* wip

* wip

* sound

* wip

* add kick_gaba2

* wip
2020-08-18 22:44:21 +09:00
MeiMei
ebab43ae45 Option objectStorageSetPublicRead (#6645) 2020-08-13 20:05:01 +09:00
rinsuki
c8f0d1413b Fix #6637 (#6638)
* Fix #6637

* fix lint
2020-08-10 01:32:27 +09:00
syuilo
513fc245d9 enhance(client): ミュートされたノート数を表示するようにしたり 2020-08-09 13:46:19 +09:00
syuilo
dad630f716 enhance(api): アクセストークンを作成する際、createdAtをlastUsedAtを揃えるようにして、未使用かどうかを判定できるように 2020-08-04 23:09:48 +09:00
Xeltica
9417b30d12 自分のノートにリアクションを押せるように (#6506)
* resolve #6468

* リモートから来たセルフリアクションの対応
2020-07-30 20:28:35 +09:00
syuilo
648317fc92 refactor: Rename function 2020-07-28 09:38:41 +09:00
syuilo
4cd62f23f3 refactor: Rename function 2020-07-28 09:36:43 +09:00
syuilo
55e188ae23 ワードミュート (#6594)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
2020-07-27 13:34:20 +09:00
syuilo
0c9a52940f feat: Blurhash integration
Resolve #6559
2020-07-19 00:24:07 +09:00
syuilo
1218c4814e feat: トークン手動発行機能 2020-07-18 12:12:10 +09:00
syuilo
07acae21f5 fix(client): Fix theme color 2020-07-12 18:22:13 +09:00
syuilo
6d85f03981 refactor 2020-07-12 18:19:02 +09:00
fuyu
a2b7e0308d 「すべて既読にする」でグループメッセージが既読にならない問題を修正 (#6476) 2020-07-04 10:45:36 +09:00
syuilo
ae496a25b5 chore(deps): Update dependencies 🚀 2020-06-27 23:25:06 +09:00
syuilo
2742abc88d Revert "fix(api): Fix #6418 (#6442)"
This reverts commit 83ec906ee7c5d9bd42b11129f3f0b3df85287b3c.
2020-06-05 08:37:27 +09:00
syuilo
6c2d59ab7b feat: Observe notification read and fix #6406 (#6407)
* Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670

* Improve typing

* Observe notification read

* capture readAllNotifications

* fix

* fix

* Refactor

* Update src/client/components/notification.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>

* Update src/client/components/notification.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>

* missing ;

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-06-04 22:07:39 +09:00
syuilo
2a716f8cda fix(api): Fix #6418 (#6442) 2020-06-04 16:17:36 +09:00
syuilo
d3bcf8b1f7 fix(api): Fix #6419
Close #6434
2020-06-03 13:19:07 +09:00
tamaina
0b953284cb Improve typing 2020-05-26 14:33:55 +09:00
tamaina
f59e1155f2 refactor: use Object.fromEntries() instead of in-house implementation (#6401)
* refactor: use Object.fromEntries()
instead of in-house implementation

* Remove extra type assertions
2020-05-23 23:21:09 +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
MeiMei
887c04235e Cache extra AP objects (#6349)
* Cache extra AP objects

* Cache nodeinfo
2020-05-15 21:37:09 +09:00
MeiMei
706c2fe925 リレーに不正なURLは追加できないように (#6351)
* リレーに不正なURLは追加できないように

* lint
2020-05-15 20:51:16 +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
ddb7d90bd1 fix(server): Remove koa-compress 2020-05-10 17:41:16 +09:00
syuilo
5b06ace4b9 chore(lint): Add missing semicolons 2020-05-10 17:25:16 +09:00
MeiMei
5225ad822c brotli圧縮の無効化など Resolve #6325 (#6326)
* disable brotli

* disable compress between nginx and app
2020-05-09 08:18:21 +09:00
Acid Chicken (硫酸鶏)
ee6e720a9c Update src/server/api/private/signup.ts 2020-05-02 10:31:37 +09:00
syuilo
d2bbd8438e refactor 2020-05-02 10:28:45 +09:00
Acid Chicken (硫酸鶏)
dd6f3579f0 Refactor codes 2020-04-29 05:30:58 +09:00
Acid Chicken (硫酸鶏)
8d233fa1cf Add support for hCaptcha 2020-04-28 14:29:33 +09:00
syuilo
5583007adb chore(server): Add TODO 2020-04-26 11:19:57 +09:00
syuilo
14748a3b07 Fix #6289 2020-04-21 20:26:54 +09:00
Xeltica
73f34b92e5 カスタム絵文字リアクションがプレビューされない不具合を修正 fix #6272 (#6273)
* カスタム絵文字リアクションがプレビューされない不具合を修正

* add comments
2020-04-18 12:06:44 +09:00
syuilo
4bccfb62b3 Resolve #5755 2020-04-13 03:23:23 +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
60ed35680c enhance(server): Log error message when internal error occured 2020-04-04 08:27:16 +09:00
syuilo
a3e4a3ab5f Revert 2020-04-03 23:35:14 +09:00
MeiMei
e27b7e7d97 APIリファレンスのカテゴリ処理の修正 (#6218)
* APIリファレンスのカテゴリ処理の修正

* tune
2020-04-03 22:42:29 +09:00
tamaina
aa49517740 Pre-render ReDoc
redoc-cliはexpandResponsesは200のみとすると数値と認識されてしまい設定できないため202,204という指定にしています
2020-04-03 17:13:41 +09:00
syuilo
1e3d2f21f9 feat(streaming): Add emoji added event 2020-04-02 22:17:17 +09:00
syuilo
12d3e3f786 Refactoring 2020-03-31 09:15:04 +09:00
syuilo
e4105cdddf Merge branch 'master' into develop 2020-03-31 08:08:22 +09:00
syuilo
d6d007b3df Fix #6203 2020-03-31 08:07:10 +09:00
MeiMei
76cadcd707 APIの権限設定漏れを修正 (#6202)
* Fix: 権限設定漏れ

* requireAdmin
2020-03-30 11:45:57 +09:00
MeiMei
a6f4923d18 admin/accounts/createで一般ユーザーがアカウントを作成し放題なのを修正 (#6205) 2020-03-30 09:27:39 +09:00
MeiMei
b9ea774c2a Fix #6199 (#6201) 2020-03-29 23:18:03 +09:00
MeiMei
edfbb37a37 トークン系の乱数ソースではcryptoを使うように (#6200) 2020-03-29 23:16:36 +09:00
syuilo
0d49cd37da Add miauth info into meta.features 2020-03-29 17:44:14 +09:00
syuilo
d468d3281b アプリの権限を確認できるように 2020-03-29 17:06:36 +09:00
syuilo
b890dc349a Fix type 2020-03-29 11:28:55 +09:00
syuilo
9e2d3eb069 Fix bug 2020-03-29 10:49:43 +09:00
syuilo
6100b37525 Refactor: Use === 2020-03-29 10:39:36 +09:00
syuilo
6e189d8d0d Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-03-28 22:04:26 +09:00
syuilo
a3fc2122e6 Fix bug 2020-03-28 22:04:23 +09:00
mei23
0a01f97d64 lint fix 2020-03-28 20:56:17 +09:00
syuilo
a79c305dfb Update gen-token.ts 2020-03-28 19:44:57 +09:00
syuilo
22eac682d8 インストールしたアプリ見れるようにしたり削除できるようにしたり 2020-03-28 19:33:11 +09:00
syuilo
f6b80873eb Resolve #6192 2020-03-28 18:07:41 +09:00
syuilo
7b1e443dca Add i/apps private API 2020-03-28 16:52:52 +09:00
syuilo
05564e5565 Implement MiAuth 2020-03-28 11:24:37 +09:00
syuilo
f5c5d5cd7e wip 2020-03-27 20:24:32 +09:00
syuilo
f3c99323c6 Fix #6180 2020-03-23 19:47:02 +09:00
syuilo
0df9d316f9 Refactor 2020-03-23 19:42:26 +09:00
syuilo
6996f1bb1f テーマインポート機能を実装するなど 2020-03-23 19:06:46 +09:00
syuilo
820e1589af Fix #6110
updatedAt が null なユーザーは検索に出てこなくなる副作用あり
2020-03-21 20:14:26 +09:00
syuilo
c521685f3b Resolve #6110 2020-03-21 12:48:25 +09:00
MeiMei
1b694f1e0c 連携ログインができないのなどを修正 (#6162)
* 連携ログインができないのを修正

* Cookie名変更, セッションに

* igiはやっぱり非セッションCookieで

* 2回目以降Discordログインできなくなるのを修正
2020-03-20 13:56:22 +09:00
syuilo
755a9e2ea7 wip #6140 2020-03-07 11:23:31 +09:00
syuilo
3593015993 Resolve #6137 2020-03-07 01:04:36 +09:00
rinsuki
7e975dd116 lintをGitHub Actions でするように (#6101)
* package.json の lint スクリプトを修正

* lint アクションを追加

* yarn lint --fix

* 手動修正
2020-03-04 11:45:33 +09:00
MeiMei
89f8ff9638 Fix: mainStreamのミュート情報が再接続まで反映されない (#6072) 2020-02-26 08:03:23 +09:00
syuilo
aa01f232a3 Better featured injection 2020-02-22 06:49:12 +09:00
syuilo
7587b5caa9 Resolve #6043 2020-02-21 00:28:45 +09:00
syuilo
ba9762d391 Fix comments 2020-02-20 23:26:35 +09:00
syuilo
bc737f9e57 Fix #6036 2020-02-20 22:54:26 +09:00
syuilo
61aa2430c1 Resolve #6028 2020-02-20 13:38:40 +09:00
syuilo
150c9eaa87 Update search-by-tag.ts 2020-02-20 07:19:27 +09:00
syuilo
0689269514 Fix #6016 2020-02-20 07:18:40 +09:00
syuilo
6aa309f71b Fix #6016 2020-02-20 07:18:16 +09:00
syuilo
a814652af0 Implement featured note injection 2020-02-18 19:05:11 +09:00
syuilo
2b666ee095 Improve paging 2020-02-18 18:19:11 +09:00
syuilo
b538899a8e Imprement promo read 2020-02-18 18:14:38 +09:00
syuilo
840e5efbb2 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-02-18 17:54:13 +09:00
syuilo
e1ef5e4dea Fix bug 2020-02-18 17:53:56 +09:00
fuyu
ee21ada008 管理者はモデレーターに変更できないように (#5970)
* 管理者をモデレーターに変更できないように

* Change error message
2020-02-18 17:53:52 +09:00
syuilo
9e812b5a08 Resolve #5963 2020-02-18 08:41:32 +09:00
syuilo
31e6d071fa Fix type 2020-02-18 08:13:47 +09:00
syuilo
0a250d0327 Clean up 2020-02-18 08:05:27 +09:00
syuilo
56fbc889aa 🎨 2020-02-17 06:37:39 +09:00
syuilo
26d2fc8229 API doc 2020-02-15 23:13:59 +09:00
syuilo
64ad089fad Update trend.ts 2020-02-15 23:01:41 +09:00
syuilo
e0ccb1f9b4 Prefetch aicons 2020-02-15 21:56:21 +09:00
syuilo
3b7b2e8314 Fix #5950 2020-02-15 21:39:38 +09:00
syuilo
cff0d71fef Refactoring 2020-02-15 21:33:32 +09:00
syuilo
7e52a73da8 Improve wallpaper feature 2020-02-15 08:29:59 +09:00
syuilo
51eebc8a3d Font size setting 2020-02-15 03:44:40 +09:00
syuilo
c147febe8c Resolve #5939 2020-02-15 01:03:59 +09:00
syuilo
8aa6f10cff Fix favicon provide 2020-02-14 23:55:31 +09:00
MeiMei
f24a57c99d サムネイルをJPEGで生成するように (#5941) 2020-02-14 11:40:45 +09:00
syuilo
e250131bca Improve custom emoji managemant 2020-02-14 01:09:39 +09:00
syuilo
b5921934ad Fix #5935 2020-02-13 22:13:24 +09:00
syuilo
3df95ca7e4 グループ招待の通知とか
Resolve #5880
Resolve #5927
2020-02-13 02:17:54 +09:00
syuilo
c38521a013 🎨 2020-02-10 21:16:04 +09:00
syuilo
3cd91b460e 🎨 2020-02-10 20:47:02 +09:00
Xeltica
308440280f お知らせの固定表示 (#5887)
* お知らせの固定

* ✌️

* Update index.home.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-02-09 21:31:17 +09:00
tamaina
d11963ac2b fix typo #5890 2020-02-09 20:53:00 +09:00
tamaina
ea59a84354 Fix cannot update (#5890) 2020-02-09 12:47:50 +09:00
syuilo
4cd238ced1 Fix #5885 2020-02-09 03:49:18 +09:00
syuilo
669222ff56 Docs 2020-02-07 19:43:37 +09:00
syuilo
87b379f736 wip docs 2020-02-07 19:15:08 +09:00
syuilo
c6d38fe88d Clean up 2020-02-06 23:27:47 +09:00
MeiMei
aa8aa3b4dc Correct Like id generation (#5852) 2020-02-06 17:07:37 +09:00
syuilo
e26bb84333 Fix bug 2020-02-05 21:41:54 +09:00
syuilo
a9e9fe04ac Refactor 2020-02-05 21:41:49 +09:00
syuilo
6d1d130abe プロキシアカウントをユーザー名ではなくIDで保存するように 2020-02-05 10:15:09 +09:00
DW
d60f549aef Allow wider window for totp verification (#5811)
As server time and client time may not necessarily match
2020-02-02 11:50:15 +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
syuilo
d06ed48008 Resolve #1669 2020-02-01 07:16:52 +09:00
syuilo
9c46e0aece Update icon 2020-01-31 15:25:38 +09:00
syuilo
b928e266ed Fix bug 2020-01-30 06:09:36 +09:00
syuilo
b22bc035b9 Emoji copy 2020-01-30 06:06:50 +09:00
syuilo
cb615f633c isMarkedAsClosed --> isSuspended 2020-01-30 05:56:14 +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
2e6e3c351d userListチャンネルのオーナーチェック Fix #5772 (#5773)
* userListチャンネルのオーナーチェック Fix #5772

* comment
2020-01-27 05:36:59 +09:00
MeiMei
0d21645e73 AP Actorの鍵とkeyIdのフォーマットの変更 (#5733)
* Node PKCS#8

* keyIdを#main-key形式に
2020-01-20 04:51:44 +09:00
MeiMei
ab636cd5df Fix #5728 (#5731) 2020-01-20 01:52:35 +09:00
MeiMei
e9e79c688f Redis subscriberで認証ができないのを修正 Fix #5727 (#5730) 2020-01-20 01:51:18 +09:00
MeiMei
95703f4311 fix (#5710) 2020-01-19 03:38:22 +09:00
Acid Chicken (硫酸鶏)
ecb2dc245c Allow CORS requests in /.well-known/* routes (#5717)
* Allow CORS requests in /.well-known/* routes

* Fix bug
2020-01-16 04:46:43 +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
tamaina
c39a656518 ドライブ関連の修正 (#5673)
* ✌️

* Update add-file.ts

* fix
2020-01-04 07:20:41 +09:00
MeiMei
3be435049f Hide suspended user profile (#5452) 2020-01-02 02:47:20 +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
5a3a9fec1d /files/ 下のヘッダ設定タイミングを修正 (#5650) 2019-12-20 01:39:59 +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
MeiMei
434883be1e Fix #4800 (#5622) 2019-12-12 00:49:30 +09:00
MeiMei
dc5b2bf02c AP Signatureヘッダの特殊処理を削除 (#5628) 2019-12-11 23:14:51 +09:00
syuilo
d1550cf9e6 Update dependencies 🚀 2019-11-24 17:09:32 +09:00
MeiMei
f01c63afa0 Fix: ローカルにフォロワー限定投稿が流れてくる (#5598) 2019-11-24 08:31:57 +09:00
MeiMei
1b919cd7e3 管理画面のジョブキュー一覧の修正 (#5586)
* Fix: inboxのジョブキューが表示されない

* ジョブキューで試行回数等を表示するように

* DBとオブジェクトストレージのジョブキューが表示されるように
2019-11-07 05:41:44 +09:00
syuilo
f8ee5213d7 Resolve #5581 2019-11-05 22:20:56 +09:00
MeiMei
5577473af5 実行時にpackage.jsonを参照しないように (#5418)
* 実行時にpackage.jsonを参照しないように

* nodeinfo

* move meta.json

* add dummy

* lowercase
2019-11-01 22:34:26 +09:00
Acid Chicken (硫酸鶏)
5ea1508d22 Make issue process of registration tickets better (#5545)
* Make issue process of registration tickets better

* Fix illegal indent

* Bye rangestr

* Update invite.ts

* Fix bug

* Update invite.ts
2019-10-29 09:46:51 +09:00