Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-15enable remote credential guard optiontecxx
2021-12-14merge from developFaryan Rezagholi
2021-11-26-- fix for testsDimitrij
2021-08-15merged from develpFaryan Rezagholi
2021-08-13fixed testsFaryan Rezagholi
2020-05-31merged develop into removecitrixFaryan Rezagholi
2020-05-26fixed failing testsFaryan Rezagholi
2020-05-24tried to remove all occurnces of the ica protocol in the codeFaryan Rezagholi
2019-09-08removed unnecessary usingsFaryan Rezagholi
2019-06-24fixed failing testsDavid Sparer
2019-06-18Merge branch 'develop' into push_settings_recursivelyDavid Sparer
2019-05-27moved most RDP enums to their own filesDavid Sparer
2019-05-10the inheritance button will now be shown on items whose parent is the root nodeDavid Sparer
2019-04-29added a context menu item to push inheritance to child nodesDavid Sparer
2019-04-01strongly typed the clone method for inheritance info objectsDavid Sparer
2019-02-18fixed copy&paste errorFaryan Rezagholi
2019-02-18reapplied changes from old PRFaryan Rezagholi
2018-12-31fixed failing testsSean Kaim
2018-09-20 fixes #1106David Sparer
2018-08-19resolved bug #1076David Sparer
2018-04-06finished updating some tests for default inheritanceDavid Sparer
2018-04-06improved tests for default connection infoDavid Sparer
2018-03-23fixed bug with saving and loading default connection info dataDavid Sparer
2018-02-14make constant id readonlyDavid Sparer
2017-12-05Merge branch 'master' into developDavid Sparer
2017-11-30connection's inheritance is now correctly disabled when rootnode is the parentDavid Sparer
2017-11-12improved external tools windowDavid Sparer
2017-11-08Merge branch 'master' into developDavid Sparer
2017-10-31added a few unit tests for integrated programsDavid Sparer
2017-10-16reverted credential manager functionality as best I couldDavid Sparer
2017-05-08cleaned up RdpProtocolDavid Sparer
2017-05-08renamed ProtocolICA to IcaProtocolDavid Sparer
2017-05-02Merge branch 'master' into developDavid Sparer
2017-05-02ConnectionInfo.Clone no longer sets the Parent propertyDavid Sparer
2017-01-26Merge branch 'develop' into Create_basic_infrastructure_for_supporting_creden...David Sparer
2017-01-26began switching code over to using the newer connectioninfo interfaceDavid Sparer
2017-01-26renamed AbstractConnectionInfoData to AbstractLegacyConnectionRecord and mark...David Sparer
2017-01-25resolved issue where saving default con properties would failDavid Sparer
2016-11-15resolved the issue with inheritance not being applied correctly for folders. ...David Sparer
2016-10-25minor cleanupDavid Sparer
2016-10-17Added a test for GetDefaultPortDavid Sparer
2016-10-05Modified the Asserts lines of a few tests to give better info on failureDavid Sparer
2016-10-05Fixed minor bug where ProtocolList.Clear() would trigger a CollectionChanged ...David Sparer
2016-10-05#141 ConnectionInfo now listens to collection changed events from the Protoco...David Sparer
2016-10-05Created test to check for safe indexer handling of unknown object typesDavid Sparer
2016-10-05#141 Implemented INotifyCollectionChanged on ProtocolList and created unit testsDavid Sparer
2016-09-28Created tests for the ConnectionInfoComparerDavid Sparer
2016-09-19Implemented INotifyPropertyChanged on AbstractConnectionInfoData (and thus on...David Sparer
2016-09-07Renamed Copy to CloneDavid Sparer
2016-08-17Created more unit tests for connection info objectsDavid Sparer