Commit Graph

599 Commits (b4bd5750cbb30363435148c107c81f241831338d)

Author SHA1 Message Date
dependabot[bot] b4bd5750cb
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 09:09:58 +00:00
Chris Veilleux 193c02d841 Don't allow user to add a device with the same name as an existing device. 2021-02-24 17:27:07 -06:00
Chris Veilleux b49dcd5c88 updated icons 2021-02-17 16:05:08 -06:00
Chris Veilleux 3daca89bbf updated icons 2021-02-17 16:04:37 -06:00
Chris Veilleux b48659ee0e Added a redirect from /pair to /devices/add 2021-02-17 16:04:37 -06:00
Chris Veilleux a8b3943237 Fixed an issue where the apply update button was showing when it shouldn't on devices without a Pantacor config. 2021-02-17 16:04:37 -06:00
Chris Veilleux 92844a24be Change the labels of the data displayed for devices and added ability to apply an update from Pantacor manually 2021-02-16 15:23:51 -06:00
Chris Veilleux b13840f613 Add check for pantacor ID on edit and add device screens 2021-02-10 12:56:57 -06:00
Chris Veilleux 90d8f99230
Merge pull request #44 from MycroftAI/feature/pantacor
Feature/pantacor
2021-02-09 22:33:49 -06:00
Chris Veilleux 4bc18cab0c Add new Pantacor config values to the device update form 2021-02-05 15:09:30 -06:00
Chris Veilleux f1b54e9b4c Change release channel name to match Pantaor's 2021-02-05 15:08:14 -06:00
Chris Veilleux e3e71308af Capitalize display values 2021-02-05 15:07:37 -06:00
Chris Veilleux 7bc966ed07 make the display of the pantacor data optional based on if the device is using a pantacor image. 2021-02-04 17:08:51 -06:00
Chris Veilleux 549f282b36 add IP address to pantacor config model 2021-02-04 12:14:26 -06:00
Chris Veilleux e4e6fbb176 Add ability to populate pantacor config values on a device with data retrieved from API 2021-02-04 12:09:33 -06:00
Chris Veilleux 7ea58946be Add pantacor config model and add it to the device model 2021-02-04 12:07:08 -06:00
Chris Veilleux fcc78ddbab added ability to enable automatic software updates and select the type of sotware release. 2021-01-29 16:24:32 -06:00
Chris Veilleux 4c6e85bad4 added ability to enable ssh and enter a ssh key 2021-01-29 13:35:59 -06:00
Chris Veilleux e756eaeeaa fixed indentation 2021-01-29 13:34:55 -06:00
Chris Veilleux 02c20b8007 Split device information card tabs into three to make room for more data and separate informational data with configurable data. 2021-01-28 14:36:29 -06:00
Chris Veilleux c2e2e20c16 Use generic device icon instead of Mark I icon for devices without a platform 2021-01-28 10:22:29 -06:00
Chris Veilleux d1ed12f0e0
Merge pull request #42 from MycroftAI/bugfix/tagger-playback
Fix tagger playback bugs
2021-01-13 16:31:43 -06:00
Chris Veilleux 32b831c96c Added logic to disable the playback control buttons and pause the audio after a tag has been selected. 2021-01-13 16:09:06 -06:00
Chris Veilleux a28e204dd5 fixed an Angular 10 update issue with view child 2020-12-18 16:25:53 -06:00
Chris Veilleux e9874e9c0d fixed mis-matched provider IDs for federated login 2020-12-18 15:23:15 -06:00
Chris Veilleux 48b9f85934
Merge pull request #38 from MycroftAI/bugfix/session-id
Bugfix/session
2020-12-11 14:23:42 -06:00
Chris Veilleux 0232ed8075 moved session ID retrieval from the POST request to the GET request 2020-11-30 16:27:39 -06:00
Chris Veilleux d3c6d60f09
Merge pull request #37 from MycroftAI/feature/precise-tagger
Feature/precise tagger
2020-11-20 12:00:06 -10:00
Chris Veilleux 47b8cefb8e improve appearance on mobile devices 2020-11-16 09:22:43 -10:00
Chris Veilleux 63f9ea03db Made URLs consistent 2020-11-09 10:18:39 -10:00
Chris Veilleux 463e0f9278 Fixed a bug where the audio for a previous sample continued to play when the skip button was pressed. 2020-10-29 21:03:34 -05:00
Chris Veilleux 70ef94461c disable buttons after a event is skipped 2020-10-26 16:15:45 -05:00
Chris Veilleux 32cf7f0fdf disable buttons after a tag value is selected 2020-10-26 16:13:28 -05:00
Chris Veilleux 47a46ce946 removed debugging console log message 2020-10-26 16:12:28 -05:00
Chris Veilleux b145876406 ensure all URLs in environment files are https 2020-10-23 17:37:00 -05:00
Chris Veilleux 933a654c64 add steps for deploying precise project to test 2020-10-23 14:01:50 -05:00
Chris Veilleux eadf79c7ad add configs for different build environments 2020-10-23 14:01:05 -05:00
Chris Veilleux 01a1233b0f change wake word model to use new field names 2020-10-23 12:20:00 -05:00
Chris Veilleux 11a4af13c4 add functionality to the SKIP button 2020-10-22 12:34:50 -05:00
Chris Veilleux b1043d0add add new precise URL to environments of other applications 2020-10-21 23:46:33 -05:00
Chris Veilleux 12a2367c5f initial commit of new precise tagger 2020-10-21 23:46:00 -05:00
Chris Veilleux 48eeb7079d
Merge pull request #35 from MycroftAI/angular-10
Angular 10
2020-10-01 13:56:43 -05:00
Chris Veilleux 3a954f9745 Merge branch 'master' into angular-10 2020-09-29 17:47:07 -05:00
Chris Veilleux 757216e4cc upgraded and changed some packages that were not compatible with Angular 10. 2020-09-29 17:07:23 -05:00
Chris Veilleux f5ab540992 upgrade libraries to most recent version 2020-09-28 12:45:35 -05:00
Chris Veilleux 6d8b112b13 upgrade angular material to version 10 2020-09-28 12:34:44 -05:00
Chris Veilleux 2b0f47f7e3 upgrade angular material to version 9 2020-09-28 12:28:58 -05:00
Chris Veilleux a686a86d3c upgrade angular cli and core to version 9 2020-09-28 12:26:34 -05:00
Chris Veilleux dd8ce00301 upgrade angular material to version 8 2020-09-28 12:12:05 -05:00
Chris Veilleux 3aa7960af5 upgrade angular core and cli to version 8 2020-09-27 13:55:00 -05:00