Commit Graph

584 Commits

Author SHA1 Message Date
Neil Dorin
402af2ac17 Merge pull request #161 from PepperDash/hotfix/crestron-db-updates
Update Crestron DBs
1.3.0
2023-08-15 10:00:57 -06:00
Andrew Welker
f5803fe7c1 chore: trigger build with new Crestron DBs 1.2.2-hotfix-335 2023-08-15 09:44:01 -06:00
Neil Dorin
51b79b1409 Merge pull request #158 from PepperDash/hotfix/ssh-reconnect-issues
Add null check for SSH reconnect timer
1.2.1
2023-04-07 10:45:51 -06:00
Andrew Welker
70b09fb6b8 fix: add null check for SSH reconnect timer 1.2.1-hotfix-331 1.2.1-hotfix-332 2023-04-07 10:13:03 -06:00
Andrew Welker
482afc31d3 Merge pull request #156 from PepperDash/release/1.2.0
1.2.0
1.2.0
2023-03-01 11:01:37 -07:00
Andrew Welker
9b56db1cb8 fix: remove isConnecting reference 1.2.0-rc-328 2023-03-01 09:35:31 -07:00
Andrew Welker
b804bf4fb5 Merge branch 'main' into release/1.2.0 2023-02-25 10:51:16 -07:00
Andrew Welker
0354354a74 Merge pull request #155 from PepperDash/development
Update Release from dev
1.2.0-rc-324
2023-02-24 12:12:16 -07:00
Andrew Welker
ddcc3c2d0e Merge pull request #153 from PepperDash/feature/generic-cws-base
Enable CORS support for requests
1.1.5-beta-323
2023-02-24 12:07:30 -07:00
jdevito
ca648e6107 fix: refactored default request handler to remove redundant reference 1.1.5-alpha-322 2023-02-20 16:01:32 -06:00
jdevito
8f47762409 fix: add CORS headers to all responses
Added EnableCors field,used to enable CORS support.

