Serhii Hadzhilov
fe28d4c126
SYNERGY-799 Update browse buttons
2021-04-15 14:53:28 +03:00
Serhii Hadzhilov
2cecc9ad00
SYNERGY-799 Move “Elevate” to the “Advanced” section
2021-04-15 13:53:43 +03:00
Serhii Hadzhilov
02618cb495
SYNERGY-799 Set default size
2021-04-15 13:45:11 +03:00
Serhii Hadzhilov
e690f40e65
SYNERGY-799 Logs section
2021-04-14 18:12:36 +03:00
Andrey Batyiev
39c151469b
Merge pull request #6977 from symless/SYNERGY-799-Server-configuration-main-window
...
SYNERGY-799 Server configuration main window
2021-04-14 16:34:03 +03:00
Serhii Hadzhilov
c3aab85f88
SYNERGY-799 Security section
2021-04-14 15:51:07 +03:00
Serhii Hadzhilov
4fa82d5dcb
SYNERGY-799 Move common settings
2021-04-14 14:42:58 +03:00
Serhii Hadzhilov
35fa9c8f01
SYNERGY-799 Move computer name
2021-04-14 14:03:40 +03:00
Andrey Batyiev
d73ce7cfbc
SYNERGY-835 Synergy stops working ( #6975 )
...
* SYNERGY-835 Synergy stops working
* Add temporary fix of problem with missed config file
* SYNERGY-835 Synergy stops working
* Update ChangeLog
* SYNERGY-835 Synergy stops working
* Fix code smell
* SYNERGY-835 Synergy stops working
* Change logic of temp config generation
* SYNERGY-835 Synergy stops working
* Change variable name
Co-authored-by: Andrii Batyiev <andrii-external@symless.com>
Co-authored-by: SerhiiGadzhilov <71632867+SerhiiGadzhilov@users.noreply.github.com>
2021-04-14 13:06:28 +03:00
SerhiiGadzhilov
b9433c0b74
Fix windows builds ( #6976 )
...
* Fix windows builds
* Update ChangeLog
2021-04-13 20:22:44 +03:00
Serhii Hadzhilov
e2c33600ea
Update ChangeLog
2021-04-13 19:06:16 +03:00
Serhii Hadzhilov
0230b0ef5d
Update ServerConfigDialogBase.ui
2021-04-13 19:05:18 +03:00
Serhii Hadzhilov
09947fb778
Merge branch 'master' into SYNERGY-799-Server-configuration-main-window
2021-04-13 19:04:58 +03:00
Serhii Hadzhilov
a96f859487
SYNERGY-799 Fix margins for advanced tab
2021-04-13 18:47:00 +03:00
Serhii Hadzhilov
4c20c39ea8
SYNERGY-799 Rearrange advanced settings tab
2021-04-13 14:48:56 +03:00
Serhii Hadzhilov
8377f783a2
SYNERGY-799 Fix Screen settings window
2021-04-13 13:23:22 +03:00
Kyle Bloom
fd81fef749
Add missing make instruction ( #6974 )
...
* Add missing make instruction
* Update changelog
2021-04-12 14:37:05 +03:00
SerhiiGadzhilov
7e562bbf69
SYNERGY-799 Update Synergy UI. Main screen ( #6973 )
...
* SYNERGY-799 Add computer name field
* SYNERGY-799 Add field “This computers IP addresses”
* SYNERGY-799 Arrange panels
* SYNERGY-799 Increase size for panels
* SYNERGY-799 Add radio buttons
* SYNERGY-799 Remove unnecessary label
* SYNERGY-799 Radio buttons switch logic
* SYNERGY-799 Move configure server button
* SYNERGY-799 Move “Existing Config” to “Advanced settings”
* SYNERGY-799 Server state label has been added
* SYNERGY-799 Client state label has been added
* SYNERGY-799 Button connect has been added
* SYNERGY-799 Add “TLS/SSL active - view”
* SYNERGY-799 Fixed issue with list on welcome screen
* SYNERGY-799 Fixed issue with auto switching
* SYNERGY-799 Fix issue with server status message
* SYNERGY-799 Disable all tabs if external config is selected
* SYNERGY-799 Fix code smells
* Update ChangeLog
2021-04-12 12:03:37 +03:00
Serhii Hadzhilov
3efd02f018
SYNERGY-799 Rearrange "Modifier keys" group
2021-04-09 18:37:15 +03:00
Serhii Hadzhilov
831fa217bc
SYNERGY-799 Update screen name
2021-04-09 18:17:18 +03:00
Serhii Hadzhilov
a6e89a2ffc
SYNERGY-799 Remove unused files
2021-04-09 17:57:55 +03:00
Serhii Hadzhilov
d89657c0d9
SYNERGY-799 Implement add computer button
2021-04-09 17:53:27 +03:00
Serhii Hadzhilov
5a8ec2356d
SYNERGY-799 Button add computer has been added
2021-04-09 14:10:44 +03:00
Serhii Hadzhilov
738dd79964
SYNERGY-799 Change grid size
2021-04-09 13:59:10 +03:00
Serhii Hadzhilov
75b1b1e675
SYNERGY-799 Decrease grid margins
2021-04-09 13:23:07 +03:00
Serhii Hadzhilov
a0d67cd781
SYNERGY-799 Remove bottom label
2021-04-09 13:17:22 +03:00
Serhii Hadzhilov
8c756e6fb2
SYNERGY-799 Update header message
2021-04-09 13:00:10 +03:00
Andrey Batyiev
4d99707e93
SYNERGY-511 SonarCloud security hotspots in Synergy-core ( #6972 )
...
* SYNERGY-511 SonarCloud security hotspots in Synergy-core
* Test commit to check sonar reaction
* SYNERGY-511 SonarCloud security hotspots in Synergy-core
* Update changelog
* Supress unsafe strcpy for SonarCloud
* SYNERGY-511 SonarCloud security hotspots in Synergy-core
* Fix all SonarCloud security hotspots
* SYNERGY-511 SonarCloud security hotspots in Synergy-core
* Fix SonarCloud code smells
* SYNERGY-511 SonarCloud security hotspots in Synergy-core
* Fix missed size in memcpy for C-style string
* SYNERGY-511 SonarCloud security hotspots in Synergy-core
* Return unsafe http as domain adress
Co-authored-by: Andrii Batyiev <andrii-external@symless.com>
Co-authored-by: SerhiiGadzhilov <71632867+SerhiiGadzhilov@users.noreply.github.com>
2021-04-06 13:54:25 +03:00
Andrey Batyiev
ad1fd9c1af
SYNERGY 512 SonarCloud vulnerabilities in Synergy-Core ( #6971 )
...
* SYNERGY-512 SonarCloud vulnerabilities in Synergy-Core
* Fix all vulnerablilities from SonarCloud besides TLS
* Update ChangeLog
* SYNERGY-512 SonarCloud vulnerabilities in Synergy-Core
* Fix SonarCloud messages(Code Smells level)
* SYNERGY-512 SonarCloud vulnerabilities in Synergy-Core
* Fix build on Linux based systems
* SYNERGY-512 SonarCloud vulnerabilities in Synergy-Core
* Fix Sonar messages
* SYNERGY-512 SonarCloud vulnerabilities in Synergy-Core
* Fix Sonar messages
* SYNERGY-512 SonarCloud vulnerabilities in Synergy-Core
* Fix Sonar messages
* SYNERGY-512 SonarCloud vulnerabilities in Synergy-Core
* Resolve comment issues
* SYNERGY-512 SonarCloud vulnerabilities in Synergy-Core
* Fix comments
Co-authored-by: Andrii Batyiev <andrii-external@symless.com>
2021-04-06 13:02:25 +03:00
SerhiiGadzhilov
3c2810a3e0
SYNERGY-799 Add validation for aliases ( #6969 )
...
* SYNERGY-799 Add validation for aliases
* SYNERGY-799 Update ChangeLog
* SYNERGY-799 Fix code smells
* SYNERGY-799 Use new version of "trilom/file-changes-action"
2021-03-24 14:38:50 +02:00
SerhiiGadzhilov
cf66eeaf08
SYNERGY-799 Update synergy UI. Setup wizard ( #6959 )
...
* SYNERGY-799 Add image to the welcome screen
* SYNERGY-799 Add title
* SYNERGY-799 Update controls positions
* SYNERGY-799 Correct font size
* SYNERGY-799 Assign validator
* SYNERGY-799 Rename buttons and remove unused code
* SYNERGY-799 Add validator
* SYNERGY-799 Add error messages
* SYNERGY-788 Add validator to settings
* Update ChangeLog
* SYNERGY-799 Fix code smells
* SYNERGY-799 Fix github checks
* SYNERGY-799 Update labels
* SYNERGY-799 Disable button apply
* SYNERGY-799 Add separate message for spaces
* SYNERGY-799 Show wizard again if user closed it
* SYNERGY-799 Add validation for duplicate
* SYNERGY-799 Fix compilation
* SYNERGY-799 Fix code smells
2021-03-23 09:49:52 +02:00
SerhiiGadzhilov
4878a8c07c
SYNERGY-881 System loses synchronisation between settings and configuration ( #6968 )
...
* SYNERGY-881 System loses synchronisation between settings and configure server
* Update ChangeLog
2021-03-19 17:53:32 +02:00
Kyle Bloom
a318392985
Synergy 801 wrong folder ( #6966 )
...
* Remove git fetch
* Testing changes
* Upload artifact
* Move python build version
* Fix artifact
* Move test
* Add extra logging
* Test version
* Reset workflow
2021-03-19 11:04:42 +02:00
Kyle Bloom
927beb5930
Synergy 801 fix filename ( #6965 )
...
* SYNERGY-801 Add selfhosted runner for osx 10.13
* Update changelog
* Modified 10.13 to dmg name
* Update ChangeLog
2021-03-18 14:44:17 +02:00
Kyle Bloom
592be8159a
SYNERGY-801 Add self-hosted runner for OSX 10.13 ( #6962 )
...
* SYNERGY-801 Add selfhosted runner for osx 10.13
* Update changelog
2021-03-18 12:31:45 +02:00
SerhiiGadzhilov
2009409c14
SYNERGY-786 The system resets server name ( #6961 )
...
* SYNERGY-786 The system resets server name
* Update ChangeLog
* Update job-test-windows.yml
* Update job-test-windows.yml
* Update codeql-analysis.yml
* Update codeql-analysis.yml
2021-03-12 20:09:30 +02:00
Kyle Bloom
54cb817de8
OpenSSL find package ( #6952 )
...
* Change cmake to use find_package for openssl
* Change cmake prefix paths
* Fix Qt prefix path
* Limit static to apple
* Re-add qt bin path
* Fix use of apple cmake variable
* Update ChangeLog
* Update CMake prefix path for mac and windows tests
* Fix windows test
* Seems to fix mac test
* Brew defined prefix paths
* Explicitly ensure all homebrew dependencies
2021-03-03 14:04:39 +03:00
SerhiiGadzhilov
b7a5da9404
Merge V1.13.1 ( #6955 )
...
* Release 1.13.1-rc1
* Enable ubuntu 16 build
* SYNERGY-832 Synergy client doesn't save the server address when rebooted (#6950 )
* Update ChangeLog
* Fix issue creating standard version for Raspberry Pi
* SYNERGY-843 Update version
* Update Version.cmake to merge into master
2021-03-01 15:23:27 +02:00
SerhiiGadzhilov
f47ee011fa
SYNERGY-793 move language selection to advanced section ( #6954 )
...
* SYNERGY-793 Section advanced has been added
* SYNERGY-793 Move language selection to advanced sections
* SYNERGY-793 Remove debug traces
* Update ChangeLog
2021-02-25 09:59:00 +02:00
SerhiiGadzhilov
22c77b4e8b
SYNERGY-786 The system does not update server name in Server configuration ( #6953 )
...
* SYNERGY-786 The system does not update server name in Server configuration
* SYNERGY-768 Remove unused header
* SYNERGY-786 Update ChangeLog and version
* SYNERGY-786 Fix code smells
* SYNERGY-786 Save screen name after update
2021-02-22 13:33:18 +02:00
Kyle Bloom
450c741cd6
SYNERGY-833 Add extra enterprise validation ( #6951 )
...
* SYNERGY-833 Add extra enterprise validation
* Update ChangeLog
* SYNERGY-833 Condense enterprise check
2021-02-19 12:33:17 +02:00
SerhiiGadzhilov
05ce7f37bc
SYNERGY-826 Add a new option SYNERGY_AUTOCONFIG ( #6949 )
...
* SYNERGY-826 Add a new option SYNERGY_AUTOCONFIG
* Update ChangeLog
* Update Version.cmake
* SYNERGY-826 Return stage back
2021-02-15 13:44:46 +02:00
Andrea Candian
03f5344b93
Update README.md
2021-02-12 11:56:11 +00:00
Kyle Bloom
d072b5064b
Add stage to file name ( #6946 )
...
* Add stage to file name
* ChangeLog
* Update issue number
* Fix debian control file for enterprise
* Fix enterprise check
2021-02-10 21:01:44 +02:00
SerhiiGadzhilov
8b26dd3495
SYNERGY-821 The system doesn't recognize old settings ( #6947 )
...
* SYNERGY-821 The system doesn't recognize old settings
* SYNERGY-821 Update ChangeLog
2021-02-10 20:49:29 +02:00
Kyle Bloom
0d3ac899d0
Fix package glob ( #6945 )
...
* Fix package glob
* ChangeLog
2021-02-10 17:41:57 +02:00
Kyle Bloom
d7aec51fe7
Raspberry pi ( #6941 )
...
* Add runner for raspberry pi 3
* Changed name
* Add matrix
* ARM64 not ARM for pi-4
* Seporate artifact name for artifacts
* Add name to matrix
* Seporate build and test
* Fix $(name)
* Retry pi
* Retry with echo
* Use revision in filename glob
* add deb option
* Re activate tests
* Add scp upload
* Change release uploader
* New ssh key
* ChangeLog
* Upload test
* Show file contents
* Kick actions
* Overwrite test file
* Change scp deploy
* Fix local and remote
* Remove test job
* Allow pi-4 to run full parallel
* Build deb only when on master push
* Fix build version for raspberry pi
* Upload files not folder
* Cleanup test and remove artifacts
* Add enterprise builds
* Change build time to release
* Change create release token to allow propogation
2021-02-10 15:18:32 +02:00
SerhiiGadzhilov
56710260ee
SYNERGY-691 Systray icon is incorrect for macOS Big Sur ( #6944 )
...
* SYNERGY-691 Systray icon is incorrect for macOS Big Sur
* Update ChangeLog
2021-02-10 12:11:40 +02:00
SerhiiGadzhilov
ec33961905
SYNERGY-688 all the text in all the windows should have the same font and size ( #6942 )
...
* SYNERGY-688 All the text in all the windows should have the same font and size
* SYNERGY-688 Use paddings instead of margins
* Update ChangeLog
2021-02-09 13:51:41 +02:00
SerhiiGadzhilov
e6b9411d0f
SYNERGY-736 Update pipelines to use correct credentials ( #6939 )
...
* SYNERGY-736 Update pipelines to use correct credentials
* Update ChangeLog
2021-02-08 21:30:50 +02:00