Simo Kinnunen
|
54263114cf
|
Fix storage-s3/temp being in wrong directories. Everything still worked since they had the right content for yargs to do its thing. Fixes #555.
|
2017-03-08 12:59:45 +09:00 |
|
Karol Wrótniak
|
8b9ff7e580
|
Email domain restriction added for OAuth2 authorization.
|
2017-02-14 01:37:46 +01:00 |
|
Simo Kinnunen
|
083a2a1f92
|
Fix incorrect migrate file path in stf local. Fixes #535 and #509.
|
2017-02-09 17:16:10 +09:00 |
|
Simo Kinnunen
|
586dd6a4aa
|
Setting parse-numbers: false caused number options to become strings as well. Since we seem to have little control over positional arguments, let's make it an option instead.
|
2017-01-27 17:26:18 +09:00 |
|
Simo Kinnunen
|
5e9aa427e9
|
The screen websocket now sends ping messages every now and then, so that it won't get caught by nginx's proxy_read_timeout if the screen is off or not moving. Previously, nginx may have decided to kill the connection after a period of no activity.
|
2017-01-25 17:46:23 +09:00 |
|
Simo Kinnunen
|
cc736ba0ac
|
Ported CLI from commander to yargs because yargs suits our large CLI better and is easier to develop with. Split commands into separate files since the file was getting annoyingly long.
|
2016-12-22 05:32:03 +09:00 |
|