Enabled CORS in default request handler for all requests.
1.1.5-alpha-321
2023-02-20 15:27:02 -06:00
Andrew Welker
015cb03b00 Merge pull request #150 from PepperDash/feature/generic-cws-base
Add support for CWS
1.1.5-beta-317 1.2.0-rc-320 1.12.0-rc-319
2023-02-07 08:58:39 -07:00
jdevito
71349e67a3 fix: remove default handler overrides 1.1.5-alpha-316 2023-02-06 19:47:45 -06:00
Jason T Alborough
a1b00eb944 Merge pull request #147 from PepperDash/hotfix/project-workflow
feature: add workflow to push to project
2.0.0-beta-318
2023-01-31 11:07:31 -05:00
jta
56bfbb4bf9 feature: add workflow to push to project 1.1.5-hotfix-294 2023-01-31 10:37:30 -05:00
jdevito
627a39e63a fix: added GetRouteCollection method, additional refactoring to resolve use of base class 1.1.5-alpha-293 2023-01-30 16:25:23 -06:00
jdevito
ba930dafaf fix: moved instantiation of server to resolve null ref exception 1.1.5-alpha-292 2023-01-26 11:52:31 -06:00
jdevito
66c1b09510 Merge branch 'feature/generic-cws-base' of https://github.com/PepperDash/PepperDashCore into feature/generic-cws-base 1.1.5-alpha-291 2023-01-24 11:55:11 -06:00
jdevito
5e03ce51c0 fix: rebased on latest development branch, added missing XML comments to resolve warnings in Web classes 2023-01-24 11:54:54 -06:00
jdevito
a56f66230a refactor: Changed CWS references to WebApi, re-organized Web folder 2023-01-24 11:54:54 -06:00
jdevito
6221619400 fix: Added CwsBaseHandler, refactored CwsDefaultRequestHandler 2023-01-24 11:54:53 -06:00
jdevito
812b49eba4 feat: added crestron web server (cws) generic base 2023-01-24 11:54:53 -06:00
jdevito
897b1c86e1 fix: rebased on latest development branch, added missing XML comments to resolve warnings in Web classes 1.1.5-alpha-290 2023-01-24 11:54:03 -06:00
Andrew Welker
ae5b1684c8 Merge pull request #146 from PepperDash/hotfix/update-debug-file-path-for-vc4
Updates for VC4 DEV
1.1.5-beta-289
2023-01-19 12:30:29 -07:00
Andrew Welker
2a93f3bdb4 fix: remove leftover merge issue 1.1.5-hotfix-288 2023-01-19 11:47:52 -07:00
Andrew Welker
38e2222de8 Merge branch 'development' into hotfix/update-debug-file-path-for-vc4 2023-01-19 11:28:51 -07:00
jdevito
78631be830 refactor: Changed CWS references to WebApi, re-organized Web folder 1.1.5-alpha-286 2023-01-18 15:22:50 -06:00
jdevito
e98aae2d89 fix: Added CwsBaseHandler, refactored CwsDefaultRequestHandler 1.1.5-alpha-285 2023-01-18 13:30:27 -06:00
jdevito
1cbdc5aaef feat: added crestron web server (cws) generic base 1.1.5-alpha-284 2023-01-17 09:50:39 -06:00
Andrew Welker
fb8c10e07c Merge pull request #145 from PepperDash/revert-141-feature/ssh-dispose
Revert "Feature/ssh dispose"
1.1.4
2022-12-12 11:06:29 -07:00
Andrew Welker
8c81517b98 Revert "Feature/ssh dispose" 1.1.4-hotfix-283 2022-12-12 09:33:13 -07:00
Neil Dorin
2375967ba6 Merge pull request #142 from PepperDash/hotfix/ssh-tcp-reconnect-fix
Hotfix/ssh tcp reconnect fix
1.1.3-beta-281
2022-11-14 10:06:23 -07:00
Neil Dorin
5281b94452 Merge pull request #140 from PepperDash/hotfix/ssh-logging-reduction
Reduces error log messages from SSH client on basic disconnects
1.1.3
2022-11-14 10:05:26 -07:00
Neil Dorin
51fd947ae6 Merge branch 'main' into hotfix/ssh-logging-reduction 1.1.3-hotfix-280 2022-11-14 09:46:01 -07:00
Neil Dorin
3fe3b63aaf Merge pull request #144 from PepperDash/hotfix/update-debug-file-path-for-vc4
Updates for VC4
2022-11-14 09:45:30 -07:00
Andrew Welker
5c88d22f7f feat: add roomId property to Control Properties Config 1.1.3-hotfix-278 1.1.3-hotfix-279 2022-11-07 16:52:52 -07:00
Andrew Welker
1e2fa36390 feat: update string formats to differ between appliance and server
On VC-4, ALL statements have to go to the Error Log. With this change, all messages will go to the Error log at the Notice level on VC-4 only with the Essentials appdebug level added to the message. This should aid in filtering out messages from the error log
1.1.3-hotfix-277
2022-11-04 13:34:36 -06:00
Andrew Welker
4890b167ab fix: update path to debug settings file
The path wasn't taking into account running on VC-4, which was causing exceptions when Essentials was running on VC-4
1.1.3-hotfix-276
2022-11-04 09:13:19 -06:00
Neil Dorin
89c503c636 Merge pull request #141 from PepperDash/feature/ssh-dispose
Feature/ssh dispose
2022-10-07 10:48:42 -06:00
Jason Alborough
f60683c2a7 Merge branch 'main' into feature/ssh-dispose 1.1.3-alpha-270 2022-10-07 11:14:31 -04:00
Jason Alborough
f7317832a1 fix: adds ssh dispose for the client 1.1.3-alpha-269 2022-10-07 11:11:23 -04:00
Andrew Welker
30bd0438c1 Merge branch 'main' into hotfix/ssh-logging-reduction 1.1.3-hotfix-268 2022-09-08 09:56:55 -06:00
Jason T Alborough
dd0a9285a5 Merge branch 'development' into hotfix/ssh-tcp-reconnect-fix
# Conflicts:
#	Pepperdash Core/Pepperdash Core/Comm/GenericSshClient.cs
#	Pepperdash Core/Pepperdash Core/Comm/GenericTcpIpClient.cs
1.1.3-hotfix-267
2022-09-08 11:27:29 -04:00
Alex Johnson
9326703454 Changes lock to CCriticalSection 1.1.3-hotfix-266 2022-09-07 11:46:06 -04:00
Alex Johnson
4139556149 Changes some debug levels to notify upon errors in console 2022-09-02 15:00:57 -04:00
Alex Johnson
c722542b04 Adds lock to ssh and tcp classes to prevent possible threading issues. 2022-09-02 14:50:15 -04:00
Alex Johnson
b12e798041 Reworks reconnect timer due to issues seen on 4 series where autoreconnect cycle breaks. 2022-08-24 14:11:46 -04:00
Alex Johnson
f135029ad6 Reduces error log messages from SSH client on basic disconnects 1.1.3-hotfix-265 2022-07-07 10:51:37 -04:00
Neil Dorin
bd03343a1a Merge pull request #139 from PepperDash/hotfix/vc4-simpl-json-evaluateFile
Hotfix/vc4 simpl json evaluate file
1.1.2-beta-264
2022-06-15 10:45:58 -06:00
Neil Dorin
b133a271b1 Merge pull request #138 from PepperDash/hotfix/vc4-simpl-json-evaluateFile
Hotfix/vc4 simpl json evaluate file
1.1.2
2022-06-15 10:45:40 -06:00