Commit graph

6977 commits

Author SHA1 Message Date
syuilo
27ffb192f0 Fix style 2020-01-31 05:21:41 +09:00
syuilo
7c64d677cb Fix style 2020-01-31 05:20:10 +09:00
syuilo
635afdf53f Fix password reset 2020-01-31 05:15:59 +09:00
syuilo
99b5d94b11 Show moderator badge 2020-01-31 05:09:52 +09:00
tamaina
db24dddeff
Make notifications widget flexible (#5791)
* Make notifications widget flexible

* fix
2020-01-31 04:53:16 +09:00
tamaina
1f8334dcb7 fix 2020-01-30 20:27:14 +09:00
tamaina
0252e9b4b7
Fix duplicated disconnected dialog (Fix #5782) (#5790)
* Fix #5782
fix duplicated disconnected dialog

* fix
2020-01-30 19:57:22 +09:00
syuilo
13abd6596e Add some themes 🎨 2020-01-30 19:39:07 +09:00
syuilo
5a97b67785 Fix 2020-01-30 19:00:08 +09:00
MeiMei
711aa564c1
AP audience (visibility) パースの修正 (#5783)
* Refactor audience

* audienceのないAP Object 対応

* fix

* Update src/remote/activitypub/audience.ts

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* Update src/remote/activitypub/audience.ts

Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-01-30 18:58:13 +09:00
tamaina
f6987c72ac
Make timeline widget flexible (#5788) 2020-01-30 18:32:09 +09:00
syuilo
9107895754
Fix bug 2020-01-30 18:31:08 +09:00
syuilo
48e9898db1 2fa setting 2020-01-30 13:05:14 +09:00
syuilo
64dcd9d697 🎨 2020-01-30 11:12:58 +09:00
syuilo
a7f337e8e4 Merge branch 'develop' of https://github.com/syuilo/misskey into develop 2020-01-30 11:10:48 +09:00
syuilo
24c047b662 _section --> _card 2020-01-30 11:10:42 +09:00
MeiMei
e97bfe5696
Handle EmojiReaction activitiy (#5492)
* Handle some additional reaction activities

* Revert "Handle some additional reaction activities"

This reverts commit 1462ff12de08e8810023658e8ff7b5ee8bd7965b.

* EmojiReaction
2020-01-30 08:03:50 +09:00
syuilo
fb9fed545e ✌️ 2020-01-30 07:53:19 +09:00
syuilo
964bfb36d8 Improve avatar/banner setting 2020-01-30 07:13:36 +09:00
syuilo
8b32157cf1 Fix bug 2020-01-30 06:23:34 +09:00
syuilo
f5d5d26b0e Adjust page style 2020-01-30 06:19:18 +09:00
syuilo
9f4da44b59 Fix 2020-01-30 06:11:35 +09:00
syuilo
ee0cbab4e4 Fix bug 2020-01-30 06:09:36 +09:00
syuilo
c44e8e6bf1 Emoji copy 2020-01-30 06:06:50 +09:00
syuilo
5ceffb2c17 Add moderator switch 2020-01-30 06:00:43 +09:00
syuilo
96648b651e isMarkedAsClosed --> isSuspended 2020-01-30 05:56:14 +09:00
syuilo
31abd2f59b Fix bug 2020-01-30 05:45:15 +09:00
syuilo
f6154dc0af
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
a5955c1123
Add Event activity-type support (#5785) 2020-01-30 01:38:05 +09:00
Takeshi Umeda
23f262c2e4
Add Group and Organization to validActor (#5784) 2020-01-30 01:36:44 +09:00
Satsuki Yanagi
bbcc09d426 Allow 'internal' device in WebAuthN (#5756) 2020-01-27 05:38:40 +09:00
MeiMei
01c07d120f Resolve #5762 (#5770) 2020-01-27 05:37:53 +09:00
MeiMei
0c1076c917 userListチャンネルのオーナーチェック Fix #5772 (#5773)
* userListチャンネルのオーナーチェック Fix #5772

* comment
2020-01-27 05:36:59 +09:00
MeiMei
84178ba38a APの流量制限とリトライ期間の変更 (#5734)
* AP rate limit

* AP Job attempts

* fix
2020-01-20 14:14:09 +09:00
MeiMei
46aaf8fa9a AP Actorの鍵とkeyIdのフォーマットの変更 (#5733)
* Node PKCS#8

* keyIdを#main-key形式に
2020-01-20 04:51:44 +09:00
MeiMei
5a950cf991 Fix syuilo#5729 (#5732) 2020-01-20 01:53:17 +09:00
MeiMei
75cb7f8b36 Fix #5728 (#5731) 2020-01-20 01:52:35 +09:00
MeiMei
79cbf0888c Redis subscriberで認証ができないのを修正 Fix #5727 (#5730) 2020-01-20 01:51:18 +09:00
MeiMei
10f237be95 Add mark-admin command (#5705)
* mark-admin command

* no cli
2020-01-20 01:50:12 +09:00
MeiMei
85971d3d88 Fix: PagesでDRPWPMが最初のしか出てこない (#5707) 2020-01-19 03:38:59 +09:00
MeiMei
26b193d39d fix (#5710) 2020-01-19 03:38:22 +09:00
Acid Chicken (硫酸鶏)
ab1b0cc840
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
9703ba5340
ファイルと画像認識処理の改善 (#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
d09d06e4cb Refactor 2020-01-10 16:23:58 +09:00
syuilo
3ed76718a8 Remove needless await 2020-01-10 16:04:25 +09:00
syuilo
c62a16ae64 Add some log for debugging 2020-01-10 15:55:40 +09:00
MeiMei
0f25c74415 カスタム絵文字リアクションでないものは絵文字クエリをしないように (#5693)
* カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正

* ねんのため

* 記述順

* カスタム絵文字リアクションでないものは絵文字クエリをしないように
2020-01-09 14:37:48 +09:00
rinsuki
3ecb0ab161 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
Satsuki Yanagi
8aafafe416 Fix #5688 (#5689)
* Resolve #5688

* あああああ

* 😇

* :thinking_face:

* Update detect-mine.ts

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-01-07 23:34:17 +09:00
MeiMei
6ef1b1b1a2 カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 (#5686)
* カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正

* ねんのため

* 記述順
2020-01-07 12:28:20 +09:00