Tony Trinh
637414cb69
feat: open browser when toast clicked ( #6001 )
2021-01-07 14:55:11 +08:00
Haoqun Jiang
0d0168bf28
fix(ui): fix the incorrect RegExp used for CORS check
2020-02-07 19:04:35 +08:00
Haoqun Jiang
ce64455996
fix(cors): fixup #4985 , allow same-origin ws requests of any domain ( #5142 )
...
* fix: followup of #4985 , allow same-site ws requests of any domain
* fix: match whole string
2020-02-04 22:51:06 +08:00
Guillaume Chau
da43343329
fix(CORS): only allow connections from the designated host ( #4985 )
...
* fix(cors): only allow localhost
* fix: use host so it's configurable
* fix: use cors options object
* feat: use a custom graphql-server instead of the one from apollo plugin
exports the httpServer instance
* fix: add CORS validation in the http upgrade request
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com >
2020-02-03 19:35:40 +08:00
Guillaume Chau
022e17da57
fix: --dev shouldn't try to load dev assets, closes #3802
2019-04-13 19:44:14 +02:00
Yamagishi Kazutoshi
be814b3518
feat(ui): add --host option ( #2568 )
2018-10-20 19:57:28 +08:00
Guillaume Chau
529f1ee243
refactor(ui): upgrade to vue-cli-plugin-apollo 0.14.x
2018-06-30 14:17:48 +02:00
Guillaume Chau
4144efc9c5
fix(ui): images urls while serving the ui (dev)
2018-06-14 16:28:49 +02:00
Guillaume Chau
09b72eba6c
fix(ui): wrong NODE_ENV value if undefined
2018-06-14 03:10:51 +02:00
Guillaume Chau
1fcd2d0d76
fix(ui): IPC conflict
2018-06-10 21:21:08 +02:00
Guillaume Chau
4f39461c30
fix: UI fixes ( #1397 )
...
* fix: ERROR AssertionError [ERR_ASSERTION]: missing path
* refactor(ui): export portfinder and graphql-server from @vue/cli-ui and new VUE_CLI_UI_DEV env var
* fix(ui): invoke: force load package.json
2018-05-29 15:49:27 -04:00
Guillaume Chau
a3b2be8c15
fix(ui): fix beta.12 feedback ( #1386 )
...
* fix(ui): npm/yarn installing only dependencies
* fix(ui): add all dependencies to package.json
* fix(Service): give priority to devDependencies plugins
* feat(ui): connection status banner
* fix(ui): don't display disconnected banner for initial app load
* fix(ui): default value for prompt type=checkbox
* feat: builtin prompts default values
* fix(ui): circular dep
2018-05-29 09:37:28 -04:00
Guillaume Chau
12129b3be4
fix(ui): wrong env var name
2018-05-25 02:17:57 +02:00
Guillaume Chau
873d14d22d
feat(ui): update to latest vue-cli-plugin-apollo
2018-05-25 01:44:18 +02:00
Guillaume Chau
5075f4b2fe
refactor(ui): update to vue-cli-plugin-apollo 0.10
2018-05-23 14:58:42 +02:00
Guillaume Chau
3c4f206706
test: change timeouts
2018-05-19 00:46:26 +02:00
Guillaume Chau
cec571e36c
refactor(ui): vue ui command
2018-05-04 20:32:32 +02:00
Guillaume Chau
aa2783da6c
fix(ui): ui command: display URL
2018-05-01 15:43:10 +02:00
Guillaume Chau
fef2f78c3d
feat(ui): dev mode
2018-05-01 15:21:37 +02:00
Guillaume Chau
8ebdb05165
fix(ui): vue ui command moved from cli-service to cli
2018-04-28 01:22:15 +02:00
Guillaume Chau
602be0388e
fix(ui): open when server is ready
2018-04-27 01:35:41 +02:00
Guillaume Chau
cdf9d07790
feat(ui): vue ui command
2018-04-16 18:18:45 +02:00