Commit Graph

939 Commits

Author SHA1 Message Date
Alexis Tyler 1fbcc0d67d Merge remote-tracking branch 'origin/master' 2021-02-12 10:44:55 +10:30
Alexis Tyler b5044e5e2f fix: add better socket lookup 2021-02-12 10:43:20 +10:30
Alexis Tyler f6a4b77380 fix: disconnect relay correctly when mothership kicks the connection 2021-02-12 10:41:12 +10:30
Alexis Tyler 7d8d3fc652 fix: shares endpoint 2021-02-12 10:35:27 +10:30
Eric Schultz 2997c3e977 Merge pull request #84 from unraid/update/web-components-paths
update: web component js paths to prevent breaking previous versions
2021-02-05 17:55:53 -07:00
Zack Spear b43c531a01 chore: bash ordering for readability 2021-02-05 13:15:57 -08:00
Zack Spear 2265ba32cc fix: clean up old wc dir 2021-02-05 13:13:15 -08:00
Zack Spear 9df6386da7 update: web component js paths to prevent breaking previous versions of PLG 2021-02-05 11:59:36 -08:00
Eric Schultz 2fabf7f4fb Merge pull request #82 from unraid/feat/wan_port_remarks
feat(plg): add dynamic help text for Remote Access
2021-02-04 19:29:06 -07:00
Eric Schultz 46ad587d6a feat(plg): add dynamic help text for Remote Access 2021-02-04 17:53:03 -07:00
Eric Schultz d6584ba171 Merge pull request #81 from unraid/feat/upc-filesystem-fallback
feat(plg): UPC file system fallback
2021-02-04 14:18:04 -07:00
Zack Spear f17ef2f255 feat(plg): UPC file system fallback 2021-02-04 13:09:47 -08:00
dependabot[bot] 3f60164b6c chore(deps-dev): bump tsup from 3.12.0 to 3.12.1
Bumps [tsup](https://github.com/egoist/tsup) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/master/.releaserc.json)
- [Commits](https://github.com/egoist/tsup/compare/v3.12.0...v3.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-04 11:30:02 +10:30
dependabot[bot] 84bdbc3fe6 chore(deps): bump systeminformation from 5.0.6 to 5.0.9
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.0.6 to 5.0.9.
- [Release notes](https://github.com/sebhildebrandt/systeminformation/releases)
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-04 11:29:20 +10:30
dependabot[bot] 407d25f38d chore(deps): bump @sentry/node from 6.0.2 to 6.0.4
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 6.0.2 to 6.0.4.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.0.2...6.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-04 11:28:57 +10:30
Eric Schultz c370a1b123 Merge pull request #80 from unraid/refactor/UPC_ENV-logic
Refactor/upc env logic
2021-02-03 17:57:22 -07:00
Zack Spear 1502acd2af chore: add @todo for determining inject local web components 2021-02-03 16:44:40 -08:00
Zack Spear 4ee20b1f35 refactor(plg): UPC_ENV logic moved to PHP 2021-02-03 16:39:51 -08:00
Alexis Tyler 09076d07cf chore(release): 2.15.26 2021-02-03 09:51:07 +10:30
Alexis Tyler 61dbf34207 fix: array not returning data 2021-02-03 09:49:10 +10:30
Alexis Tyler a7543d8a1a fix: hide excessive logs 2021-02-03 09:48:53 +10:30
Alexis Tyler 434a4d25e4 fix: ensure we connect to the correct sockets 2021-02-03 09:31:16 +10:30
Alexis Tyler 1b50dfb1c0 fix: move socket loading to main method 2021-02-02 16:25:17 +10:30
Alexis Tyler 9dc9fa2e00 fix: "this" context being set incorrectly 2021-01-29 18:11:37 +10:30
Alexis Tyler 5ce9d44c52 fix: ensure nchan doesn't block server loading 2021-01-29 16:56:31 +10:30
Alexis Tyler e7de0fd1e8 chore(ts): enable strictNullChecks 2021-01-29 15:44:53 +10:30
Alexis Tyler 9cc1f0eb34 chore: rebuild lock file and move eslint config to devDeps 2021-01-29 15:02:05 +10:30
Alexis Tyler c87a16d63f chore: disable tests for now 2021-01-29 14:58:38 +10:30
Alexis Tyler e7558bb4e5 chore(dep): pin path-type to v4.0.0
v5.0.0 isn't compatible with ts-node which we use for tests.

https://github.com/sindresorhus/path-type/issues/9
2021-01-29 14:54:25 +10:30
Alexis Tyler 8e057f18a4 fix: add unraid eslint config 2021-01-29 14:33:32 +10:30
Alexis Tyler c0cd270aa0 Merge remote-tracking branch 'origin/master' 2021-01-29 14:15:56 +10:30
Alexis Tyler f3ca4d3d31 ci: enable tests and linting 2021-01-29 14:14:41 +10:30
Alexis Tyler fec9b34280 chore: add more brackets for clarity 2021-01-29 14:14:14 +10:30
Alexis Tyler c52d6f58f0 chore: cleanup imports 2021-01-29 14:13:43 +10:30
dependabot[bot] a3fe560b5d chore(deps): bump systeminformation from 4.34.9 to 5.0.6
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 4.34.9 to 5.0.6.
- [Release notes](https://github.com/sebhildebrandt/systeminformation/releases)
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v4.34.9...v5.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-29 14:09:11 +10:30
dependabot[bot] 5f79d21665 chore(deps): bump graphql from 15.4.0 to 15.5.0
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.4.0 to 15.5.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v15.4.0...v15.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-29 14:06:16 +10:30
dependabot[bot] 079dd090d7 chore(deps): bump path-type from 4.0.0 to 5.0.0
Bumps [path-type](https://github.com/sindresorhus/path-type) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/sindresorhus/path-type/releases)
- [Commits](https://github.com/sindresorhus/path-type/compare/v4.0.0...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-29 14:05:25 +10:30
Alexis Tyler 1ff3bcab06 fix: set process title before server is started 2021-01-29 14:01:25 +10:30
Alexis Tyler 855ba2fc75 chore: lint 2021-01-29 12:03:26 +10:30
Alexis Tyler 6a8f4ffd33 chore: fix lint issues 2021-01-28 17:15:06 +10:30
Alexis Tyler 4e1b0bd72c chore: lint 2021-01-28 15:45:14 +10:30
Alexis Tyler e2fca3d588 fix: subscription to servers disconnecting instantly 2021-01-28 12:07:01 +10:30
Alexis Tyler 978ac86234 chore(release): 2.15.25 2021-01-27 12:27:18 +10:30
dependabot[bot] b4c0871f69 chore(deps): bump @sentry/node from 6.0.1 to 6.0.2
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.0.1...6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-27 11:54:53 +10:30
dependabot[bot] 4216e5f88e chore(deps): bump systeminformation from 4.34.7 to 4.34.9
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 4.34.7 to 4.34.9.
- [Release notes](https://github.com/sebhildebrandt/systeminformation/releases)
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v4.34.7...v4.34.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-27 11:26:39 +10:30
Eric Schultz 4fe18a96ba Merge pull request #69 from unraid/fix/context-myservers-cfg
fix(plg): adds context for myservers.cfg in php
2021-01-26 14:37:32 -06:00
Zack Spear c9b2119f7e fix(plg): adds context for myservers.cfg in php 2021-01-26 12:06:40 -08:00
Alexis Tyler 6d019418bf refactor: switch to custom socket class 2021-01-26 15:24:12 +10:30
Alexis Tyler 8bf5c2f891 chore(release): 2.15.24 2021-01-26 11:03:48 +10:30
Alexis Tyler 6466d7e939 chore(release): 2.15.22 2021-01-26 10:44:46 +10:30