Commit graph

609 commits

Author SHA1 Message Date
jdevito
2f7c633709 ci: update workflow caller reference 2025-05-15 11:12:14 -05:00
Jason DeVito
9cf457c5cc
Merge pull request #193 from PepperDash/3series-workflow-updates
3series workflow updates
2025-05-13 16:17:54 -05:00
jdevito
46b33f91be ci(force-patch): force version increment for ci updates 2025-05-13 15:15:22 -05:00
jdevito
83c5e4b4eb fix: correct author name and update copyright year in nuspec file 2025-05-13 15:12:58 -05:00
jdevito
3a0a32290b ci(force-patch): force version increment for ci updates 2025-05-13 14:55:49 -05:00
jdevito
fcef2ecf9e ci(force-patch): force version increment for ci updates 2025-05-13 14:54:13 -05:00
jdevito
8d7db3a056 ci(force-patch): force version increment for ci updates 2025-05-13 14:34:53 -05:00
jdevito
0be72d7e39 ci(force-patch): force version increment for ci updates 2025-05-09 15:16:23 -05:00
jdevito
49ebc526b8 feat: add workflow for building Essentials 1.X 2025-05-09 15:09:05 -05:00
jdevito
fc77ae8e4e ci(force-patch): force version increment for ci updates 2025-05-09 14:06:19 -05:00
jdevito
9196f836e8 ci(force-patch): force version increment for ci updates 2025-05-09 14:04:12 -05:00
jdevito
fdf9c2ae5e ci(force-patch): force version increment for ci updates 2025-05-09 13:39:10 -05:00
Jason DeVito
3631e7a2cb
Update EssentialsPlugins-builds-3-series-caller.yml 2025-05-09 13:36:42 -05:00
Jonathan Arndt
8ad6279abc fix: correct build job reference for 3Series in workflow configuration 2025-05-06 08:40:51 -07:00
Jonathan Arndt
d84eca0cc4 fix: update solution filename and folder paths for workflow expectations. 2025-05-05 16:46:17 -07:00
Jonathan Arndt
083b935d71 feat: update versioning scripts and workflows for maintenance-1x build process 2025-05-05 14:06:25 -07:00
Jonathan Arndt
e23e4b4754
Merge pull request #192 from PepperDash:password-client-delete
chore: remove add-issues-to-project workflow file.
2025-05-05 13:31:58 -07:00
Jonathan Arndt
eb4c2cd386 chore: remove add-issues-to-project workflow file. 2025-05-05 13:29:11 -07:00
Jonathan Arndt
69ea8589cc fix: update DeletePasswordCharacter method to use length before deletion for proper LED feedback. 2025-05-05 13:19:48 -07:00
jdevito
93f0f4cbfe feat: add method to delete the last character in the password field 2025-05-05 13:15:44 -05:00
Andrew Welker
0aa095d38c
Merge pull request #166 from PepperDash/hotfix/165-bug-generictcpipclient-throws-null-ref-in-older-simpl-windows-only-scenarios
fix: StreamDebugging in default constructor
2024-01-03 08:58:33 -06:00
Nick Genovese
86acb09782 fix: StreamDebugging in default constructor
- creates a StreamDebugging class with the default s+ key
- this shouldn't matter since in a simpl windows env you can't use console commands anyhow
2023-08-24 12:36:21 -04:00
Nick Genovese
e9a2f7a973
Merge pull request #163 from PepperDash/hotfix/ssh-object-disposed-exception
fix: handles an object disposed ex
2023-08-23 14:26:00 -04:00
Nick Genovese
4f48246061 fix: cleaned up some debug
- in both 'send' methods, print and log the ex message at level 0
- in both 'send' methods, print and log the stack trace at level 1
2023-08-23 14:01:13 -04:00
Nick Genovese
751d157f07 fix: handles an object disposed ex
- the SSH Stream is occasionally disposed, when this happens we catch and recreate the client
- removed the line where we set the Timer to null at disconnect, as there is no other place that the timer gets recreated
- added try/catch w/ logging in the KillClient method for safety's sake
2023-08-16 10:08:06 -04:00
Neil Dorin
402af2ac17
Merge pull request #161 from PepperDash/hotfix/crestron-db-updates
Update Crestron DBs
2023-08-15 10:00:57 -06:00
Andrew Welker
f5803fe7c1 chore: trigger build with new Crestron DBs 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
2023-04-07 10:45:51 -06:00
Andrew Welker
70b09fb6b8 fix: add null check for SSH reconnect timer 2023-04-07 10:13:03 -06:00
Andrew Welker
482afc31d3
Merge pull request #156 from PepperDash/release/1.2.0
1.2.0
2023-03-01 11:01:37 -07:00
Andrew Welker
9b56db1cb8 fix: remove isConnecting reference 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
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
2023-02-24 12:07:30 -07:00
jdevito
ca648e6107 fix: refactored default request handler to remove redundant reference 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.
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
2023-02-07 08:58:39 -07:00
jdevito
71349e67a3 fix: remove default handler overrides 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
2023-01-31 11:07:31 -05:00
jta
56bfbb4bf9 feature: add workflow to push to project 2023-01-31 10:37:30 -05:00
jdevito
627a39e63a fix: added GetRouteCollection method, additional refactoring to resolve use of base class 2023-01-30 16:25:23 -06:00
jdevito
ba930dafaf fix: moved instantiation of server to resolve null ref exception 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 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 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
2023-01-19 12:30:29 -07:00
Andrew Welker
2a93f3bdb4 fix: remove leftover merge issue 2023-01-19 11:47:52 -07:00