Commit Graph

195 Commits

Author SHA1 Message Date
Alexis Tyler 6c9df73da4 fix: nest vars endpoint publish 2021-05-04 10:11:41 +09:30
Alexis Tyler af1142c24c fix: capital 2021-05-04 09:46:11 +09:30
Alexis Tyler 038dfac213 fix: include state in registration subscription 2021-05-04 09:10:38 +09:30
Alexis Tyler 55735ac549 fix: add vars sub 2021-05-03 20:32:14 +09:30
Alexis Tyler e5579358d3 fix: var subscription 2021-05-03 20:21:23 +09:30
Alexis Tyler c361fe73eb fix: use var not varstate on hostname change 2021-05-03 19:40:19 +09:30
Alexis Tyler c30c2a8972 fix: use correct event name for var state and simplify registation watcher 2021-05-03 19:26:59 +09:30
Alexis Tyler db13e10e9f fix: ensure regTy is always uppercase 2021-04-30 07:38:47 +09:30
Alexis Tyler d7496fecb1 fix: nest owner field in publish 2021-04-28 08:52:22 +09:30
Alexis Tyler 192be53fbd fix: lower ka to prevent socket stalling 2021-04-28 03:24:37 +09:30
Alexis Tyler 3719b06c50 fix: Enum "registrationType" cannot represent value: "INVALID" 2021-04-28 03:18:04 +09:30
Alexis Tyler 21fc61cce3 fix: add ENOKEYFILE to RegistrationState 2021-04-27 08:14:27 +09:30
Alexis Tyler f52d85ca42 fix: ensure registration.type is always uppercase and uses regTy as fallback when null 2021-04-23 08:35:56 +09:30
Alexis Tyler 3f2707cff1 fix: ensure we return an empty string when key file is missing 2021-04-22 13:14:53 +09:30
Alexis Tyler eb99cd2686 feat: add regState 2021-04-22 09:29:48 +09:30
Alexis Tyler be6ffc1fba fix: include needed imports 2021-04-21 15:06:16 +09:30
Alexis Tyler c437952120 fix: key file being read as non-binary 2021-04-21 13:56:53 +09:30
Alexis Tyler 50412faf5c fix: registration typo 2021-04-21 08:28:41 +09:30
Alexis Tyler 238016fbfd fix: add owner subscription and fix registration typo 2021-04-19 14:43:49 +09:30
Alexis Tyler 4a47ddc8b2 fix: emit owner event if we update servers from mothership 2021-04-19 14:41:14 +09:30
Alexis Tyler ee6b946be4 feat: add key-file watcher and registation subscription endpoint 2021-04-19 14:35:02 +09:30
Alexis Tyler c057e05196 fix: add "Invalid" type to registationType enum 2021-04-19 14:12:46 +09:30
Alexis Tyler f1d5f53b9b refactor: add bootTime/uptime to os/info 2021-04-16 18:08:18 +09:30
Alexis Tyler 90b4f2dd40 fix: add PCIe to DiskInterfaceType 2021-04-16 08:47:25 +09:30
Alexis Tyler 07207b87f3 fix: replace - with = in keyfile 2021-04-15 08:54:55 +09:30
Alexis Tyler 5f8921856c feat: add locale to display 2021-04-14 23:30:02 +09:30
Alexis Tyler 4b7d73f8dd fix: key contents having invalid characters 2021-04-14 23:24:48 +09:30
Alexis Tyler 44519316df fix: add new endpoints to permissions 2021-04-14 23:16:20 +09:30
Alexis Tyler 64ac6ba670 fix: use correct type 2021-04-14 23:00:09 +09:30
Alexis Tyler 736fdd0a03 fix: add flash types 2021-04-14 22:54:02 +09:30
Alexis Tyler 7f31047a6d fix: graphql files not being included 2021-04-14 22:34:30 +09:30
Alexis Tyler 412bea806e fix: add Owner type to server 2021-04-14 22:20:31 +09:30
Alexis Tyler dc463d11ac feat: crash reporting enabled query/subscription endpoint 2021-04-14 22:12:31 +09:30
Alexis Tyler e0af94d3ca fix: don't require an ID to subscribe to vars 2021-04-14 22:12:12 +09:30
Alexis Tyler 24b66f871e fix: ensure we return the correct server's owner 2021-04-14 22:11:57 +09:30
Alexis Tyler 6e993d5cf2 fix: add flash and registration query resolvers 2021-04-14 21:53:25 +09:30
Alexis Tyler eb5272c998 feat: registration query endpoint 2021-04-14 21:52:20 +09:30
Alexis Tyler 409287260b feat: flash query endpoint 2021-04-14 21:52:06 +09:30
Alexis Tyler e2690cc18f feat: owner query endpoint 2021-04-14 21:51:52 +09:30
Alexis Tyler f3db1b022c feat: add owner query endpoint 2021-04-14 21:28:47 +09:30
Alexis Tyler 58ebec7d28 fix: ensure we check file system if no API key loaded 2021-03-16 08:45:31 +10:30
Alexis Tyler c22ba036cd fix: skip using graphql-tools/load-files as it uses Dirent
See https://github.com/nexe/nexe/issues/872 for more info.

As of this commit Nexe returns strings when it should return Dirent objects.
2021-03-05 15:26:35 +10:30
Alexis Tyler 38eaf56d02 chore(copyright): update header 2021-03-03 14:32:33 +10:30
Alexis Tyler 1d54bd61c2 fix: send correct http status code on invalid key 2021-03-03 14:32:33 +10:30
Alexis Tyler e255f36f63 chore: add logging for connecting with guest 2021-03-01 15:29:09 +10:30
Alexis Tyler c16f1ed436 fix: use loop instead of interval 2021-02-22 20:05:15 +10:30
Alexis Tyler be78cf040f fix: increase keep-alive time 2021-02-13 08:50:16 +10:30
Alexis Tyler 91bbe2277e fix: add keepAlive to subscriptions 2021-02-13 08:29:04 +10:30
Alexis Tyler 7d8d3fc652 fix: shares endpoint 2021-02-12 10:35:27 +10:30
Alexis Tyler 434a4d25e4 fix: ensure we connect to the correct sockets 2021-02-03 09:31:16 +10:30