summaryrefslogtreecommitdiff
path: root/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 12.20.0syuilo2020-02-221-1/+1
|
* Clean upsyuilo2020-02-211-1/+0
|
* 12.19.0syuilo2020-02-211-1/+1
|
* 12.18.1syuilo2020-02-201-1/+1
|
* 12.18.0syuilo2020-02-201-1/+1
|
* 12.17.0syuilo2020-02-201-1/+1
|
* 12.16.0syuilo2020-02-191-1/+1
|
* 12.15.0syuilo2020-02-191-1/+1
|
* 12.14.0syuilo2020-02-181-1/+1
|
* 12.13.0syuilo2020-02-181-1/+1
|
* 12.12.0syuilo2020-02-171-1/+1
|
* 12.11.0syuilo2020-02-161-1/+1
|
* 12.10.0syuilo2020-02-151-1/+1
|
* 12.9.0syuilo2020-02-141-1/+1
|
* Update dependencies :rocket:syuilo2020-02-131-26/+26
|
* 12.8.0syuilo2020-02-131-1/+1
|
* 12.7.1syuilo2020-02-111-1/+1
|
* 12.7.0syuilo2020-02-101-1/+1
|
* 12.6.0syuilo2020-02-101-1/+1
|
* Better resize observesyuilo2020-02-101-0/+1
|
* 12.5.0syuilo2020-02-091-1/+1
|
* 12.4.1syuilo2020-02-091-1/+1
|
* 12.4.0syuilo2020-02-091-1/+1
|
* 12.3.0syuilo2020-02-081-1/+1
|
* Docssyuilo2020-02-071-0/+2
|
* markdown Xeltica2020-02-071-0/+2
|
* 12.2.0syuilo2020-02-061-1/+1
|
* 12.0.0syuilo2020-02-061-1/+1
|
* 12.0.0-beta.3syuilo2020-02-061-1/+1
|
* 12.0.0-beta.2syuilo2020-02-051-1/+1
|
* 12.0.0-beta.1syuilo2020-02-051-1/+1
|
* 12.0.0-alpha.15syuilo2020-02-051-1/+1
|
* Update package.jsonsyuilo2020-02-011-7/+7
|
* 12.0.0-alpha.14syuilo2020-02-011-1/+1
|
* Resolve #1669syuilo2020-02-011-1/+1
|
* :v:syuilo2020-01-301-38/+36
|
* Adjust page stylesyuilo2020-01-301-1/+1
|
* v12 (#5712)syuilo2020-01-301-8/+10
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* ファイルと画像認識処理の改善 (#5690)MeiMei2020-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add GitHub Actions (#5522)rinsuki2020-01-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 11.37.1syuilo2020-01-071-1/+1
|
* 11.37.0syuilo2020-01-071-1/+1
|
* Update dependencies :rocket:syuilo2020-01-071-23/+23
|
* Stacked bar chart の修正 (#5681)MeiMei2020-01-051-1/+1
| | | | | | | | * Revert "Stacked bar chart がおかしいのを修正 (#5654)" This reverts commit b16e5bd136d5e082cf5adf8b4d51025a76f2edf5. * apexcharts@3.12.0
* Update dependencies :rocket:syuilo2019-12-201-48/+46
|
* Update showdown to 1.9.1 (#5615)MeiMei2019-12-151-1/+1
|
* gulpのminifyプロセスの改善 (#5624)MeiMei2019-12-121-7/+2
| | | | | | | | * Use terser instead of uglify * Use gulp-clean-css instead of gulp-cssnano * isProduction分岐を削除
* 11.36.0syuilo2019-11-241-1/+1
|
* Update dependencies :rocket:syuilo2019-11-241-62/+62
|
* 11.35.1syuilo2019-11-051-1/+1
|