Dimitrij
a2967fa999
Merge pull request #2946 from mRemoteNG/copilot/add-margin-to-connection-frame
...
Fix connection frame color visibility by adding padding to prevent content overlap
2025-10-19 00:36:04 +01:00
copilot-swe-agent[bot]
12920bc6c6
Update IntegratedProgram and PowerShell protocols to respect connection frame padding
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 23:20:09 +00:00
copilot-swe-agent[bot]
55fec45b58
Add padding to InterfaceControl to make connection frame color visible
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 23:18:15 +00:00
copilot-swe-agent[bot]
045aa631e4
Initial plan
2025-10-18 23:12:37 +00:00
Dimitrij
3cf3a70fc7
fix
2025-10-19 00:01:59 +01:00
Dimitrij
290dab29f1
Merge pull request #2944 from mRemoteNG/copilot/add-attribute-to-store-tags
...
Add EnvironmentTags attribute to store environment categorization tags
2025-10-18 23:57:05 +01:00
copilot-swe-agent[bot]
79b252f839
Add EnvironmentTags to test helper
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 22:51:46 +00:00
copilot-swe-agent[bot]
49bd76f197
Add EnvironmentTags property to connection info
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 22:50:02 +00:00
copilot-swe-agent[bot]
54492bedfb
Initial plan
2025-10-18 22:39:41 +00:00
Dimitrij
2d1c2df2cb
Merge pull request #2941 from mRemoteNG/copilot/add-ctrl-tab-tab-switching
...
Add Ctrl+Tab keyboard shortcuts for tab navigation
2025-10-18 22:41:54 +01:00
Dimitrij
1187e1c95e
Merge pull request #2942 from mRemoteNG/copilot/add-production-color-frame
...
Add Connection Frame Color feature to visually distinguish production and other environments
2025-10-18 22:41:23 +01:00
copilot-swe-agent[bot]
664a63211e
Add visual examples for ConnectionFrameColor feature
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 21:35:35 +00:00
copilot-swe-agent[bot]
b7df1e80c8
Add implementation notes and summary for ConnectionFrameColor feature
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 21:34:43 +00:00
copilot-swe-agent[bot]
2d6563022e
Add documentation for ConnectionFrameColor feature
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 21:33:31 +00:00
copilot-swe-agent[bot]
5423c84eed
Update CSV serializer to include ConnectionFrameColor field
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 21:31:51 +00:00
copilot-swe-agent[bot]
d263fb1b80
Add ConnectionFrameColor feature for visual environment distinction
...
- Added ConnectionFrameColor enum with None, Red, Yellow, Green, Blue, Purple options
- Added ConnectionFrameColor property to AbstractConnectionRecord with inheritance support
- Updated XML serialization to save/load ConnectionFrameColor
- Added language resources for ConnectionFrameColor
- Implemented visual border rendering in InterfaceControl based on ConnectionFrameColor
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 21:29:59 +00:00
copilot-swe-agent[bot]
c72bd2a107
Consolidate debug log messages to single line
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 21:29:29 +00:00
copilot-swe-agent[bot]
8e4627c872
Add debug logging for edge case in tab navigation
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 21:27:56 +00:00
copilot-swe-agent[bot]
ccbe99f828
Add edge case handling for tab navigation
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 21:25:57 +00:00
copilot-swe-agent[bot]
ee483e3b2b
Add Ctrl+Tab keyboard shortcuts for tab navigation
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 21:25:20 +00:00
copilot-swe-agent[bot]
5b4b13828b
Initial plan
2025-10-18 21:23:39 +00:00
copilot-swe-agent[bot]
4b0bc71fb0
Initial plan
2025-10-18 21:18:55 +00:00
Dimitrij
c28ae335b2
Merge pull request #2939 from mRemoteNG/copilot/fix-sql-injection-issue
...
Fix SQL injection vulnerabilities via parameterized queries
2025-10-18 22:11:18 +01:00
copilot-swe-agent[bot]
2d3830b747
Clarify comment about database-specific datetime types
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 20:38:22 +00:00
copilot-swe-agent[bot]
fe4e205772
Add clarifying comment about datetime parameter usage
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 20:36:32 +00:00
copilot-swe-agent[bot]
5e2fc8b0dc
Fix SQL injection in SqlConnectionsSaver UpdateUpdatesTable method
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 20:33:47 +00:00
copilot-swe-agent[bot]
6403573e36
Fix SQL injection vulnerabilities using parameterized queries
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-18 20:32:21 +00:00
Dimitrij
39b863b57e
Merge pull request #2940 from mRemoteNG/fix/aikido-security-sast-8815714-tnsC
...
[Aikido] AI Fix for Possible command injection via Process.Start
2025-10-18 21:31:15 +01:00
aikido-autofix[bot]
8e5cdcb6e5
fix(security): autofix Possible command injection via Process.Start
2025-10-18 20:29:05 +00:00
copilot-swe-agent[bot]
f5b7cd6fb1
Initial plan
2025-10-18 20:27:45 +00:00
Dimitrij
493ddc1f1f
Merge pull request #2932 from mRemoteNG/copilot/fix-https-login-issue
...
Fix HTTP/HTTPS protocol to support multiple concurrent connections
2025-10-18 21:13:16 +01:00
Dimitrij
5ad338bdcc
Merge pull request #2937 from mRemoteNG/renovate/nunit.console-3.x
...
Update dependency NUnit.Console to 3.20.2
2025-10-18 14:29:58 +01:00
renovate[bot]
d1a1adb994
Update dependency NUnit.Console to 3.20.2
2025-10-18 13:28:59 +00:00
Dimitrij
c879b030ad
Merge pull request #2936 from mRemoteNG/renovate/aws-sdk-net-monorepo
...
Update dependency AWSSDK.EC2 to 4.0.43.2
2025-10-18 14:28:40 +01:00
Dimitrij
8d1d55c38e
Merge pull request #2938 from mRemoteNG/renovate/nunit.consolerunner-3.x
...
Update dependency NUnit.ConsoleRunner to 3.20.2
2025-10-18 14:28:21 +01:00
renovate[bot]
aef576d290
Update dependency NUnit.ConsoleRunner to 3.20.2
2025-10-18 05:11:19 +00:00
renovate[bot]
e34b0fded3
Update dependency AWSSDK.EC2 to 4.0.43.2
2025-10-18 02:13:16 +00:00
copilot-swe-agent[bot]
14e5e6a715
Add proper thread marshalling and improve cleanup safety
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-17 17:57:51 +00:00
copilot-swe-agent[bot]
0579273964
Fix async deadlock issues and improve error handling
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-17 17:56:04 +00:00
copilot-swe-agent[bot]
5839a836c8
Address code review feedback - improve async handling and safety
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-17 17:54:16 +00:00
copilot-swe-agent[bot]
236fff8014
Fix HTTP/HTTPS protocol to support multiple concurrent connections
...
Co-authored-by: Kvarkas <3611964+Kvarkas@users.noreply.github.com >
2025-10-17 17:51:36 +00:00
copilot-swe-agent[bot]
c1efefae81
Initial plan
2025-10-17 17:46:16 +00:00
Dimitrij
1e5bd44332
Merge pull request #2931 from MaxPlap/feature/VaultOpenbao-Connector
...
Feature/vault openbao connector
2025-10-17 16:59:18 +01:00
massimo.antonello
7478537f3e
Revert RootNode Properties
2025-10-17 16:18:57 +02:00
massimo.antonello
b0f50b825f
used winform window for credentials like other connectors
2025-10-17 16:14:06 +02:00
massimo.antonello
7509fcda52
Merge remote-tracking branch 'origin/v1.78.2-dev' into feature/VaultOpenbao-Connector
...
# Conflicts:
# mRemoteNG/Language/Language.resx
2025-10-17 14:58:16 +02:00
massimo.antonello
0991cf74ef
Secret Engine Property
2025-10-17 14:53:01 +02:00
massimo.antonello
61dd2ec8db
started working
2025-10-17 11:49:17 +02:00
massimo.antonello
77643848b6
new properties
2025-10-17 11:48:40 +02:00
Dimitrij
21ab172041
fix
20251017-v1.78.2-NB-(3221)
2025-10-17 09:12:57 +01:00