rinsuki
350310c4c2
ドキュメントのNode.js最小バージョンを修正 ( #5700 )
...
@typescript-eslint/parserが11.10.1以上じゃないと入らない
> error @typescript-eslint/parser@2.3.3: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1". Got "11.7.0"
https://github.com/syuilo/misskey/runs/274115939
2020-01-09 17:46:29 +09:00
rinsuki
1811725b9d
ローカルタイムラインのテストを修正 ( #5699 )
...
visibility=specifiedな投稿はローカルタイムラインに流れない
2020-01-09 17:29:03 +09:00
Acid Chicken (硫酸鶏)
c0938fe372
Update README.md [AUTOGEN] ( #5698 )
2020-01-09 16:50:43 +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 56e35cf4f8
.
* 一回一回sync→dropしてるのをやめてみる
* fix
* fix
* …
* キャッシュを切ってみる
* add ts to require target
* omg fix
* Revert "キャッシュを切ってみる"
This reverts commit 88161c59d2
.
* done呼び忘れ
* 実際の文字数リミットと違ってたので対応
* テストケースがバグってたので修正
* Revert "一回一回sync→dropしてるのをやめてみる"
This reverts commit a9e543ba2e
.
* fix
* fix
* fix
* fix?
* fix
* chartのconnectionを分離する
* fix
* fix
* fix tsconfig?
* Revert "fix tsconfig?"
This reverts commit ba9269eaf6
.
* 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
syuilo
16fb7c4557
11.37.1
2020-01-07 23:35:29 +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
syuilo
90cfd87f46
11.37.0
2020-01-07 22:04:46 +09:00
syuilo
5ff89e1538
New Crowdin translations ( #5602 )
...
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Danish)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Danish)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Danish)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
2020-01-07 22:04:19 +09:00
syuilo
8b6968c665
Update dependencies 🚀
2020-01-07 21:51:37 +09:00
MeiMei
6ef1b1b1a2
カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 ( #5686 )
...
* カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正
* ねんのため
* 記述順
2020-01-07 12:28:20 +09:00
Acid Chicken (硫酸鶏)
fc0e1955d7
Update README.md [AUTOGEN] ( #5680 )
2020-01-05 20:58:42 +09:00
MeiMei
c3b8123e32
Stacked bar chart の修正 ( #5681 )
...
* Revert "Stacked bar chart がおかしいのを修正 (#5654 )"
This reverts commit b16e5bd136
.
* apexcharts@3.12.0
2020-01-05 20:12:37 +09:00
Acid Chicken (硫酸鶏)
b6ec3f655a
Update README.md [AUTOGEN] ( #5676 )
2020-01-04 22:25:31 +09:00
tamaina
e37840d870
ドライブ関連の修正 ( #5673 )
...
* ✌️
* Update add-file.ts
* fix
2020-01-04 07:20:41 +09:00
syuilo
85b7eb1fb8
2020
2020-01-02 04:15:16 +09:00
MeiMei
541f5f1314
Hide suspended user profile ( #5452 )
2020-01-02 02:47:20 +09:00
MeiMei
a3c7901f87
Fix: リモートプロキシ時にサムネイルのContent-Typeがおかしい ( #5669 )
2020-01-02 02:46:13 +09:00
MeiMei
78ef0a9929
ドライブファイルURL生成などの修正 ( #5671 )
...
* Fix: リモートプロキシ時にサムネイルのContent-Typeがおかしい
* fix drive
2020-01-02 02:45:05 +09:00
MeiMei
b0bb5d8dfc
期限切れ/未保存リモートファイルのローカルプロキシ ( #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
Acid Chicken (硫酸鶏)
307fc18138
Update README.md [AUTOGEN] ( #5664 )
2019-12-31 02:47:33 +09:00
Acid Chicken (硫酸鶏)
330f2dedf7
Update README.md [AUTOGEN] ( #5661 )
2019-12-27 06:43:54 +09:00
tamaina
c5c074f201
Update ja-JP.yml
...
誤字修正 少数→小数
数→数値のほうがよさそうなので変更
2019-12-24 19:54:53 +09:00
MeiMei
b16e5bd136
Stacked bar chart がおかしいのを修正 ( #5654 )
...
* Fix stacked bar chart
* Fix drive stacked bar chart
2019-12-21 16:49:01 +09:00
Acid Chicken (硫酸鶏)
e13f778b33
Update README.md [AUTOGEN] ( #5647 )
2019-12-20 09:48:25 +09:00
syuilo
953142115c
Update dependencies 🚀
2019-12-20 04:46:28 +09:00
syuilo
1eb5578063
Add round function
2019-12-20 02:09:51 +09:00
和風ドレッシング
9bc07c1a1c
Media Proxy を実装 ( #5649 )
...
* Media Proxy を実装
* サンプルを追加
2019-12-20 01:54:28 +09:00
MeiMei
cbbdc98744
/files/ 下のヘッダ設定タイミングを修正 ( #5650 )
2019-12-20 01:39:59 +09:00
Acid Chicken (硫酸鶏)
4229065a69
Update README.md [AUTOGEN] ( #5643 )
2019-12-17 04:43:31 +09:00
MeiMei
932436096f
管理画面でstatsを継続リクエストしないように ( #5608 )
2019-12-15 03:43:31 +09:00
MeiMei
d95242cab0
ミュート/ブロックでページングと解除ができるように ( #5610 )
2019-12-15 03:42:33 +09:00
MeiMei
4214a0618e
Update showdown to 1.9.1 ( #5615 )
2019-12-15 03:41:18 +09:00
MeiMei
c012f4f880
AP引用でquoteUrlに対応 ( #5632 )
...
* 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>
2019-12-15 03:37:54 +09:00
MeiMei
3e85aad80a
Implement Talk has read federation ( #5636 )
...
* Talk read
* fix
* 複数のRead ActivityはCollectionとして送るように
* あ
2019-12-15 03:37:19 +09:00
MeiMei
648be3005f
Fix #5637 ( #5638 )
2019-12-15 03:35:09 +09:00
MeiMei
66165b1935
Redis prefixにホスト名を使用するように ( Resolve #5639 ) ( #5640 )
2019-12-15 03:34:11 +09:00
MeiMei
e9360ac892
Fix AP inbox Announce ( #5641 )
2019-12-15 03:32:48 +09:00
MeiMei
1d234e10bd
Fix #4800 ( #5622 )
2019-12-12 00:49:30 +09:00
MeiMei
2a9de356db
Fix #5611 ( #5612 )
2019-12-12 00:46:10 +09:00
MeiMei
43f3f8a058
Resolve syuilo#5548 ( #5607 )
2019-12-12 00:41:26 +09:00
riku6460
4998ba8866
Fix #5424 ( #5604 )
2019-12-12 00:39:59 +09:00
MeiMei
d18291cf0c
gulpのminifyプロセスの改善 ( #5624 )
...
* Use terser instead of uglify
* Use gulp-clean-css instead of gulp-cssnano
* isProduction分岐を削除
2019-12-12 00:37:58 +09:00
MeiMei
fe9371f06c
AP Signatureヘッダの特殊処理を削除 ( #5628 )
2019-12-11 23:14:51 +09:00
Acid Chicken (硫酸鶏)
05a15afadb
Update README.md [AUTOGEN] ( #5634 )
2019-12-11 21:57:49 +09:00
Acid Chicken (硫酸鶏)
93417912bb
Update README.md [AUTOGEN] ( #5631 )
2019-12-10 21:40:42 +09:00
Acid Chicken (硫酸鶏)
07a565a61a
Update README.md [AUTOGEN] ( #5626 )
2019-12-10 21:25:36 +09:00
Acid Chicken (硫酸鶏)
332b13dfd0
Update README.md [AUTOGEN] ( #5618 )
2019-12-03 08:53:08 +09:00
Acid Chicken (硫酸鶏)
81477ea7ee
Update README.md [AUTOGEN] ( #5613 )
2019-12-02 15:43:06 +09:00
Acid Chicken (硫酸鶏)
39e84539cd
Update README.md [AUTOGEN] ( #5606 )
2019-12-01 17:39:30 +09:00