Commit graph

2897 commits

Author SHA1 Message Date
Mary
9c76e03c3a Implement Webauthn 🎉 (#5088)
* Implement Webauthn 🎉

* Share hexifyAB

* Move hr inside template and add AttestationChallenges janitor daemon

* Apply suggestions from code review

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

* Add newline at the end of file

* Fix stray newline in promise chain

* Ignore var in try{}catch(){} block

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

* Add missing comma

* Add missing semicolon

* Support more attestation formats

* add support for more key types and linter pass

* Refactor

* Refactor

* credentialId --> id

* Fix

* Improve readability

* Add indexes

* fixes for credentialId->id

* Avoid changing store state

* Fix syntax error and code style

* Remove unused import

* Refactor of getkey API

* Create 1561706992953-webauthn.ts

* Update ja-JP.yml

* Add type annotations

* Fix code style

* Specify depedency version

* Fix code style

* Fix janitor daemon and login requesting 2FA regardless of status
2019-07-03 20:18:07 +09:00
syuilo
de82bb9b15 Update dependencies 🚀 2019-07-02 19:20:34 +09:00
syuilo
2a7d4b07b6 Fix #4926 2019-06-29 23:12:00 +09:00
syuilo
583411681f Use as const
#5089
2019-06-27 18:04:09 +09:00
syuilo
d61743e384 11.23.1 2019-06-25 01:27:33 +09:00
syuilo
e1d80511c5 11.23.0 2019-06-23 00:21:58 +09:00
syuilo
658f2ace16 11.22.0 2019-06-18 19:15:55 +09:00
syuilo
5523823be7 Update summaly to 2.3.0 2019-06-18 16:58:32 +09:00
syuilo
0e362b3cef 11.21.0 2019-06-16 16:08:36 +09:00
syuilo
f9e6ec1785 Update dependencies 🚀 2019-06-16 16:07:57 +09:00
syuilo
152f14b434 11.20.4 2019-06-13 18:22:31 +09:00
syuilo
12cf7315da 11.20.3 2019-06-10 23:11:04 +09:00
syuilo
e83200f79a 11.20.2 2019-06-10 11:43:45 +09:00
syuilo
01c4d0c6ef 11.20.1 2019-06-07 20:47:14 +09:00
syuilo
760635126f Update dependencies 🚀 2019-06-07 20:29:13 +09:00
Acid Chicken (硫酸鶏)
5bf561b513 Add resolutions for polluted packages
for yarn users: Just `yarn install` then vulnerabilities are fixed!
for npm users: Wait for support of 'resolutions' from npm.
2019-06-04 23:06:30 +09:00
syuilo
95adbd2cea Improve post form
Resolve #4998
Resolve #1151
2019-05-27 15:38:14 +09:00
syuilo
3519b082c2 11.19.1 2019-05-26 21:42:03 +09:00
syuilo
d7701fabd0 Clean up 2019-05-26 21:16:52 +09:00
Aya Morisawa
1e710b6e8a Remove deprecated package @types/file-type (#4987) 2019-05-26 15:09:42 +09:00
syuilo
07c22c55c1 11.19.0 2019-05-25 09:21:21 +09:00
syuilo
79e214eebd Update dependency 🚀 2019-05-24 03:31:14 +09:00
syuilo
958686fad4 11.18.1 2019-05-21 18:13:10 +09:00
syuilo
19a0668bf8 11.18.0 2019-05-21 08:55:26 +09:00
syuilo
186d062873 Update dependencies 🚀 2019-05-21 08:46:35 +09:00
syuilo
8787c58463 11.17.1 2019-05-20 00:12:19 +09:00
syuilo
61e1e1c645 11.17.0 2019-05-19 21:02:17 +09:00
syuilo
79ae80426d 11.16.1 2019-05-19 03:22:26 +09:00
syuilo
afa14c2e04 11.16.0 2019-05-19 02:51:28 +09:00
syuilo
622172093e 11.15.0 2019-05-16 16:13:46 +09:00
syuilo
a6f77f1033 Dockerを使用している場合、アプデの際にマイグレを自動実行するように 2019-05-16 16:12:30 +09:00
syuilo
1f57d306c1 11.14.0 2019-05-16 01:16:41 +09:00
syuilo
c8f549e562 Resolve #4925 2019-05-14 23:54:39 +09:00
syuilo
df06122d81 11.13.0 2019-05-14 21:25:00 +09:00
syuilo
19c1d1e76f Update dependencies 🚀 2019-05-14 21:17:29 +09:00
syuilo
97c5ffb277 11.12.0 2019-05-10 17:32:57 +09:00
syuilo
3b805386bc 11.11.2 2019-05-07 18:56:19 +09:00
syuilo
8f4a79a862 11.11.1 2019-05-05 20:36:11 +09:00
syuilo
4189df854e 11.11.0 2019-05-05 20:33:29 +09:00
syuilo
212dfe0a0c 11.10.1 2019-05-04 15:21:35 +09:00
syuilo
d1a8958f1a Update dependencies 🚀 2019-05-04 14:47:28 +09:00
syuilo
623ca528df 11.10.0 2019-05-03 18:58:09 +09:00
syuilo
2eaa79f04d 11.9.0 2019-05-02 17:57:13 +09:00
syuilo
6e1dd305ef 11.8.1 2019-05-02 17:18:11 +09:00
Satsuki Yanagi
9dd0ce8feb Fix TypeScript semantic error (#4828)
ビルドの時こういうエラーが出てます
src/misc/aiscript/evaluator.ts(2,29): error TS7016: Could not find a declaration file for module 'seedrandom'
2019-05-01 22:56:18 +09:00
syuilo
d1ab28b36f 11.8.0-2 2019-05-01 20:58:59 +09:00
syuilo
3ca39c2c3b 11.8.0 2019-05-01 20:56:50 +09:00
syuilo
b8264d3f01 11.7.0 2019-04-30 12:20:59 +09:00
syuilo
194c28828f 11.6.0 2019-04-29 15:26:09 +09:00
syuilo
1d40afe1b8 11.5.1 2019-04-29 11:10:59 +09:00
syuilo
7659283334 Update dependencies 🚀 2019-04-29 09:28:13 +09:00
syuilo
94d23dfa19 Pages (#4811)
* wip

* wip

* wip

* Update page-editor.vue

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update page-editor.variable.core.vue

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update aiscript.ts

* wip

* Update package.json

* wip

* wip

* wip

* wip

* wip

* Update page.vue

* wip

* wip

* wip

* wip

* more info

* wip fn

* wip

* wip

* wip
2019-04-29 09:11:57 +09:00
syuilo
d545eab3ea 11.4.0 2019-04-25 07:48:12 +09:00
syuilo
2c885dc8a4 Resolve #3119 2019-04-25 07:46:39 +09:00
syuilo
967ab76d36 11.3.1 2019-04-24 20:51:14 +09:00
syuilo
0f3e46ece0 11.3.0 2019-04-24 15:23:31 +09:00
syuilo
493c83ef2d Refactor API (#4770)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update description.ts

* wip
2019-04-23 22:35:26 +09:00
syuilo
c2d359c54f 11.2.2 2019-04-22 00:49:36 +09:00
syuilo
fb8bce5a08 Update dependencies 🚀 2019-04-22 00:43:15 +09:00
syuilo
8bea06936f 11.2.1 2019-04-21 06:52:01 +09:00
syuilo
e3f7fe1306 11.2.0 2019-04-18 22:00:53 +09:00
syuilo
a5a459b072 11.1.6 2019-04-18 01:12:03 +09:00
syuilo
54c61ae4fa 11.1.5 2019-04-17 19:36:58 +09:00
syuilo
f5786c4f15 11.1.4 2019-04-17 02:57:48 +09:00
syuilo
696bc486ea Clean up 2019-04-17 02:57:36 +09:00
syuilo
dcaf7c3879 11.1.3 2019-04-16 01:23:26 +09:00
syuilo
833bc57981 11.1.2 2019-04-15 23:32:26 +09:00
syuilo
93b22ced82 Use pureimage instead of canvas 2019-04-15 22:58:04 +09:00
syuilo
4fb0007f7b 11.1.1 2019-04-15 22:08:53 +09:00
syuilo
72dfed1c08 11.1.0 2019-04-15 21:01:46 +09:00
syuilo
41478a7399 ランダムにアバターを生成するように 2019-04-15 20:37:21 +09:00
syuilo
019f254b25 11.0.3 2019-04-15 13:14:36 +09:00
syuilo
f60bb8b919 11.0.2 2019-04-15 12:23:03 +09:00
syuilo
c876eead40 11.0.1 2019-04-15 01:06:36 +09:00
syuilo
55ff1810e4 Clean up 2019-04-14 22:54:33 +09:00
syuilo
2e0541b72b 11.0.0 2019-04-14 20:36:13 +09:00
syuilo
5439d9bf88 Clean up 2019-04-14 18:18:20 +09:00
syuilo
78f7943b9c 11.0.0-beta.16 2019-04-14 17:44:16 +09:00
syuilo
b950d85da5 Update and clean dependencies 🚀 2019-04-14 17:40:30 +09:00
syuilo
1ec3b426bc 11.0.0-beta.15 2019-04-14 17:21:59 +09:00
syuilo
6665254d12 11.0.0-beta.14 2019-04-14 12:00:49 +09:00
syuilo
119356c156 11.0.0-beta.13 2019-04-14 02:36:21 +09:00
syuilo
7e13d86930 11.0.0-beta.12 2019-04-14 02:24:27 +09:00
syuilo
df7b23de85 11.0.0-beta.11 2019-04-13 20:02:47 +09:00
syuilo
11abf93d94 11.0.0-beta.10 2019-04-13 18:58:48 +09:00
syuilo
491d1c01ad 11.0.0-beta.9 2019-04-13 17:27:17 +09:00
syuilo
259618253d 11.0.0-beta.8 2019-04-13 16:55:13 +09:00
syuilo
d764e2ed6a 11.0.0-beta.7 2019-04-13 15:18:27 +09:00
syuilo
2802bf5b0b 11.0.0-beta.6 2019-04-13 15:03:56 +09:00
syuilo
76c393b4fd 11.0.0-beta.5 2019-04-13 01:53:00 +09:00
syuilo
8d94a6a8df strictNullChecks (#4666)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
2019-04-13 01:43:22 +09:00
syuilo
9b4ee584c2 11.0.0-beta.4 2019-04-12 02:25:56 +09:00
syuilo
711880e5ad 11.0.0-beta.3 2019-04-12 01:56:48 +09:00
syuilo
6e5f82c7f9 11.0.0-beta.2 2019-04-10 20:08:19 +09:00
syuilo
e2ab487c44 11.0.0-beta.1 2019-04-10 18:25:16 +09:00
syuilo
bf19ae7950 11.0.0-alpha.10 2019-04-10 15:08:05 +09:00
syuilo
4257105cb2 WebFingerリクエストで Proxy, Keep-Alive などをサポート #4658
Co-Authored-By: MeiMei <mei23@users.noreply.github.com>
2019-04-10 15:07:21 +09:00
syuilo
028329f769 11.0.0-alpha.9 2019-04-10 15:04:33 +09:00
syuilo
82d4e01786 11.0.0-alpha.8 2019-04-10 01:00:00 +09:00
syuilo
b001637b86 11.0.0-alpha.7 2019-04-10 00:01:10 +09:00
syuilo
2c5e1d2440 11.0.0-alpha.6 2019-04-09 23:35:34 +09:00
syuilo
d834b832ec 11.0.0-alpha.5 2019-04-09 20:51:23 +09:00
syuilo
93fd97884a Update dependencies 🚀 2019-04-09 20:49:56 +09:00
syuilo
1cbfb39660 Restore crypto_key to migration 2019-04-09 19:02:02 +09:00
syuilo
9dcff01640 wip migration 2019-04-08 20:33:42 +09:00
syuilo
5b19cacd96 11.0.0-alpha.4 2019-04-08 17:07:50 +09:00
syuilo
ad65d662fa 11.0.0-alpha.3 2019-04-08 16:43:51 +09:00
syuilo
44bdf0df78 11.0.0-alpha.2 2019-04-08 14:51:36 +09:00
syuilo
26b53e4bb8 11.0.0-alpha.1 2019-04-08 03:48:26 +09:00
syuilo
2b8602bd1b Use PostgreSQL instead of MongoDB (#4572)
* wip

* Update note.ts

* Update timeline.ts

* Update core.ts

* wip

* Update generate-visibility-query.ts

* wip

* wip

* wip

* wip

* wip

* Update global-timeline.ts

* wip

* wip

* wip

* Update vote.ts

* wip

* wip

* Update create.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update files.ts

* wip

* wip

* Update CONTRIBUTING.md

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update read-notification.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update cancel.ts

* wip

* wip

* wip

* Update show.ts

* wip

* wip

* Update gen-id.ts

* Update create.ts

* Update id.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Docker: Update files about Docker (#4599)

* Docker: Use cache if files used by `yarn install` was not updated

This patch reduces the number of times to installing node_modules.
For example, `yarn install` step will be skipped when only ".config/default.yml" is updated.

* Docker: Migrate MongoDB to Postgresql

Misskey uses Postgresql as a database instead of Mongodb since version 11.

* Docker: Uncomment about data persistence

This patch will save a lot of databases.

* wip

* wip

* wip

* Update activitypub.ts

* wip

* wip

* wip

* Update logs.ts

* wip

* Update drive-file.ts

* Update register.ts

* wip

* wip

* Update mentions.ts

* wip

* wip

* wip

* Update recommendation.ts

* wip

* Update index.ts

* wip

* Update recommendation.ts

* Doc: Update docker.ja.md and docker.en.md (#1) (#4608)

Update how to set up misskey.

* wip

* ✌️

* wip

* Update note.ts

* Update postgre.ts

* wip

* wip

* wip

* wip

* Update add-file.ts

* wip

* wip

* wip

* Clean up

* Update logs.ts

* wip

* 🍕

* wip

* Ad notes

* wip

* Update api-visibility.ts

* Update note.ts

* Update add-file.ts

* tests

* tests

* Update postgre.ts

* Update utils.ts

* wip

* wip

* Refactor

* wip

* Refactor

* wip

* wip

* Update show-users.ts

* Update update-instance.ts

* wip

* Update feed.ts

* Update outbox.ts

* Update outbox.ts

* Update user.ts

* wip

* Update list.ts

* Update update-hashtag.ts

* wip

* Update update-hashtag.ts

* Refactor

* Update update.ts

* wip

* wip

* ✌️

* clean up

* docs

* Update push.ts

* wip

* Update api.ts

* wip

* ✌️

* Update make-pagination-query.ts

* ✌️

* Delete hashtags.ts

* Update instances.ts

* Update instances.ts

* Update create.ts

* Update search.ts

* Update reversi-game.ts

* Update signup.ts

* Update user.ts

* id

* Update example.yml

* 🎨

* objectid

* fix

* reversi

* reversi

* Fix bug of chart engine

* Add test of chart engine

* Improve test

* Better testing

* Improve chart engine

* Refactor

* Add test of chart engine

* Refactor

* Add chart test

* Fix bug

* コミットし忘れ

* Refactoring

* ✌️

* Add tests

* Add test

* Extarct note tests

* Refactor

* 存在しないユーザーにメンションできなくなっていた問題を修正

* Fix bug

* Update update-meta.ts

* Fix bug

* Update mention.vue

* Fix bug

* Update meta.ts

* Update CONTRIBUTING.md

* Fix bug

* Fix bug

* Fix bug

* Clean up

* Clean up

* Update notification.ts

* Clean up

* Add mute tests

* Add test

* Refactor

* Add test

* Fix test

* Refactor

* Refactor

* Add tests

* Update utils.ts

* Update utils.ts

* Fix test

* Update package.json

* Update update.ts

* Update manifest.ts

* Fix bug

* Fix bug

* Add test

* 🎨

* Update endpoint permissions

* Updaye permisison

* Update person.ts

#4299

* データベースと同期しないように

* Fix bug

* Fix bug

* Update reversi-game.ts

* Use a feature of Node v11.7.0 to extract a public key (#4644)

* wip

* wip

* ✌️

* Refactoring

#1540

* test

* test

* test

* test

* test

* test

* test

* Fix bug

* Fix test

* 🍣

* wip

* #4471

* Add test for #4335

* Refactor

* Fix test

* Add tests

* 🕓

* Fix bug

* Add test

* Add test

* rename

* Fix bug
2019-04-07 21:50:36 +09:00
syuilo
f365af7f73 10.99.0 2019-04-06 00:58:45 +09:00
syuilo
70287225a5 Update dependencies 🚀 2019-04-06 00:48:05 +09:00
syuilo
badcee2ec3 10.98.3 2019-03-26 22:26:12 +09:00
syuilo
835b4f44ca 10.98.2 2019-03-25 23:36:30 +09:00
syuilo
9471ddb136 10.98.1 2019-03-24 13:03:22 +09:00
syuilo
130d8ff25d 10.98.0 2019-03-19 18:50:09 +09:00
syuilo
f47bc6bced Revert "Remove deepcopy dependency"
This reverts commit cbf5663179c60abb6d9f1a612027065432500643.
2019-03-19 18:47:14 +09:00
syuilo
6e04b563dd Remove deepcopy dependency 2019-03-19 17:59:44 +09:00
MeiMei
bd1f2ba732 Content-Disposition in ObjectStrage (#4524)
* Content-Disposition in ObjectStrage

* encode filename
2019-03-18 15:23:45 +09:00
tamaina
c8fe0c384b Improve drive downloading (#4523)
* Improve drive file downloading

* fix name

* wtf crlf

* semicolon
2019-03-18 13:20:49 +09:00
syuilo
0cf3b01431 10.97.2 2019-03-18 02:22:28 +09:00
syuilo
086a9a58aa 10.97.1 2019-03-18 01:59:59 +09:00
syuilo
3e9c7165db 10.97.0 2019-03-18 01:11:18 +09:00
syuilo
f50849b70c 10.96.0 2019-03-16 21:30:31 +09:00
syuilo
2c54859b8c 10.95.0 2019-03-15 13:54:08 +09:00
syuilo
0534231449 10.94.0 2019-03-14 16:40:06 +09:00
syuilo
8fe1143bd9 10.93.1 2019-03-13 09:34:14 +09:00
syuilo
a42d4b15f3 Update dependencies 🚀 2019-03-13 09:19:48 +09:00
syuilo
275a9f57d6 10.93.0 2019-03-12 17:24:42 +09:00
syuilo
fb964b2b3e 10.92.4 2019-03-11 13:59:27 +09:00
syuilo
bd42ff57ea 10.92.3 2019-03-09 10:21:45 +09:00
syuilo
58bbff7b86 10.92.2 2019-03-08 21:00:35 +09:00
syuilo
cd4dd0604a 10.92.1 2019-03-07 23:43:42 +09:00
syuilo
597837bc6b Resolve #4444 2019-03-07 23:07:21 +09:00
dependabot[bot]
22ff9516ca Update @types/speakeasy requirement from 2.0.3 to 2.0.4 (#4369)
Updates the requirements on [@types/speakeasy](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/speakeasy) to permit the latest version.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/speakeasy)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-07 19:41:08 +09:00
dependabot[bot]
e0241dfd9a Update eslint requirement from 5.12.0 to 5.15.0 (#4394)
Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.12.0...v5.15.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-07 19:40:55 +09:00
dependabot[bot]
70a1e21799 Update @types/node requirement from 10.12.24 to 11.10.4 (#4396)
Updates the requirements on [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) to permit the latest version.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-07 19:40:41 +09:00
dependabot[bot]
f852c80608 Update @types/koa-router requirement from 7.0.39 to 7.0.40 (#4418)
Updates the requirements on [@types/koa-router](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-router) to permit the latest version.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-router)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-07 19:40:22 +09:00
dependabot[bot]
c7438a9aaa Update webpack-cli requirement from 3.2.1 to 3.2.3 (#4422)
Updates the requirements on [webpack-cli](https://github.com/webpack/webpack-cli) to permit the latest version.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v.3.2.1...V.3.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-07 19:40:09 +09:00
dependabot[bot]
d427de283d Update file-type requirement from 10.7.1 to 10.9.0 (#4423)
Updates the requirements on [file-type](https://github.com/sindresorhus/file-type) to permit the latest version.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](https://github.com/sindresorhus/file-type/compare/v10.7.1...v10.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-07 19:39:52 +09:00
dependabot[bot]
0859b0b0e0 Update bootstrap-vue requirement from 2.0.0-rc.11 to 2.0.0-rc.13 (#4353)
Updates the requirements on [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) to permit the latest version.
- [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases)
- [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.11...v2.0.0-rc.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-07 19:39:39 +09:00
syuilo
78c1a5a707 10.92.0 2019-03-06 23:37:53 +09:00
Acid Chicken (硫酸鶏)
e2a5363ec0 Make building locales better (#4427) 2019-03-06 23:28:50 +09:00
Acid Chicken (硫酸鶏)
10a17dc421 Bye on-build-webpack (#4404)
* Update webpack.config.ts

* Update package.json
2019-03-06 09:26:22 +09:00
syuilo
46db64a529 10.91.2 2019-03-04 09:25:28 +09:00
syuilo
82256c8e36 Use vue-json-pretty 2019-03-04 09:16:24 +09:00
MeiMei
d076b04dd5 Revert "Improve log view" (#4406)
This reverts commit e8ef8f0004576b094981094c3d6b71900f29e1b6.
2019-03-04 08:55:35 +09:00
syuilo
6255236235 10.91.1 2019-03-03 08:49:53 +09:00
syuilo
1a539c1261 Improve log view 2019-03-03 08:35:30 +09:00
syuilo
53860c5010 Improve usability 2019-03-03 08:23:06 +09:00