syuilo
|
05a785ebd0
|
chore: Update dep
|
2020-04-23 18:23:54 +09:00 |
|
syuilo
|
6e3ee05cb6
|
refactor(client): ✨
|
2020-04-22 19:36:28 +09:00 |
|
syuilo
|
e72011f1da
|
chore: Update deps
|
2020-04-22 00:08:29 +09:00 |
|
syuilo
|
26d6fe9a4e
|
chore: Update dep
|
2020-04-19 18:41:02 +09:00 |
|
syuilo
|
1e0060193a
|
chore: Update deps
|
2020-04-19 09:40:19 +09:00 |
|
syuilo
|
e0e4b43707
|
chore: Update dep
|
2020-04-18 12:02:33 +09:00 |
|
syuilo
|
050564f717
|
chore: Update dep
|
2020-04-17 20:25:26 +09:00 |
|
syuilo
|
36e59c5b5f
|
chore: update deps
|
2020-04-16 23:20:34 +09:00 |
|
syuilo
|
90e8527556
|
Resolve #6256
|
2020-04-16 00:39:21 +09:00 |
|
syuilo
|
a19e252c9e
|
feat(client): Improve pages aiscript
|
2020-04-13 23:46:53 +09:00 |
|
syuilo
|
11cc9cbc7c
|
Resolve #5755
|
2020-04-13 03:23:23 +09:00 |
|
syuilo
|
f07047d1e8
|
AiScript関連
|
2020-04-12 19:38:19 +09:00 |
|
MeiMei
|
1c20de4e9c
|
Add yarn.lock (#6241)
|
2020-04-11 23:01:29 +09:00 |
|
syuilo
|
aa34000f0b
|
Update package
|
2020-04-11 18:25:36 +09:00 |
|
syuilo
|
1b9f8a87d3
|
chore: Update dependencies 🚀
|
2020-04-04 11:08:10 +09:00 |
|
syuilo
|
eec1af1f52
|
Revert
|
2020-04-03 23:35:14 +09:00 |
|
tamaina
|
795fb0eb60
|
Pre-render ReDoc
redoc-cliはexpandResponsesは200のみとすると数値と認識されてしまい設定できないため202,204という指定にしています
|
2020-04-03 17:13:41 +09:00 |
|
syuilo
|
27733e2119
|
Fix doc page
|
2020-03-28 11:32:19 +09:00 |
|
MeiMei
|
1b48e0d6e0
|
Revert "Update dependencies (#6167)" (#6168)
This reverts commit 0420c548da .
|
2020-03-20 02:46:13 +09:00 |
|
MeiMei
|
0420c548da
|
Update dependencies (#6167)
* Update CI (#11)
* Update nodejs.yml
* Fix time
* no docker
* no CI
* build only
* Update dependencies
|
2020-03-20 02:40:35 +09:00 |
|
syuilo
|
5584d56b6a
|
Clean up
|
2020-02-21 08:36:18 +09:00 |
|
syuilo
|
691482bb28
|
Update dependencies 🚀
|
2020-02-13 22:39:23 +09:00 |
|
syuilo
|
bd828bb072
|
Better resize observe
|
2020-02-10 03:13:22 +09:00 |
|
syuilo
|
fc76f7874e
|
Docs
|
2020-02-07 19:43:37 +09:00 |
|
Xeltica
|
9c97bb431c
|
markdown
|
2020-02-07 01:20:04 +09:00 |
|
syuilo
|
d773c220c7
|
Update yarn.lock
|
2020-02-01 18:21:28 +09:00 |
|
syuilo
|
fb9fed545e
|
✌️
|
2020-01-30 07:53:19 +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
|
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 |
|
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 |
|
syuilo
|
8b6968c665
|
Update dependencies 🚀
|
2020-01-07 21:51:37 +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 |
|
syuilo
|
953142115c
|
Update dependencies 🚀
|
2019-12-20 04:46:28 +09:00 |
|
MeiMei
|
4214a0618e
|
Update showdown to 1.9.1 (#5615)
|
2019-12-15 03:41:18 +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 |
|
syuilo
|
f7a328d66e
|
Update dependencies 🚀
|
2019-11-24 17:09:32 +09:00 |
|
MeiMei
|
f3b518fb62
|
Update yarn.lock (#5584)
|
2019-11-06 23:56:24 +09:00 |
|
syuilo
|
1ca6014284
|
Resolve #5533
|
2019-10-21 08:34:09 +09:00 |
|
syuilo
|
93ce25db91
|
Update dependencies 🚀
|
2019-10-14 02:26:02 +09:00 |
|
MeiMei
|
8da278a279
|
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
|
42a14508f6
|
Update dependencies 🚀
|
2019-09-27 05:50:34 +09:00 |
|
MeiMei
|
60d2558ed6
|
絵文字ピッカーの Unicode 12.0 対応など (#5441)
* Twemoji 12.1
* 絵文字ライブラリを持つように
* Fix chess_pawn emoji
* Add Unicode 12.0 emojis
* Add transgender flag/symbol emoji
* Add some japanese emoji keywords
* format emojilist.json
* fix emojilist order
* Add missing flags
|
2019-09-21 21:31:38 +09:00 |
|
syuilo
|
37fb685016
|
Update dependencies 🚀
|
2019-09-10 15:46:00 +09:00 |
|
MeiMei
|
827c378ac1
|
AP Lock (#5410)
|
2019-09-09 22:46:45 +09:00 |
|
MeiMei
|
a7b710a2f8
|
広告ブロッカーの警告を削除 (#5408)
* remove f*ckadbloack
* follow-buttonが消されないように
* revert version
* remove locales
|
2019-09-08 21:19:28 +09:00 |
|
syuilo
|
b6a3eb2445
|
Fix #5379
|
2019-09-02 05:20:06 +09:00 |
|
syuilo
|
a47baad943
|
Update dependencies 🚀
|
2019-08-31 03:01:50 +09:00 |
|
Satsuki Yanagi
|
6a953b4d94
|
Update yarn.lock (#5327)
|
2019-08-21 13:04:51 +09:00 |
|
syuilo
|
45b972c059
|
MisskeyRoom (#5267)
* wip
* Add pemcil
* Fix bug
* Update .gitattributes
* Add 🍮
* Better 🍮
* Add color boxes
* Add pc
* Add keyboard
* Add 📦
* Add more 📦
* ✌️
* carpet
* Add plant
* ✌️
* ✌️
* Update room.vue
* Add plant
* ✌️
* ✌️
* ✌️
* ✌️
* ✌️
* 段ボール箱がてかりすぎているのを修正
* Update room.ts
* Render username
* ✌️
* Add new 📦
* Update room.ts
* Remove blender backup files
* Refactor
* Improve performance
* Update room.ts
* Update .gitattributes
* Update room.ts
* Better fan
* Better tissue rendering
* Add 🐧
* Create photoframe2.glb
* chairs
* Add 📖
* fix: HiDPi環境でオブジェクトを選択できない (#5268)
* Better monitor
* ✌️
* Add corkboard
* Add missing blend
* mousepad
* Add missing blend
* Add cube
* 額縁やモニターなどに任意の画像を表示できるように
* Update MisskeyRoom section of CONTRIBUTING.md (#5272)
* Update MisskeyRoom section of CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Refactor
* カスタムテクスチャがずれないように
* Remove debug code
* Update furnitures.json5
* 一部の家具の色を自由に変えられるように
* Update ja-JP.yml
* Type annotation
* 家具の色やテクスチャをすぐ反映するように
* Update room.vue
* Update furnitures.json5
* Add 📺
* Update ja-JP.yml
* 床の色を変えられるように
* 和室にできるように
* Update washitsu
* Use MeshLambertMaterial to improve performance
* Use MeshLambertMaterial
* Fix bug
* Refactor
* Update room.ts
* Fix washitsu
* Update room.vue
* Update washistu
* Use MeshLambertMaterial
* Update room.ts
* Set current property value
* Disable reactivity to improve performance a bit
* Fix bug
* Set current carpet color
* Update ja-JP.yml
* Add rubik-cube (#5278)
* Update ja-JP.yml (#5279)
* Update UI
* ルームの設定を追加
* Add room link
* 家具をドラッグで移動や回転できるように
* esnextにする (#5286)
* Fix moduleResolution
* Use uuid v4
* Fix bug
* マットの色を変えられるように
* ✌️
* 異方性フィルタリングするように
* グラフィックの品質をフィルタリングに反映
* Add bloom effect when ultra graphics
* Add posters
* 🎨
|
2019-08-18 14:41:33 +09:00 |
|
MeiMei
|
14736620ec
|
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
|
88f5e8e8e2
|
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 |
|
syuilo
|
3432d6e615
|
Update dependencies 🚀
|
2019-07-22 07:31:02 +09:00 |
|
rinsuki
|
7ac13a386c
|
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
|
ebc2b05231
|
fix build error (#5162)
|
2019-07-17 00:59:19 +09:00 |
|
Acid Chicken (硫酸鶏)
|
4c79dd4e96
|
Use yarn (#5154)
* Revert "✌️"
This reverts commit b5b437b878 .
* Welcome back, yarn.lock
[lockfiles for all](https://yarnpkg.com/blog/2016/11/24/lockfiles-for-all/)
* Use alpine package registry instead of npm's
* Avoid npx
* Remove `"`
* Follow review
refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303227256
* Update lockfile
* Use yarn instead of npm run
refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303227285
* Back to npm
* Follow review
refs: https://github.com/syuilo/misskey/pull/5154#discussion_r303292279
|
2019-07-15 21:32:09 +09:00 |
|
Acid Chicken (硫酸鶏)
|
9c684fd6c4
|
Welcome back, yarn.lock
[lockfiles for all](https://yarnpkg.com/blog/2016/11/24/lockfiles-for-all/)
|
2019-07-14 10:16:30 +09:00 |
|
syuilo
|
a4c9a93b6d
|
✌️
|
2018-07-07 19:23:44 +09:00 |
|
rinsuki
|
daa409cd82
|
[noImplicitAny: true] src/services/drive
|
2018-06-17 20:04:19 +09:00 |
|
rinsuki
|
8c40917cc2
|
[noImplicitAny: true] src/text
|
2018-06-17 19:55:39 +09:00 |
|
rinsuki
|
871f886702
|
build:ts success
|
2018-06-17 19:09:24 +09:00 |
|
syuilo
|
b5b437b878
|
✌️
|
2018-06-16 12:43:58 +09:00 |
|
syuilo
|
cc2947063a
|
add lock file
|
2018-06-16 12:42:59 +09:00 |
|